summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-07 17:15:03 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-07 17:15:03 -0400
commit41aa926f4c3008d6df7ad920a268f4a418deca1d (patch)
tree6565c5e2f864ab933f793c89fc794a7ab23ee996
parent98780805c4e1a520d42a0ad4046cd76f84c17909 (diff)
downloadlibical-git-41aa926f4c3008d6df7ad920a268f4a418deca1d.tar.gz
full REUSE compilance
-rw-r--r--.reuse/dep526
-rw-r--r--examples/changenames.pl4
-rw-r--r--libical.pc.in3
-rw-r--r--src/Net-ICal-Libical/Makefile.PL4
-rw-r--r--src/Net-ICal-Libical/README.txt (renamed from src/Net-ICal-Libical/README)0
-rw-r--r--src/libical-glib/libical-glib.pc.in3
-rw-r--r--src/libicalvcal/README.txt (renamed from src/libicalvcal/README.TXT)10
-rw-r--r--src/php/Makefile7
-rw-r--r--src/php/README.txt (renamed from src/php/README)0
-rw-r--r--src/php/test.php3
-rw-r--r--uninstall.cmake.in7
11 files changed, 55 insertions, 12 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
index 173f97aa..7431b193 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -3,21 +3,37 @@ Upstream-Name: libical
Upstream-Contact: Allen Winter <winter@kde.org>
Source: https://github.com/libical/libical
+#misc documentation
+Files: AUTHORS Install.txt README.md ReleaseNotes.txt TEST THANKS TODO doc/AddingOrModifyingComponents.txt doc/UsingLibical.md examples/access-usecases.txt src/Net-ICal-Libical/README.txt src/php/README.txt src/python/ChangeLog src/python/python-binding.txt src/Net-ICal-Libical/MANIFEST src/Net-ICal-Libical/netical_wrap.doc
+Copyright: Copyright Contributors to the libical project
+License: LGPL-2.1-only OR MPL-2.0
+
+#tool configuration files
+Files: .clang-tidy .cmake-format.py .codespellrc .dir-locals.el .gitignore .krazy .mdlrc .mdlrc.rb .pre-commit-config.yaml .pylintrc .travis.yml appveyor.yml
+Copyright: Copyright Contributors to the libical project
+License: BSD-3-Clause
+
+#other not-easy-to-comment source files
+Files: src/libical-glib/ICalGLib.metadata.in src/libical-glib/tools/header-structure-boilerplate-template src/libical-glib/tools/source-structure-boilerplate-template doc/reference/libical-glib/libical-glib-docs.sgml.in src/Net-ICal-Libical/netical_wrap.c src/libical/qsort_gen.c
+Copyright: Copyright Contributors to the libical project
+License: LGPL-2.1-only OR MPL-2.0
+
+#timezones
Files: zoneinfo/*
-Copyright: The libical developers
+Copyright: Copyright Contributors to the libical project
License: CC0-1.0
#design data
Files: design-data/*
-Copyright: The libical developers
+Copyright: Copyright Contributors to the libical project
License: LGPL-2.1-only OR MPL-2.0
#testing data
-Files: test-data/*.ics test-data/*.vcf test-data/*.data test-data/*.tab test-data/*.txt src/test/*.ics src/test/*.out src/Net-ICal-Libical/test-data/*
-Copyright: The libical developers
+Files: test-data/*.ics test-data/*.vcf test-data/*.data test-data/*.tab test-data/*.txt src/test/*.ics src/test/*.out src/Net-ICal-Libical/test-data/* src/python/littlefile.txt
+Copyright: Copyright Contributors to the libical project
License: LGPL-2.1-only OR MPL-2.0
#debian packaging
Files: debian/*
-Copyright: The libical developers
+Copyright: Copyright Contributors to the libical project
License: LGPL-2.1-only OR MPL-2.0
diff --git a/examples/changenames.pl b/examples/changenames.pl
deleted file mode 100644
index 4adf84b9..00000000
--- a/examples/changenames.pl
+++ /dev/null
@@ -1,4 +0,0 @@
-s/icalcluster/icalfileset/g;
-s/ICALCLUSTER/ICALFILESET/g;
-s/icalstore/icaldirset/g;
-s/ICALSTORE/ICALDIRSET/g;
diff --git a/libical.pc.in b/libical.pc.in
index c07eb52a..8366cb2f 100644
--- a/libical.pc.in
+++ b/libical.pc.in
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: Copyright Contributors to the libical project
+# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
+
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
diff --git a/src/Net-ICal-Libical/Makefile.PL b/src/Net-ICal-Libical/Makefile.PL
index 59d8d53d..60f3bc70 100644
--- a/src/Net-ICal-Libical/Makefile.PL
+++ b/src/Net-ICal-Libical/Makefile.PL
@@ -1,4 +1,8 @@
#!/usr/bin/perl
+#
+# SPDX-FileCopyrightText: 1999 Eric Busboom <eric@civicknowledge.com>
+# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
+#
use ExtUtils::MakeMaker;
WriteMakefile(
diff --git a/src/Net-ICal-Libical/README b/src/Net-ICal-Libical/README.txt
index f6be345e..f6be345e 100644
--- a/src/Net-ICal-Libical/README
+++ b/src/Net-ICal-Libical/README.txt
diff --git a/src/libical-glib/libical-glib.pc.in b/src/libical-glib/libical-glib.pc.in
index e164cfb5..8938834f 100644
--- a/src/libical-glib/libical-glib.pc.in
+++ b/src/libical-glib/libical-glib.pc.in
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: Copyright Contributors to the libical project
+# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
+
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
diff --git a/src/libicalvcal/README.TXT b/src/libicalvcal/README.txt
index d9e7655d..734c30a4 100644
--- a/src/libicalvcal/README.TXT
+++ b/src/libicalvcal/README.txt
@@ -1,3 +1,12 @@
+SPDX-FileCopyrightText: 1996 Apple Computer, Inc., AT&T Corp., International
+Business Machines Corporation and Siemens Rolm Communications Inc.
+
+SPDX-License-Identifier: LicenseRef-APPLEMIT
+
+The software is provided with RESTRICTED RIGHTS. Use, duplication, or
+disclosure by the government are subject to restrictions set forth in
+DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
+
NOTE: If you used the earlier APIs released by Versit
then you will want to look at the document "migrate.doc"
included with this package. It contains a discussion of
@@ -948,4 +957,3 @@ file VObject Tree as Printed by printVObject API
44 GIF
44 BASE64
44 DATASIZE=1482
-
diff --git a/src/php/Makefile b/src/php/Makefile
index f371a382..7eab507e 100644
--- a/src/php/Makefile
+++ b/src/php/Makefile
@@ -1,13 +1,16 @@
+# SPDX-FileCopyrightText: Copyright Contributors to the libical project
+# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
+
all: LibicalWrap.so
LibicalWrap.so: LibicalWrap.o
- gcc -shared -L/usr/lib -rdynamic LibicalWrap.o ../libical/.libs/libical.a ../libicalss/.libs/libicalss.a -o LibicalWrap.so
+ gcc -shared -L/usr/lib -rdynamic LibicalWrap.o ../libical/.libs/libical.a ../libicalss/.libs/libicalss.a -o LibicalWrap.so
LibicalWrap.o: LibicalWrap.c
gcc -fpic -I/usr/include/php4/TSRM/ -I/usr/include/php4/ -I/usr/include/php4/Zend -I/usr/include/php4/main -c LibicalWrap.c -o LibicalWrap.o
LibicalWrap.c: LibicalWrap.i
- swig -php -o LibicalWrap.c LibicalWrap.i
+ swig -php -o LibicalWrap.c LibicalWrap.i
clean:
rm LibicalWrap.so LibicalWrap.o LibicalWrap.c
diff --git a/src/php/README b/src/php/README.txt
index 15088204..15088204 100644
--- a/src/php/README
+++ b/src/php/README.txt
diff --git a/src/php/test.php b/src/php/test.php
index 98ee7c8d..648e1dcd 100644
--- a/src/php/test.php
+++ b/src/php/test.php
@@ -1,5 +1,8 @@
<?php
+// SPDX-FileCopyrightText: Copyright Contributors to the libical project
+// SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
+
// '../../../../' is a dirty hack to be able to store LibicalWrap.so in my
// homedir instead of in the machine-global directory
diff --git a/uninstall.cmake.in b/uninstall.cmake.in
index 662668c7..13dc359e 100644
--- a/uninstall.cmake.in
+++ b/uninstall.cmake.in
@@ -1,3 +1,10 @@
+
+# SPDX-FileCopyrightText: Kitware, Inc. and Contributors
+# SPDX-License-Identifier: BSD-3-Clause
+
+# see:
+# https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake
+
if(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
endif()