X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsys-file-encoding.pl;h=812cac1df1f379f9856d9e2f21277a05080080c7;hb=4daafd79f8b250b1651c1b66a3171a654abf252d;hp=b49c654b68bf194891c800884c4cd54b434cfa53;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/data/sys-file-encoding.pl b/src/data/sys-file-encoding.pl index b49c654b68..812cac1df1 100755 --- a/src/data/sys-file-encoding.pl +++ b/src/data/sys-file-encoding.pl @@ -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 . + use strict; use warnings;