From 54a57bb894d3c098bf972ecec71823b2822128b6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 11 May 2010 15:50:19 -0400 Subject: [PATCH] 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, 91 deletions(-) diff --git a/gio/tests/gdbus-example-own-name.c b/gio/tests/gdbus-example-own-name.c index 733c29ea4..0466cd4c6 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 - */ - #include static void diff --git a/gio/tests/gdbus-example-peer.c b/gio/tests/gdbus-example-peer.c index 3a1385878..118624f34 100644 --- a/gio/tests/gdbus-example-peer.c +++ b/gio/tests/gdbus-example-peer.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 - */ - /* Usage examples (modulo addresses / credentials). diff --git a/gio/tests/gdbus-example-server.c b/gio/tests/gdbus-example-server.c index fe667c040..eb0d6e459 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 - */ - #include #include diff --git a/gio/tests/gdbus-example-subtree.c b/gio/tests/gdbus-example-subtree.c index e8da6da88..1633accde 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 - */ - #include #include #include diff --git a/gio/tests/gdbus-example-unix-fd-client.c b/gio/tests/gdbus-example-unix-fd-client.c index b89da8cb3..21e199e89 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 - */ - #include #include diff --git a/gio/tests/gdbus-example-watch-name.c b/gio/tests/gdbus-example-watch-name.c index 39d0aed8d..769419b22 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 - */ - #include static gchar *opt_name = NULL; diff --git a/gio/tests/gdbus-example-watch-proxy.c b/gio/tests/gdbus-example-watch-proxy.c index 7060b21ae..db543a836 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 - */ - #include static gchar *opt_name = NULL; -- 2.34.1