* update svn:ignore and svn:keywords for many files and directories
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Aug 2005 00:10:12 +0000 (00:10 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Aug 2005 00:10:12 +0000 (00:10 +0000)
* 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

Makefile.am
avahi-utils/Makefile.am
avahi-utils/avahi-discover.in
avahi-utils/avahi-dump-all.in
avahi-utils/avahi-publish-address.in
avahi-utils/avahi-publish-service.in
avahi-utils/avahi/Makefile.am
avahi-utils/avahi/__init__.py
todo

index 4d25b3c..e6f7056 100644 (file)
@@ -16,6 +16,7 @@
 # License along with avahi; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
+
 include aminclude.am
 
 EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG)
index ac8686e..ef70928 100644 (file)
@@ -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)
index 9734ae6..fc518db 100755 (executable)
@@ -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
index 6e27240..94fcf42 100755 (executable)
@@ -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 avahi, dbus, gobject, sys
 
 try:
index 43921e8..afa16e9 100755 (executable)
@@ -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 avahi, dbus, gobject, sys, getopt, string
 
 try:
index e6bb39c..dfb21ab 100755 (executable)
@@ -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 avahi, dbus, gobject, sys, getopt
 
 try:
index 357d3dc..cbabcc5 100644 (file)
@@ -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
 
index 1e2761c..539dabb 100644 (file)
@@ -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
 
diff --git a/todo b/todo
index 44c7af3..e32d12c 100644 (file)
--- a/todo
+++ b/todo
@@ -1,6 +1,5 @@
 todo:
 * finish DBUS stuff:
-       - enforce limits
        - allow NUL bytes in TXT records
 * release!
 * add internal error codes