diff --git a/NOTICE b/NOTICE index 2a1688581..6dda053d1 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright © 2010-2017 Nokia +Copyright © 2010-2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-ant/NOTICE b/jsonschema2pojo-ant/NOTICE index 2a1688581..6dda053d1 100644 --- a/jsonschema2pojo-ant/NOTICE +++ b/jsonschema2pojo-ant/NOTICE @@ -1,4 +1,4 @@ -Copyright © 2010-2017 Nokia +Copyright © 2010-2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/AntRuleLogger.java b/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/AntRuleLogger.java index 628d40250..11a91624d 100644 --- a/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/AntRuleLogger.java +++ b/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/AntRuleLogger.java @@ -1,12 +1,12 @@ -/* - * Copyright © 2010-2017 Nokia - *

+/** + * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/Jsonschema2PojoTask.java b/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/Jsonschema2PojoTask.java index 1db486bca..1af7ae2f7 100644 --- a/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/Jsonschema2PojoTask.java +++ b/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/Jsonschema2PojoTask.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/package-info.java b/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/package-info.java index f59df5d5c..19ad338d6 100644 --- a/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/package-info.java +++ b/jsonschema2pojo-ant/src/main/java/org/jsonschema2pojo/ant/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/NOTICE b/jsonschema2pojo-cli/NOTICE index 2a1688581..6dda053d1 100644 --- a/jsonschema2pojo-cli/NOTICE +++ b/jsonschema2pojo-cli/NOTICE @@ -1,4 +1,4 @@ -Copyright © 2010-2017 Nokia +Copyright © 2010-2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Arguments.java b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Arguments.java index df058a5b0..dbc4240d1 100644 --- a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Arguments.java +++ b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Arguments.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/ClassConverter.java b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/ClassConverter.java index 025f4f750..edfc3c4f0 100644 --- a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/ClassConverter.java +++ b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/ClassConverter.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/CommandLineLogger.java b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/CommandLineLogger.java index 260aa27ad..c40309a28 100644 --- a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/CommandLineLogger.java +++ b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/CommandLineLogger.java @@ -1,12 +1,12 @@ /** - * Copyright © 2010-2017 Nokia - *

+ * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Jsonschema2PojoCLI.java b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Jsonschema2PojoCLI.java index 9caf28372..390f4033c 100644 --- a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Jsonschema2PojoCLI.java +++ b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/Jsonschema2PojoCLI.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/UrlConverter.java b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/UrlConverter.java index 82e73d8fb..a3ebf6970 100644 --- a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/UrlConverter.java +++ b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/UrlConverter.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/package-info.java b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/package-info.java index 1493bb4f3..0b9cddb9e 100644 --- a/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/package-info.java +++ b/jsonschema2pojo-cli/src/main/java/org/jsonschema2pojo/cli/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ArgumentsTest.java b/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ArgumentsTest.java index 93dd63d30..cf06c9e9e 100644 --- a/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ArgumentsTest.java +++ b/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ArgumentsTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ClassConverterTest.java b/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ClassConverterTest.java index 3c1882858..854dc8afc 100644 --- a/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ClassConverterTest.java +++ b/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/ClassConverterTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/UrlConverterTest.java b/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/UrlConverterTest.java index 1fa7d674d..f6e3f992e 100644 --- a/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/UrlConverterTest.java +++ b/jsonschema2pojo-cli/src/test/java/org/jsonschema2pojo/cli/UrlConverterTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/NOTICE b/jsonschema2pojo-core/NOTICE index 2a1688581..6dda053d1 100644 --- a/jsonschema2pojo-core/NOTICE +++ b/jsonschema2pojo-core/NOTICE @@ -1,4 +1,4 @@ -Copyright © 2010-2017 Nokia +Copyright © 2010-2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractAnnotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractAnnotator.java index 081cd8f92..0d22bc205 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractAnnotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractAnnotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractRuleLogger.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractRuleLogger.java index 22147f6af..b99397ee0 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractRuleLogger.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractRuleLogger.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractTypeInfoAwareAnnotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractTypeInfoAwareAnnotator.java index 5c3179c92..7a169c15f 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractTypeInfoAwareAnnotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AbstractTypeInfoAwareAnnotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AllFileFilter.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AllFileFilter.java index 63f456f91..cdc1abcd7 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AllFileFilter.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AllFileFilter.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotationStyle.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotationStyle.java index 92524ee41..6172c0d45 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotationStyle.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotationStyle.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Annotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Annotator.java index 65498c7ad..5ad0e7cc8 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Annotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Annotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotatorFactory.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotatorFactory.java index 3415afcc5..198a8af1a 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotatorFactory.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/AnnotatorFactory.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/CompositeAnnotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/CompositeAnnotator.java index 393dbb96a..a7d97644c 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/CompositeAnnotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/CompositeAnnotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ContentResolver.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ContentResolver.java index 94a098c51..11329500b 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ContentResolver.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ContentResolver.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/DefaultGenerationConfig.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/DefaultGenerationConfig.java index 0437eaca7..63771c04b 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/DefaultGenerationConfig.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/DefaultGenerationConfig.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FileCodeWriterWithEncoding.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FileCodeWriterWithEncoding.java index 5b9f27b71..24fcb49ca 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FileCodeWriterWithEncoding.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FileCodeWriterWithEncoding.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FragmentResolver.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FragmentResolver.java index ca839ce76..3efd7803a 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FragmentResolver.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/FragmentResolver.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GenerationConfig.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GenerationConfig.java index 8e0ea6914..2b989f449 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GenerationConfig.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GenerationConfig.java @@ -1,14 +1,17 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a - * copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jsonschema2pojo; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GsonAnnotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GsonAnnotator.java index e0f8ddfa2..2dc0e06f5 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GsonAnnotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/GsonAnnotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/InclusionLevel.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/InclusionLevel.java index 39f32cf27..ac0282ed4 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/InclusionLevel.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/InclusionLevel.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson1Annotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson1Annotator.java index bc59af115..1b109aa77 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson1Annotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson1Annotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson2Annotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson2Annotator.java index d325e8740..c45f16d33 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson2Annotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jackson2Annotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jsonschema2Pojo.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jsonschema2Pojo.java index c50959d68..b8d365991 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jsonschema2Pojo.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Jsonschema2Pojo.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Language.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Language.java index 312e1a983..fd36bf961 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Language.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Language.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Moshi1Annotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Moshi1Annotator.java index bf76b18ff..e10c53c8b 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Moshi1Annotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Moshi1Annotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/NoopAnnotator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/NoopAnnotator.java index df019fb5e..e0c6f7a50 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/NoopAnnotator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/NoopAnnotator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/RuleLogger.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/RuleLogger.java index 3a6bfc36a..25d05c8e6 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/RuleLogger.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/RuleLogger.java @@ -1,12 +1,12 @@ /** - * Copyright © 2010-2017 Nokia - *

+ * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaFileCodeWriter.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaFileCodeWriter.java index e1a5ebaef..b86f99886 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaFileCodeWriter.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaFileCodeWriter.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaSingleStreamCodeWriter.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaSingleStreamCodeWriter.java index de9bc6267..1345cee16 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaSingleStreamCodeWriter.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaSingleStreamCodeWriter.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaZipCodeWriter.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaZipCodeWriter.java index efe3860e2..637ad3c76 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaZipCodeWriter.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/ScalaZipCodeWriter.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Schema.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Schema.java index a38cbf714..a0206ca32 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Schema.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/Schema.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaGenerator.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaGenerator.java index 06a3ff144..fc4f58a39 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaGenerator.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaGenerator.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaMapper.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaMapper.java index 10d90c79c..4cf1d91d3 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaMapper.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaMapper.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaStore.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaStore.java index 6d236ed2c..02cc87995 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaStore.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SchemaStore.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceSortOrder.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceSortOrder.java index 5a481c474..137398d43 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceSortOrder.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceSortOrder.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceType.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceType.java index 7a160624d..e58fd9adc 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceType.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/SourceType.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/URLProtocol.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/URLProtocol.java index c67ee324d..3aff8369a 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/URLProtocol.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/URLProtocol.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/ClassAlreadyExistsException.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/ClassAlreadyExistsException.java index 8a873b991..d1a428d3e 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/ClassAlreadyExistsException.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/ClassAlreadyExistsException.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/GenerationException.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/GenerationException.java index 3f7adabf9..9d33c8217 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/GenerationException.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/GenerationException.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/package-info.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/package-info.java index c2e7b53d0..6a7b329ae 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/package-info.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/exception/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinition.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinition.java index da31a6afa..9a078e0cf 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinition.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinition.java @@ -1,3 +1,19 @@ +/** + * Copyright © 2010-2020 Nokia + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jsonschema2pojo.model; import com.fasterxml.jackson.databind.JsonNode; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinitionExtensionType.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinitionExtensionType.java index ec4686b07..2b4a4b85f 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinitionExtensionType.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumDefinitionExtensionType.java @@ -1,3 +1,19 @@ +/** + * Copyright © 2010-2020 Nokia + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jsonschema2pojo.model; public enum EnumDefinitionExtensionType { diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumValueDefinition.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumValueDefinition.java index 33ad5dc59..a7e2fb790 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumValueDefinition.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/model/EnumValueDefinition.java @@ -1,3 +1,19 @@ +/** + * Copyright © 2010-2020 Nokia + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jsonschema2pojo.model; import com.fasterxml.jackson.databind.JsonNode; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/AdditionalPropertiesRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/AdditionalPropertiesRule.java index aaddb1a75..f81e6b60d 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/AdditionalPropertiesRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/AdditionalPropertiesRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ArrayRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ArrayRule.java index e2990dbfb..29f80a2ce 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ArrayRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ArrayRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/BuilderRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/BuilderRule.java index 4c19e7dc8..dea609b9c 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/BuilderRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/BuilderRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.jsonschema2pojo.rules; import com.fasterxml.jackson.databind.JsonNode; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ConstructorRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ConstructorRule.java index 1adae0da8..0f2d78497 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ConstructorRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ConstructorRule.java @@ -1,15 +1,19 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a - * copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ + package org.jsonschema2pojo.rules; import com.fasterxml.jackson.databind.JsonNode; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DefaultRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DefaultRule.java index de140f6ee..f7ebb32a2 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DefaultRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DefaultRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DescriptionRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DescriptionRule.java index 7781e3a80..02788e4a6 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DescriptionRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DescriptionRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DigitsRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DigitsRule.java index d0614af69..ff8f7c30f 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DigitsRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DigitsRule.java @@ -1,12 +1,12 @@ /** - * Copyright © 2010-2017 Nokia - *

+ * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DynamicPropertiesRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DynamicPropertiesRule.java index f3c7d8ca3..d9fde339a 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DynamicPropertiesRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/DynamicPropertiesRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/EnumRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/EnumRule.java index b20f54f5e..9f969ef03 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/EnumRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/EnumRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/FormatRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/FormatRule.java index 14031d4ee..64cc47125 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/FormatRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/FormatRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/JavaNameRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/JavaNameRule.java index f254a26a9..ab6e83b0a 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/JavaNameRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/JavaNameRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MediaRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MediaRule.java index 3516fd3cc..6b7902b02 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MediaRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MediaRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRule.java index 0294f5e4c..570871d23 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRule.java index 7ad2a7cfc..9d9c9843e 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinimumMaximumRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinimumMaximumRule.java index 730113e73..c6b34c03f 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinimumMaximumRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/MinimumMaximumRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/NotRequiredRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/NotRequiredRule.java index 6a9b3773d..646cc50fa 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/NotRequiredRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/NotRequiredRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ObjectRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ObjectRule.java index 25325742b..e35a389e1 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ObjectRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ObjectRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.jsonschema2pojo.rules; import static org.apache.commons.lang3.StringUtils.substringAfter; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PatternRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PatternRule.java index 254e9caf8..76512606d 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PatternRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PatternRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PrimitiveTypes.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PrimitiveTypes.java index b0c5623a2..3bd6bb7d7 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PrimitiveTypes.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PrimitiveTypes.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertiesRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertiesRule.java index f58d2009e..eb9a4cedc 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertiesRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertiesRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertyRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertyRule.java index ef19403fc..6da1ca4d2 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertyRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/PropertyRule.java @@ -1,12 +1,12 @@ /** - * Copyright © 2010-2017 Nokia - *

+ * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredArrayRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredArrayRule.java index 65fd19b15..6f54d37fc 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredArrayRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredArrayRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredRule.java index 04613a704..92a88d9bd 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RequiredRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/Rule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/Rule.java index 16a8002aa..19815e4a5 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/Rule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/Rule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RuleFactory.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RuleFactory.java index 6e6fc5914..23f565cbf 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RuleFactory.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/RuleFactory.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/SchemaRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/SchemaRule.java index b605bddbc..2d3c0d1ce 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/SchemaRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/SchemaRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TitleRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TitleRule.java index 6ef7260f5..9fd1eebe5 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TitleRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TitleRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TypeRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TypeRule.java index 92f958cb5..b9284707f 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TypeRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/TypeRule.java @@ -1,14 +1,17 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a - * copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jsonschema2pojo.rules; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ValidRule.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ValidRule.java index ffc009604..f0d1f4239 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ValidRule.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/ValidRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/package-info.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/package-info.java index a143d39d5..4f5a687b8 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/package-info.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/rules/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/LanguageFeatures.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/LanguageFeatures.java index 8f461dce7..2a1fb2a99 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/LanguageFeatures.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/LanguageFeatures.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/MakeUniqueClassName.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/MakeUniqueClassName.java index 63b46a6ba..b9dd834b8 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/MakeUniqueClassName.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/MakeUniqueClassName.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2014 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/Models.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/Models.java index cf29a53ca..5fe14ffc9 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/Models.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/Models.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/NameHelper.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/NameHelper.java index 0a519ab36..4747d7a1c 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/NameHelper.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/NameHelper.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ParcelableHelper.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ParcelableHelper.java index e1e4c56a1..22ce8359f 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ParcelableHelper.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ParcelableHelper.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ReflectionHelper.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ReflectionHelper.java index 4fff8313e..08ea23b94 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ReflectionHelper.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/ReflectionHelper.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.jsonschema2pojo.util; import static org.jsonschema2pojo.util.TypeUtil.resolveType; diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/SerializableHelper.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/SerializableHelper.java index 05305103f..7932beebf 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/SerializableHelper.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/SerializableHelper.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/TypeUtil.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/TypeUtil.java index 1bb5f4881..4c7ca069e 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/TypeUtil.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/TypeUtil.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/URLUtil.java b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/URLUtil.java index 7d42da4b3..22b5d135d 100644 --- a/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/URLUtil.java +++ b/jsonschema2pojo-core/src/main/java/org/jsonschema2pojo/util/URLUtil.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/AnnotatorFactoryTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/AnnotatorFactoryTest.java index e1ef42c4a..3659bf555 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/AnnotatorFactoryTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/AnnotatorFactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverNetworkTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverNetworkTest.java index eef41a4ee..0744a65d9 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverNetworkTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverNetworkTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverTest.java index 8797cbbca..706a9637b 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/ContentResolverTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/FragmentResolverTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/FragmentResolverTest.java index 142d54c76..760a58b2d 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/FragmentResolverTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/FragmentResolverTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaMapperTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaMapperTest.java index e09d85d68..61159a428 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaMapperTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaMapperTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaStoreTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaStoreTest.java index d78753071..f89a4536f 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaStoreTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SchemaStoreTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SourceSortOrderTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SourceSortOrderTest.java index dc4f610f0..7e8a3cfe9 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SourceSortOrderTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/SourceSortOrderTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/example/Example.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/example/Example.java index 4bdad32fd..6666f5910 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/example/Example.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/example/Example.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/ArrayRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/ArrayRuleTest.java index 0b181313d..3ad332552 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/ArrayRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/ArrayRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DescriptionRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DescriptionRuleTest.java index 6e0ba375e..da0bf43bb 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DescriptionRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DescriptionRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DigitsRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DigitsRuleTest.java index dd911c382..8bec91a81 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DigitsRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DigitsRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DynamicPropertiesRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DynamicPropertiesRuleTest.java index c6b0ae5f7..93840dd29 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DynamicPropertiesRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/DynamicPropertiesRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/EnumRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/EnumRuleTest.java index 92a6a590f..34172ae28 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/EnumRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/EnumRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleArraysTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleArraysTest.java index 7d156bec2..3b7844a65 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleArraysTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleArraysTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleJodaTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleJodaTest.java index b6c04f21e..92a7a1111 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleJodaTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleJodaTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRulePrimitivesTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRulePrimitivesTest.java index 3866abc83..68b71e56b 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRulePrimitivesTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRulePrimitivesTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleTest.java index 85e4aeefb..580537eb3 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/FormatRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRuleTest.java index 7ce232d05..81ee84c19 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinItemsMaxItemsRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRuleTest.java index 1ae9a2be6..292e40914 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinLengthMaxLengthRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinimumMaximumRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinimumMaximumRuleTest.java index 2f8345f07..0dcd076bd 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinimumMaximumRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/MinimumMaximumRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PatternRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PatternRuleTest.java index 877d5c351..e1f74b303 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PatternRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PatternRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PropertyRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PropertyRuleTest.java index 6187cbc19..658b2e743 100755 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PropertyRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/PropertyRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredArrayRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredArrayRuleTest.java index 17a5fad1d..dcb873f67 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredArrayRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredArrayRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredRuleTest.java index 4c5e22fdb..e0c3f5d99 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RequiredRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RuleFactoryImplTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RuleFactoryImplTest.java index 0d379cece..ba1f52817 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RuleFactoryImplTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/RuleFactoryImplTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/SchemaRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/SchemaRuleTest.java index e80dc64ec..ca471e063 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/SchemaRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/SchemaRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TitleRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TitleRuleTest.java index 54af9d3c7..8a0aa597a 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TitleRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TitleRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TypeRuleTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TypeRuleTest.java index bc5951717..de8d855fe 100755 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TypeRuleTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/rules/TypeRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/InflectorTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/InflectorTest.java index cf781a4a8..20dc13322 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/InflectorTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/InflectorTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/LanguageFeaturesTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/LanguageFeaturesTest.java index 46a1a23fa..da4ea8392 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/LanguageFeaturesTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/LanguageFeaturesTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/MakeUniqueClassNameTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/MakeUniqueClassNameTest.java index 8909ff94f..c4f9f5e3a 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/MakeUniqueClassNameTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/MakeUniqueClassNameTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2014 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/NameHelperTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/NameHelperTest.java index 77a5a22d4..162b15bfe 100644 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/NameHelperTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/NameHelperTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/TypeUtilTest.java b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/TypeUtilTest.java index cbef3a44e..41d6790b9 100755 --- a/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/TypeUtilTest.java +++ b/jsonschema2pojo-core/src/test/java/org/jsonschema2pojo/util/TypeUtilTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-gradle-plugin/NOTICE b/jsonschema2pojo-gradle-plugin/NOTICE index 2a1688581..6dda053d1 100644 --- a/jsonschema2pojo-gradle-plugin/NOTICE +++ b/jsonschema2pojo-gradle-plugin/NOTICE @@ -1,4 +1,4 @@ -Copyright © 2010-2017 Nokia +Copyright © 2010-2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-gradle-plugin/example/android/app/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidexample/MainActivity.java b/jsonschema2pojo-gradle-plugin/example/android/app/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidexample/MainActivity.java index f2eca3eeb..929c47c78 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/app/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidexample/MainActivity.java +++ b/jsonschema2pojo-gradle-plugin/example/android/app/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidexample/MainActivity.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-gradle-plugin/example/android/lib/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidlibexample/AndroidLibExample.java b/jsonschema2pojo-gradle-plugin/example/android/lib/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidlibexample/AndroidLibExample.java index 097348e39..ee9f7737b 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/lib/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidlibexample/AndroidLibExample.java +++ b/jsonschema2pojo-gradle-plugin/example/android/lib/src/main/java/jsonschema2pojo/joelittlejohn/github/com/androidlibexample/AndroidLibExample.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/NOTICE b/jsonschema2pojo-integration-tests/NOTICE index 2a1688581..6dda053d1 100644 --- a/jsonschema2pojo-integration-tests/NOTICE +++ b/jsonschema2pojo-integration-tests/NOTICE @@ -1,4 +1,4 @@ -Copyright © 2010-2017 Nokia +Copyright © 2010-2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/com/example/MyJsonViewClass.java b/jsonschema2pojo-integration-tests/src/test/java/com/example/MyJsonViewClass.java index 1b545c866..a1b1899be 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/com/example/MyJsonViewClass.java +++ b/jsonschema2pojo-integration-tests/src/test/java/com/example/MyJsonViewClass.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/AdditionalPropertiesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/AdditionalPropertiesIT.java index 6c2897247..b47e430d4 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/AdditionalPropertiesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/AdditionalPropertiesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ArrayIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ArrayIT.java index dd85be637..9e6e0e7ab 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ArrayIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ArrayIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CommentsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CommentsIT.java index 360ee117e..3c3bf812b 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CommentsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CommentsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CompilerWarningIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CompilerWarningIT.java index c89ba7cb3..9162397c2 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CompilerWarningIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CompilerWarningIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ConstructorsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ConstructorsIT.java index cd2e57c3c..3504d3d70 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ConstructorsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ConstructorsIT.java @@ -1,14 +1,17 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a - * copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jsonschema2pojo.integration; diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CustomDateTimeFormatIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CustomDateTimeFormatIT.java index 220f2d65a..3882843e9 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CustomDateTimeFormatIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/CustomDateTimeFormatIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DefaultIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DefaultIT.java index 80dfcba88..f0ac4341d 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DefaultIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DefaultIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionEnumIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionEnumIT.java index 6d8c08b28..3f3baacf2 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionEnumIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionEnumIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionIT.java index c831e962a..ce0b5181f 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DescriptionIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DynamicPropertiesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DynamicPropertiesIT.java index a4081c491..72e6657d5 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DynamicPropertiesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/DynamicPropertiesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/EnumIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/EnumIT.java index 07975a25a..6c4b06e50 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/EnumIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/EnumIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExcludedFromEqualsAndHashCodeIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExcludedFromEqualsAndHashCodeIT.java index 0692d9fc9..52f8c03b9 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExcludedFromEqualsAndHashCodeIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExcludedFromEqualsAndHashCodeIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2014 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExtendsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExtendsIT.java index c2184ea91..497484fa1 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExtendsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ExtendsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/FormatIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/FormatIT.java index 12f6768e1..98d819141 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/FormatIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/FormatIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/GenericTypeIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/GenericTypeIT.java index 9fea74b4b..535cd7630 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/GenericTypeIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/GenericTypeIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JacksonViewIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JacksonViewIT.java index 90ce4cbee..d96d3b698 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JacksonViewIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JacksonViewIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JavaNameIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JavaNameIT.java index 86e0a40df..fb810907c 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JavaNameIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/JavaNameIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/MediaIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/MediaIT.java index 4e84d8004..5e7cb2afb 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/MediaIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/MediaIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PolymorphicIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PolymorphicIT.java index 8381242d9..8c9eea8be 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PolymorphicIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PolymorphicIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PropertiesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PropertiesIT.java index 3ed5ce1e1..7f54b8b93 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PropertiesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/PropertiesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RegressionIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RegressionIT.java index 83edbc8c9..e00609157 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RegressionIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RegressionIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredArrayIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredArrayIT.java index ac5d58fb8..883a454ec 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredArrayIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredArrayIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredIT.java index 6c8d27983..e54f112f0 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/RequiredIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleEnumIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleEnumIT.java index 579684260..748d98b39 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleEnumIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleEnumIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleIT.java index f9c543e7d..f0a91dcc7 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TitleIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ToStringIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ToStringIT.java index 72490446d..905c578fe 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ToStringIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ToStringIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2017 David Ehrmann + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TypeIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TypeIT.java index 756288586..38cc6bbed 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TypeIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/TypeIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ant/Jsonschema2PojoTaskIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ant/Jsonschema2PojoTaskIT.java index 2b3b443a0..f9dfecaae 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ant/Jsonschema2PojoTaskIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ant/Jsonschema2PojoTaskIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/AnnotationStyleIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/AnnotationStyleIT.java index 2e5710883..685d1df3a 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/AnnotationStyleIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/AnnotationStyleIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CommonsLangRemovalIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CommonsLangRemovalIT.java index fb8ed6ad2..7324a3084 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CommonsLangRemovalIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CommonsLangRemovalIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomAnnotatorIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomAnnotatorIT.java index 993c12921..9174d5d5f 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomAnnotatorIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomAnnotatorIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomDatesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomDatesIT.java index 20c1a7a7e..1120b63f4 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomDatesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomDatesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomRuleFactoryIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomRuleFactoryIT.java index c10145aa2..63118d0d4 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomRuleFactoryIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/CustomRuleFactoryIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/EmptyPackageNameIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/EmptyPackageNameIT.java index 03d6299e4..7cc18a9e5 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/EmptyPackageNameIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/EmptyPackageNameIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FileExtensionsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FileExtensionsIT.java index 3b4fa1a50..6340c818a 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FileExtensionsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FileExtensionsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FormatTypeMappingIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FormatTypeMappingIT.java index 766870aa3..5f1b8028c 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FormatTypeMappingIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/FormatTypeMappingIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/GsonIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/GsonIT.java index 17a40c9c2..4aac88e09 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/GsonIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/GsonIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsIT.java index 0c326ee0c..1dc03ac5b 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsPropertiesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsPropertiesIT.java index d770e2db1..13300249a 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsPropertiesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeAccessorsPropertiesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeConstructorPropertiesAnnotationIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeConstructorPropertiesAnnotationIT.java index f84aa9041..894e90c92 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeConstructorPropertiesAnnotationIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeConstructorPropertiesAnnotationIT.java @@ -1,12 +1,12 @@ /** - * Copyright © 2010-2017 Nokia - *

+ * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeHashCodeAndEqualsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeHashCodeAndEqualsIT.java index d7ff7f042..0c2aaec37 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeHashCodeAndEqualsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeHashCodeAndEqualsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr303AnnotationsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr303AnnotationsIT.java index 3cdbad898..91c595f9b 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr303AnnotationsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr303AnnotationsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr305AnnotationsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr305AnnotationsIT.java index f29e15704..06f6452d3 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr305AnnotationsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeJsr305AnnotationsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringExcludesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringExcludesIT.java index f3c808a44..9a9efed2a 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringExcludesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringExcludesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringIT.java index 46f61e45a..cea8d835e 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeToStringIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeTypeInfoIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeTypeInfoIT.java index bfaa93160..939733987 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeTypeInfoIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/IncludeTypeInfoIT.java @@ -1,12 +1,12 @@ /** - * Copyright © 2010-2017 Nokia - *

+ * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InclusionLevelIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InclusionLevelIT.java index c39a39d02..5c7ade161 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InclusionLevelIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InclusionLevelIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InitializeCollectionsIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InitializeCollectionsIT.java index 98407d070..63b7986a1 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InitializeCollectionsIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/InitializeCollectionsIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/JodaDatesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/JodaDatesIT.java index 60ef365cf..e1933fd3f 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/JodaDatesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/JodaDatesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/Moshi1IT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/Moshi1IT.java index d91867a7c..6bcf003f2 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/Moshi1IT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/Moshi1IT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/OutputEncodingIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/OutputEncodingIT.java index 7ee5bfae3..83affc062 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/OutputEncodingIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/OutputEncodingIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ParcelableIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ParcelableIT.java index 44f188c1a..7ca9a1f93 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ParcelableIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ParcelableIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/PrefixSuffixIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/PrefixSuffixIT.java index de6fa9c17..88e526b2b 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/PrefixSuffixIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/PrefixSuffixIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RefFragmentPathDelimitersIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RefFragmentPathDelimitersIT.java index ce837eebf..4b9ca3da7 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RefFragmentPathDelimitersIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RefFragmentPathDelimitersIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RemoveOldOutputIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RemoveOldOutputIT.java index 6b7242d7f..9b9539e0a 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RemoveOldOutputIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/RemoveOldOutputIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ScalaIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ScalaIT.java index ff749341a..c1cabfdb7 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ScalaIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/ScalaIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SerializableIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SerializableIT.java index 0b27ef453..88403907f 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SerializableIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SerializableIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SourceSortOrderIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SourceSortOrderIT.java index b6c2f0108..f79d93445 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SourceSortOrderIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/SourceSortOrderIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseInnerClassBuildersIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseInnerClassBuildersIT.java index 680fd2fb5..51b335629 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseInnerClassBuildersIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseInnerClassBuildersIT.java @@ -1,14 +1,17 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a - * copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jsonschema2pojo.integration.config; diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseTitleAsClassnameIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseTitleAsClassnameIT.java index c72dcca31..cfac291b7 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseTitleAsClassnameIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/config/UseTitleAsClassnameIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/filtering/FilteringIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/filtering/FilteringIT.java index 9c6dc7dc3..c0dee4c43 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/filtering/FilteringIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/filtering/FilteringIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/JsonTypesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/JsonTypesIT.java index 296fead83..afd3955bc 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/JsonTypesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/JsonTypesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/RealJsonExamplesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/RealJsonExamplesIT.java index 500a36904..caabe8e54 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/RealJsonExamplesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/json/RealJsonExamplesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/AbsoluteRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/AbsoluteRefIT.java index 308f6e528..e7fe3e346 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/AbsoluteRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/AbsoluteRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/ClasspathRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/ClasspathRefIT.java index b5168ae6a..89e3b3e6b 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/ClasspathRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/ClasspathRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/CyclicalRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/CyclicalRefIT.java index a5281a815..74d660409 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/CyclicalRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/CyclicalRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/FragmentRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/FragmentRefIT.java index 7b5e23abe..7868309d7 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/FragmentRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/FragmentRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/HttpRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/HttpRefIT.java index 0e9539fd8..c74252384 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/HttpRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/HttpRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/RelativeRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/RelativeRefIT.java index 3d1668c06..f854ae8c9 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/RelativeRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/RelativeRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/SelfRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/SelfRefIT.java index ec56858b5..d537d11ec 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/SelfRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/ref/SelfRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/CodeGenerationHelper.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/CodeGenerationHelper.java index 000ffe7a7..0d1e54d3f 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/CodeGenerationHelper.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/CodeGenerationHelper.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Compiler.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Compiler.java index a2871cd4f..9b80ce8d8 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Compiler.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Compiler.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/FileSearchMatcher.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/FileSearchMatcher.java index 6564255ce..f9594b80e 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/FileSearchMatcher.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/FileSearchMatcher.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/JsonAssert.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/JsonAssert.java index 2c32a5d32..1e3b536b3 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/JsonAssert.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/JsonAssert.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRule.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRule.java index 9600ef35b..860bb0ab0 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRule.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRule.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRuleTest.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRuleTest.java index 54d56688a..63984fc9f 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRuleTest.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/Jsonschema2PojoRuleTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/ParcelUtils.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/ParcelUtils.java index fba37b783..6231443d8 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/ParcelUtils.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/ParcelUtils.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/TestableJsonschema2PojoMojo.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/TestableJsonschema2PojoMojo.java index b9978d75d..b69cf1a6d 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/TestableJsonschema2PojoMojo.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/util/TestableJsonschema2PojoMojo.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlRealExamplesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlRealExamplesIT.java index 714a49124..d8defe423 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlRealExamplesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlRealExamplesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlTypesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlTypesIT.java index 63dc5c6f3..32ed35e86 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlTypesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/PlainYamlTypesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlPropertiesIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlPropertiesIT.java index d6f98bf3e..4b5705e11 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlPropertiesIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlPropertiesIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlRefIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlRefIT.java index 445daa0ee..c8719d5dd 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlRefIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlRefIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlTypeIT.java b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlTypeIT.java index a3f2a8ed5..19109cb0c 100644 --- a/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlTypeIT.java +++ b/jsonschema2pojo-integration-tests/src/test/java/org/jsonschema2pojo/integration/yaml/YamlTypeIT.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-maven-plugin/NOTICE b/jsonschema2pojo-maven-plugin/NOTICE index 2a1688581..6dda053d1 100644 --- a/jsonschema2pojo-maven-plugin/NOTICE +++ b/jsonschema2pojo-maven-plugin/NOTICE @@ -1,4 +1,4 @@ -Copyright © 2010-2017 Nokia +Copyright © 2010-2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/Jsonschema2PojoMojo.java b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/Jsonschema2PojoMojo.java index d595cbb83..97b94813e 100644 --- a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/Jsonschema2PojoMojo.java +++ b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/Jsonschema2PojoMojo.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MatchPatternsFileFilter.java b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MatchPatternsFileFilter.java index fbfbe64d4..3e4fb406a 100644 --- a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MatchPatternsFileFilter.java +++ b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MatchPatternsFileFilter.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MojoRuleLogger.java b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MojoRuleLogger.java index 51ff09d79..b11834836 100644 --- a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MojoRuleLogger.java +++ b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/MojoRuleLogger.java @@ -1,12 +1,12 @@ /** - * Copyright © 2010-2017 Nokia - *

+ * Copyright © 2010-2020 Nokia + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/ProjectClasspath.java b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/ProjectClasspath.java index bc6397407..4e05c3843 100644 --- a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/ProjectClasspath.java +++ b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/ProjectClasspath.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/package-info.java b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/package-info.java index 0283767b2..c45749646 100644 --- a/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/package-info.java +++ b/jsonschema2pojo-maven-plugin/src/main/java/org/jsonschema2pojo/maven/package-info.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jsonschema2pojo-maven-plugin/src/test/java/org/jsonschema2pojo/maven/MatchPatternsFileFilterTest.java b/jsonschema2pojo-maven-plugin/src/test/java/org/jsonschema2pojo/maven/MatchPatternsFileFilterTest.java index 112945f85..8387c8e40 100644 --- a/jsonschema2pojo-maven-plugin/src/test/java/org/jsonschema2pojo/maven/MatchPatternsFileFilterTest.java +++ b/jsonschema2pojo-maven-plugin/src/test/java/org/jsonschema2pojo/maven/MatchPatternsFileFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Nokia + * Copyright © 2010-2020 Nokia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index fa9de0c54..98602d676 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ **/src/main/java/** **/src/test/java/** - true + false true