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 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Laurent Rineau
|
13447f666c
|
auto-link files must include <CGAL/config.h>
<CGAL/config.h> includes <CGAL/compiler_config.h>, that is generated during
the build of libraries. CGAL_BUILD_SHARED_LIBS is defined in it.
|
2011-10-24 09:23:21 +00:00 |
Sébastien Loriot
|
91a5327fa8
|
change LGPLv2 -> LGPLv3
|
2011-10-10 13:48:25 +00:00 |
Andreas Fabri
|
8c9865daef
|
Add GF copyright header
|
2011-10-06 09:59:07 +00:00 |
Sylvain Pion
|
85dc12f2a7
|
Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
|
2010-02-01 12:55:28 +00:00 |
Laurent Rineau
|
8fc1ad743d
|
Fix all auto-link names!
(Followup of revision 46204.)
|
2008-10-12 10:31:12 +00:00 |
Fernando Cacciola
|
9d5411bb18
|
Various CMake fixes
|
2008-02-12 20:36:56 +00:00 |
Fernando Cacciola
|
168a5fce48
|
Sync library names with those produced now by cmake
|
2008-02-08 17:27:25 +00:00 |
Andreas Fabri
|
52357e39bf
|
name of library changed
|
2008-02-08 14:23:46 +00:00 |
Fernando Cacciola
|
9893e974a2
|
Missing autolink headers added
|
2007-06-21 13:02:21 +00:00 |