summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atspi/atspi-accessible.c1
-rw-r--r--atspi/atspi-accessible.h1
-rw-r--r--atspi/atspi-collection.c1
-rw-r--r--atspi/atspi-collection.h1
-rw-r--r--atspi/atspi-device-listener.c1
-rw-r--r--atspi/atspi-device-listener.h1
-rw-r--r--atspi/atspi-event-listener-private.h1
-rw-r--r--atspi/atspi-event-listener.c1
-rw-r--r--atspi/atspi-event-listener.h1
-rw-r--r--atspi/atspi-hyperlink.c1
-rw-r--r--atspi/atspi-hyperlink.h1
-rw-r--r--atspi/atspi-hypertext.c1
-rw-r--r--atspi/atspi-hypertext.h1
-rw-r--r--atspi/atspi-image.c1
-rw-r--r--atspi/atspi-image.h1
-rw-r--r--atspi/atspi-listener-private.h37
-rw-r--r--atspi/atspi-matchrule-private.h1
-rw-r--r--atspi/atspi-matchrule.c1
-rw-r--r--atspi/atspi-matchrule.h1
-rw-r--r--atspi/atspi-misc-private.h1
-rw-r--r--atspi/atspi-misc.c1
-rw-r--r--atspi/atspi-misc.h1
-rw-r--r--atspi/atspi-relation.c1
-rw-r--r--atspi/atspi-relation.h1
-rw-r--r--atspi/atspi-selection.c1
-rw-r--r--atspi/atspi-selection.h1
-rw-r--r--atspi/atspi-stateset.c24
-rw-r--r--atspi/atspi-stateset.h24
-rw-r--r--atspi/atspi-table.c1
-rw-r--r--atspi/atspi-table.h1
-rw-r--r--atspi/atspi-text.c1
-rw-r--r--atspi/atspi-text.h1
-rw-r--r--atspi/atspi-value.c1
-rw-r--r--atspi/atspi-value.h1
-rw-r--r--dbind/dbind-any.c19
-rw-r--r--dbind/dbind-any.h19
-rw-r--r--dbind/dbind.c19
-rw-r--r--dbind/dbind.h19
-rw-r--r--dbind/dbtest.c19
39 files changed, 173 insertions, 38 deletions
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index 1a570f7a..2dfb2ed3 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-accessible.h b/atspi/atspi-accessible.h
index db2546f5..e7c0a5e2 100644
--- a/atspi/atspi-accessible.h
+++ b/atspi/atspi-accessible.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-collection.c b/atspi/atspi-collection.c
index fa035ef9..43dfa2f6 100644
--- a/atspi/atspi-collection.c
+++ b/atspi/atspi-collection.c
@@ -3,6 +3,7 @@
* (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
*
* Copyright 2007 IBM Corp.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-collection.h b/atspi/atspi-collection.h
index f0a54c29..b1075410 100644
--- a/atspi/atspi-collection.h
+++ b/atspi/atspi-collection.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-device-listener.c b/atspi/atspi-device-listener.c
index 218c26cb..0cc6c891 100644
--- a/atspi/atspi-device-listener.c
+++ b/atspi/atspi-device-listener.c
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian Inc.
* Copyright 2002 Sun Microsystems, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-device-listener.h b/atspi/atspi-device-listener.h
index 07571ece..2cf06bcb 100644
--- a/atspi/atspi-device-listener.h
+++ b/atspi/atspi-device-listener.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-event-listener-private.h b/atspi/atspi-event-listener-private.h
index d3d529c9..64828eb8 100644
--- a/atspi/atspi-event-listener-private.h
+++ b/atspi/atspi-event-listener-private.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-event-listener.c b/atspi/atspi-event-listener.c
index 46d09f53..bbeb176f 100644
--- a/atspi/atspi-event-listener.c
+++ b/atspi/atspi-event-listener.c
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian Inc.
* Copyright 2002 Sun Microsystems, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-event-listener.h b/atspi/atspi-event-listener.h
index a64c7dda..2826a9fa 100644
--- a/atspi/atspi-event-listener.h
+++ b/atspi/atspi-event-listener.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-hyperlink.c b/atspi/atspi-hyperlink.c
index fac4624c..e64409f6 100644
--- a/atspi/atspi-hyperlink.c
+++ b/atspi/atspi-hyperlink.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-hyperlink.h b/atspi/atspi-hyperlink.h
index 09c5aa64..45acf874 100644
--- a/atspi/atspi-hyperlink.h
+++ b/atspi/atspi-hyperlink.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-hypertext.c b/atspi/atspi-hypertext.c
index 4b1814d1..b7d4eb6a 100644
--- a/atspi/atspi-hypertext.c
+++ b/atspi/atspi-hypertext.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-hypertext.h b/atspi/atspi-hypertext.h
index 10cbab5f..bdd1718c 100644
--- a/atspi/atspi-hypertext.h
+++ b/atspi/atspi-hypertext.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-image.c b/atspi/atspi-image.c
index 1d9a2b53..4762986e 100644
--- a/atspi/atspi-image.c
+++ b/atspi/atspi-image.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-image.h b/atspi/atspi-image.h
index 6f0f7915..4a9bb8cc 100644
--- a/atspi/atspi-image.h
+++ b/atspi/atspi-image.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-listener-private.h b/atspi/atspi-listener-private.h
deleted file mode 100644
index 79078634..00000000
--- a/atspi/atspi-listener-private.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * AT-SPI - Assistive Technology Service Provider Interface
- * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
- *
- * Copyright 2002 Ximian, Inc.
- * 2002 Sun Microsystems Inc.
- *
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef _ATSPI_LISTENER_PRIVATE_H_
-#define _ATSPI_LISTENER_PRIVATE_H_
-
-#include "dbus/dbus.h"
-#include "glib.h"
-#include "atspi-listener.h"
-
-DBusHandlerResult
-atspi_dbus_handle_deviceEvent (DBusConnection *bus, DBusMessage *message, void *data);
-
-gchar *
-_atspi_device_listener_get_path (AtspiDeviceListener *listener);
-#endif /* _ATSPI_LISTENER_PRIVATE_H_ */
diff --git a/atspi/atspi-matchrule-private.h b/atspi/atspi-matchrule-private.h
index 3d914482..169e5391 100644
--- a/atspi/atspi-matchrule-private.h
+++ b/atspi/atspi-matchrule-private.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-matchrule.c b/atspi/atspi-matchrule.c
index 3083bf1d..80783d17 100644
--- a/atspi/atspi-matchrule.c
+++ b/atspi/atspi-matchrule.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-matchrule.h b/atspi/atspi-matchrule.h
index 596e8ccc..f5362860 100644
--- a/atspi/atspi-matchrule.h
+++ b/atspi/atspi-matchrule.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-misc-private.h b/atspi/atspi-misc-private.h
index c6e6c208..80653ed4 100644
--- a/atspi/atspi-misc-private.h
+++ b/atspi/atspi-misc-private.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 65d8c094..dd089b66 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-misc.h b/atspi/atspi-misc.h
index 7cf13c70..a9c160e2 100644
--- a/atspi/atspi-misc.h
+++ b/atspi/atspi-misc.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-relation.c b/atspi/atspi-relation.c
index cbd6b2d9..60e8947d 100644
--- a/atspi/atspi-relation.c
+++ b/atspi/atspi-relation.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-relation.h b/atspi/atspi-relation.h
index 13f7eae3..071e912c 100644
--- a/atspi/atspi-relation.h
+++ b/atspi/atspi-relation.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-selection.c b/atspi/atspi-selection.c
index 4e76a3c0..00cf73e6 100644
--- a/atspi/atspi-selection.c
+++ b/atspi/atspi-selection.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-selection.h b/atspi/atspi-selection.h
index 09dd6d1d..9e0b26cd 100644
--- a/atspi/atspi-selection.h
+++ b/atspi/atspi-selection.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-stateset.c b/atspi/atspi-stateset.c
index 94d4b2e3..07c17b7e 100644
--- a/atspi/atspi-stateset.c
+++ b/atspi/atspi-stateset.c
@@ -1,3 +1,27 @@
+/*
+ * AT-SPI - Assistive Technology Service Provider Interface
+ * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
+ *
+ * Copyright 2001, 2002 Sun Microsystems Inc.,
+ * Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#include "atspi-private.h"
static void atspi_state_set_class_init (AtspiStateSetClass *klass);
diff --git a/atspi/atspi-stateset.h b/atspi/atspi-stateset.h
index 948b3ee4..69d6ff70 100644
--- a/atspi/atspi-stateset.h
+++ b/atspi/atspi-stateset.h
@@ -1,3 +1,27 @@
+/*
+ * AT-SPI - Assistive Technology Service Provider Interface
+ * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
+ *
+ * Copyright 2001, 2002 Sun Microsystems Inc.,
+ * Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#ifndef _ATSPI_STATE_SET_H_
#define _ATSPI_STATE_SET_H_
diff --git a/atspi/atspi-table.c b/atspi/atspi-table.c
index 492778ed..358a2d95 100644
--- a/atspi/atspi-table.c
+++ b/atspi/atspi-table.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-table.h b/atspi/atspi-table.h
index fb18d57d..02d028d4 100644
--- a/atspi/atspi-table.h
+++ b/atspi/atspi-table.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c
index 81858036..13ed3633 100644
--- a/atspi/atspi-text.c
+++ b/atspi/atspi-text.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-text.h b/atspi/atspi-text.h
index e4ff6de4..c39e071d 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/atspi/atspi-value.c b/atspi/atspi-value.c
index 32071b39..25f32af7 100644
--- a/atspi/atspi-value.c
+++ b/atspi/atspi-value.c
@@ -4,6 +4,7 @@
*
* Copyright 2001, 2002 Sun Microsystems Inc.,
* Copyright 2001, 2002 Ximian, Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/atspi/atspi-value.h b/atspi/atspi-value.h
index 587d3c9c..cb3ebf67 100644
--- a/atspi/atspi-value.h
+++ b/atspi/atspi-value.h
@@ -4,6 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
*
*
* This library is free software; you can redistribute it and/or
diff --git a/dbind/dbind-any.c b/dbind/dbind-any.c
index 083420df..9cae2eba 100644
--- a/dbind/dbind-any.c
+++ b/dbind/dbind-any.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2008-2011 Novell, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
/* type driven marshalling */
#include <stdio.h>
#include <glib.h>
diff --git a/dbind/dbind-any.h b/dbind/dbind-any.h
index 094b7166..dd2a27bc 100644
--- a/dbind/dbind-any.h
+++ b/dbind/dbind-any.h
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2008-2011 Novell, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#ifndef _DBIND_ANY_H_
#define _DBIND_ANY_H_
diff --git a/dbind/dbind.c b/dbind/dbind.c
index 084de285..c535b54c 100644
--- a/dbind/dbind.c
+++ b/dbind/dbind.c
@@ -1,4 +1,21 @@
-
+/*
+ * Copyright 2008-2011 Novell, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
#include <stdio.h>
#include <stdarg.h>
diff --git a/dbind/dbind.h b/dbind/dbind.h
index 408099c1..f7298d06 100644
--- a/dbind/dbind.h
+++ b/dbind/dbind.h
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2008-2011 Novell, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#ifndef _DBIND_H_
#define _DBIND_H_
diff --git a/dbind/dbtest.c b/dbind/dbtest.c
index 3ff4ddcf..e8bbb63a 100644
--- a/dbind/dbtest.c
+++ b/dbind/dbtest.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2008-2011 Novell, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
#include <stdio.h>
#include <glib.h>
#include <string.h>