mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-04-26 01:34:40 +00:00
README.md: fixed typos and grammer
This commit is contained in:
parent
ca8693e5ec
commit
6f80a24262
27
README.md
27
README.md
@ -2,12 +2,12 @@
|
||||
|
||||
<p align="center"><img src="res/CopyrighFixerBanner_web.png" alt="Logo"></p>
|
||||
|
||||
This is simple console tool for change all copyrigh labels of your source code.
|
||||
This is a simple console tool for changing all copyright labels of your source code.
|
||||
|
||||
## Support Features:
|
||||
- [ ] Sign all not signed source files.
|
||||
## Supported Features:
|
||||
- [ ] Sign all not signed source files
|
||||
- [ ] Update copyright data for last owner
|
||||
- [ ] Automaticly add new owner if the owner is changed
|
||||
- [ ] Automatically add new owner if the owner is changed
|
||||
|
||||
## Support Files types
|
||||
* cpp
|
||||
@ -20,14 +20,14 @@ This is simple console tool for change all copyrigh labels of your source code.
|
||||
* py
|
||||
|
||||
|
||||
## Arhitecture:
|
||||
## Architecture:
|
||||
|
||||
<p align="center">
|
||||
<img src="./res/general application arhitecture.png">
|
||||
</p>
|
||||
|
||||
|
||||
## exemple
|
||||
## example
|
||||
|
||||
Sign not signed files.
|
||||
``` bash
|
||||
@ -36,21 +36,20 @@ Sign not signed files.
|
||||
|
||||
## Support options
|
||||
|
||||
| option | arguments | discription |
|
||||
| option | arguments | description |
|
||||
|---------|------------|--------------|
|
||||
| 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 |
|
||||
| sign | pathToFileWithSignPattern | This argument sets path to the sign pattern. This is a required argument |
|
||||
|
||||
|
||||
# This project supports next build targets:
|
||||
|
||||
| Command or make target | Description |
|
||||
|------|------|
|
||||
| **make test** | The run tests for a project (dependet of Qt Tests, so you need to add Qt in Cmake using CMAKE_PREFIX_PATH) |
|
||||
| **make doc** | The generate a documentation for a project (dependet of doxygen) |
|
||||
| **make deploy** | The generate distribution for a project (dependet of CQtDeployer) |
|
||||
| **make release** | The prepare Qt Installer framework repository for a project, generate a snap package and APK file for android (dependet of CQtDeployer, snapcraft, AndroidDeployer). |
|
||||
|
||||
| **make test** | The run tests for a project (depending on Qt Tests, so you need to add Qt in Cmake using CMAKE_PREFIX_PATH) |
|
||||
| **make doc** | The generate a documentation for a project (depending on doxygen) |
|
||||
| **make deploy** | The generate distribution for a project (depending on CQtDeployer) |
|
||||
| **make release** | The prepare Qt Installer framework repository for a project, generate a snap package and APK file for android (depending on CQtDeployer, snapcraft, AndroidDeployer). |
|
||||
|
||||
|
||||
---
|
||||
@ -65,7 +64,7 @@ Join the development fund and support QuasarApp to help with the development of
|
||||
|
||||
|
||||
|
||||
If you would like to use bitcoins to support us, you can transfer coins to these address. If you want to be included in the patron list, send an e-mail message - QuasarApp@yandex.by.
|
||||
If you would like to use bitcoins to support us, you can transfer coins to theis address. If you want to be included in the patron list, send an e-mail message - QuasarApp@yandex.by.
|
||||
|
||||
**Note**: You must send a message signed with address of the bitcoin wallet from which the payment was made.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user