Add copyright and licence notices to files which lack them
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 26 Dec 2020 09:11:56 +0000 (10:11 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 26 Dec 2020 13:26:47 +0000 (14:26 +0100)
src/data/sys-file-encoding.pl
src/ui/gui/psppire-import-spreadsheet.h
src/ui/gui/psppire-import-textfile.h
tests/data/num-out-cmp.pl
tests/data/test-date-input.py
tests/data/test-time-input.py
tests/utilities/pspp-output.at
utilities/pspp-convert.1
utilities/pspp-dump-sav.1
utilities/pspp-output.1

index b49c654b68bf194891c800884c4cd54b434cfa53..812cac1df1f379f9856d9e2f21277a05080080c7 100755 (executable)
@@ -1,4 +1,19 @@
 #! /usr/bin/perl
+#    Copyright (C) 2020  Free Software Foundation
+
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+
+#    You should have received a copy of the GNU General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 
 use strict;
 use warnings;
index bd349217cbdce07e671226fc67520a8533afa719..29bacdf66c4a1e59a126d08f05c10522ee34261b 100644 (file)
@@ -1,3 +1,20 @@
+/* PSPPIRE - a graphical user interface for PSPP.
+   Copyright (C) 2020  Free Software Foundation
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef PSPPIRE_IMPORT_SPREADSHEET_H
 #define PSPPIRE_IMPORT_SPREADSHEET_H
 
index f9c982f43c7eafe8c494b8d8bcc888799fa2ff40..68ee2a760f6335905e42c7c7db6ae0b8d906f2ef 100644 (file)
@@ -1,3 +1,20 @@
+/* PSPPIRE - a graphical user interface for PSPP.
+   Copyright (C) 2020  Free Software Foundation
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef PSPPIRE_IMPORT_TEXTFILE_H
 #define PSPPIRE_IMPORT_TEXTFILE_H
 
index 8e83f5066c10c48d1ff5bab929e1d4d17fc731d7..1850fd6bf2418e0301834478479e4fe79638c38c 100644 (file)
@@ -1,3 +1,18 @@
+# Copyright (C) 2020  Free Software Foundation
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 use strict;
 use warnings 'all';
 
index dec437494587ca832fb5182d29b89aca666b7f16..793bbed776a91ea56bc24f8bb4367d84c2c95eb9 100644 (file)
@@ -1,4 +1,18 @@
 #! /usr/bin/env python
+# Copyright (C) 2020  Free Software Foundation
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import re
 import sys
index 0cf0370829e0b9e61e9b8c2777e43b35e067eaf0..4d6674899086fc308a0708aee8cdf7b445e26ee9 100644 (file)
@@ -1,4 +1,18 @@
 #! /usr/bin/env python
+# Copyright (C) 2020  Free Software Foundation
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import re
 import sys
index 014a7830a406e2f90f438b17f9d0799bb3023fb7..65a20177d4e9ce4fe4587cfff9f47efd9522729b 100644 (file)
@@ -1,3 +1,18 @@
+dnl Copyright (C) 2020  Free Software Foundation
+
+dnl This program is free software: you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 3 of the License, or
+dnl (at your option) any later version.
+
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+dnl GNU General Public License for more details.
+
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 AT_BANNER([pspp-output])
 
 AT_SETUP([pspp-output dir])
index 6c8874a530ac5fcc2a3f5929dd5516757b0bfe39..db4982b3b8ff2f3437a1198eb24347b7a15d1e4b 100644 (file)
@@ -1,4 +1,18 @@
 .\" -*- nroff -*-
+.\" Copyright (C) 2020  Free Software Foundation
+
+.\" This program is free software: you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation, either version 3 of the License, or
+.\" (at your option) any later version.
+
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .de IQ
 .  br
 .  ns
index e5ebabc351fc58592e59641e692e79bfdb057eac..5c3459aa1c8b22fd3443b7ce0667df4c5ce3a0ad 100644 (file)
@@ -1,4 +1,18 @@
 .\" -*- nroff -*-
+.\" Copyright (C) 2020  Free Software Foundation
+
+.\" This program is free software: you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation, either version 3 of the License, or
+.\" (at your option) any later version.
+
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .de IQ
 .  br
 .  ns
index 941c6684f7bfe14a296a5da9624fdb38bc4c687d..55f47b574accd16120a3a5f4d1b6459ace3e7806 100644 (file)
@@ -1,4 +1,18 @@
 .\" -*- nroff -*-
+.\" Copyright (C) 2020  Free Software Foundation
+
+.\" This program is free software: you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation, either version 3 of the License, or
+.\" (at your option) any later version.
+
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .de IQ
 .  br
 .  ns