From 3f1ec28cce5fbf1cbe9c0d1b96b9bc0ad7f35463 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Thu, 13 Feb 2025 20:50:51 +0100 Subject: [PATCH] Add copyright to source files --- .../com/devsoap/tincheck/Application.java | 19 +++++++++++++++++++ .../tincheck/ApplicationConfiguration.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_AT.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_BE.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_BG.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_CY.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_CZ.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_DE.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_DK.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_EE.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_ES.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_FI.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_FR.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_GR.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_HR.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_IT.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_LV.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_NO.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_PT.java | 19 +++++++++++++++++++ .../tincheck/countries/Country_SE.java | 19 +++++++++++++++++++ .../com/devsoap/tincheck/routes/Routes.java | 19 +++++++++++++++++++ .../routes/requests/TinGenerateRequest.java | 19 +++++++++++++++++++ .../routes/requests/TinValidateRequest.java | 19 +++++++++++++++++++ .../routes/responses/GenerationResult.java | 19 +++++++++++++++++++ .../routes/responses/ValidationResult.java | 19 +++++++++++++++++++ .../tincheck/services/TinCheckService.java | 19 +++++++++++++++++++ .../com/devsoap/tincheck/tin/TinCountry.java | 19 +++++++++++++++++++ .../devsoap/tincheck/tin/TinGenerator.java | 19 +++++++++++++++++++ .../devsoap/tincheck/tin/TinValidator.java | 19 +++++++++++++++++++ 29 files changed, 551 insertions(+) diff --git a/src/main/java/com/devsoap/tincheck/Application.java b/src/main/java/com/devsoap/tincheck/Application.java index 759ea7e..5fd4143 100644 --- a/src/main/java/com/devsoap/tincheck/Application.java +++ b/src/main/java/com/devsoap/tincheck/Application.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck; import io.micronaut.runtime.Micronaut; diff --git a/src/main/java/com/devsoap/tincheck/ApplicationConfiguration.java b/src/main/java/com/devsoap/tincheck/ApplicationConfiguration.java index 88395c1..35543ce 100644 --- a/src/main/java/com/devsoap/tincheck/ApplicationConfiguration.java +++ b/src/main/java/com/devsoap/tincheck/ApplicationConfiguration.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck; import com.github.jknack.handlebars.Handlebars; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_AT.java b/src/main/java/com/devsoap/tincheck/countries/Country_AT.java index c41df8d..53c8a39 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_AT.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_AT.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_BE.java b/src/main/java/com/devsoap/tincheck/countries/Country_BE.java index 4d3529f..3bb9a35 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_BE.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_BE.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_BG.java b/src/main/java/com/devsoap/tincheck/countries/Country_BG.java index 442a22b..cc9efc4 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_BG.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_BG.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_CY.java b/src/main/java/com/devsoap/tincheck/countries/Country_CY.java index 7b68ef1..692c8a6 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_CY.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_CY.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_CZ.java b/src/main/java/com/devsoap/tincheck/countries/Country_CZ.java index b10f45e..90bf41f 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_CZ.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_CZ.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_DE.java b/src/main/java/com/devsoap/tincheck/countries/Country_DE.java index 9c0fb26..2e3bc7b 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_DE.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_DE.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_DK.java b/src/main/java/com/devsoap/tincheck/countries/Country_DK.java index a49a305..3e67d0c 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_DK.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_DK.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_EE.java b/src/main/java/com/devsoap/tincheck/countries/Country_EE.java index 89d932c..a62784f 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_EE.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_EE.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_ES.java b/src/main/java/com/devsoap/tincheck/countries/Country_ES.java index aa81f54..f4cbc54 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_ES.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_ES.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_FI.java b/src/main/java/com/devsoap/tincheck/countries/Country_FI.java index 8d42fff..ff1fa06 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_FI.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_FI.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_FR.java b/src/main/java/com/devsoap/tincheck/countries/Country_FR.java index 8072cc3..a243032 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_FR.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_FR.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_GR.java b/src/main/java/com/devsoap/tincheck/countries/Country_GR.java index f8dca04..68ae3ee 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_GR.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_GR.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_HR.java b/src/main/java/com/devsoap/tincheck/countries/Country_HR.java index 822da92..59a4fe5 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_HR.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_HR.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_IT.java b/src/main/java/com/devsoap/tincheck/countries/Country_IT.java index ebae8a4..eb93ae7 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_IT.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_IT.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_LV.java b/src/main/java/com/devsoap/tincheck/countries/Country_LV.java index 9bbc64f..854aa87 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_LV.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_LV.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_NO.java b/src/main/java/com/devsoap/tincheck/countries/Country_NO.java index aa0780e..8a558a7 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_NO.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_NO.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_PT.java b/src/main/java/com/devsoap/tincheck/countries/Country_PT.java index 34d46d2..084b6c5 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_PT.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_PT.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/countries/Country_SE.java b/src/main/java/com/devsoap/tincheck/countries/Country_SE.java index ecee499..c23dea5 100644 --- a/src/main/java/com/devsoap/tincheck/countries/Country_SE.java +++ b/src/main/java/com/devsoap/tincheck/countries/Country_SE.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.countries; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/routes/Routes.java b/src/main/java/com/devsoap/tincheck/routes/Routes.java index af57e55..93c9aa7 100644 --- a/src/main/java/com/devsoap/tincheck/routes/Routes.java +++ b/src/main/java/com/devsoap/tincheck/routes/Routes.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.routes; import com.devsoap.tincheck.tin.TinGenerator; diff --git a/src/main/java/com/devsoap/tincheck/routes/requests/TinGenerateRequest.java b/src/main/java/com/devsoap/tincheck/routes/requests/TinGenerateRequest.java index 86d3f7b..b684c83 100644 --- a/src/main/java/com/devsoap/tincheck/routes/requests/TinGenerateRequest.java +++ b/src/main/java/com/devsoap/tincheck/routes/requests/TinGenerateRequest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.routes.requests; import com.devsoap.tincheck.tin.TinGenerator; diff --git a/src/main/java/com/devsoap/tincheck/routes/requests/TinValidateRequest.java b/src/main/java/com/devsoap/tincheck/routes/requests/TinValidateRequest.java index 2c09341..9e0fc9f 100644 --- a/src/main/java/com/devsoap/tincheck/routes/requests/TinValidateRequest.java +++ b/src/main/java/com/devsoap/tincheck/routes/requests/TinValidateRequest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.routes.requests; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/devsoap/tincheck/routes/responses/GenerationResult.java b/src/main/java/com/devsoap/tincheck/routes/responses/GenerationResult.java index 672401a..6b421dc 100644 --- a/src/main/java/com/devsoap/tincheck/routes/responses/GenerationResult.java +++ b/src/main/java/com/devsoap/tincheck/routes/responses/GenerationResult.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.routes.responses; import com.devsoap.tincheck.tin.TinGenerator; diff --git a/src/main/java/com/devsoap/tincheck/routes/responses/ValidationResult.java b/src/main/java/com/devsoap/tincheck/routes/responses/ValidationResult.java index 9c668ad..4e9cccc 100644 --- a/src/main/java/com/devsoap/tincheck/routes/responses/ValidationResult.java +++ b/src/main/java/com/devsoap/tincheck/routes/responses/ValidationResult.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.routes.responses; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/src/main/java/com/devsoap/tincheck/services/TinCheckService.java b/src/main/java/com/devsoap/tincheck/services/TinCheckService.java index 0284c3f..abbcaf2 100644 --- a/src/main/java/com/devsoap/tincheck/services/TinCheckService.java +++ b/src/main/java/com/devsoap/tincheck/services/TinCheckService.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.services; import com.devsoap.tincheck.tin.TinCountry; diff --git a/src/main/java/com/devsoap/tincheck/tin/TinCountry.java b/src/main/java/com/devsoap/tincheck/tin/TinCountry.java index 2a4d5be..07a777a 100644 --- a/src/main/java/com/devsoap/tincheck/tin/TinCountry.java +++ b/src/main/java/com/devsoap/tincheck/tin/TinCountry.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.tin; import java.util.Arrays; diff --git a/src/main/java/com/devsoap/tincheck/tin/TinGenerator.java b/src/main/java/com/devsoap/tincheck/tin/TinGenerator.java index 128e0eb..40972db 100644 --- a/src/main/java/com/devsoap/tincheck/tin/TinGenerator.java +++ b/src/main/java/com/devsoap/tincheck/tin/TinGenerator.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.tin; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/src/main/java/com/devsoap/tincheck/tin/TinValidator.java b/src/main/java/com/devsoap/tincheck/tin/TinValidator.java index c190105..8479e59 100644 --- a/src/main/java/com/devsoap/tincheck/tin/TinValidator.java +++ b/src/main/java/com/devsoap/tincheck/tin/TinValidator.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2025 John Ahlroos / Devsoap + * + * Creative Commons Attribution-NoDerivatives 4.0 International Public License + * + * By exercising the Licensed Rights (defined below), You accept and agree + * to be bound by the terms and conditions of this Creative Commons + * Attribution-NoDerivatives 4.0 International Public License ("Public + * License"). To the extent this Public License may be interpreted as a + * contract, You are granted the Licensed Rights in consideration of Your + * acceptance of these terms and conditions, and the Licensor grants You + * such rights in consideration of benefits the Licensor receives from + * making the Licensed Material available under these terms and + * conditions. + * + * Refer to LICENSE file or https://creativecommons.org/licenses/by-nd/4.0 for full license. + * + */ + package com.devsoap.tincheck.tin; import io.micronaut.core.util.StringUtils;