summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2001-06-08 00:13:21 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2001-06-08 00:13:21 +0000
commit6b05bc51f7ceb77e70fe804ee15318d7c6258e4f (patch)
tree316b85282b5ee7ef3b3aa7b00df7d31e34e9175a /man
parentc2fb0b3b2a57f8953edd75cc16c7e4ac127fb66e (diff)
downloadflac-6b05bc51f7ceb77e70fe804ee15318d7c6258e4f.tar.gz
add/update copyright and license notices
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 5ecbf6a0..747e418a 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,3 +1,20 @@
+# flac - Command-line FLAC encoder/decoder
+# Copyright (C) 2000,2001 Josh Coalson
+#
+# 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
+# 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
flac.1: flac.sgml
docbook-to-man $< > $@