summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/Utility.cs
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2005-09-09 18:41:51 +0000
committerJames Willcox <snopr@snorp.net>2005-09-09 18:41:51 +0000
commita21074b9ea4b11b74d114e2669248f979caf0d3a (patch)
tree0a51486c45514bdecd500a012f59039c53ecba3d /avahi-sharp/Utility.cs
parent8263f6594082e5c892a9425707413a386733fef4 (diff)
integrate mono bindings into the build
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@540 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-sharp/Utility.cs')
-rw-r--r--avahi-sharp/Utility.cs19
1 files changed, 19 insertions, 0 deletions
diff --git a/avahi-sharp/Utility.cs b/avahi-sharp/Utility.cs
index c621bed..d5bdeeb 100644
--- a/avahi-sharp/Utility.cs
+++ b/avahi-sharp/Utility.cs
@@ -1,3 +1,22 @@
+/***
+ 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.1 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 Lesser 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.
+***/
+
using System;
using System.Net;
using System.Text;