CopyrighterCopyrighter is a VS Code extension that can automatically include your copyright and license (if you have one) in your source code. BackgroundManually including a copyright and license takes time and cognitive energy away from coding. By automating the process, you are free to focus on doing what you love - building software! FeaturesWhen you open a supported file type, Copyrighter will automatically add your copyright notice (and optional license), if they are missing. New files will be created with the copyright notice (and optional license) automatically injected at the top of the file. You can utilize the VS Code command "Add Copyright", to manually add your copyright notice to the current file. RequirementsThis extension is designed to work right out of the box. No configuration is required in order to get started. However, there are a couple extension settings (documented below) that you can utilize to enhance the experience. Extension SettingsThis extension contributes the following settings:
Release NotesCopyrighter is in public beta. We are hard at work creating the best experience possible for this extension. If you have any feedback feel free to submit an issue to this repository. 0.0.1Initial release of Copyrighter 0.0.2Added language support for C, C++, GO, and Rust Added support for GPL 3.0 License 0.0.3Added support for custom note on default copyright header notice ContributingPlease read CODE_OF_CONDUCT.md for details on our code of conduct when contributing or submitting issues. |