diff app/src/main/java/ch/ethz/ssh2/crypto/SecureRandomFix.java @ 514:947ea334735d default tip

update copyrights
author Carl Byington <carl@five-ten-sg.com>
date Fri, 10 Feb 2023 19:13:58 -0700
parents d29cce60f393
children
line wrap: on
line diff
--- a/app/src/main/java/ch/ethz/ssh2/crypto/SecureRandomFix.java	Fri Feb 10 17:16:47 2023 -0700
+++ b/app/src/main/java/ch/ethz/ssh2/crypto/SecureRandomFix.java	Fri Feb 10 19:13:58 2023 -0700
@@ -1,5 +1,5 @@
 //
-// Copyright (C) 2014 by 510 Software Group
+// Copyright (C) 2014-2023 by 510 Software Group
 // licensed under the GPLv3 or later
 
 package ch.ethz.ssh2.crypto;
@@ -79,4 +79,4 @@
         }
         setSeed(generateReasonableSeed());
     }
-}
\ No newline at end of file
+}