Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achille-roussel/gnufmt
Utility that puts the GNU license header in source files
https://github.com/achille-roussel/gnufmt
Last synced: 15 days ago
JSON representation
Utility that puts the GNU license header in source files
- Host: GitHub
- URL: https://github.com/achille-roussel/gnufmt
- Owner: achille-roussel
- Created: 2013-02-10T20:01:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-10T20:35:03.000Z (almost 12 years ago)
- Last Synced: 2023-04-12T04:10:44.610Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gnufmt
======Gnufmt is a utility that writes a valid GPL header at the beginning of a source
file.Usage
-----```
$ gnufmt -a 'AUTHOR' -p 'PROJECT' [-y 'YEAR'] [-f FORMAT] FILES...
```