Skip to content

Commit

Permalink
Updated copyright year to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikramer committed Jan 4, 2024
1 parent 607cdf3 commit b686821
Show file tree
Hide file tree
Showing 500 changed files with 504 additions and 504 deletions.
4 changes: 2 additions & 2 deletions kse/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down Expand Up @@ -81,7 +81,7 @@ ext {
keystoreIcns = "$iconsDir/keystore.icns"

// Vendor details
copyright = "Copyright 2004 - 2013 Wayne Grant, 2013 - 2023 Kai Kramer"
copyright = "Copyright 2004 - 2013 Wayne Grant, 2013 - 2024 Kai Kramer"
vendor = "Wayne Grant, Kai Kramer"
website = "https://keystore-explorer.org"

Expand Down
2 changes: 1 addition & 1 deletion kse/dmg/entitlements.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2004 - 2013 Wayne Grant
~ 2013 - 2023 Kai Kramer
~ 2013 - 2024 Kai Kramer
~
~ This file is part of KeyStore Explorer.
~
Expand Down
2 changes: 1 addition & 1 deletion kse/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright 2004 - 2013 Wayne Grant
# 2013 - 2023 Kai Kramer
# 2013 - 2024 Kai Kramer
#
# This file is part of KeyStore Explorer.
#
Expand Down
2 changes: 1 addition & 1 deletion kse/icons/kse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion kse/res/kse
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright 2004 - 2013 Wayne Grant
# 2013 - 2023 Kai Kramer
# 2013 - 2024 Kai Kramer
#
# This file is part of KeyStore Explorer.
#
Expand Down
2 changes: 1 addition & 1 deletion kse/res/kse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#
# Copyright 2004 - 2013 Wayne Grant
# 2013 - 2023 Kai Kramer
# 2013 - 2024 Kai Kramer
#
# This file is part of KeyStore Explorer.
#
Expand Down
2 changes: 1 addition & 1 deletion kse/res/kse_launcher.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright 2004 - 2013 Wayne Grant
# 2013 - 2023 Kai Kramer
# 2013 - 2024 Kai Kramer
#
# This file is part of KeyStore Explorer.
#
Expand Down
2 changes: 1 addition & 1 deletion kse/res/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Unix/Linux Command-Line

===========================================
Copyright 2004 - 2013 Wayne Grant
2013 - 2023 Kai Kramer
2013 - 2024 Kai Kramer
===========================================

2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/AuthorityCertificates.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/KSE.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/CryptoException.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/KeyInfo.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/KeyType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/Password.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/SecurityProvider.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/csr/CsrType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/csr/spkac/Spkac.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/digest/DigestType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/digest/DigestUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/ecc/CurveSet.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/ecc/EccUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/ecc/EdDSACurves.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/jcepolicy/JcePolicy.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/keypair/KeyPairType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/keypair/KeyPairUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/privatekey/MsPvkUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/privatekey/PbeType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
2 changes: 1 addition & 1 deletion kse/src/main/java/org/kse/crypto/privatekey/Pkcs8Util.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2004 - 2013 Wayne Grant
* 2013 - 2023 Kai Kramer
* 2013 - 2024 Kai Kramer
*
* This file is part of KeyStore Explorer.
*
Expand Down
Loading

0 comments on commit b686821

Please sign in to comment.