diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-11-12 18:55:52 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-11-12 18:55:52 +0000 |
commit | b4bac198b4910496b8f77110b0ceec83dbd40e3b (patch) | |
tree | 187b6f442bace4098d37d90b5526906cf94c061b /avahi-daemon/EntryGroup.introspect | |
parent | d186f90959b986ecc81f975501bee2e790f06996 (diff) |
* add LGPL blurbs to some more files shipped with avahi
* add a line pointing to the respective man pages in the configuration files
* comment most lines in the configuration file, since they're set to the defaults
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@948 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/EntryGroup.introspect')
-rw-r--r-- | avahi-daemon/EntryGroup.introspect | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/avahi-daemon/EntryGroup.introspect b/avahi-daemon/EntryGroup.introspect index 96232ea..bf2ea13 100644 --- a/avahi-daemon/EntryGroup.introspect +++ b/avahi-daemon/EntryGroup.introspect @@ -1,9 +1,29 @@ <?xml version="1.0" standalone='no'?><!--*-nxml-*--> <?xml-stylesheet type="text/xsl" href="introspect.xsl"?> <!DOCTYPE node SYSTEM "introspect.dtd"> -<node> - <!-- $Id$ --> +<!-- $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. +--> + +<node> <interface name="org.freedesktop.DBus.Introspectable"> <method name="Introspect"> |