lifted-studios / AutoCopyright

Plugin for Sublime Text 2 to automate adding/updating the appropriate copyright text at the top of the file.
MIT License
13 stars 5 forks source link

When filename is included in the copyright message and the filename changes, update breaks #25

Open lee-dohm opened 11 years ago

lee-dohm commented 11 years ago

For example, the file is named foo.rb with a copyright message of:

# foo.rb is copyright (c) 2012 by Example.com. All Rights Reserved.

And then is saved as bar.rb, the copyright year will not be updated ... nor will it be updated on any other save.