Sébastien Loriot
|
c1afb483f5
|
licence -> license
|
2022-07-19 09:04:19 +02:00 |
Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Mael Rouxel-Labbé
|
15fe22cc6d
|
Micro fix to gpl.h.in and added licenses for HT_2 and P4HT_2
(re-generated all the licenses on the way)
|
2018-12-19 18:38:05 +01:00 |
Sébastien Loriot
|
8cdfad0d08
|
add missing URL and Id tags
|
2017-11-15 22:58:57 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Sébastien Loriot
|
a89784027b
|
update files
|
2017-08-24 14:19:56 +02:00 |
Sébastien Loriot
|
7c6f6fc966
|
generate license files
|
2017-08-23 09:22:05 +02:00 |
Sébastien Loriot
|
69e16f9c42
|
no longer use release_date.h
|
2017-01-19 16:33:19 +01:00 |
Sébastien Loriot
|
06dbf4da5d
|
license headers are LGPL
|
2017-01-19 15:20:27 +01:00 |
Sébastien Loriot
|
6405807260
|
generate license headers
using:
cd Installation/include/CGAL/license
cmake -P generate_files.cmake
|
2017-01-19 15:20:24 +01:00 |