summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc77x
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc77x')
-rw-r--r--firmware/target/arm/tcc77x/adc-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/ata-nand-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/ata-target.h6
-rw-r--r--firmware/target/arm/tcc77x/c100/adc-target.h6
-rw-r--r--firmware/target/arm/tcc77x/c100/backlight-target.h6
-rw-r--r--firmware/target/arm/tcc77x/c100/button-c100.c6
-rw-r--r--firmware/target/arm/tcc77x/c100/button-target.h6
-rw-r--r--firmware/target/arm/tcc77x/c100/lcd-S6B33B2.c6
-rw-r--r--firmware/target/arm/tcc77x/c100/power-c100.c6
-rw-r--r--firmware/target/arm/tcc77x/crt0.S6
-rw-r--r--firmware/target/arm/tcc77x/debug-target.h6
-rw-r--r--firmware/target/arm/tcc77x/debug-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/i2c-target.h6
-rw-r--r--firmware/target/arm/tcc77x/kernel-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/lcd-ssd1815.c6
-rw-r--r--firmware/target/arm/tcc77x/logikdax/adc-target.h6
-rw-r--r--firmware/target/arm/tcc77x/logikdax/backlight-target.h6
-rw-r--r--firmware/target/arm/tcc77x/logikdax/button-logikdax.c6
-rw-r--r--firmware/target/arm/tcc77x/logikdax/button-target.h6
-rw-r--r--firmware/target/arm/tcc77x/logikdax/power-logikdax.c6
-rw-r--r--firmware/target/arm/tcc77x/m200/adc-target.h6
-rw-r--r--firmware/target/arm/tcc77x/m200/backlight-target.h6
-rw-r--r--firmware/target/arm/tcc77x/m200/button-m200.c6
-rw-r--r--firmware/target/arm/tcc77x/m200/button-target.h6
-rw-r--r--firmware/target/arm/tcc77x/m200/power-m200.c6
-rw-r--r--firmware/target/arm/tcc77x/pcm-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/powermgmt-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/system-target.h6
-rw-r--r--firmware/target/arm/tcc77x/system-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/timer-target.h6
-rw-r--r--firmware/target/arm/tcc77x/timer-tcc77x.c6
-rw-r--r--firmware/target/arm/tcc77x/usb-tcc77x.c6
32 files changed, 128 insertions, 64 deletions
diff --git a/firmware/target/arm/tcc77x/adc-tcc77x.c b/firmware/target/arm/tcc77x/adc-tcc77x.c
index 77ff348a45..37bd15398b 100644
--- a/firmware/target/arm/tcc77x/adc-tcc77x.c
+++ b/firmware/target/arm/tcc77x/adc-tcc77x.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/ata-nand-tcc77x.c b/firmware/target/arm/tcc77x/ata-nand-tcc77x.c
index d7ae5d5ed6..34c17af8a1 100644
--- a/firmware/target/arm/tcc77x/ata-nand-tcc77x.c
+++ b/firmware/target/arm/tcc77x/ata-nand-tcc77x.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/ata-target.h b/firmware/target/arm/tcc77x/ata-target.h
index 79ac638de1..0243d36f47 100644
--- a/firmware/target/arm/tcc77x/ata-target.h
+++ b/firmware/target/arm/tcc77x/ata-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/c100/adc-target.h b/firmware/target/arm/tcc77x/c100/adc-target.h
index 462e09b270..0990d4d62d 100644
--- a/firmware/target/arm/tcc77x/c100/adc-target.h
+++ b/firmware/target/arm/tcc77x/c100/adc-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/c100/backlight-target.h b/firmware/target/arm/tcc77x/c100/backlight-target.h
index aeadcdad2e..738a2f80ab 100644
--- a/firmware/target/arm/tcc77x/c100/backlight-target.h
+++ b/firmware/target/arm/tcc77x/c100/backlight-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/c100/button-c100.c b/firmware/target/arm/tcc77x/c100/button-c100.c
index 7487c11604..00049b3c8b 100644
--- a/firmware/target/arm/tcc77x/c100/button-c100.c
+++ b/firmware/target/arm/tcc77x/c100/button-c100.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/c100/button-target.h b/firmware/target/arm/tcc77x/c100/button-target.h
index da7c82e6b2..acf80b2ed7 100644
--- a/firmware/target/arm/tcc77x/c100/button-target.h
+++ b/firmware/target/arm/tcc77x/c100/button-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/c100/lcd-S6B33B2.c b/firmware/target/arm/tcc77x/c100/lcd-S6B33B2.c
index e265493112..7201aeea99 100644
--- a/firmware/target/arm/tcc77x/c100/lcd-S6B33B2.c
+++ b/firmware/target/arm/tcc77x/c100/lcd-S6B33B2.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Mark Arigo 10 * Copyright (C) 2007 by Mark Arigo
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/c100/power-c100.c b/firmware/target/arm/tcc77x/c100/power-c100.c
index df2ee10d6b..82eb8dce02 100644
--- a/firmware/target/arm/tcc77x/c100/power-c100.c
+++ b/firmware/target/arm/tcc77x/c100/power-c100.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/crt0.S b/firmware/target/arm/tcc77x/crt0.S
index 246d02a1d7..e144c16fae 100644
--- a/firmware/target/arm/tcc77x/crt0.S
+++ b/firmware/target/arm/tcc77x/crt0.S
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2002 by Linus Nielsen Feltzing 10 * Copyright (C) 2002 by Linus Nielsen Feltzing
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/debug-target.h b/firmware/target/arm/tcc77x/debug-target.h
index 07e8fc4322..a744c4f456 100644
--- a/firmware/target/arm/tcc77x/debug-target.h
+++ b/firmware/target/arm/tcc77x/debug-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Karl Kurbjun 10 * Copyright (C) 2007 by Karl Kurbjun
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/debug-tcc77x.c b/firmware/target/arm/tcc77x/debug-tcc77x.c
index aabbebbe41..4566c7ea73 100644
--- a/firmware/target/arm/tcc77x/debug-tcc77x.c
+++ b/firmware/target/arm/tcc77x/debug-tcc77x.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Rob Purchase 10 * Copyright (C) 2007 by Rob Purchase
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/i2c-target.h b/firmware/target/arm/tcc77x/i2c-target.h
index 4600b8a576..9b9a74b4d2 100644
--- a/firmware/target/arm/tcc77x/i2c-target.h
+++ b/firmware/target/arm/tcc77x/i2c-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2008 by Rob Purchase 10 * Copyright (C) 2008 by Rob Purchase
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/kernel-tcc77x.c b/firmware/target/arm/tcc77x/kernel-tcc77x.c
index 17c6ff0734..bbfc29d915 100644
--- a/firmware/target/arm/tcc77x/kernel-tcc77x.c
+++ b/firmware/target/arm/tcc77x/kernel-tcc77x.c
@@ -9,8 +9,10 @@
9* 9*
10* Copyright (C) 2008 by Rob Purchase 10* Copyright (C) 2008 by Rob Purchase
11* 11*
12* All files in this archive are subject to the GNU General Public License. 12* This program is free software; you can redistribute it and/or
13* See the file COPYING in the source tree root for full license agreement. 13* modify it under the terms of the GNU General Public License
14* as published by the Free Software Foundation; either version 2
15* of the License, or (at your option) any later version.
14* 16*
15* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16* KIND, either express or implied. 18* KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/lcd-ssd1815.c b/firmware/target/arm/tcc77x/lcd-ssd1815.c
index feb8bf1765..a6e4481fb2 100644
--- a/firmware/target/arm/tcc77x/lcd-ssd1815.c
+++ b/firmware/target/arm/tcc77x/lcd-ssd1815.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2002 by Alan Korr 10 * Copyright (C) 2002 by Alan Korr
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/logikdax/adc-target.h b/firmware/target/arm/tcc77x/logikdax/adc-target.h
index cfc8117a99..1916d93598 100644
--- a/firmware/target/arm/tcc77x/logikdax/adc-target.h
+++ b/firmware/target/arm/tcc77x/logikdax/adc-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/logikdax/backlight-target.h b/firmware/target/arm/tcc77x/logikdax/backlight-target.h
index 5a64fcf0bc..7630a8332e 100644
--- a/firmware/target/arm/tcc77x/logikdax/backlight-target.h
+++ b/firmware/target/arm/tcc77x/logikdax/backlight-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/logikdax/button-logikdax.c b/firmware/target/arm/tcc77x/logikdax/button-logikdax.c
index 8e4279b699..abf939753a 100644
--- a/firmware/target/arm/tcc77x/logikdax/button-logikdax.c
+++ b/firmware/target/arm/tcc77x/logikdax/button-logikdax.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/logikdax/button-target.h b/firmware/target/arm/tcc77x/logikdax/button-target.h
index 46997fc5d0..4146745cdc 100644
--- a/firmware/target/arm/tcc77x/logikdax/button-target.h
+++ b/firmware/target/arm/tcc77x/logikdax/button-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/logikdax/power-logikdax.c b/firmware/target/arm/tcc77x/logikdax/power-logikdax.c
index df2ee10d6b..82eb8dce02 100644
--- a/firmware/target/arm/tcc77x/logikdax/power-logikdax.c
+++ b/firmware/target/arm/tcc77x/logikdax/power-logikdax.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/m200/adc-target.h b/firmware/target/arm/tcc77x/m200/adc-target.h
index 96fb1e44aa..e9640cc9da 100644
--- a/firmware/target/arm/tcc77x/m200/adc-target.h
+++ b/firmware/target/arm/tcc77x/m200/adc-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/m200/backlight-target.h b/firmware/target/arm/tcc77x/m200/backlight-target.h
index a54aa4686d..bbc9037075 100644
--- a/firmware/target/arm/tcc77x/m200/backlight-target.h
+++ b/firmware/target/arm/tcc77x/m200/backlight-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2008 by Dave Chapman 10 * Copyright (C) 2008 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/m200/button-m200.c b/firmware/target/arm/tcc77x/m200/button-m200.c
index fec745ae99..a37fe1302c 100644
--- a/firmware/target/arm/tcc77x/m200/button-m200.c
+++ b/firmware/target/arm/tcc77x/m200/button-m200.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/m200/button-target.h b/firmware/target/arm/tcc77x/m200/button-target.h
index da7c82e6b2..acf80b2ed7 100644
--- a/firmware/target/arm/tcc77x/m200/button-target.h
+++ b/firmware/target/arm/tcc77x/m200/button-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/m200/power-m200.c b/firmware/target/arm/tcc77x/m200/power-m200.c
index df2ee10d6b..82eb8dce02 100644
--- a/firmware/target/arm/tcc77x/m200/power-m200.c
+++ b/firmware/target/arm/tcc77x/m200/power-m200.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/pcm-tcc77x.c b/firmware/target/arm/tcc77x/pcm-tcc77x.c
index 953f550612..184a264858 100644
--- a/firmware/target/arm/tcc77x/pcm-tcc77x.c
+++ b/firmware/target/arm/tcc77x/pcm-tcc77x.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2008 by [whoever fills in these functions] 10 * Copyright (C) 2008 by [whoever fills in these functions]
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/powermgmt-tcc77x.c b/firmware/target/arm/tcc77x/powermgmt-tcc77x.c
index 20172c00ce..90c66d30e6 100644
--- a/firmware/target/arm/tcc77x/powermgmt-tcc77x.c
+++ b/firmware/target/arm/tcc77x/powermgmt-tcc77x.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Karl Kurbjun 10 * Copyright (C) 2007 by Karl Kurbjun
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/system-target.h b/firmware/target/arm/tcc77x/system-target.h
index 0df92e3263..16cfb9127d 100644
--- a/firmware/target/arm/tcc77x/system-target.h
+++ b/firmware/target/arm/tcc77x/system-target.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/system-tcc77x.c b/firmware/target/arm/tcc77x/system-tcc77x.c
index b338281c48..c50a8a6651 100644
--- a/firmware/target/arm/tcc77x/system-tcc77x.c
+++ b/firmware/target/arm/tcc77x/system-tcc77x.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Dave Chapman 10 * Copyright (C) 2007 by Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/timer-target.h b/firmware/target/arm/tcc77x/timer-target.h
index db25df7cd4..991d949447 100644
--- a/firmware/target/arm/tcc77x/timer-target.h
+++ b/firmware/target/arm/tcc77x/timer-target.h
@@ -9,8 +9,10 @@
9* 9*
10* Copyright (C) 2007 by Karl Kurbjun 10* Copyright (C) 2007 by Karl Kurbjun
11* 11*
12* All files in this archive are subject to the GNU General Public License. 12* This program is free software; you can redistribute it and/or
13* See the file COPYING in the source tree root for full license agreement. 13* modify it under the terms of the GNU General Public License
14* as published by the Free Software Foundation; either version 2
15* of the License, or (at your option) any later version.
14* 16*
15* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16* KIND, either express or implied. 18* KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/timer-tcc77x.c b/firmware/target/arm/tcc77x/timer-tcc77x.c
index 32010b2d25..4645e388cc 100644
--- a/firmware/target/arm/tcc77x/timer-tcc77x.c
+++ b/firmware/target/arm/tcc77x/timer-tcc77x.c
@@ -9,8 +9,10 @@
9* 9*
10* Copyright (C) 2008 by Rob Purchase 10* Copyright (C) 2008 by Rob Purchase
11* 11*
12* All files in this archive are subject to the GNU General Public License. 12* This program is free software; you can redistribute it and/or
13* See the file COPYING in the source tree root for full license agreement. 13* modify it under the terms of the GNU General Public License
14* as published by the Free Software Foundation; either version 2
15* of the License, or (at your option) any later version.
14* 16*
15* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16* KIND, either express or implied. 18* KIND, either express or implied.
diff --git a/firmware/target/arm/tcc77x/usb-tcc77x.c b/firmware/target/arm/tcc77x/usb-tcc77x.c
index 7254b919a7..85c8bed3ef 100644
--- a/firmware/target/arm/tcc77x/usb-tcc77x.c
+++ b/firmware/target/arm/tcc77x/usb-tcc77x.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2008 by [whoever fills in these functions] 10 * Copyright (C) 2008 by [whoever fills in these functions]
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.