Merge pull request #18073 from vpisarev:apache2_license

changed OpenCV license from BSD to Apache 2 license

* as discussed and announced earlier, changed OpenCV license from BSD to Apache 2. Many files still contain old-style copyrights though

* changed wording a bit; preserve the original OpenCV BSD license
This commit is contained in:
Vadim Pisarevsky
2020-08-17 14:49:11 +03:00
committed by GitHub
parent 8753203df0
commit 5108e3ced6
15 changed files with 313 additions and 45 deletions
@@ -5,8 +5,8 @@
:description "A simple project to start REPLing with OpenCV"
:url "http://example.com/FIXME"
:license {:name "BSD 3-Clause License"
:url "http://opensource.org/licenses/BSD-3-Clause"}
:license {:name "Apache 2.0 License"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.5.1"]
[opencv/opencv "2.4.7"]
[opencv/opencv-native "2.4.7"]]