summaryrefslogtreecommitdiff
path: root/firmware/test
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test')
-rw-r--r--firmware/test/i2c/main.c6
-rw-r--r--firmware/test/kernel/main.c6
2 files changed, 8 insertions, 4 deletions
diff --git a/firmware/test/i2c/main.c b/firmware/test/i2c/main.c
index e094a0b32e..f2d1101aef 100644
--- a/firmware/test/i2c/main.c
+++ b/firmware/test/i2c/main.c
@@ -20,9 +20,11 @@
20 20
21 * 21 *
22 22
23 * All files in this archive are subject to the GNU General Public License.
24 23
25 * See the file COPYING in the source tree root for full license agreement. 24 * This program is free software; you can redistribute it and/or
25 * modify it under the terms of the GNU General Public License
26 * as published by the Free Software Foundation; either version 2
27 * of the License, or (at your option) any later version.
26 28
27 * 29 *
28 30
diff --git a/firmware/test/kernel/main.c b/firmware/test/kernel/main.c
index cc0d93a6b4..6a20551bb1 100644
--- a/firmware/test/kernel/main.c
+++ b/firmware/test/kernel/main.c
@@ -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.