diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-08-03 00:10:12 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-08-03 00:10:12 +0000 |
commit | ccdf8185dee9e480b2974d7a6387b12d5b6699cf (patch) | |
tree | 93d0dd545b4b8b5494e925b5ea217dd4b7963f1d /avahi-utils/Makefile.am | |
parent | f43187377e0c89ba02ca23e88efa01bbb255e037 (diff) |
* update svn:ignore and svn:keywords for many files and directories
* add legal blurb to some make files and pythons scripts
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@213 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-utils/Makefile.am')
-rw-r--r-- | avahi-utils/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/avahi-utils/Makefile.am b/avahi-utils/Makefile.am index ac8686e..ef70928 100644 --- a/avahi-utils/Makefile.am +++ b/avahi-utils/Makefile.am @@ -1,3 +1,22 @@ +# $Id$ + +# This file is part of avahi. +# +# avahi 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 2 of the +# License, or (at your option) any later version. +# +# avahi 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 Lesser General Public +# License along with avahi; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. + SUBDIRS=avahi avahiscriptsdir = $(bindir) |