summaryrefslogtreecommitdiff
path: root/gladeui
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-09-21 10:00:24 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-09-21 10:00:24 -0300
commit48d6b070d7a4e1e02fa5da14f17d614efdd6d6fd (patch)
treed4c5ccccf4e0a481685c61c3ccaba648dcefe883 /gladeui
parent89bf07f696044729bf299cdb6514fa7655d66a47 (diff)
downloadglade-48d6b070d7a4e1e02fa5da14f17d614efdd6d6fd.tar.gz
Headers cleanup
Add missing copyright notes
Diffstat (limited to 'gladeui')
-rw-r--r--gladeui/glade-accumulators.h24
-rw-r--r--gladeui/glade-base-editor.c1
-rw-r--r--gladeui/glade-base-editor.h1
-rw-r--r--gladeui/glade-builtins.h24
-rw-r--r--gladeui/glade-clipboard.h24
-rw-r--r--gladeui/glade-command.c1
-rw-r--r--gladeui/glade-command.h22
-rw-r--r--gladeui/glade-cursor.h21
-rw-r--r--gladeui/glade-debug.h21
-rw-r--r--gladeui/glade-displayable-values.c3
-rw-r--r--gladeui/glade-displayable-values.h24
-rw-r--r--gladeui/glade-editable.c1
-rw-r--r--gladeui/glade-editable.h24
-rw-r--r--gladeui/glade-editor-property.h21
-rw-r--r--gladeui/glade-editor-skeleton.h1
-rw-r--r--gladeui/glade-editor-table.h1
-rw-r--r--gladeui/glade-editor.c1
-rw-r--r--gladeui/glade-editor.h22
-rw-r--r--gladeui/glade-name-context.c1
-rw-r--r--gladeui/glade-name-context.h24
-rw-r--r--gladeui/glade-palette.c1
-rw-r--r--gladeui/glade-placeholder.c2
-rw-r--r--gladeui/glade-placeholder.h2
-rw-r--r--gladeui/glade-popup.h22
-rw-r--r--gladeui/glade-previewer.c1
-rw-r--r--gladeui/glade-project.h23
-rw-r--r--gladeui/glade-property-def.h22
-rw-r--r--gladeui/glade-property-label.h1
-rw-r--r--gladeui/glade-property-shell.h1
-rw-r--r--gladeui/glade-property.h23
-rw-r--r--gladeui/glade-signal-def.c1
-rw-r--r--gladeui/glade-signal-editor.c1
-rw-r--r--gladeui/glade-signal-editor.h22
-rw-r--r--gladeui/glade-signal-model.c2
-rw-r--r--gladeui/glade-signal-model.h1
-rw-r--r--gladeui/glade-signal.h22
-rw-r--r--gladeui/glade-utils.h21
-rw-r--r--gladeui/glade-widget-adaptor.h21
-rw-r--r--gladeui/glade-widget.h25
-rw-r--r--gladeui/glade-xml-utils.c2
-rw-r--r--gladeui/glade-xml-utils.h25
-rw-r--r--gladeui/glade.h1
-rw-r--r--gladeui/icon-naming-spec.c2
43 files changed, 497 insertions, 9 deletions
diff --git a/gladeui/glade-accumulators.h b/gladeui/glade-accumulators.h
index 58dc55b8..691c2c1c 100644
--- a/gladeui/glade-accumulators.h
+++ b/gladeui/glade-accumulators.h
@@ -1,3 +1,27 @@
+/*
+ * glade-clipboard.h
+ *
+ * Copyright (C) 2005 The GNOME Foundation.
+ *
+ * Author(s):
+ * Tristan Van Berkom <tvb@gnome.org>
+ *
+ * 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.
+ */
+
#ifndef __GLADE_ACCUMULATORS_H__
#define __GLADE_ACCUMULATORS_H__
diff --git a/gladeui/glade-base-editor.c b/gladeui/glade-base-editor.c
index 31e764fc..1eb07fa1 100644
--- a/gladeui/glade-base-editor.c
+++ b/gladeui/glade-base-editor.c
@@ -1,4 +1,3 @@
-
/*
* Copyright (C) 2006-2016 Juan Pablo Ugarte.
*
diff --git a/gladeui/glade-base-editor.h b/gladeui/glade-base-editor.h
index 5d53aae8..e11fb5a9 100644
--- a/gladeui/glade-base-editor.h
+++ b/gladeui/glade-base-editor.h
@@ -18,6 +18,7 @@
* Authors:
* Juan Pablo Ugarte <juanpablougarte@gmail.com>
*/
+
#ifndef __GLADE_BASE_EDITOR_H__
#define __GLADE_BASE_EDITOR_H__
diff --git a/gladeui/glade-builtins.h b/gladeui/glade-builtins.h
index 5837900d..9c6ed803 100644
--- a/gladeui/glade-builtins.h
+++ b/gladeui/glade-builtins.h
@@ -1,3 +1,27 @@
+/*
+ * glade-clipboard.c - An object for handling Cut/Copy/Paste.
+ *
+ * Copyright (C) 2005 The GNOME Foundation.
+ *
+ * Author(s):
+ * Tristan Van Berkom <tvb@gnome.org>
+ *
+ * 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.
+ */
+
#ifndef __GLADE_BUILTINS_H__
#define __GLADE_BUILTINS_H__
diff --git a/gladeui/glade-clipboard.h b/gladeui/glade-clipboard.h
index e61712f5..3cb15614 100644
--- a/gladeui/glade-clipboard.h
+++ b/gladeui/glade-clipboard.h
@@ -1,3 +1,27 @@
+/*
+ * glade-clipboard.h
+ *
+ * Copyright (C) 2001 The GNOME Foundation.
+ *
+ * Author(s):
+ * Archit Baweja <bighead@users.sourceforge.net>
+ *
+ * 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.
+ */
+
#ifndef __GLADE_CLIPBOARD_H__
#define __GLADE_CLIPBOARD_H__
diff --git a/gladeui/glade-command.c b/gladeui/glade-command.c
index e39f9267..ef87e99b 100644
--- a/gladeui/glade-command.c
+++ b/gladeui/glade-command.c
@@ -19,6 +19,7 @@
* Joaquín Cuenca Abela <e98cuenc@yahoo.com>
* Archit Baweja <bighead@users.sourceforge.net>
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-command.h b/gladeui/glade-command.h
index 67e2debf..2e9697ec 100644
--- a/gladeui/glade-command.h
+++ b/gladeui/glade-command.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2002 Joaquín Cuenca Abela
+ *
+ * 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.
+ *
+ * Authors:
+ * Joaquín Cuenca Abela <e98cuenc@yahoo.com>
+ * Archit Baweja <bighead@users.sourceforge.net>
+ */
+
#ifndef __GLADE_COMMAND_H__
#define __GLADE_COMMAND_H__
diff --git a/gladeui/glade-cursor.h b/gladeui/glade-cursor.h
index e38b5e09..9390c057 100644
--- a/gladeui/glade-cursor.h
+++ b/gladeui/glade-cursor.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ */
+
#ifndef __GLADE_CURSOR_H__
#define __GLADE_CURSOR_H__
diff --git a/gladeui/glade-debug.h b/gladeui/glade-debug.h
index c591e2ad..9401555d 100644
--- a/gladeui/glade-debug.h
+++ b/gladeui/glade-debug.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2003 Joaquin Cuenca Abela
+ *
+ * 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.
+ *
+ * Authors:
+ * Joaquin Cuenca Abela <e98cuenc@yahoo.com>
+ */
+
#ifndef __GLADE_DEBUG_H__
#define __GLADE_DEBUG_H__
diff --git a/gladeui/glade-displayable-values.c b/gladeui/glade-displayable-values.c
index da69b269..d35381aa 100644
--- a/gladeui/glade-displayable-values.c
+++ b/gladeui/glade-displayable-values.c
@@ -1,5 +1,5 @@
/*
- * glade-name-context.c
+ * glade-displayable-values.c
*
* Copyright (C) 2008 Tristan Van Berkom.
*
@@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-displayable-values.h b/gladeui/glade-displayable-values.h
index 602b1c62..1b32f3fc 100644
--- a/gladeui/glade-displayable-values.h
+++ b/gladeui/glade-displayable-values.h
@@ -1,3 +1,27 @@
+/*
+ * glade-displayable-values.h
+ *
+ * Copyright (C) 2008 Tristan Van Berkom.
+ *
+ * Authors:
+ * Tristan Van Berkom <tvb@gnome.org>
+ *
+ * This library 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.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ *
+ */
+
#ifndef __GLADE_DISAPLAYABLE_VALUES_H__
#define __GLADE_DISAPLAYABLE_VALUES_H__
diff --git a/gladeui/glade-editable.c b/gladeui/glade-editable.c
index 63829889..d5296c98 100644
--- a/gladeui/glade-editable.c
+++ b/gladeui/glade-editable.c
@@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-editable.h b/gladeui/glade-editable.h
index 509a6931..21cc7697 100644
--- a/gladeui/glade-editable.h
+++ b/gladeui/glade-editable.h
@@ -1,3 +1,27 @@
+/*
+ * glade-editable.h
+ *
+ * Copyright (C) 2008 Tristan Van Berkom.
+ *
+ * Authors:
+ * Tristan Van Berkom <tvb@gnome.org>
+ *
+ * This library 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.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ *
+ */
+
#ifndef __GLADE_EDITABLE_H__
#define __GLADE_EDITABLE_H__
diff --git a/gladeui/glade-editor-property.h b/gladeui/glade-editor-property.h
index 1cef31de..0e19ea8b 100644
--- a/gladeui/glade-editor-property.h
+++ b/gladeui/glade-editor-property.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+
#ifndef __GLADE_EDITOR_PROPERTY_H__
#define __GLADE_EDITOR_PROPERTY_H__
diff --git a/gladeui/glade-editor-skeleton.h b/gladeui/glade-editor-skeleton.h
index 1e6d22be..beb8c187 100644
--- a/gladeui/glade-editor-skeleton.h
+++ b/gladeui/glade-editor-skeleton.h
@@ -18,6 +18,7 @@
* Authors:
* Tristan Van Berkom <tvb@gnome.org>
*/
+
#ifndef __GLADE_EDITOR_SKELETON_H__
#define __GLADE_EDITOR_SKELETON_H__
diff --git a/gladeui/glade-editor-table.h b/gladeui/glade-editor-table.h
index d2946b20..7da3aa4c 100644
--- a/gladeui/glade-editor-table.h
+++ b/gladeui/glade-editor-table.h
@@ -18,6 +18,7 @@
* Authors:
* Tristan Van Berkom <tvb@gnome.org>
*/
+
#ifndef _GLADE_EDITOR_BUTTON_H_
#define _GLADE_EDITOR_BUTTON_H_
diff --git a/gladeui/glade-editor.c b/gladeui/glade-editor.c
index 46f5c5e4..e9b91823 100644
--- a/gladeui/glade-editor.c
+++ b/gladeui/glade-editor.c
@@ -20,7 +20,6 @@
* Tristan Van Berkom <tvb@gnome.org>
*/
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-editor.h b/gladeui/glade-editor.h
index 968fc8a3..d70bf346 100644
--- a/gladeui/glade-editor.h
+++ b/gladeui/glade-editor.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+
#ifndef __GLADE_EDITOR_H__
#define __GLADE_EDITOR_H__
diff --git a/gladeui/glade-name-context.c b/gladeui/glade-name-context.c
index 39bded7c..4d7aad64 100644
--- a/gladeui/glade-name-context.c
+++ b/gladeui/glade-name-context.c
@@ -21,6 +21,7 @@
* Tristan Van Berkom <tvb@gnome.org>
*
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-name-context.h b/gladeui/glade-name-context.h
index ddc360f6..d754f4e2 100644
--- a/gladeui/glade-name-context.h
+++ b/gladeui/glade-name-context.h
@@ -1,3 +1,27 @@
+/*
+ * glade-name-context.c
+ *
+ * Copyright (C) 2008 Tristan Van Berkom.
+ *
+ * This library 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.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ *
+ * Authors:
+ * Tristan Van Berkom <tvb@gnome.org>
+ *
+ */
+
#ifndef __GLADE_NAME_CONTEXT_H__
#define __GLADE_NAME_CONTEXT_H__
diff --git a/gladeui/glade-palette.c b/gladeui/glade-palette.c
index bc252463..65b45a03 100644
--- a/gladeui/glade-palette.c
+++ b/gladeui/glade-palette.c
@@ -24,6 +24,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-placeholder.c b/gladeui/glade-placeholder.c
index 1263b2a5..2097c1b9 100644
--- a/gladeui/glade-placeholder.c
+++ b/gladeui/glade-placeholder.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
-*/
+ */
#include "config.h"
diff --git a/gladeui/glade-placeholder.h b/gladeui/glade-placeholder.h
index 9cb29bd1..66fc2c50 100644
--- a/gladeui/glade-placeholder.h
+++ b/gladeui/glade-placeholder.h
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
-*/
+ */
#ifndef __GLADE_PLACEHOLDER_H__
#define __GLADE_PLACEHOLDER_H__
diff --git a/gladeui/glade-popup.h b/gladeui/glade-popup.h
index 8306af43..8926fa63 100644
--- a/gladeui/glade-popup.h
+++ b/gladeui/glade-popup.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+
#ifndef __GLADE_POPUP_H__
#define __GLADE_POPUP_H__
diff --git a/gladeui/glade-previewer.c b/gladeui/glade-previewer.c
index 0fa64eab..84879d57 100644
--- a/gladeui/glade-previewer.c
+++ b/gladeui/glade-previewer.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
+
#include <config.h>
#include "glade-previewer.h"
diff --git a/gladeui/glade-project.h b/gladeui/glade-project.h
index 0d4c0932..29167eb7 100644
--- a/gladeui/glade-project.h
+++ b/gladeui/glade-project.h
@@ -1,3 +1,26 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ * Copyright (C) 2008 Tristan Van Berkom
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+
#ifndef __GLADE_PROJECT_H__
#define __GLADE_PROJECT_H__
diff --git a/gladeui/glade-property-def.h b/gladeui/glade-property-def.h
index 4e8e5b58..9fe4a8e9 100644
--- a/gladeui/glade-property-def.h
+++ b/gladeui/glade-property-def.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ * Tristan Van Berkom <tristan.van.berkom@gmail.com>
+ */
+
#ifndef __GLADE_PROPERTY_DEF_H__
#define __GLADE_PROPERTY_DEF_H__
diff --git a/gladeui/glade-property-label.h b/gladeui/glade-property-label.h
index 2bef9eb9..c1b10316 100644
--- a/gladeui/glade-property-label.h
+++ b/gladeui/glade-property-label.h
@@ -18,6 +18,7 @@
* Authors:
* Tristan Van Berkom <tvb@gnome.org>
*/
+
#ifndef __GLADE_PROPERTY_LABEL_H__
#define __GLADE_PROPERTY_LABEL_H__
diff --git a/gladeui/glade-property-shell.h b/gladeui/glade-property-shell.h
index dfb42c59..c69d1d15 100644
--- a/gladeui/glade-property-shell.h
+++ b/gladeui/glade-property-shell.h
@@ -18,6 +18,7 @@
* Authors:
* Tristan Van Berkom <tvb@gnome.org>
*/
+
#ifndef __GLADE_PROPERTY_SHELL_H__
#define __GLADE_PROPERTY_SHELL_H__
diff --git a/gladeui/glade-property.h b/gladeui/glade-property.h
index 24a74f86..b7e3efa2 100644
--- a/gladeui/glade-property.h
+++ b/gladeui/glade-property.h
@@ -1,3 +1,26 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ * Copyright (C) 2006 The GNOME Foundation.
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+
#ifndef __GLADE_PROPERTY_H__
#define __GLADE_PROPERTY_H__
diff --git a/gladeui/glade-signal-def.c b/gladeui/glade-signal-def.c
index f23c5acc..6b5c23d2 100644
--- a/gladeui/glade-signal-def.c
+++ b/gladeui/glade-signal-def.c
@@ -20,7 +20,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
#include <config.h>
#include "glade-signal-def.h"
#include "glade-widget-adaptor.h"
diff --git a/gladeui/glade-signal-editor.c b/gladeui/glade-signal-editor.c
index 060c100d..ffbf8bb8 100644
--- a/gladeui/glade-signal-editor.c
+++ b/gladeui/glade-signal-editor.c
@@ -19,6 +19,7 @@
* Shane Butler <shane_b@users.sourceforge.net>
* Joaquin Cuenca Abela <e98cuenc@yahoo.com>
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-signal-editor.h b/gladeui/glade-signal-editor.h
index a5039ee7..a62c886e 100644
--- a/gladeui/glade-signal-editor.h
+++ b/gladeui/glade-signal-editor.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Shane Butler <shane_b@users.sourceforge.net>
+ * Joaquin Cuenca Abela <e98cuenc@yahoo.com>
+ */
+
#ifndef __GLADE_SIGNAL_EDITOR_H__
#define __GLADE_SIGNAL_EDITOR_H__
diff --git a/gladeui/glade-signal-model.c b/gladeui/glade-signal-model.c
index 598747eb..d790af6e 100644
--- a/gladeui/glade-signal-model.c
+++ b/gladeui/glade-signal-model.c
@@ -1,5 +1,6 @@
/*
* glade-signal-model.c
+ *
* Copyright (C) Johannes Schmid 2010 <jhs@gnome.org>
*
* This library is free software; you can redistribute it and/or modify it
@@ -16,6 +17,7 @@
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/gladeui/glade-signal-model.h b/gladeui/glade-signal-model.h
index 10236696..16070684 100644
--- a/gladeui/glade-signal-model.h
+++ b/gladeui/glade-signal-model.h
@@ -1,5 +1,6 @@
/*
* glade-signal-model.h
+ *
* Copyright (C) Johannes Schmid 2010 <jhs@gnome.org>
*
* This library is free software; you can redistribute it and/or modify it
diff --git a/gladeui/glade-signal.h b/gladeui/glade-signal.h
index 3a8fdd60..b283b620 100644
--- a/gladeui/glade-signal.h
+++ b/gladeui/glade-signal.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ * Paolo Borelli <pborelli@katamail.com>
+ */
+
#ifndef __GLADE_SIGNAL_H__
#define __GLADE_SIGNAL_H__
diff --git a/gladeui/glade-utils.h b/gladeui/glade-utils.h
index 903c45db..0a14620a 100644
--- a/gladeui/glade-utils.h
+++ b/gladeui/glade-utils.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Chema Celorio <chema@celorio.com>
+ */
+
#ifndef __GLADE_UTILS_H__
#define __GLADE_UTILS_H__
diff --git a/gladeui/glade-widget-adaptor.h b/gladeui/glade-widget-adaptor.h
index d1b4d9b0..a02fd852 100644
--- a/gladeui/glade-widget-adaptor.h
+++ b/gladeui/glade-widget-adaptor.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+
#ifndef _GLADE_WIDGET_ADAPTOR_H_
#define _GLADE_WIDGET_ADAPTOR_H_
diff --git a/gladeui/glade-widget.h b/gladeui/glade-widget.h
index d1a2d376..1eb7350a 100644
--- a/gladeui/glade-widget.h
+++ b/gladeui/glade-widget.h
@@ -1,3 +1,28 @@
+/*
+ * Copyright (C) 2008 Tristan Van Berkom
+ * Copyright (C) 2004 Joaquin Cuenca Abela
+ * Copyright (C) 2001, 2002, 2003 Ximian, Inc.
+ *
+ * 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.
+ *
+ * Authors:
+ * Joaquin Cuenca Abela <e98cuenc@yahoo.com>
+ * Chema Celorio <chema@celorio.com>
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+
#ifndef __GLADE_WIDGET_H__
#define __GLADE_WIDGET_H__
diff --git a/gladeui/glade-xml-utils.c b/gladeui/glade-xml-utils.c
index d809cde3..4ac2b153 100644
--- a/gladeui/glade-xml-utils.c
+++ b/gladeui/glade-xml-utils.c
@@ -6,7 +6,7 @@
* 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
diff --git a/gladeui/glade-xml-utils.h b/gladeui/glade-xml-utils.h
index 3a88acef..91dfaa80 100644
--- a/gladeui/glade-xml-utils.h
+++ b/gladeui/glade-xml-utils.h
@@ -1,4 +1,27 @@
-/* TODO : s/glade_xml_get_/glade_xml_node_get/g */
+/*
+ * glade-xml-utils.c - This functions are based on gnome-print/libgpa/gpa-xml.c
+ * which were in turn based on gnumeric/xml-io.c
+ *
+ * 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.
+ *
+ * Authors:
+ * Daniel Veillard <Daniel.Veillard@w3.org>
+ * Miguel de Icaza <miguel@gnu.org>
+ * Chema Celorio <chema@gnome.org>
+ */
+
#ifndef __GLADE_XML_UTILS_H__
#define __GLADE_XML_UTILS_H__
diff --git a/gladeui/glade.h b/gladeui/glade.h
index 69291bea..d019044a 100644
--- a/gladeui/glade.h
+++ b/gladeui/glade.h
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
+
#ifndef __GLADE_H__
#define __GLADE_H__
diff --git a/gladeui/icon-naming-spec.c b/gladeui/icon-naming-spec.c
index d33f97a8..5f5382fe 100644
--- a/gladeui/icon-naming-spec.c
+++ b/gladeui/icon-naming-spec.c
@@ -23,7 +23,7 @@
/*
* Icon Naming Specification: http://standards.freedesktop.org/icon-naming-spec
*
-*/
+ */
#include <glib/gi18n-lib.h>