From 5a540f74d5fcc802287bb64ab9e2129a90af0e72 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 17 Aug 2019 10:24:51 +0200 Subject: [PATCH] perl-module: Add copyright and licence notices to all files --- perl-module/lib/PSPP.pm.in | 16 ++++++++++++++++ perl-module/t/Pspp.t | 19 ++++++++++++++++++- perl-module/typemap | 16 ++++++++++++++++ 3 files changed, 50 insertions(+), 1 deletion(-) diff --git a/perl-module/lib/PSPP.pm.in b/perl-module/lib/PSPP.pm.in index 158496677b..de4c3d961a 100644 --- a/perl-module/lib/PSPP.pm.in +++ b/perl-module/lib/PSPP.pm.in @@ -1,3 +1,19 @@ +## PSPP - a program for statistical analysis. +## Copyright (C) 2019 Free Software Foundation, Inc. +## +## 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 . + use 5.008008; use strict; use warnings; diff --git a/perl-module/t/Pspp.t b/perl-module/t/Pspp.t index 61ed4616b9..be334cff8e 100644 --- a/perl-module/t/Pspp.t +++ b/perl-module/t/Pspp.t @@ -1,4 +1,21 @@ -# -*-perl-*- +## -*-perl-*- + +## PSPP - a program for statistical analysis. +## Copyright (C) 2019 Free Software Foundation, Inc. +## +## 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 . + # Before `make install' is performed this script should be runnable # with `make test' as long as libpspp-core-$VERSION.so is in # LD_LIBRARY_PATH. After `make install' it should work as `perl diff --git a/perl-module/typemap b/perl-module/typemap index 23d478ba3a..cb003f24b9 100644 --- a/perl-module/typemap +++ b/perl-module/typemap @@ -1,3 +1,19 @@ +## PSPP - a program for statistical analysis. +## Copyright (C) 2019 Free Software Foundation, Inc. +## +## 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 . + TYPEMAP struct pspp_dict * T_PTRREF struct variable * T_PTRREF -- 2.30.2