From ccdf8185dee9e480b2974d7a6387b12d5b6699cf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 3 Aug 2005 00:10:12 +0000 Subject: * 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 --- avahi-utils/avahi-discover.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'avahi-utils/avahi-discover.in') diff --git a/avahi-utils/avahi-discover.in b/avahi-utils/avahi-discover.in index 9734ae6..fc518db 100755 --- a/avahi-utils/avahi-discover.in +++ b/avahi-utils/avahi-discover.in @@ -2,6 +2,23 @@ # -*-python-*- # $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. + import os import gtk import gobject -- cgit