2021-04-04 21:16:45 +03:00
2021-04-04 22:22:14 +03:00
2021-04-03 17:05:32 +03:00
2021-04-04 21:16:45 +03:00
2021-04-05 00:27:09 +03:00
2021-04-04 21:16:45 +03:00
2021-04-03 17:05:32 +03:00
2021-04-05 00:15:44 +03:00
2021-04-05 18:01:51 +03:00

Copyright Fixer

This is simple console tool for change all copyrigh labels of your source code.

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.

 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
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).
Description
No description provided
Readme 2.2 MiB
Languages
C++ 90.8%
CMake 8.2%
Objective-C 0.9%