https://github.com/antony-jr/lsrc
Poor man's way of copying license to top of C/C++ source files and headers in place. A bit over-engineered though.
https://github.com/antony-jr/lsrc
ansi-c c easy-to-use fast license-copy licensor lightweight simple
Last synced: 9 months ago
JSON representation
Poor man's way of copying license to top of C/C++ source files and headers in place. A bit over-engineered though.
- Host: GitHub
- URL: https://github.com/antony-jr/lsrc
- Owner: antony-jr
- License: mit
- Created: 2019-10-10T17:21:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T13:06:32.000Z (over 6 years ago)
- Last Synced: 2025-01-13T23:23:42.288Z (over 1 year ago)
- Topics: ansi-c, c, easy-to-use, fast, license-copy, licensor, lightweight, simple
- Language: C
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# License Source
A very simple program to copy paste a license file contents in multi-line C/C++ comments to your
C/C++ source and header files.
# License
The MIT License.
Antony Jr.