aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-07-07 14:35:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-07-07 14:35:27 +0000
commit2828fa3560780af1e4f0bad427bed5a82a8679c7 (patch)
tree30e296004100979512fc2cd152e59291e542266d /Makefile.am
parentd4c03e8759b106b2d954f6a7ab34ac16b9512f3b (diff)
downloadipacct-2828fa3560780af1e4f0bad427bed5a82a8679c7.tar.gz
ipacct-2828fa3560780af1e4f0bad427bed5a82a8679c7.tar.bz2
Relicense under GPLv3.
* COPYING, Makefile.am, configure.ac, src/Makefile.am: GPLv3 * src/account.c, src/config.y, src/cons_ether.c, src/cons_ip.c, src/cons_ppp.c, src/cons_raw.c, src/ipacct.h, src/iputil.c, src/list.c, src/list.h, src/main.c, src/report.c, src/report.h, src/run.c, src/utils.c: Use ANSI C. Relicense under GPLv3.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4101da5..f05da89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,19 @@
+# This file is part of IPACCT
+# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2008 Sergey Poznyakoff
+#
+# Ipacct 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, or (at your option)
+# any later version.
+#
+# Ipacct 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 Ipacct. If not, see <http://www.gnu.org/licenses/>. */
+
AUTOMAKE_OPTIONS = 1.6 readme-alpha
ACLOCAL_AMFLAGS = -I m4

Return to:

Send suggestions and report system problems to the System administrator.