diff --git a/Makefile.am b/Makefile.am index 7cd4a69..1344a0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,20 @@ -# Copyright (C) 2001, Sergey Poznyakoff +# Copyright (C) 2001, 2006 Sergey Poznyakoff # -# This file is free software; as a special exception the author gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. +# 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 2, or (at your option) +# any later version. # -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# 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, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA AUTOMAKE_OPTIONS = gnits 1.8 -SUBDIRS = doc pam_fshadow pam_regex +SUBDIRS = doc pam_fshadow pam_regex pam_log pam_sql +EXTRA_DIST=common.c \ No newline at end of file