summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"