From e1eef381a05b5f0a16572fb04d4e3ae4bfd4a23d Mon Sep 17 00:00:00 2001 From: Matthias Eichner Date: Wed, 30 Oct 2024 16:50:43 +0100 Subject: [PATCH] MCR-3126 fix license --- .../org/mycore/ocfl/niofs/MCROCFLBasicFileAttributeView.java | 2 +- .../java/org/mycore/ocfl/niofs/MCROCFLDirectoryTracker.java | 2 +- .../main/java/org/mycore/ocfl/niofs/MCROCFLFileAttributes.java | 2 +- .../src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystem.java | 2 +- .../java/org/mycore/ocfl/niofs/MCROCFLFileSystemProvider.java | 2 +- .../org/mycore/ocfl/niofs/MCROCFLFileSystemTransaction.java | 2 +- .../main/java/org/mycore/ocfl/niofs/MCROCFLFileTracker.java | 2 +- .../java/org/mycore/ocfl/niofs/MCROCFLFileTypeDetector.java | 2 +- .../mycore/ocfl/niofs/MCROCFLInactiveTransactionException.java | 2 +- .../main/java/org/mycore/ocfl/niofs/MCROCFLLocalFileStore.java | 2 +- .../java/org/mycore/ocfl/niofs/MCROCFLLocalVirtualObject.java | 2 +- .../java/org/mycore/ocfl/niofs/MCROCFLRemoteVirtualObject.java | 2 +- .../org/mycore/ocfl/niofs/MCROCFLVersionMismatchException.java | 2 +- .../main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObject.java | 2 +- .../org/mycore/ocfl/niofs/MCROCFLVirtualObjectProvider.java | 2 +- .../ocfl/niofs/channels/MCROCFLCachingSeekableByteChannel.java | 2 +- .../ocfl/niofs/channels/MCROCFLClosableCallbackChannel.java | 2 +- .../mycore/ocfl/niofs/channels/MCROCFLReadableByteChannel.java | 2 +- .../storage/MCROCFLDefaultTransactionalTempFileStorage.java | 2 +- .../org/mycore/ocfl/niofs/storage/MCROCFLEvictionStrategy.java | 2 +- .../org/mycore/ocfl/niofs/storage/MCROCFLHybridStorage.java | 2 +- .../ocfl/niofs/storage/MCROCFLMaxSizeEvictionStrategy.java | 2 +- .../mycore/ocfl/niofs/storage/MCROCFLNeverEvictStrategy.java | 2 +- .../mycore/ocfl/niofs/storage/MCROCFLRollingCacheStorage.java | 2 +- .../org/mycore/ocfl/niofs/storage/MCROCFLTempFileStorage.java | 2 +- .../niofs/storage/MCROCFLTransactionalTempFileStorage.java | 2 +- .../java/org/mycore/ocfl/repository/MCROCFLRepository.java | 2 +- .../main/java/org/mycore/ocfl/util/MCROCFLVersionHelper.java | 3 +-- .../src/test/java/org/mycore/ocfl/MCROCFLMetadataTestCase.java | 2 +- mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCase.java | 2 +- .../src/test/java/org/mycore/ocfl/MCROCFLTestCaseHelper.java | 2 +- .../test/java/org/mycore/ocfl/niofs/MCROCFLDerivateTest.java | 2 +- .../niofs/channels/MCROCFLCachingSeekableByteChannelTest.java | 2 +- .../ocfl/niofs/channels/MCROCFLReadableByteChannelTest.java | 2 +- 34 files changed, 34 insertions(+), 35 deletions(-) diff --git a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLBasicFileAttributeView.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLBasicFileAttributeView.java index eb752ced3d..c423537a6e 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLBasicFileAttributeView.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLBasicFileAttributeView.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLDirectoryTracker.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLDirectoryTracker.java index 6bb064c470..ed246fd25e 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLDirectoryTracker.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLDirectoryTracker.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileAttributes.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileAttributes.java index c956fb7a32..7e34a3e92f 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileAttributes.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileAttributes.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystem.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystem.java index ae23c9b651..b2fa740d78 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystem.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystem.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemProvider.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemProvider.java index db287cd573..a33fca0448 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemProvider.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemProvider.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemTransaction.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemTransaction.java index 666b9e3b58..0ea779b50a 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemTransaction.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileSystemTransaction.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTracker.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTracker.java index 986a6ad7ce..311ca649a3 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTracker.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTracker.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTypeDetector.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTypeDetector.java index f9e715114a..4454483598 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTypeDetector.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLFileTypeDetector.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLInactiveTransactionException.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLInactiveTransactionException.java index 8d22f8f92b..b9d34d48f9 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLInactiveTransactionException.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLInactiveTransactionException.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalFileStore.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalFileStore.java index 55bb314f6c..2245cf0376 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalFileStore.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalFileStore.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalVirtualObject.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalVirtualObject.java index 3d7eeea172..c1729d5b7b 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalVirtualObject.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLLocalVirtualObject.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLRemoteVirtualObject.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLRemoteVirtualObject.java index 7333c1d18b..16e2cf6743 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLRemoteVirtualObject.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLRemoteVirtualObject.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVersionMismatchException.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVersionMismatchException.java index 77def2f212..deba97bf5a 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVersionMismatchException.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVersionMismatchException.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObject.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObject.java index b07028f3c5..db93a6c4ee 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObject.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObject.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObjectProvider.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObjectProvider.java index be85976517..60772e2888 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObjectProvider.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/MCROCFLVirtualObjectProvider.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannel.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannel.java index ec2cc064b9..03c098c7b0 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannel.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannel.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLClosableCallbackChannel.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLClosableCallbackChannel.java index a07ad1d4b1..7365ebc64b 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLClosableCallbackChannel.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLClosableCallbackChannel.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannel.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannel.java index 205ea0e801..7baf137325 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannel.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannel.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLDefaultTransactionalTempFileStorage.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLDefaultTransactionalTempFileStorage.java index 24a5eda380..214c7f303d 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLDefaultTransactionalTempFileStorage.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLDefaultTransactionalTempFileStorage.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLEvictionStrategy.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLEvictionStrategy.java index 475ebb8247..af9049c359 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLEvictionStrategy.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLEvictionStrategy.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLHybridStorage.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLHybridStorage.java index e6da7dc6d8..9ef028a512 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLHybridStorage.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLHybridStorage.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLMaxSizeEvictionStrategy.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLMaxSizeEvictionStrategy.java index e300369a42..1f5f81e1ec 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLMaxSizeEvictionStrategy.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLMaxSizeEvictionStrategy.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLNeverEvictStrategy.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLNeverEvictStrategy.java index ee38fb70e9..c60739c599 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLNeverEvictStrategy.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLNeverEvictStrategy.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLRollingCacheStorage.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLRollingCacheStorage.java index d751a10166..848098da2c 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLRollingCacheStorage.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLRollingCacheStorage.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTempFileStorage.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTempFileStorage.java index 9d0e7a2b64..6fc19e5dff 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTempFileStorage.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTempFileStorage.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTransactionalTempFileStorage.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTransactionalTempFileStorage.java index 7125fb6c89..0a024be5af 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTransactionalTempFileStorage.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/niofs/storage/MCROCFLTransactionalTempFileStorage.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/repository/MCROCFLRepository.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/repository/MCROCFLRepository.java index 6aa9dcb9fe..dc08922138 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/repository/MCROCFLRepository.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/repository/MCROCFLRepository.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/main/java/org/mycore/ocfl/util/MCROCFLVersionHelper.java b/mycore-ocfl/src/main/java/org/mycore/ocfl/util/MCROCFLVersionHelper.java index acdf39370c..831c45fa24 100644 --- a/mycore-ocfl/src/main/java/org/mycore/ocfl/util/MCROCFLVersionHelper.java +++ b/mycore-ocfl/src/main/java/org/mycore/ocfl/util/MCROCFLVersionHelper.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -54,7 +54,6 @@ public class MCROCFLVersionHelper { *
  • "Updated" -> {@link MCROCFLMetadataVersion#UPDATED}
  • *
  • "Deleted" -> {@link MCROCFLMetadataVersion#DELETED}
  • * - *

    */ public static final Map MESSAGE_TYPE_MAPPING = Map.ofEntries( Map.entry(MESSAGE_CREATED, MCROCFLMetadataVersion.CREATED), diff --git a/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLMetadataTestCase.java b/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLMetadataTestCase.java index d7f075ecdd..75e0ea443b 100644 --- a/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLMetadataTestCase.java +++ b/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLMetadataTestCase.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCase.java b/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCase.java index ac8abe43b9..fecf48c32a 100644 --- a/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCase.java +++ b/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCase.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCaseHelper.java b/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCaseHelper.java index 92233685e9..44b46c38ee 100644 --- a/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCaseHelper.java +++ b/mycore-ocfl/src/test/java/org/mycore/ocfl/MCROCFLTestCaseHelper.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/MCROCFLDerivateTest.java b/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/MCROCFLDerivateTest.java index 0134199762..9285b7b872 100644 --- a/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/MCROCFLDerivateTest.java +++ b/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/MCROCFLDerivateTest.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannelTest.java b/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannelTest.java index 990afba7c4..d6af4361cf 100644 --- a/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannelTest.java +++ b/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLCachingSeekableByteChannelTest.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe 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/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannelTest.java b/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannelTest.java index 0af3c33a52..aaf0b9e69d 100644 --- a/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannelTest.java +++ b/mycore-ocfl/src/test/java/org/mycore/ocfl/niofs/channels/MCROCFLReadableByteChannelTest.java @@ -1,6 +1,6 @@ /* * This file is part of *** M y C o R e *** - * See http://www.mycore.de/ for details. + * See https://www.mycore.de/ for details. * * MyCoRe is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by