From: Lennart Poettering Date: Wed, 3 Aug 2005 00:10:12 +0000 (+0000) Subject: * update svn:ignore and svn:keywords for many files and directories X-Git-Tag: upstream/0.6.31~1563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccdf8185dee9e480b2974d7a6387b12d5b6699cf;p=platform%2Fupstream%2Favahi.git * 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 --- diff --git a/Makefile.am b/Makefile.am index 4d25b3c..e6f7056 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) 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) 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 diff --git a/avahi-utils/avahi-dump-all.in b/avahi-utils/avahi-dump-all.in index 6e27240..94fcf42 100755 --- a/avahi-utils/avahi-dump-all.in +++ b/avahi-utils/avahi-dump-all.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 avahi, dbus, gobject, sys try: diff --git a/avahi-utils/avahi-publish-address.in b/avahi-utils/avahi-publish-address.in index 43921e8..afa16e9 100755 --- a/avahi-utils/avahi-publish-address.in +++ b/avahi-utils/avahi-publish-address.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 avahi, dbus, gobject, sys, getopt, string try: diff --git a/avahi-utils/avahi-publish-service.in b/avahi-utils/avahi-publish-service.in index e6bb39c..dfb21ab 100755 --- a/avahi-utils/avahi-publish-service.in +++ b/avahi-utils/avahi-publish-service.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 avahi, dbus, gobject, sys, getopt try: 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 diff --git a/todo b/todo index 44c7af3..e32d12c 100644 --- 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