Normalized copyright header 49/110749/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Mar 2024 12:10:18 +0000 (13:10 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Mar 2024 12:21:52 +0000 (13:21 +0100)
Use a closed range and our standard 'and others' moniker.

JIRA: CONTROLLER-2105
Change-Id: I868b02415666da378f395ff711d5092a334d0196
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
36 files changed:
atomix-storage/src/main/java/io/atomix/storage/journal/BufferCleaner.java
atomix-storage/src/main/java/io/atomix/storage/journal/Cleaner.java
atomix-storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentReader.java
atomix-storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentWriter.java
atomix-storage/src/main/java/io/atomix/storage/journal/Indexed.java
atomix-storage/src/main/java/io/atomix/storage/journal/Journal.java
atomix-storage/src/main/java/io/atomix/storage/journal/JournalReader.java
atomix-storage/src/main/java/io/atomix/storage/journal/JournalSegment.java
atomix-storage/src/main/java/io/atomix/storage/journal/JournalSegmentDescriptor.java
atomix-storage/src/main/java/io/atomix/storage/journal/JournalSegmentFile.java
atomix-storage/src/main/java/io/atomix/storage/journal/JournalWriter.java
atomix-storage/src/main/java/io/atomix/storage/journal/MappedJournalSegmentReader.java
atomix-storage/src/main/java/io/atomix/storage/journal/MappedJournalSegmentWriter.java
atomix-storage/src/main/java/io/atomix/storage/journal/SegmentedJournal.java
atomix-storage/src/main/java/io/atomix/storage/journal/SegmentedJournalReader.java
atomix-storage/src/main/java/io/atomix/storage/journal/SegmentedJournalWriter.java
atomix-storage/src/main/java/io/atomix/storage/journal/StorageLevel.java
atomix-storage/src/main/java/io/atomix/storage/journal/index/JournalIndex.java
atomix-storage/src/main/java/io/atomix/storage/journal/index/SparseJournalIndex.java
atomix-storage/src/main/java/io/atomix/storage/journal/index/package-info.java
atomix-storage/src/main/java/io/atomix/storage/journal/package-info.java
atomix-storage/src/main/java/io/atomix/utils/serializer/BufferAwareByteArrayOutputStream.java
atomix-storage/src/main/java/io/atomix/utils/serializer/ByteArrayOutput.java
atomix-storage/src/main/java/io/atomix/utils/serializer/KryoIOPool.java
atomix-storage/src/main/java/io/atomix/utils/serializer/KryoInputPool.java
atomix-storage/src/main/java/io/atomix/utils/serializer/KryoOutputPool.java
atomix-storage/src/main/java/io/atomix/utils/serializer/package-info.java
atomix-storage/src/test/java/io/atomix/storage/journal/DiskJournalTest.java
atomix-storage/src/test/java/io/atomix/storage/journal/JournalSegmentDescriptorTest.java
atomix-storage/src/test/java/io/atomix/storage/journal/JournalSegmentFileTest.java
atomix-storage/src/test/java/io/atomix/storage/journal/MappedJournalTest.java
atomix-storage/src/test/java/io/atomix/storage/journal/TestEntry.java
atomix-storage/src/test/java/io/atomix/storage/journal/index/SparseJournalIndexTest.java
atomix-storage/src/test/java/io/atomix/utils/serializer/BufferAwareByteArrayOutputStreamTest.java
atomix-storage/src/test/java/io/atomix/utils/serializer/KryoInputPoolTest.java
atomix-storage/src/test/java/io/atomix/utils/serializer/KryoOutputPoolTest.java

index b67c8f4a2c6b662497dc950b1bdc67b3c560fc43..8244e5743cc6b9b436ed61a029c377184634310b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-present Open Networking Foundation
+ * Copyright 2019-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1a1b124bf7cef71f8f8dfeb252f98358793ba739..d81268038ff7c326c65ccea1035573e580a9e1c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b776b3b167bff655ee3c2600821eefd3ea9ce0dc..9b40fbb0a8596c067ab7988c1ab32b782f3787d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9593064ef35370b6d392d05fddd648e99f7f7c53..9a00418e19cec62f51a3771a5ad05e97a456d6a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d1642f4129de5d18dec341705507391886fcd0db..461285cad40e88642fd66fc45917eeb66fec4db4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 33231ae318fa28cdc5f7d8768145d45ed0a84f42..5e37c12222ece712b0b678f655dabaec5ccbfb41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6df56cacc7dac47d7c61babc52d65c8174c01d75..d873b6df5b8e0bdd8444d9f4467a00db5b818215 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0058186e2f2a13fae13a08f4425ce6cc0201586f..f1f630871d6afc9e9861789ee88de21d78dd9dd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 28072cec4dd9d60c3f2e8988a3628559f033adb2..757ca3a078d2235866f4a921dd0812af1858dff5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-present Open Networking Foundation
+ * Copyright 2015-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5fe226d3bb0e7a5cd909c2f38268916f52b43681..2190dee5a73de2917c68248558773313b6fbac80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-present Open Networking Foundation
+ * Copyright 2015-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 95284978bd9af283b696366b85d80acb7cde5ffc..b8acf1e5937f2194c4485e23e2845e3244742aea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e02dd5722dfff2018c5cbc4354bef10a6f18a273..b641d54a9e2f16bf91d52c509e55c6322ed24662 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 446d0ac606eecfd9423a96d3b3dbc731a036567f..ea623f220e60d3e87070169e0606840d1887da3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index db79e00f43a688729193ab6f85b049d1f9b4064c..aa37290239afd0af25ae57d29bf6ee2ea1ea001f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6bd230847511c05403c606801fc88c97391dbd17..72eb12a487da756221697cf8f75e545a29b37874 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6f73990b6fd44ddd8ea1654871300885a87d8a6f..ccd26615743e309bdef3942017d280abcf533af9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9cf1ff793326de6538f27227e186a280ed5667a5..e76a9892b80e638fac8a517d47f3ffcc347ee09c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-present Open Networking Foundation
+ * Copyright 2015-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index baff986fd125e02f98872af81dc0c21dc79e784b..ddaef94e377ba2b84eaa97368641ab9fb6b0dfff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-present Open Networking Foundation
+ * Copyright 2018-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d4b65c86520a6c973c44805b5198119a1c590c9b..5fe4280eb00207a9b3b9f719162318cda8eb4489 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-present Open Networking Foundation
+ * Copyright 2018-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c54e08ef06b1d0632631f8e7c101de4557f47bf3..c17cabe9afeadabc30fa867d3a6497f0fd0b71af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-present Open Networking Foundation
+ * Copyright 2018-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c2191e15d4b86d29c47a66c2708b3bb6cf191945..7cabd15455495e95c9c55333177ba20bfa7b06b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-present Open Networking Foundation
+ * Copyright 2018-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 19cd0f2e429afe13f80dec158ffd427891e1d939..94fc32246e254d31dd49d54bc99f2748a45d6a98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-present Open Networking Foundation
+ * Copyright 2014-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0289123e385be87540821578033126ba28c2641f..6df25b5ef50372fb0a7a6ab1fe18e9bce935ca26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-present Open Networking Foundation
+ * Copyright 2014-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c9b0e270b6690977a40e4f99122e06520813862f..6324631d6ccedc563f1c6015ca9ce436d85749b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-present Open Networking Foundation
+ * Copyright 2014-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8eb4754ebf10c72256113962ef7828952e9d53b2..0eeb8dfc89dbccc88427a1a054b55a942c1b57a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-present Open Networking Foundation
+ * Copyright 2014-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1c245a2dee4e6de66bc645adf33d15ee621bb9c0..6b1737fd12942e06c4fb90243a611a6a821a8bdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-present Open Networking Foundation
+ * Copyright 2014-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c6f1264a005fe5e2965e6934eb189031244d9b07..afc8022bacd1c402a6ae63b0dfa31db5fc73fbaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-present Open Networking Foundation
+ * Copyright 2018-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cb56ef03f408b6d3fb5030fcf75eb16b100c81db..11cbd6c32bc8ad214efb2dc9cd5a37fed1a31100 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c838954ae98e916f3ad5c356bb16c8fc89dc839d..6db959dc3fa3cebf9b1db5152d752d18f47fcfa0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d8e2421ad8729c0f6a687d6d9ae4cd8ef51af0e8..114ae094b50f8f870071d9b28395559552e62529 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 82e91a5c27452f55192b62567109be7916332978..286c6dfb3fc3813c1b5fdd8e0525848e98626859 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9c3f92974a5171ade8d096d7fc4d32109aa02e60..b549362423e45116152de5d9431c94e0bf3f4f74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cf2e12e0f48e29268f302bf3171502ba2d56dc81..b7cd38a1a4b7a169e4df3d82213e6100a62cd017 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-present Open Networking Foundation
+ * Copyright 2018-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 697fe823e80dad7ba52ca2aee9447214e0404167..a47d37831ea12d179f12a9a4c6af74ea40b7d237 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e6dcdc505b3a7e553f6b047615e2b631d2dd8918..82a9629af560d8db1a55d1c1af82850b6dc5ab54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index af5362682bd98106e06c30b35a6b47972592032e..04d55d6fbdc09fe282c645aa03e2a5c9b4c02588 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-present Open Networking Foundation
+ * Copyright 2017-2022 Open Networking Foundation and others.  All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.