summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2009-10-12 11:32:29 +0000
committerMichael Sparmann <theseven@rockbox.org>2009-10-12 11:32:29 +0000
commitde310fba38b7e081c9f15bc4f94d2727e4844cef (patch)
tree89a202096de74841bc9daad2c0cd20a76dc40b09
parent8afaee64712b03e4da598b2163a8160b508b255e (diff)
downloadrockbox-de310fba38b7e081c9f15bc4f94d2727e4844cef.tar.gz
rockbox-de310fba38b7e081c9f15bc4f94d2727e4844cef.zip
Ditch additional copyright notice quoted from iBugger.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23128 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/crypt_firmware.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/plugins/crypt_firmware.c b/apps/plugins/crypt_firmware.c
index 6bfeeabe00..ae85eaff11 100644
--- a/apps/plugins/crypt_firmware.c
+++ b/apps/plugins/crypt_firmware.c
@@ -33,25 +33,6 @@
33 33
34 Heavily based on Payloads/CryptFirmware/main.c from iBugger. 34 Heavily based on Payloads/CryptFirmware/main.c from iBugger.
35 35
36 The (C) from that file is as follows:
37
38 Copyright 2009 TheSeven
39
40 This file is part of TheSeven's iBugger.
41
42 TheSeven's iBugger is free software: you can redistribute it and/or
43 modify it under the terms of the GNU General Public License as
44 published by the Free Software Foundation, either version 2 of the
45 License, or (at your option) any later version.
46
47 TheSeven's iBugger is distributed in the hope that it will be useful,
48 but WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
50 See the GNU General Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with TheSeven's iBugger. If not, see <http://www.gnu.org/licenses/>.
54
55*/ 36*/
56 37
57#include "plugin.h" 38#include "plugin.h"