nortega 095b9b2f82 Add popular open-source license templates
Add eight license templates:
- Apache2.txt: Apache License 2.0
- BSD2.txt: BSD 2-Clause License
- BSD3.txt: BSD 3-Clause License
- GPLv2.txt: GNU General Public License v2
- ISC.txt: ISC License
- LGPL.txt: GNU Lesser General Public License v3
- MIT0.txt: MIT No Attribution License (0-Clause MIT)
- MPL2.txt: Mozilla Public License v2.0
- Unlicense.txt: Unlicense (public domain)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-10 16:12:27 +02:00
2026-07-10 14:58:05 +02:00
2026-07-10 14:58:05 +02:00

vim-licenser

A plugin for Vim and NeoVim that helps you add license headers to your source code files.

Usage

You can add a license header to your source file by running the following command in Vim or NeoVim:

:Licenser <license>

Adding New Licenses

To add a new license, create a new file in the licenses directory with the name of the license (e.g., MIT.txt) and add the license text to the file. The license text can contain the YEAR and AUTHOR placeholders, which will be replaced with the current year and the author name when the license header is added to the source file.

License

This project is licensed under the Zlib License. See the LICENSE file for details.

S
Description
Plugin to easily add license headers to source-code files.
Readme Zlib 51 KiB
Languages
Vim Script 100%