diff --git a/BaS_gcc/include/bas_types.h b/BaS_gcc/include/bas_types.h
index 6b69aba..0635603 100644
--- a/BaS_gcc/include/bas_types.h
+++ b/BaS_gcc/include/bas_types.h
@@ -18,6 +18,11 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#ifndef BAS_TYPES_H_
diff --git a/BaS_gcc/include/sd_card.h b/BaS_gcc/include/sd_card.h
index 6b8469e..c43e7c6 100644
--- a/BaS_gcc/include/sd_card.h
+++ b/BaS_gcc/include/sd_card.h
@@ -20,6 +20,11 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#ifndef _SD_CARD_H_
diff --git a/BaS_gcc/sources/BaS.c b/BaS_gcc/sources/BaS.c
index 6459a30..713a830 100644
--- a/BaS_gcc/sources/BaS.c
+++ b/BaS_gcc/sources/BaS.c
@@ -15,6 +15,10 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
*/
#include
diff --git a/BaS_gcc/sources/cache.c b/BaS_gcc/sources/cache.c
index 6d4685f..b462348 100644
--- a/BaS_gcc/sources/cache.c
+++ b/BaS_gcc/sources/cache.c
@@ -15,6 +15,11 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#include "cache.h"
diff --git a/BaS_gcc/sources/cache.h b/BaS_gcc/sources/cache.h
index bb82688..52e90ed 100644
--- a/BaS_gcc/sources/cache.h
+++ b/BaS_gcc/sources/cache.h
@@ -18,6 +18,11 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#include
diff --git a/BaS_gcc/sources/illegal_instruction.S b/BaS_gcc/sources/illegal_instruction.S
index 0fb7503..0c61fce 100644
--- a/BaS_gcc/sources/illegal_instruction.S
+++ b/BaS_gcc/sources/illegal_instruction.S
@@ -15,7 +15,12 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
*/
+
.global _illegal_instruction
.global _illegal_table_make
diff --git a/BaS_gcc/sources/init_fpga.c b/BaS_gcc/sources/init_fpga.c
index f53fd86..3f56fec 100644
--- a/BaS_gcc/sources/init_fpga.c
+++ b/BaS_gcc/sources/init_fpga.c
@@ -16,8 +16,10 @@
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
*
- * Created on: 16.10.2012
- * Author: Markus Fröschle
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#include
diff --git a/BaS_gcc/sources/printf_helper.S b/BaS_gcc/sources/printf_helper.S
index ffd16eb..cc83274 100644
--- a/BaS_gcc/sources/printf_helper.S
+++ b/BaS_gcc/sources/printf_helper.S
@@ -17,6 +17,10 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
*/
diff --git a/BaS_gcc/sources/sd_card.c b/BaS_gcc/sources/sd_card.c
index e6a10b0..9cda4b5 100644
--- a/BaS_gcc/sources/sd_card.c
+++ b/BaS_gcc/sources/sd_card.c
@@ -15,6 +15,11 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#include
diff --git a/BaS_gcc/sources/sysinit.c b/BaS_gcc/sources/sysinit.c
index 33ccae4..51fd4a2 100644
--- a/BaS_gcc/sources/sysinit.c
+++ b/BaS_gcc/sources/sysinit.c
@@ -18,6 +18,11 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#include "MCF5475.h"
diff --git a/BaS_gcc/sources/sysinit.h b/BaS_gcc/sources/sysinit.h
index ca52206..a219e0c 100644
--- a/BaS_gcc/sources/sysinit.h
+++ b/BaS_gcc/sources/sysinit.h
@@ -18,6 +18,11 @@
*
* You should have received a copy of the GNU General Public License
* along with BaS_gcc. If not, see .
+ *
+ * Copyright 2010 - 2012 F. Aschwanden
+ * Copyright 2011 - 2012 V. Riviere
+ * Copyright 2012 M. Froeschle
+ *
*/
#ifndef __SYSINIT_H__