aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/beaver-target-device.c17
-rw-r--r--src/beaver-target-device.h17
3 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c8a7a0..2fbdb65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-20 Rob Bradford <rob@openedhand.com>
+
+ * src/beaver-target-device.c:
+ * src/beaver-target-device.h:
+ Append missing copyright headers.
+
2008-03-19 Rob Bradford <rob@openedhand.com>
* src/Makefile.am:
diff --git a/src/beaver-target-device.c b/src/beaver-target-device.c
index fe684b6..97fee29 100644
--- a/src/beaver-target-device.c
+++ b/src/beaver-target-device.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2007, 2008 OpenedHand Ltd.
+ * Authored by: Rob Bradford <rob@o-hand.com>
+ *
+ * This 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, version 2 of the License.
+ *
+ * This software 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, see <http://www.gnu.org/licenses/>.
+ */
+
#include "beaver-target-device.h"
G_DEFINE_TYPE (BeaverTargetDevice, beaver_target_device, BEAVER_TYPE_TARGET)
diff --git a/src/beaver-target-device.h b/src/beaver-target-device.h
index 64f975a..5301440 100644
--- a/src/beaver-target-device.h
+++ b/src/beaver-target-device.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2007, 2008 OpenedHand Ltd.
+ * Authored by: Rob Bradford <rob@o-hand.com>
+ *
+ * This 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, version 2 of the License.
+ *
+ * This software 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, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _BEAVER_TARGET_DEVICE
#define _BEAVER_TARGET_DEVICE