mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-13 18:09:44 +00:00
Added description of the tool
This commit is contained in:
parent
b3c15ba8d7
commit
f40179ed31
41
README.md
41
README.md
@ -1,11 +1,40 @@
|
|||||||
# CMakeProject
|
# Copyright Fixer
|
||||||
Template repository for cmake project
|
|
||||||
Fork me and replase CopyrighFixer to Name of your new project.
|
|
||||||
|
|
||||||
1. Clone this repository
|
This is simple console tool for change all copyrigh labels of your source code.
|
||||||
2. Run ./init.sh NewProjectName
|
|
||||||
|
|
||||||
# This template supports next build targets:
|
## Support Features:
|
||||||
|
- [ ] Sign all not signed source files.
|
||||||
|
- [ ] Update copyright data for last owner
|
||||||
|
- [ ] Automaticly add new owner if the owner is changed
|
||||||
|
|
||||||
|
## Support Files types
|
||||||
|
* cpp
|
||||||
|
* hpp
|
||||||
|
* h
|
||||||
|
* cc
|
||||||
|
* qml
|
||||||
|
* pro
|
||||||
|
* txt
|
||||||
|
* py
|
||||||
|
|
||||||
|
|
||||||
|
## exemple
|
||||||
|
|
||||||
|
Sign not signed files.
|
||||||
|
``` bash
|
||||||
|
cfixer -sourceDir /path/sources -sign /path/to/copyright/file -currentOwner QuasraApp
|
||||||
|
```
|
||||||
|
|
||||||
|
## Support options
|
||||||
|
|
||||||
|
| option | arguments | discription |
|
||||||
|
|---------|------------|--------------|
|
||||||
|
| sourceDir | pathToSourceDirectory | This arrgument sets path to the source directory. By default it is sourceDir = **PWD** |
|
||||||
|
| sign | pathToFileWithSignPatern | This argument sets path to the sign patern. This is a required argument |
|
||||||
|
| currentOwner | ownerName | This argument sets name of the current owner of the code. |
|
||||||
|
|
||||||
|
|
||||||
|
# This project supports next build targets:
|
||||||
|
|
||||||
| Command or make target | Description |
|
| Command or make target | Description |
|
||||||
|------|------|
|
|------|------|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user