diff --git a/src/main/java/net/cactusthorn/localization/AbstractLocalization.java b/src/main/java/net/cactusthorn/localization/AbstractLocalization.java index 25c5585..2de278b 100644 --- a/src/main/java/net/cactusthorn/localization/AbstractLocalization.java +++ b/src/main/java/net/cactusthorn/localization/AbstractLocalization.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.nio.charset.Charset; diff --git a/src/main/java/net/cactusthorn/localization/BasicLocalization.java b/src/main/java/net/cactusthorn/localization/BasicLocalization.java index d931a40..8c83bc1 100644 --- a/src/main/java/net/cactusthorn/localization/BasicLocalization.java +++ b/src/main/java/net/cactusthorn/localization/BasicLocalization.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.nio.charset.Charset; diff --git a/src/main/java/net/cactusthorn/localization/Localization.java b/src/main/java/net/cactusthorn/localization/Localization.java index 2cd698c..0de56fd 100644 --- a/src/main/java/net/cactusthorn/localization/Localization.java +++ b/src/main/java/net/cactusthorn/localization/Localization.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.util.Locale; diff --git a/src/main/java/net/cactusthorn/localization/LocalizationException.java b/src/main/java/net/cactusthorn/localization/LocalizationException.java index e234058..abda6c7 100644 --- a/src/main/java/net/cactusthorn/localization/LocalizationException.java +++ b/src/main/java/net/cactusthorn/localization/LocalizationException.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.util.Locale; diff --git a/src/main/java/net/cactusthorn/localization/LocalizationFormatException.java b/src/main/java/net/cactusthorn/localization/LocalizationFormatException.java index c3216eb..ac073f0 100644 --- a/src/main/java/net/cactusthorn/localization/LocalizationFormatException.java +++ b/src/main/java/net/cactusthorn/localization/LocalizationFormatException.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.util.Locale; diff --git a/src/main/java/net/cactusthorn/localization/LocalizationKeyException.java b/src/main/java/net/cactusthorn/localization/LocalizationKeyException.java index dc5bb7e..b55effe 100644 --- a/src/main/java/net/cactusthorn/localization/LocalizationKeyException.java +++ b/src/main/java/net/cactusthorn/localization/LocalizationKeyException.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.util.Locale; diff --git a/src/main/java/net/cactusthorn/localization/LocalizationLoader.java b/src/main/java/net/cactusthorn/localization/LocalizationLoader.java index 52a330c..b196d71 100644 --- a/src/main/java/net/cactusthorn/localization/LocalizationLoader.java +++ b/src/main/java/net/cactusthorn/localization/LocalizationLoader.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import static java.nio.charset.StandardCharsets.UTF_8; diff --git a/src/main/java/net/cactusthorn/localization/LocalizationLocaleException.java b/src/main/java/net/cactusthorn/localization/LocalizationLocaleException.java index 4a2559b..94910b0 100644 --- a/src/main/java/net/cactusthorn/localization/LocalizationLocaleException.java +++ b/src/main/java/net/cactusthorn/localization/LocalizationLocaleException.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.util.Locale; diff --git a/src/main/java/net/cactusthorn/localization/LoggingLocalization.java b/src/main/java/net/cactusthorn/localization/LoggingLocalization.java index db26add..0cce606 100644 --- a/src/main/java/net/cactusthorn/localization/LoggingLocalization.java +++ b/src/main/java/net/cactusthorn/localization/LoggingLocalization.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.nio.charset.Charset; diff --git a/src/main/java/net/cactusthorn/localization/Parameter.java b/src/main/java/net/cactusthorn/localization/Parameter.java index dd540d1..f486f5e 100644 --- a/src/main/java/net/cactusthorn/localization/Parameter.java +++ b/src/main/java/net/cactusthorn/localization/Parameter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.util.Collections; diff --git a/src/main/java/net/cactusthorn/localization/WatchLoggingLocalization.java b/src/main/java/net/cactusthorn/localization/WatchLoggingLocalization.java index eee8b64..c8f1988 100644 --- a/src/main/java/net/cactusthorn/localization/WatchLoggingLocalization.java +++ b/src/main/java/net/cactusthorn/localization/WatchLoggingLocalization.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.io.File; diff --git a/src/main/java/net/cactusthorn/localization/core/LocalizationKey.java b/src/main/java/net/cactusthorn/localization/core/LocalizationKey.java index 527ee11..abef89d 100644 --- a/src/main/java/net/cactusthorn/localization/core/LocalizationKey.java +++ b/src/main/java/net/cactusthorn/localization/core/LocalizationKey.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.core; import java.util.HashMap; diff --git a/src/main/java/net/cactusthorn/localization/core/LocalizationKeys.java b/src/main/java/net/cactusthorn/localization/core/LocalizationKeys.java index 0fcb713..39ab55a 100644 --- a/src/main/java/net/cactusthorn/localization/core/LocalizationKeys.java +++ b/src/main/java/net/cactusthorn/localization/core/LocalizationKeys.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.core; import java.util.HashMap; diff --git a/src/main/java/net/cactusthorn/localization/core/Sys.java b/src/main/java/net/cactusthorn/localization/core/Sys.java index ee6a415..a963b91 100644 --- a/src/main/java/net/cactusthorn/localization/core/Sys.java +++ b/src/main/java/net/cactusthorn/localization/core/Sys.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.core; import java.util.Locale; diff --git a/src/main/java/net/cactusthorn/localization/formats/DateTimeFormatBuilder.java b/src/main/java/net/cactusthorn/localization/formats/DateTimeFormatBuilder.java index 60015b4..dc16260 100644 --- a/src/main/java/net/cactusthorn/localization/formats/DateTimeFormatBuilder.java +++ b/src/main/java/net/cactusthorn/localization/formats/DateTimeFormatBuilder.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.formats; import java.time.format.DateTimeFormatter; diff --git a/src/main/java/net/cactusthorn/localization/formats/FormatProperties.java b/src/main/java/net/cactusthorn/localization/formats/FormatProperties.java index b9fb97e..a9efcd8 100644 --- a/src/main/java/net/cactusthorn/localization/formats/FormatProperties.java +++ b/src/main/java/net/cactusthorn/localization/formats/FormatProperties.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.formats; import java.text.NumberFormat; diff --git a/src/main/java/net/cactusthorn/localization/formats/FormatType.java b/src/main/java/net/cactusthorn/localization/formats/FormatType.java index 9f0a435..8d05806 100644 --- a/src/main/java/net/cactusthorn/localization/formats/FormatType.java +++ b/src/main/java/net/cactusthorn/localization/formats/FormatType.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.formats; public enum FormatType { diff --git a/src/main/java/net/cactusthorn/localization/formats/Formats.java b/src/main/java/net/cactusthorn/localization/formats/Formats.java index 116cfe3..7c95035 100644 --- a/src/main/java/net/cactusthorn/localization/formats/Formats.java +++ b/src/main/java/net/cactusthorn/localization/formats/Formats.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.formats; import static net.cactusthorn.localization.formats.FormatType.*; diff --git a/src/main/java/net/cactusthorn/localization/formats/NumberFormatBuilder.java b/src/main/java/net/cactusthorn/localization/formats/NumberFormatBuilder.java index 6428dd4..7f1423a 100644 --- a/src/main/java/net/cactusthorn/localization/formats/NumberFormatBuilder.java +++ b/src/main/java/net/cactusthorn/localization/formats/NumberFormatBuilder.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.formats; import java.text.NumberFormat; diff --git a/src/test/java/net/cactusthorn/localization/BasicLocalizationTest.java b/src/test/java/net/cactusthorn/localization/BasicLocalizationTest.java index 18128c3..f23b6e7 100644 --- a/src/test/java/net/cactusthorn/localization/BasicLocalizationTest.java +++ b/src/test/java/net/cactusthorn/localization/BasicLocalizationTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import org.junit.Test; diff --git a/src/test/java/net/cactusthorn/localization/LocaleFallbackTest.java b/src/test/java/net/cactusthorn/localization/LocaleFallbackTest.java index 483c0f3..1f2115b 100644 --- a/src/test/java/net/cactusthorn/localization/LocaleFallbackTest.java +++ b/src/test/java/net/cactusthorn/localization/LocaleFallbackTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import org.junit.BeforeClass; diff --git a/src/test/java/net/cactusthorn/localization/LocalizationLoaderTest.java b/src/test/java/net/cactusthorn/localization/LocalizationLoaderTest.java index df31570..4f1741e 100644 --- a/src/test/java/net/cactusthorn/localization/LocalizationLoaderTest.java +++ b/src/test/java/net/cactusthorn/localization/LocalizationLoaderTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import static org.hamcrest.CoreMatchers.allOf; diff --git a/src/test/java/net/cactusthorn/localization/LoggingLocalizationTest.java b/src/test/java/net/cactusthorn/localization/LoggingLocalizationTest.java index 9b1cf53..59c7ae4 100644 --- a/src/test/java/net/cactusthorn/localization/LoggingLocalizationTest.java +++ b/src/test/java/net/cactusthorn/localization/LoggingLocalizationTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import org.junit.Test; diff --git a/src/test/java/net/cactusthorn/localization/WatchLoggingLocalizationTest.java b/src/test/java/net/cactusthorn/localization/WatchLoggingLocalizationTest.java index e3c19ac..af5b93c 100644 --- a/src/test/java/net/cactusthorn/localization/WatchLoggingLocalizationTest.java +++ b/src/test/java/net/cactusthorn/localization/WatchLoggingLocalizationTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import java.io.IOException; diff --git a/src/test/java/net/cactusthorn/localization/WithDefaultsTest.java b/src/test/java/net/cactusthorn/localization/WithDefaultsTest.java index 6de556e..335a8da 100644 --- a/src/test/java/net/cactusthorn/localization/WithDefaultsTest.java +++ b/src/test/java/net/cactusthorn/localization/WithDefaultsTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/net/cactusthorn/localization/core/LocalizationKeyTest.java b/src/test/java/net/cactusthorn/localization/core/LocalizationKeyTest.java index eb6c04d..95fe9d7 100644 --- a/src/test/java/net/cactusthorn/localization/core/LocalizationKeyTest.java +++ b/src/test/java/net/cactusthorn/localization/core/LocalizationKeyTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.core; import org.junit.BeforeClass; diff --git a/src/test/java/net/cactusthorn/localization/core/LocalizationKeysTest.java b/src/test/java/net/cactusthorn/localization/core/LocalizationKeysTest.java index 8e4ed8b..6b5070b 100644 --- a/src/test/java/net/cactusthorn/localization/core/LocalizationKeysTest.java +++ b/src/test/java/net/cactusthorn/localization/core/LocalizationKeysTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.core; import org.junit.Test; diff --git a/src/test/java/net/cactusthorn/localization/core/SysTest.java b/src/test/java/net/cactusthorn/localization/core/SysTest.java index 344f50f..e53c927 100644 --- a/src/test/java/net/cactusthorn/localization/core/SysTest.java +++ b/src/test/java/net/cactusthorn/localization/core/SysTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.core; import org.junit.Rule; diff --git a/src/test/java/net/cactusthorn/localization/formats/FormatsTest.java b/src/test/java/net/cactusthorn/localization/formats/FormatsTest.java index 53b880f..fff16f5 100644 --- a/src/test/java/net/cactusthorn/localization/formats/FormatsTest.java +++ b/src/test/java/net/cactusthorn/localization/formats/FormatsTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (C) 2017, Alexei Khatskevich + * All rights reserved. + * + * Licensed under the BSD 2-clause (Simplified) License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://opensource.org/licenses/BSD-2-Clause + ******************************************************************************/ package net.cactusthorn.localization.formats; import org.junit.BeforeClass;