summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-01-31 16:07:57 -0600
committerMike Gorse <mgorse@novell.com>2011-01-31 17:40:07 -0600
commit54e4139a0fb45125f3a0f332b7e50532d52ef685 (patch)
tree39a80757a8aab82441d7ea18b953a941b8a012aa /dbind
parentb222ea2fcda52f04e78d53b3b0b76edde0df0495 (diff)
downloadat-spi2-core-54e4139a0fb45125f3a0f332b7e50532d52ef685.tar.gz
Update copyright and add some missing license info
Diffstat (limited to 'dbind')
-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
5 files changed, 94 insertions, 1 deletions
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>