From 89f6ed12ec71f04eb2ca6b79e1a3e179968d4c28 Mon Sep 17 00:00:00 2001 From: xxc3nsoredxx Date: Tue, 2 Feb 2021 21:46:33 -0600 Subject: [PATCH] GPL blurbs --- Common/DtaAnnotatedDump.cpp | 1 + Common/DtaCommand.cpp | 1 + Common/DtaDev.cpp | 1 + Common/DtaDevEnterprise.cpp | 1 + Common/DtaDevGeneric.cpp | 1 + Common/DtaDevOpal.cpp | 1 + Common/DtaDevOpal1.cpp | 1 + Common/DtaDevOpal2.cpp | 1 + Common/DtaDiskType.cpp | 1 + Common/DtaHashPwd.cpp | 1 + Common/DtaHexDump.cpp | 1 + Common/DtaOptions.cpp | 1 + Common/DtaResponse.cpp | 1 + Common/DtaSession.cpp | 1 + Common/sedutil.cpp | 1 + LinuxPBA/GetPassPhrase.cpp | 1 + LinuxPBA/LinuxPBA.cpp | 23 ++++++++++++----------- LinuxPBA/UnlockSEDs.cpp | 1 + images/build.sh | 17 +++++++++++++++++ images/check_deps.sh | 17 +++++++++++++++++ images/flash_rescue.sh | 17 +++++++++++++++++ images/prepare.sh | 17 +++++++++++++++++ images/sedutil/board/build_images.sh | 17 +++++++++++++++++ include/Common/DtaAnnotatedDump.h | 1 + include/Common/DtaCommand.h | 1 + include/Common/DtaConstants.h | 1 + include/Common/DtaDev.h | 1 + include/Common/DtaDevEnterprise.h | 1 + include/Common/DtaDevGeneric.h | 1 + include/Common/DtaDevOpal.h | 1 + include/Common/DtaDevOpal1.h | 1 + include/Common/DtaDevOpal2.h | 1 + include/Common/DtaDiskType.h | 1 + include/Common/DtaEndianFixup.h | 1 + include/Common/DtaHashPwd.h | 1 + include/Common/DtaHexDump.h | 1 + include/Common/DtaLexicon.h | 1 + include/Common/DtaOptions.h | 1 + include/Common/DtaResponse.h | 1 + include/Common/DtaSession.h | 1 + include/Common/DtaStructures.h | 1 + include/Common/log.h | 1 + include/LinuxPBA/GetPassPhrase.h | 1 + include/LinuxPBA/UnlockSEDs.h | 1 + include/Version.h | 1 - include/linux/DtaDevLinuxDrive.h | 1 + include/linux/DtaDevLinuxNvme.h | 1 + include/linux/DtaDevLinuxSata.h | 1 + include/linux/DtaDevOS.h | 1 + include/linux/Version.h | 1 - include/linux/os.h | 1 + linux/DtaDevLinuxNvme.cpp | 1 + linux/DtaDevLinuxSata.cpp | 1 + linux/DtaDevOS.cpp | 1 + 54 files changed, 143 insertions(+), 13 deletions(-) delete mode 100644 include/Version.h delete mode 100644 include/linux/Version.h diff --git a/Common/DtaAnnotatedDump.cpp b/Common/DtaAnnotatedDump.cpp index 07604851..cb6e35f0 100644 --- a/Common/DtaAnnotatedDump.cpp +++ b/Common/DtaAnnotatedDump.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaCommand.cpp b/Common/DtaCommand.cpp index e712e9ca..c002274b 100644 --- a/Common/DtaCommand.cpp +++ b/Common/DtaCommand.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaDev.cpp b/Common/DtaDev.cpp index 34e69fc5..6b55dae9 100644 --- a/Common/DtaDev.cpp +++ b/Common/DtaDev.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaDevEnterprise.cpp b/Common/DtaDevEnterprise.cpp index f2dc44d5..71e8aa78 100644 --- a/Common/DtaDevEnterprise.cpp +++ b/Common/DtaDevEnterprise.cpp @@ -1,6 +1,7 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. This software is Copyright 2017 Spectra Logic Corporation +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaDevGeneric.cpp b/Common/DtaDevGeneric.cpp index fd9809eb..14bd18d2 100644 --- a/Common/DtaDevGeneric.cpp +++ b/Common/DtaDevGeneric.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaDevOpal.cpp b/Common/DtaDevOpal.cpp index 78d28db4..040dc08e 100644 --- a/Common/DtaDevOpal.cpp +++ b/Common/DtaDevOpal.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaDevOpal1.cpp b/Common/DtaDevOpal1.cpp index 693c2218..2029b9f4 100644 --- a/Common/DtaDevOpal1.cpp +++ b/Common/DtaDevOpal1.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaDevOpal2.cpp b/Common/DtaDevOpal2.cpp index 2e706216..026220d4 100644 --- a/Common/DtaDevOpal2.cpp +++ b/Common/DtaDevOpal2.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaDiskType.cpp b/Common/DtaDiskType.cpp index 05c133a9..d4e59cb8 100644 --- a/Common/DtaDiskType.cpp +++ b/Common/DtaDiskType.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaHashPwd.cpp b/Common/DtaHashPwd.cpp index 09ab37a3..b4f254ea 100644 --- a/Common/DtaHashPwd.cpp +++ b/Common/DtaHashPwd.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaHexDump.cpp b/Common/DtaHexDump.cpp index e0ee2423..094ab5e5 100644 --- a/Common/DtaHexDump.cpp +++ b/Common/DtaHexDump.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaOptions.cpp b/Common/DtaOptions.cpp index 92b8cd32..48dc4b02 100644 --- a/Common/DtaOptions.cpp +++ b/Common/DtaOptions.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaResponse.cpp b/Common/DtaResponse.cpp index 12b65031..be167ce2 100644 --- a/Common/DtaResponse.cpp +++ b/Common/DtaResponse.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/DtaSession.cpp b/Common/DtaSession.cpp index 6d4dab74..6f6ba116 100644 --- a/Common/DtaSession.cpp +++ b/Common/DtaSession.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/Common/sedutil.cpp b/Common/sedutil.cpp index 708bff4a..577cacef 100644 --- a/Common/sedutil.cpp +++ b/Common/sedutil.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/LinuxPBA/GetPassPhrase.cpp b/LinuxPBA/GetPassPhrase.cpp index e1d70e16..ad7935c8 100644 --- a/LinuxPBA/GetPassPhrase.cpp +++ b/LinuxPBA/GetPassPhrase.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/LinuxPBA/LinuxPBA.cpp b/LinuxPBA/LinuxPBA.cpp index 16af88de..ce409284 100644 --- a/LinuxPBA/LinuxPBA.cpp +++ b/LinuxPBA/LinuxPBA.cpp @@ -1,20 +1,21 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx - This file is part of sedutil. +This file is part of sedutil. - sedutil 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. +sedutil 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. - sedutil 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. +sedutil 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. - You should have received a copy of the GNU General Public License - along with sedutil. If not, see . +You should have received a copy of the GNU General Public License +along with sedutil. If not, see . * C:E********************************************************************** */ #include "config.h" diff --git a/LinuxPBA/UnlockSEDs.cpp b/LinuxPBA/UnlockSEDs.cpp index 829c0cbd..fb4365d8 100644 --- a/LinuxPBA/UnlockSEDs.cpp +++ b/LinuxPBA/UnlockSEDs.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/images/build.sh b/images/build.sh index b379de02..dc3789ed 100755 --- a/images/build.sh +++ b/images/build.sh @@ -1,4 +1,21 @@ #! /bin/bash + +# sedutil build script +# Copyright (C) 2020-2021 xxc3nsoredxx +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + . conf # Build the images diff --git a/images/check_deps.sh b/images/check_deps.sh index 0561d359..a4dc3556 100755 --- a/images/check_deps.sh +++ b/images/check_deps.sh @@ -1,5 +1,22 @@ #! /bin/bash +# sedutil build dependency checker +# Copyright (C) 2020-2021 xxc3nsoredxx +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + # [command] -> [package name] declare -A DEPS DEPS=(['curl']='curl' ['tar']='tar' ['gzip']='gzip' ['autoreconf']='autoconf' \ diff --git a/images/flash_rescue.sh b/images/flash_rescue.sh index b3cca1eb..eb5f7935 100755 --- a/images/flash_rescue.sh +++ b/images/flash_rescue.sh @@ -1,5 +1,22 @@ #! /bin/bash +# Write the rescue system onto a storage medium +# Copyright (C) 2020-2021 xxc3nsoredxx +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + function die { echo $1 exit 1 diff --git a/images/prepare.sh b/images/prepare.sh index b2248832..3256ca44 100755 --- a/images/prepare.sh +++ b/images/prepare.sh @@ -1,4 +1,21 @@ #! /bin/bash + +# Set up the build system and gather image build dependencies +# Copyright (C) 2020-2021 xc3nsoredxx +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + . conf set -o pipefail diff --git a/images/sedutil/board/build_images.sh b/images/sedutil/board/build_images.sh index 5bf473e7..f796fa47 100755 --- a/images/sedutil/board/build_images.sh +++ b/images/sedutil/board/build_images.sh @@ -1,5 +1,22 @@ #! /bin/bash +# Build the UEFI and rescue system images +# Copyright (C) 2020-2021 xxc3nsoredxx +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + # Arg 1: images directory (default, by buildroot) # Arg 2: disk layout (set in buildroot config file) diff --git a/include/Common/DtaAnnotatedDump.h b/include/Common/DtaAnnotatedDump.h index 4e4198e6..9e96c734 100644 --- a/include/Common/DtaAnnotatedDump.h +++ b/include/Common/DtaAnnotatedDump.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaCommand.h b/include/Common/DtaCommand.h index 2f74b46b..142071bb 100644 --- a/include/Common/DtaCommand.h +++ b/include/Common/DtaCommand.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaConstants.h b/include/Common/DtaConstants.h index c3b86a45..2168f9b9 100644 --- a/include/Common/DtaConstants.h +++ b/include/Common/DtaConstants.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaDev.h b/include/Common/DtaDev.h index 0da2590c..684d3f29 100644 --- a/include/Common/DtaDev.h +++ b/include/Common/DtaDev.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaDevEnterprise.h b/include/Common/DtaDevEnterprise.h index e65b77cc..518cc9a8 100644 --- a/include/Common/DtaDevEnterprise.h +++ b/include/Common/DtaDevEnterprise.h @@ -1,6 +1,7 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. This software is Copyright 2017 Spectra Logic Corporation +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaDevGeneric.h b/include/Common/DtaDevGeneric.h index cee59d66..5977b687 100644 --- a/include/Common/DtaDevGeneric.h +++ b/include/Common/DtaDevGeneric.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaDevOpal.h b/include/Common/DtaDevOpal.h index f8b799ce..b5c4b8f0 100644 --- a/include/Common/DtaDevOpal.h +++ b/include/Common/DtaDevOpal.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaDevOpal1.h b/include/Common/DtaDevOpal1.h index 1a9ce142..2d35b421 100644 --- a/include/Common/DtaDevOpal1.h +++ b/include/Common/DtaDevOpal1.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaDevOpal2.h b/include/Common/DtaDevOpal2.h index 1d053029..8ae9024e 100644 --- a/include/Common/DtaDevOpal2.h +++ b/include/Common/DtaDevOpal2.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaDiskType.h b/include/Common/DtaDiskType.h index 31094ee1..39241c6e 100644 --- a/include/Common/DtaDiskType.h +++ b/include/Common/DtaDiskType.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaEndianFixup.h b/include/Common/DtaEndianFixup.h index d8f3a608..0a46c778 100644 --- a/include/Common/DtaEndianFixup.h +++ b/include/Common/DtaEndianFixup.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaHashPwd.h b/include/Common/DtaHashPwd.h index 9248be61..794311f3 100644 --- a/include/Common/DtaHashPwd.h +++ b/include/Common/DtaHashPwd.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaHexDump.h b/include/Common/DtaHexDump.h index 3894ccf4..c722c6b7 100644 --- a/include/Common/DtaHexDump.h +++ b/include/Common/DtaHexDump.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaLexicon.h b/include/Common/DtaLexicon.h index 28ecf117..74266422 100644 --- a/include/Common/DtaLexicon.h +++ b/include/Common/DtaLexicon.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaOptions.h b/include/Common/DtaOptions.h index f60f6c1e..97a48d9a 100644 --- a/include/Common/DtaOptions.h +++ b/include/Common/DtaOptions.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaResponse.h b/include/Common/DtaResponse.h index ea9f64d7..12825709 100644 --- a/include/Common/DtaResponse.h +++ b/include/Common/DtaResponse.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaSession.h b/include/Common/DtaSession.h index 302bd920..dd1b5696 100644 --- a/include/Common/DtaSession.h +++ b/include/Common/DtaSession.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/DtaStructures.h b/include/Common/DtaStructures.h index af1adf12..c226c68d 100644 --- a/include/Common/DtaStructures.h +++ b/include/Common/DtaStructures.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Common/log.h b/include/Common/log.h index 8b597f4b..132c171f 100644 --- a/include/Common/log.h +++ b/include/Common/log.h @@ -1,5 +1,6 @@ /* * This software is Copyright 2007 Petru Marginean + * Copyright 2020-2021 xxc3nsoredxx * * This is free and unencumbered software released into the public domain. * diff --git a/include/LinuxPBA/GetPassPhrase.h b/include/LinuxPBA/GetPassPhrase.h index ae10d01d..5d8a4e57 100644 --- a/include/LinuxPBA/GetPassPhrase.h +++ b/include/LinuxPBA/GetPassPhrase.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/LinuxPBA/UnlockSEDs.h b/include/LinuxPBA/UnlockSEDs.h index f8ba2d1d..3a274215 100644 --- a/include/LinuxPBA/UnlockSEDs.h +++ b/include/LinuxPBA/UnlockSEDs.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/Version.h b/include/Version.h deleted file mode 100644 index 688b1bc5..00000000 --- a/include/Version.h +++ /dev/null @@ -1 +0,0 @@ -#define GIT_VERSION "1.15.1-244-gc433279-dirty" diff --git a/include/linux/DtaDevLinuxDrive.h b/include/linux/DtaDevLinuxDrive.h index 934187b3..d4d6b8a2 100644 --- a/include/linux/DtaDevLinuxDrive.h +++ b/include/linux/DtaDevLinuxDrive.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/linux/DtaDevLinuxNvme.h b/include/linux/DtaDevLinuxNvme.h index 4f1ceb25..2a44d2c8 100644 --- a/include/linux/DtaDevLinuxNvme.h +++ b/include/linux/DtaDevLinuxNvme.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/linux/DtaDevLinuxSata.h b/include/linux/DtaDevLinuxSata.h index eb029af3..33c15b90 100644 --- a/include/linux/DtaDevLinuxSata.h +++ b/include/linux/DtaDevLinuxSata.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/linux/DtaDevOS.h b/include/linux/DtaDevOS.h index 8d7461f1..bc74514c 100644 --- a/include/linux/DtaDevOS.h +++ b/include/linux/DtaDevOS.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/include/linux/Version.h b/include/linux/Version.h deleted file mode 100644 index 688b1bc5..00000000 --- a/include/linux/Version.h +++ /dev/null @@ -1 +0,0 @@ -#define GIT_VERSION "1.15.1-244-gc433279-dirty" diff --git a/include/linux/os.h b/include/linux/os.h index 6c95caa3..9a64fead 100644 --- a/include/linux/os.h +++ b/include/linux/os.h @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/linux/DtaDevLinuxNvme.cpp b/linux/DtaDevLinuxNvme.cpp index 3239be06..4fbdd6cc 100644 --- a/linux/DtaDevLinuxNvme.cpp +++ b/linux/DtaDevLinuxNvme.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/linux/DtaDevLinuxSata.cpp b/linux/DtaDevLinuxSata.cpp index 90fcbf88..5032c7f1 100644 --- a/linux/DtaDevLinuxSata.cpp +++ b/linux/DtaDevLinuxSata.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil. diff --git a/linux/DtaDevOS.cpp b/linux/DtaDevOS.cpp index cd77f5e9..3d45758e 100644 --- a/linux/DtaDevOS.cpp +++ b/linux/DtaDevOS.cpp @@ -1,5 +1,6 @@ /* C:B************************************************************************** This software is Copyright 2014-2017 Bright Plaza Inc. +Copyright 2020-2021 xxc3nsoredxx This file is part of sedutil.