diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-05-24 16:24:12 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-05-24 16:24:12 +0530 |
commit | cc1f04ecba0eec4bc371d28c011a8ef2ec6cf199 (patch) | |
tree | a3b2e0b0e4228d046efa8b15982a4d27ade12e9d | |
parent | 6f9ee262e561d8fd316f0504ad81e9ce9b6fcd53 (diff) | |
download | tinyproxy-cc1f04ecba0eec4bc371d28c011a8ef2ec6cf199.tar.gz tinyproxy-cc1f04ecba0eec4bc371d28c011a8ef2ec6cf199.zip |
Updated copyright header in Makefile.am
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f0aa4c9..3910e33 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,17 +1,19 @@ -# $Id: Makefile.am,v 1.23 2005-08-16 04:03:19 rjkaes Exp $ +# tinyproxy - A fast light-weight HTTP proxy +# Copyright (C) 2000 Robert James Kaes <rjkaes@users.sourceforge.net> # -# Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net) +# 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 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; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# 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. sbin_PROGRAMS = tinyproxy @@ -42,4 +44,3 @@ EXTRA_tinyproxy_SOURCES = filter.c filter.h \ reverse-proxy.c reverse-proxy.h tinyproxy_DEPENDENCIES = @ADDITIONAL_OBJECTS@ tinyproxy_LDADD = @ADDITIONAL_OBJECTS@ - |