summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-25 03:10:32 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-25 03:11:20 +0200
commit908e491f7d55209acfbb2595ab1ef5b24502d641 (patch)
treee3922a11db074e6a99045797cf9c1c69fe23f738 /examples
parent2b2844b10d7b7e5c97f9c667d664d9418bb7769a (diff)
get rid of a lot of old svn cruft
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
-rw-r--r--examples/client-browse-services.c2
-rw-r--r--examples/client-publish-service.c2
-rw-r--r--examples/core-browse-services.c2
-rw-r--r--examples/core-publish-service.c2
-rw-r--r--examples/glib-integration.c2
6 files changed, 1 insertions, 13 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index e6e66f5..dbb7f00 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,7 +1,5 @@
-# $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
diff --git a/examples/client-browse-services.c b/examples/client-browse-services.c
index b932e0a..f7ded2a 100644
--- a/examples/client-browse-services.c
+++ b/examples/client-browse-services.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
This file is part of avahi.
diff --git a/examples/client-publish-service.c b/examples/client-publish-service.c
index 73ee01b..facc965 100644
--- a/examples/client-publish-service.c
+++ b/examples/client-publish-service.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
This file is part of avahi.
diff --git a/examples/core-browse-services.c b/examples/core-browse-services.c
index 65c59fa..e062e3e 100644
--- a/examples/core-browse-services.c
+++ b/examples/core-browse-services.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* PLEASE NOTE *
* This file demonstrates how to use Avahi's core API, this is
* the embeddable mDNS stack for embedded applications.
diff --git a/examples/core-publish-service.c b/examples/core-publish-service.c
index d7d7395..a78a464 100644
--- a/examples/core-publish-service.c
+++ b/examples/core-publish-service.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
This file is part of avahi.
diff --git a/examples/glib-integration.c b/examples/glib-integration.c
index 4213d74..d2a2457 100644
--- a/examples/glib-integration.c
+++ b/examples/glib-integration.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
This file is part of avahi.