From 65cc18130774f04e4febea907ceb7dc6a644099d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 11 Jan 2022 00:38:10 +0100 Subject: [PATCH] update license header --- client/pyscripts/pm3_help2list.py | 18 +++++++++++++----- client/src/rl_vocabulory.h | 18 +++++++++++++----- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/client/pyscripts/pm3_help2list.py b/client/pyscripts/pm3_help2list.py index ff24dda8d..58830b7e6 100755 --- a/client/pyscripts/pm3_help2list.py +++ b/client/pyscripts/pm3_help2list.py @@ -48,11 +48,19 @@ def main(): command_data = parse_all_command_data(help_text) args.output_file.write("""//----------------------------------------------------------------------------- -// Copyright (C) 2021 +// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details. // -// This code is licensed to you under the terms of the GNU GPL, version 2 or, -// at your option, any later version. See the LICENSE.txt file for the text of -// the license. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// See LICENSE.txt for the text of the license. //----------------------------------------------------------------------------- // readline auto complete utilities //----------------------------------------------------------------------------- @@ -64,7 +72,7 @@ def main(): extern "C" { #endif -#ifdef HAVE_READLINE +#if defined(HAVE_READLINE) #include #include #include diff --git a/client/src/rl_vocabulory.h b/client/src/rl_vocabulory.h index 87dcf1b6d..3cebed491 100644 --- a/client/src/rl_vocabulory.h +++ b/client/src/rl_vocabulory.h @@ -1,9 +1,17 @@ //----------------------------------------------------------------------------- -// Copyright (C) 2021 +// Copyright (C) Proxmark3 contributors. See AUTHORS.md for details. // -// This code is licensed to you under the terms of the GNU GPL, version 2 or, -// at your option, any later version. See the LICENSE.txt file for the text of -// the license. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// See LICENSE.txt for the text of the license. //----------------------------------------------------------------------------- // readline auto complete utilities //----------------------------------------------------------------------------- @@ -15,7 +23,7 @@ extern "C" { #endif -#ifdef HAVE_READLINE +#if defined(HAVE_READLINE) #include #include #include