Strip copyright headers from examples
authorMatthias Clasen <mclasen@redhat.com>
Tue, 11 May 2010 19:50:19 +0000 (15:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 11 May 2010 19:50:19 +0000 (15:50 -0400)
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
gio/tests/gdbus-example-peer.c
gio/tests/gdbus-example-server.c
gio/tests/gdbus-example-subtree.c
gio/tests/gdbus-example-unix-fd-client.c
gio/tests/gdbus-example-watch-name.c
gio/tests/gdbus-example-watch-proxy.c

index 733c29e..0466cd4 100644 (file)
@@ -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
index 3a13858..118624f 100644 (file)
@@ -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).
 
index fe667c0..eb0d6e4 100644 (file)
@@ -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>
 
index e8da6da..1633acc 100644 (file)
@@ -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>
index b89da8c..21e199e 100644 (file)
@@ -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>
 
index 39d0aed..769419b 100644 (file)
@@ -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;
index 7060b21..db543a8 100644 (file)
@@ -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;