From 6925c1a36638220312cde970868208fe1d78d570 Mon Sep 17 00:00:00 2001 From: c0de Date: Wed, 4 Oct 2023 12:21:18 -0500 Subject: [PATCH] update license headers to correct git repo --- .github/workflows/card-status.py | 1 + .github/workflows/reset.py | 1 + bin/smartpgp-cli | 3 ++- bin/smartpgp/commands.py | 3 ++- bin/smartpgp/highlevel.py | 3 ++- src/dev/c0de/smartpgp/Common.java | 3 ++- src/dev/c0de/smartpgp/Constants.java | 3 ++- src/dev/c0de/smartpgp/Fingerprint.java | 3 ++- src/dev/c0de/smartpgp/PGPKey.java | 3 ++- src/dev/c0de/smartpgp/Persistent.java | 3 ++- src/dev/c0de/smartpgp/SmartPGPApplet.java | 3 ++- src/dev/c0de/smartpgp/Transients.java | 3 ++- 12 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.github/workflows/card-status.py b/.github/workflows/card-status.py index 704f273..a02c3fa 100644 --- a/.github/workflows/card-status.py +++ b/.github/workflows/card-status.py @@ -3,6 +3,7 @@ # OpenPGPpy : Scan devices demo # Copyright (C) 2020 BitLogiK +# Copyright (C) 2023 Code Fox # # 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 diff --git a/.github/workflows/reset.py b/.github/workflows/reset.py index 962e6e1..78a2ea6 100644 --- a/.github/workflows/reset.py +++ b/.github/workflows/reset.py @@ -3,6 +3,7 @@ # OpenPGPpy : Reset device demo # Copyright (C) 2020 BitLogiK +# Copyright (C) 2023 Code Fox # # 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 diff --git a/bin/smartpgp-cli b/bin/smartpgp-cli index 7252a24..ebfe3ff 100755 --- a/bin/smartpgp-cli +++ b/bin/smartpgp-cli @@ -1,8 +1,9 @@ #!/usr/bin/env python3 # SmartPGP : JavaCard implementation of OpenPGP card v3 specification -# https://github.com/ANSSI-FR/SmartPGP +# https://c0de.dev/c0de/SmartPGP # Copyright (C) 2016 ANSSI +# Copyright (C) 2023 Code Fox # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/smartpgp/commands.py b/bin/smartpgp/commands.py index cedad14..caa6d52 100644 --- a/bin/smartpgp/commands.py +++ b/bin/smartpgp/commands.py @@ -1,6 +1,7 @@ # SmartPGP : JavaCard implementation of OpenPGP card v3 specification -# https://github.com/ANSSI-FR/SmartPGP +# https://c0de.dev/c0de/SmartPGP # Copyright (C) 2016 ANSSI +# Copyright (C) 2023 Code Fox # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/smartpgp/highlevel.py b/bin/smartpgp/highlevel.py index 6f0e8ff..2ce03ac 100644 --- a/bin/smartpgp/highlevel.py +++ b/bin/smartpgp/highlevel.py @@ -1,7 +1,8 @@ # SmartPGP : JavaCard implementation of OpenPGP card v3 specification -# https://github.com/ANSSI-FR/SmartPGP +# https://c0de.dev/c0de/SmartPGP # Copyright (C) 2016 ANSSI +# Copyright (C) 2023 Code Fox # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/dev/c0de/smartpgp/Common.java b/src/dev/c0de/smartpgp/Common.java index 072a191..c93b360 100644 --- a/src/dev/c0de/smartpgp/Common.java +++ b/src/dev/c0de/smartpgp/Common.java @@ -1,7 +1,8 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/SmartPGP + https://c0de.dev/c0de/SmartPGP Copyright (C) 2016 ANSSI + Copyright (C) 2023 Code Fox This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/dev/c0de/smartpgp/Constants.java b/src/dev/c0de/smartpgp/Constants.java index 5ee43bf..1a5dcc2 100644 --- a/src/dev/c0de/smartpgp/Constants.java +++ b/src/dev/c0de/smartpgp/Constants.java @@ -1,7 +1,8 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/SmartPGP + https://c0de.dev/c0de/SmartPGP Copyright (C) 2016 ANSSI + Copyright (C) 2023 Code Fox This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/dev/c0de/smartpgp/Fingerprint.java b/src/dev/c0de/smartpgp/Fingerprint.java index 43ddeff..d3ffaaf 100644 --- a/src/dev/c0de/smartpgp/Fingerprint.java +++ b/src/dev/c0de/smartpgp/Fingerprint.java @@ -1,7 +1,8 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/SmartPGP + https://c0de.dev/c0de/SmartPGP Copyright (C) 2016 ANSSI + Copyright (C) 2023 Code Fox This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/dev/c0de/smartpgp/PGPKey.java b/src/dev/c0de/smartpgp/PGPKey.java index 4e85880..fb04863 100644 --- a/src/dev/c0de/smartpgp/PGPKey.java +++ b/src/dev/c0de/smartpgp/PGPKey.java @@ -1,7 +1,8 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/SmartPGP + https://c0de.dev/c0de/SmartPGP Copyright (C) 2016 ANSSI + Copyright (C) 2023 Code Fox This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/dev/c0de/smartpgp/Persistent.java b/src/dev/c0de/smartpgp/Persistent.java index c78a6c7..a5ed2e4 100644 --- a/src/dev/c0de/smartpgp/Persistent.java +++ b/src/dev/c0de/smartpgp/Persistent.java @@ -1,7 +1,8 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/SmartPGP + https://c0de.dev/c0de/SmartPGP Copyright (C) 2016 ANSSI + Copyright (C) 2023 Code Fox This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/dev/c0de/smartpgp/SmartPGPApplet.java b/src/dev/c0de/smartpgp/SmartPGPApplet.java index b911e13..6918720 100644 --- a/src/dev/c0de/smartpgp/SmartPGPApplet.java +++ b/src/dev/c0de/smartpgp/SmartPGPApplet.java @@ -1,7 +1,8 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/SmartPGP + https://c0de.dev/c0de/SmartPGP Copyright (C) 2016 ANSSI + Copyright (C) 2023 Code Fox This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/dev/c0de/smartpgp/Transients.java b/src/dev/c0de/smartpgp/Transients.java index 5f725bd..50de7a0 100644 --- a/src/dev/c0de/smartpgp/Transients.java +++ b/src/dev/c0de/smartpgp/Transients.java @@ -1,7 +1,8 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/SmartPGP + https://c0de.dev/c0de/SmartPGP Copyright (C) 2016 ANSSI + Copyright (C) 2023 Code Fox This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License