Lots of files miss copyright notice (Feature #1673)
Description
At the moment a number of source files have no heading with OpenCV license agreement. All source files should have a copy of the license.
And two more concerns about license:- Do we need to add the same license to CMake and Python scripts released with OpenCV sources? Approved
- Probably Itseez should be added to the existing agreement. (Currently there are only Intel and Willow Garage) Approved
- All OpenCV files should have license header, including CMake and Python scripts.
- Files changed by Itseez devs should be augmented with Itseez's copyrights.
- Files changes by Itseez/Tegra devs should also contain NVIDIA's copyrights.
- Auto-generated Java files should also contain license headers.
Associated revisions
Merge pull request #1673 from ilya-lavrenov:ocl_norm
History
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted (
2.4.0)
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.0
Updated by Alexander Shishkov almost 13 years ago
- Tracker set to Feature
Updated by Alexander Buslaev almost 13 years ago
Andrey Kamaev wrote:
At the moment a number of source files have no heading with OpenCV license agreement. All source files should have a copy of the license.
If it steel needed it could be done by this simple bash script with specifying file formats which need copyright (cpp, py, h, hpp, etc). Script attached.
- File script.sh added
- File license added
Updated by Andrey Kamaev almost 13 years ago
- Category set to infrastructure
Updated by Vadim Pisarevsky almost 13 years ago
- Target version deleted (
2.4.0)
Updated by Kirill Kornyakov over 12 years ago
Alexander will fix the issue, because we also need to insert NVIDIA's copyrights.
- Target version deleted ()
- Assignee set to Alexander Smorkalov
Updated by Kirill Kornyakov over 12 years ago
- Description changed from At the moment a number of source files have no heading with OpenCV license ag... to At the moment a number of source files have no heading with OpenCV license ag... More
- Subject changed from Lot of files miss copyright notice to Lots of files miss copyright notice
Updated by Andrey Kamaev over 12 years ago
Updated by Kirill Kornyakov over 12 years ago
- Target version set to Next Hackathon
Updated by Alexander Smorkalov almost 12 years ago
- Assignee changed from Alexander Smorkalov to Andrey Pavlenko
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4332