A Sublime Text 2 plugin to automate adding the appropriate copyright text at the top of every file.
The awesome Package Control package is a great way to easily install and manage Sublime Text 2 packages.
- Install Package Control
- Press Control/Command+Shift+P to bring up the command palette
- Type PCIP (for Package Control: Install Package) and press Return
- Type AutoCopyright and press Return
Go to the "Packages" directory (Preferences
/ Browse Packages...
). Then clone this repository:
git clone git://github.com/lifted-studios/AutoCopyright
Edit the settings file (it should open automatically the first time you use an Auto Copyright command):
-
"owner": [""]
You need to enter the text you want to show up as the primary copyright owner. If you have multiple copyright owners, then enter them as an array.
Two functions will show up in the Command Palette under "Auto Copyright". Additionally, the Update Copyright command will be called just before any file is saved.
Adds the copyright text to the beginning of the file. It will add itself after a shebang line, if any. When the command is triggered, if there are multiple copyright owners configured in settings, it will pop up a list and ask which one to use.
Updates the copyright text already present in the file, but only if the text matches, including the copyright owner name except for the year. It will update the copyright year to include all years between the original year and this one. The command will update the copyright text for any of the configured owner texts.
Source: https://github.com/lifted-studios/AutoCopyright
Authors: Lee Dohm, Lifted Studios