From 908e491f7d55209acfbb2595ab1ef5b24502d641 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 25 Jun 2010 03:10:32 +0200 Subject: get rid of a lot of old svn cruft --- examples/Makefile.am | 4 +--- examples/client-browse-services.c | 2 -- examples/client-publish-service.c | 2 -- examples/core-browse-services.c | 2 -- examples/core-publish-service.c | 2 -- examples/glib-integration.c | 2 -- 6 files changed, 1 insertion(+), 13 deletions(-) (limited to 'examples') 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. -- cgit