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/Makefile.am | 19 +++++++++++++++++++ avahi-utils/avahi/__init__.py | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'avahi-utils/avahi') diff --git a/avahi-utils/avahi/Makefile.am b/avahi-utils/avahi/Makefile.am index 357d3dc..cbabcc5 100644 --- a/avahi-utils/avahi/Makefile.am +++ b/avahi-utils/avahi/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. + avahidir = $(pythondir)/avahi avahi_PYTHON = __init__.py SimpleGladeApp.py diff --git a/avahi-utils/avahi/__init__.py b/avahi-utils/avahi/__init__.py index 1e2761c..539dabb 100644 --- a/avahi-utils/avahi/__init__.py +++ b/avahi-utils/avahi/__init__.py @@ -1,6 +1,23 @@ #!/usr/bin/python2.4 # $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. + # Some definitions matching those in core.h import socket -- cgit