summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-01-08 18:54:43 +0100
committerMatthias Hopf <mhopf@suse.de>2009-01-08 18:54:43 +0100
commitefcec0b9daac64c3ac728ff411b7e488e73f7764 (patch)
treee2b43700c830aedaaa4e297ce89f4947047b9c85
parentc3ab674249eb5cf3d26ce98feefbcc69c3057c31 (diff)
Add license headers.
-rw-r--r--atombios_consts.h2
-rw-r--r--atombios_types.h2
-rw-r--r--datastructs.c2
-rw-r--r--datastructs.h2
-rw-r--r--datastructs_factory.pl3
-rw-r--r--indices.c2
-rw-r--r--indices.h2
-rw-r--r--main.c2
8 files changed, 9 insertions, 8 deletions
diff --git a/atombios_consts.h b/atombios_consts.h
index c287756..7a4b335 100644
--- a/atombios_consts.h
+++ b/atombios_consts.h
@@ -6,7 +6,7 @@
* atombios_consts.h:
* Constants not defined in atombios.h.
*
- * License: to be determined
+ * License: GPL Version 2.0
*/
#ifndef ATOMBIOS_CONSTS_H_
diff --git a/atombios_types.h b/atombios_types.h
index 6059350..aa6eeca 100644
--- a/atombios_types.h
+++ b/atombios_types.h
@@ -5,7 +5,7 @@
*
* Types needed for atombios.h.
*
- * License: to be determined
+ * License: GPL Version 2.0
*/
#include <stdint.h>
diff --git a/datastructs.c b/datastructs.c
index 30c3fc3..1a558ad 100644
--- a/datastructs.c
+++ b/datastructs.c
@@ -6,7 +6,7 @@
* datastructs.c:
* Data structure dumpers (actual dumper code autogenerated from _factory.pl).
*
- * License: to be determined
+ * License: GPL Version 2.0
*/
#include <stdio.h>
diff --git a/datastructs.h b/datastructs.h
index a4fa9c2..cf5abdf 100644
--- a/datastructs.h
+++ b/datastructs.h
@@ -6,7 +6,7 @@
* datastructs.h:
* Data structure dumpers (actual dumper code autogenerated from _factory.pl).
*
- * License: to be determined
+ * License: GPL Version 2.0
*/
#ifndef DATASTRUCTS_H_
diff --git a/datastructs_factory.pl b/datastructs_factory.pl
index 70f689d..b12eba6 100644
--- a/datastructs_factory.pl
+++ b/datastructs_factory.pl
@@ -8,7 +8,8 @@
# datastructs_factory.pl:
# Datastruct dumper generator (using atombios.h).
#
-# License: to be determined
+# License: GPL Version 2.0
+# License of generated code: Same as license of input source (atombios.h)
#
diff --git a/indices.c b/indices.c
index a4d2d14..f645b66 100644
--- a/indices.c
+++ b/indices.c
@@ -6,7 +6,7 @@
* indices.c:
* Symbol indices creation + access functions.
*
- * License: to be determined
+ * License: GPL Version 2.0
*/
#define _GNU_SOURCE
diff --git a/indices.h b/indices.h
index 41407aa..09699ff 100644
--- a/indices.h
+++ b/indices.h
@@ -6,7 +6,7 @@
* indices.h:
* Symbol indices creation + access functions.
*
- * License: to be determined
+ * License: GPL Version 2.0
*/
#ifndef INDICES_H_
diff --git a/main.c b/main.c
index 14f9c84..829477e 100644
--- a/main.c
+++ b/main.c
@@ -6,7 +6,7 @@
* main.c:
* Disassembler + frontend.
*
- * License: to be determined
+ * License: GPL Version 2.0
*/
// TODO: not endian safe!