aboutsummaryrefslogtreecommitdiffstats
path: root/src/beaver-target-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/beaver-target-device.c')
-rw-r--r--src/beaver-target-device.c17
1 files changed, 17 insertions, 0 deletions
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)