]> git.meshlink.io Git - catta/blobdiff - libavahi-core/socket.h
update todo
[catta] / libavahi-core / socket.h
index 2baa122b7fa6fa1116737807bc9290cf1fe4f2f9..4f6c5a3b0a153e2014b450ea2d339081e9bc4012 100644 (file)
@@ -1,14 +1,33 @@
 #ifndef foosockethfoo
 #define foosockethfoo
 
+/* $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.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.
+***/
+
 #include <netinet/in.h>
 
 #include "dns.h"
 
 #define AVAHI_MDNS_PORT 5353
 
-
-
 gint avahi_open_socket_ipv4(void);
 gint avahi_open_socket_ipv6(void);