[glib/gdbus-merge] Strip copyright headers from examples



commit 54a57bb894d3c098bf972ecec71823b2822128b6
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue May 11 15:50:19 2010 -0400

    Strip copyright headers from examples
    
    These are included wholesale in the docs, and the copyright
    headers make them even more overwhelming. Plus, we don't have
    copyright headers on examples anywhere else.

 gio/tests/gdbus-example-own-name.c       |   13 -------------
 gio/tests/gdbus-example-peer.c           |   13 -------------
 gio/tests/gdbus-example-server.c         |   13 -------------
 gio/tests/gdbus-example-subtree.c        |   13 -------------
 gio/tests/gdbus-example-unix-fd-client.c |   13 -------------
 gio/tests/gdbus-example-watch-name.c     |   13 -------------
 gio/tests/gdbus-example-watch-proxy.c    |   13 -------------
 7 files changed, 0 insertions(+), 91 deletions(-)
---
diff --git a/gio/tests/gdbus-example-own-name.c b/gio/tests/gdbus-example-own-name.c
index 733c29e..0466cd4 100644
--- a/gio/tests/gdbus-example-own-name.c
+++ b/gio/tests/gdbus-example-own-name.c
@@ -1,16 +1,3 @@
-/*
- * Copyright © 2010 Red Hat, Inc.
- *
- * This program 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 licence or (at
- * your option) any later version.
- *
- * See the included COPYING file for more information.
- *
- * Author: David Zeuthen <davidz redhat com>
- */
-
 #include <gio/gio.h>
 
 static void
diff --git a/gio/tests/gdbus-example-peer.c b/gio/tests/gdbus-example-peer.c
index 3a13858..118624f 100644
--- a/gio/tests/gdbus-example-peer.c
+++ b/gio/tests/gdbus-example-peer.c
@@ -1,17 +1,4 @@
 /*
- * Copyright © 2010 Red Hat, Inc.
- *
- * This program 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 licence or (at
- * your option) any later version.
- *
- * See the included COPYING file for more information.
- *
- * Author: David Zeuthen <davidz redhat com>
- */
-
-/*
 
 Usage examples (modulo addresses / credentials).
 
diff --git a/gio/tests/gdbus-example-server.c b/gio/tests/gdbus-example-server.c
index fe667c0..eb0d6e4 100644
--- a/gio/tests/gdbus-example-server.c
+++ b/gio/tests/gdbus-example-server.c
@@ -1,16 +1,3 @@
-/*
- * Copyright © 2010 Red Hat, Inc.
- *
- * This program 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 licence or (at
- * your option) any later version.
- *
- * See the included COPYING file for more information.
- *
- * Author: David Zeuthen <davidz redhat com>
- */
-
 #include <gio/gio.h>
 #include <stdlib.h>
 
diff --git a/gio/tests/gdbus-example-subtree.c b/gio/tests/gdbus-example-subtree.c
index e8da6da..1633acc 100644
--- a/gio/tests/gdbus-example-subtree.c
+++ b/gio/tests/gdbus-example-subtree.c
@@ -1,16 +1,3 @@
-/*
- * Copyright © 2010 Red Hat, Inc.
- *
- * This program 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 licence or (at
- * your option) any later version.
- *
- * See the included COPYING file for more information.
- *
- * Author: David Zeuthen <davidz redhat com>
- */
-
 #include <gio/gio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/gio/tests/gdbus-example-unix-fd-client.c b/gio/tests/gdbus-example-unix-fd-client.c
index b89da8c..21e199e 100644
--- a/gio/tests/gdbus-example-unix-fd-client.c
+++ b/gio/tests/gdbus-example-unix-fd-client.c
@@ -1,16 +1,3 @@
-/*
- * Copyright © 2010 Red Hat, Inc.
- *
- * This program 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 licence or (at
- * your option) any later version.
- *
- * See the included COPYING file for more information.
- *
- * Author: David Zeuthen <davidz redhat com>
- */
-
 #include <string.h>
 #include <stdlib.h>
 
diff --git a/gio/tests/gdbus-example-watch-name.c b/gio/tests/gdbus-example-watch-name.c
index 39d0aed..769419b 100644
--- a/gio/tests/gdbus-example-watch-name.c
+++ b/gio/tests/gdbus-example-watch-name.c
@@ -1,16 +1,3 @@
-/*
- * Copyright © 2010 Red Hat, Inc.
- *
- * This program 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 licence or (at
- * your option) any later version.
- *
- * See the included COPYING file for more information.
- *
- * Author: David Zeuthen <davidz redhat com>
- */
-
 #include <gio/gio.h>
 
 static gchar *opt_name         = NULL;
diff --git a/gio/tests/gdbus-example-watch-proxy.c b/gio/tests/gdbus-example-watch-proxy.c
index 7060b21..db543a8 100644
--- a/gio/tests/gdbus-example-watch-proxy.c
+++ b/gio/tests/gdbus-example-watch-proxy.c
@@ -1,16 +1,3 @@
-/*
- * Copyright © 2010 Red Hat, Inc.
- *
- * This program 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 licence or (at
- * your option) any later version.
- *
- * See the included COPYING file for more information.
- *
- * Author: David Zeuthen <davidz redhat com>
- */
-
 #include <gio/gio.h>
 
 static gchar *opt_name         = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]