Change Guile license to LGPLv3+
[bpt/guile.git] / am / Makefile.am
CommitLineData
d62ccf28
TTN
1## Process this file with Automake to create Makefile.in
2##
61db429e 3## Copyright (C) 2002, 2006, 2008 Free Software Foundation, Inc.
d62ccf28
TTN
4##
5## This file is part of GUILE.
6##
53befeb7
NJ
7## GUILE is free software; you can redistribute it and/or modify it
8## under the terms of the GNU Lesser General Public License as
9## published by the Free Software Foundation; either version 3, or
d62ccf28
TTN
10## (at your option) any later version.
11##
12## GUILE is distributed in the hope that it will be useful, but
13## WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53befeb7 15## GNU Lesser General Public License for more details.
d62ccf28 16##
53befeb7
NJ
17## You should have received a copy of the GNU Lesser General Public
18## License along with GUILE; see the file COPYING.LESSER. If not,
19## write to the Free Software Foundation, Inc., 51 Franklin Street,
20## Fifth Floor, Boston, MA 02110-1301 USA
d62ccf28
TTN
21
22AUTOMAKE_OPTIONS = gnu
23
3f0bce1e 24am_frags = pre-inst-guile maintainer-dirs guilec
d62ccf28 25
61db429e 26EXTRA_DIST = $(am_frags) ChangeLog-2008
d62ccf28
TTN
27
28## Makefile.am ends here