X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/e2af46aeef15112a027980b1ee3d6fdbec732dab..6b47249a28c7725714ee0e356d3d4b01dfc96aa2:/am/Makefile.am diff --git a/am/Makefile.am b/am/Makefile.am index f8fd41ae4..e2044d6aa 100644 --- a/am/Makefile.am +++ b/am/Makefile.am @@ -1,28 +1,28 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 2002 Free Software Foundation, Inc. +## Copyright (C) 2002, 2006, 2008 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## -## GUILE 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 +## GUILE is free software; you can redistribute it and/or modify it +## under the terms of the GNU Lesser General Public License as +## published by the Free Software Foundation; either version 3, or ## (at your option) any later version. ## ## GUILE 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. +## GNU Lesser General Public License for more details. ## -## You should have received a copy of the GNU General Public -## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## You should have received a copy of the GNU Lesser General Public +## License along with GUILE; see the file COPYING.LESSER. If not, +## write to the Free Software Foundation, Inc., 51 Franklin Street, +## Fifth Floor, Boston, MA 02110-1301 USA AUTOMAKE_OPTIONS = gnu -am_frags = pre-inst-guile maintainer-dirs +am_frags = maintainer-dirs guilec -EXTRA_DIST = $(am_frags) +EXTRA_DIST = $(am_frags) ChangeLog-2008 ## Makefile.am ends here