summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING (renamed from COPYRIGHT)0
-rw-r--r--create.c17
-rw-r--r--deploy.c17
-rw-r--r--error.h17
-rw-r--r--otap.c17
-rw-r--r--otap.h17
-rw-r--r--otap_apply.c17
-rw-r--r--otap_create.c17
-rw-r--r--stat.c17
-rw-r--r--stat.h17
10 files changed, 153 insertions, 0 deletions
diff --git a/COPYRIGHT b/COPYING
index 5aa6354..5aa6354 100644
--- a/COPYRIGHT
+++ b/COPYING
diff --git a/create.c b/create.c
index 37e8a15..3a0de17 100644
--- a/create.c
+++ b/create.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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.
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
diff --git a/deploy.c b/deploy.c
index 7f2f694..66925dd 100644
--- a/deploy.c
+++ b/deploy.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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.
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
diff --git a/error.h b/error.h
index 19ad1aa..3a16930 100644
--- a/error.h
+++ b/error.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 __otap_error_h__
#define __otap_error_h__
diff --git a/otap.c b/otap.c
index b7e1bc2..2bfd72c 100644
--- a/otap.c
+++ b/otap.c
@@ -1 +1,18 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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.
+ */
+
const char* otap_ident = "CodeThink:OTAPv0";
diff --git a/otap.h b/otap.h
index b5dd076..a6fdfed 100644
--- a/otap.h
+++ b/otap.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 __otap_h__
#define __otap_h__
diff --git a/otap_apply.c b/otap_apply.c
index 5cac6b9..a87e2a3 100644
--- a/otap_apply.c
+++ b/otap_apply.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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.
+ */
+
#include "otap.h"
//#define NDEBUG
diff --git a/otap_create.c b/otap_create.c
index 5a91996..cda90cd 100644
--- a/otap_create.c
+++ b/otap_create.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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.
+ */
+
#include "otap.h"
#include "error.h"
diff --git a/stat.c b/stat.c
index ed2a7ac..03a1f4e 100644
--- a/stat.c
+++ b/stat.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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.
+ */
+
#include "stat.h"
#include <stdlib.h>
diff --git a/stat.h b/stat.h
index 56774bf..1abb63b 100644
--- a/stat.h
+++ b/stat.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2011 Codethink Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 __otap_stat_h__
#define __otap_stat_h__