diff --git a/bin/smartpgp-cli b/bin/smartpgp-cli index 2a92a92..c995a56 100755 --- a/bin/smartpgp-cli +++ b/bin/smartpgp-cli @@ -1,7 +1,7 @@ #!/usr/bin/env python # SmartPGP : JavaCard implementation of OpenPGP card v3 specification -# https://github.com/ANSSI-FR/smartpgp +# https://github.com/ANSSI-FR/SmartPGP # Copyright (C) 2016 ANSSI # This program is free software; you can redistribute it and/or diff --git a/bin/smartpgp/commands.py b/bin/smartpgp/commands.py index 3cb11c9..e0c699e 100644 --- a/bin/smartpgp/commands.py +++ b/bin/smartpgp/commands.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # SmartPGP : JavaCard implementation of OpenPGP card v3 specification -# https://github.com/ANSSI-FR/smartpgp +# https://github.com/ANSSI-FR/SmartPGP # Copyright (C) 2016 ANSSI # This program is free software; you can redistribute it and/or diff --git a/bin/smartpgp/highlevel.py b/bin/smartpgp/highlevel.py index d778340..5f8cf05 100644 --- a/bin/smartpgp/highlevel.py +++ b/bin/smartpgp/highlevel.py @@ -1,6 +1,6 @@ # SmartPGP : JavaCard implementation of OpenPGP card v3 specification -# https://github.com/ANSSI-FR/smartpgp +# https://github.com/ANSSI-FR/SmartPGP # Copyright (C) 2016 ANSSI # This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/CmacKey.java b/src/fr/anssi/smartpgp/CmacKey.java index 30ad9e3..569f86a 100644 --- a/src/fr/anssi/smartpgp/CmacKey.java +++ b/src/fr/anssi/smartpgp/CmacKey.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/CmacSignature.java b/src/fr/anssi/smartpgp/CmacSignature.java index c50c581..8460b39 100644 --- a/src/fr/anssi/smartpgp/CmacSignature.java +++ b/src/fr/anssi/smartpgp/CmacSignature.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/Common.java b/src/fr/anssi/smartpgp/Common.java index dce821c..b78db07 100644 --- a/src/fr/anssi/smartpgp/Common.java +++ b/src/fr/anssi/smartpgp/Common.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/Constants.java b/src/fr/anssi/smartpgp/Constants.java index 99f5583..514d446 100644 --- a/src/fr/anssi/smartpgp/Constants.java +++ b/src/fr/anssi/smartpgp/Constants.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/ECConstants.java b/src/fr/anssi/smartpgp/ECConstants.java index 8d979c5..e8ed191 100644 --- a/src/fr/anssi/smartpgp/ECConstants.java +++ b/src/fr/anssi/smartpgp/ECConstants.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/ECCurves.java b/src/fr/anssi/smartpgp/ECCurves.java index ff9a493..b156a3a 100644 --- a/src/fr/anssi/smartpgp/ECCurves.java +++ b/src/fr/anssi/smartpgp/ECCurves.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/ECParams.java b/src/fr/anssi/smartpgp/ECParams.java index 22724c9..9bdd7ef 100644 --- a/src/fr/anssi/smartpgp/ECParams.java +++ b/src/fr/anssi/smartpgp/ECParams.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/Fingerprint.java b/src/fr/anssi/smartpgp/Fingerprint.java index 2173227..d1cd828 100644 --- a/src/fr/anssi/smartpgp/Fingerprint.java +++ b/src/fr/anssi/smartpgp/Fingerprint.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/PGPKey.java b/src/fr/anssi/smartpgp/PGPKey.java index b1dec15..cc6a8f3 100644 --- a/src/fr/anssi/smartpgp/PGPKey.java +++ b/src/fr/anssi/smartpgp/PGPKey.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/Persistent.java b/src/fr/anssi/smartpgp/Persistent.java index 3669928..e69a40c 100644 --- a/src/fr/anssi/smartpgp/Persistent.java +++ b/src/fr/anssi/smartpgp/Persistent.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/SecureMessaging.java b/src/fr/anssi/smartpgp/SecureMessaging.java index f3a9dcd..bbcca0e 100644 --- a/src/fr/anssi/smartpgp/SecureMessaging.java +++ b/src/fr/anssi/smartpgp/SecureMessaging.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/SmartPGPApplet.java b/src/fr/anssi/smartpgp/SmartPGPApplet.java index 12d94d0..d5d1892 100644 --- a/src/fr/anssi/smartpgp/SmartPGPApplet.java +++ b/src/fr/anssi/smartpgp/SmartPGPApplet.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or diff --git a/src/fr/anssi/smartpgp/Transients.java b/src/fr/anssi/smartpgp/Transients.java index a668b6a..0a20030 100644 --- a/src/fr/anssi/smartpgp/Transients.java +++ b/src/fr/anssi/smartpgp/Transients.java @@ -1,6 +1,6 @@ /* SmartPGP : JavaCard implementation of OpenPGP card v3 specification - https://github.com/ANSSI-FR/smartpgp + https://github.com/ANSSI-FR/SmartPGP Copyright (C) 2016 ANSSI This program is free software; you can redistribute it and/or