From 068d417c59f74387a86ec4e00349e5b4319c298a Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 30 Apr 2007 16:51:31 +0000 Subject: [PATCH] Add license headers 2007-04-30 Thomas Wood * appearance-main.c: * appearance-themes.c: * appearance-themes.h: * appearance.h: Add license headers svn path=/trunk/; revision=7520 --- capplets/appearance/ChangeLog | 9 +++++++++ capplets/appearance/appearance-main.c | 20 ++++++++++++++++++++ capplets/appearance/appearance-themes.c | 20 ++++++++++++++++++++ capplets/appearance/appearance-themes.h | 21 +++++++++++++++++++++ capplets/appearance/appearance.h | 20 ++++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 capplets/appearance/ChangeLog diff --git a/capplets/appearance/ChangeLog b/capplets/appearance/ChangeLog new file mode 100644 index 000000000..90b2a5a90 --- /dev/null +++ b/capplets/appearance/ChangeLog @@ -0,0 +1,9 @@ +2007-04-30 Thomas Wood + + * appearance-main.c: + * appearance-themes.c: + * appearance-themes.h: + * appearance.h: + + Add license headers + diff --git a/capplets/appearance/appearance-main.c b/capplets/appearance/appearance-main.c index 95c0af2ea..c2827e33a 100644 --- a/capplets/appearance/appearance-main.c +++ b/capplets/appearance/appearance-main.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2007 The GNOME Foundation + * Written by Thomas Wood + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "appearance.h" #include "appearance-themes.h" #include "theme-thumbnail.h" diff --git a/capplets/appearance/appearance-themes.c b/capplets/appearance/appearance-themes.c index 8d2669dc3..b505d850a 100644 --- a/capplets/appearance/appearance-themes.c +++ b/capplets/appearance/appearance-themes.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2007 The GNOME Foundation + * Written by Thomas Wood + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "appearance.h" #include "gnome-theme-info.h" #include "theme-thumbnail.h" diff --git a/capplets/appearance/appearance-themes.h b/capplets/appearance/appearance-themes.h index 18e652dd1..3c8592b0f 100644 --- a/capplets/appearance/appearance-themes.h +++ b/capplets/appearance/appearance-themes.h @@ -1,2 +1,23 @@ +/* + * Copyright (C) 2007 The GNOME Foundation + * Written by Thomas Wood + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + + void themes_init (AppearanceData *data); diff --git a/capplets/appearance/appearance.h b/capplets/appearance/appearance.h index ec818da17..f0052677b 100644 --- a/capplets/appearance/appearance.h +++ b/capplets/appearance/appearance.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2007 The GNOME Foundation + * Written by Thomas Wood + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include #include