Commit Graph

4 Commits

Author SHA1 Message Date
Sébastien Loriot 0cb4b837b0 remove no longer used license 2024-02-28 15:06:48 +01:00
Laurent Rineau 7df8d95d1b remove 0x0c (Page break) 2023-07-05 16:45:12 +02:00
Laurent Rineau f14769935a GPLv2: replace TAB by 8 spaces 2023-07-05 15:34:41 +02:00
Laurent Rineau b5b261cfc2 Add support for REUSE
https://reuse.software/

The directories `.reuse/` and `LICENSES/` are for the Git layout.
The same directories in `Installation/` are for the tarball layout.

I have verified that with this patch `v5.5.2` and its release tarball
are compliant with the REUSE specifications.

The shady part is the file `.reuse/DEP5`, kind of equivalent to that
paragraph in `LICENSE.md`:
> A lot of files in the Git repository are not distributed in the source
> tarballs, for examples all the files in the `doc/` and `test/`
> sub-directories of CGAL packages. For all those files, unless they
> have an explicit license notice, the license is the
> Creative Commons CC0 1.0.

We should review the list of files corresponding to the pattern in that
file `.reuse/DEP5`.
2023-07-03 18:45:51 +02:00