diff --git a/src/main/java/org/xmlobjects/XMLObjects.java b/src/main/java/org/xmlobjects/XMLObjects.java index 981fe6e..5bd170e 100644 --- a/src/main/java/org/xmlobjects/XMLObjects.java +++ b/src/main/java/org/xmlobjects/XMLObjects.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/XMLObjectsException.java b/src/main/java/org/xmlobjects/XMLObjectsException.java index 552ccb3..4317901 100644 --- a/src/main/java/org/xmlobjects/XMLObjectsException.java +++ b/src/main/java/org/xmlobjects/XMLObjectsException.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/annotation/XMLElement.java b/src/main/java/org/xmlobjects/annotation/XMLElement.java index 616282a..8033103 100644 --- a/src/main/java/org/xmlobjects/annotation/XMLElement.java +++ b/src/main/java/org/xmlobjects/annotation/XMLElement.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/annotation/XMLElements.java b/src/main/java/org/xmlobjects/annotation/XMLElements.java index 78e4d06..d893c3c 100644 --- a/src/main/java/org/xmlobjects/annotation/XMLElements.java +++ b/src/main/java/org/xmlobjects/annotation/XMLElements.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/builder/ObjectBuildException.java b/src/main/java/org/xmlobjects/builder/ObjectBuildException.java index 1e7f901..b0f941c 100644 --- a/src/main/java/org/xmlobjects/builder/ObjectBuildException.java +++ b/src/main/java/org/xmlobjects/builder/ObjectBuildException.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/builder/ObjectBuilder.java b/src/main/java/org/xmlobjects/builder/ObjectBuilder.java index d54da50..28377ba 100644 --- a/src/main/java/org/xmlobjects/builder/ObjectBuilder.java +++ b/src/main/java/org/xmlobjects/builder/ObjectBuilder.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/model/Child.java b/src/main/java/org/xmlobjects/model/Child.java index a744ce1..b23ebf9 100644 --- a/src/main/java/org/xmlobjects/model/Child.java +++ b/src/main/java/org/xmlobjects/model/Child.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/model/ChildList.java b/src/main/java/org/xmlobjects/model/ChildList.java index 4f63845..eeeece6 100644 --- a/src/main/java/org/xmlobjects/model/ChildList.java +++ b/src/main/java/org/xmlobjects/model/ChildList.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/schema/SchemaHandler.java b/src/main/java/org/xmlobjects/schema/SchemaHandler.java index 8ebcea9..236344a 100644 --- a/src/main/java/org/xmlobjects/schema/SchemaHandler.java +++ b/src/main/java/org/xmlobjects/schema/SchemaHandler.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/schema/SchemaHandlerException.java b/src/main/java/org/xmlobjects/schema/SchemaHandlerException.java index 730bab8..2d54a69 100644 --- a/src/main/java/org/xmlobjects/schema/SchemaHandlerException.java +++ b/src/main/java/org/xmlobjects/schema/SchemaHandlerException.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/schema/SchemaWalker.java b/src/main/java/org/xmlobjects/schema/SchemaWalker.java index df237f0..b3de4f8 100644 --- a/src/main/java/org/xmlobjects/schema/SchemaWalker.java +++ b/src/main/java/org/xmlobjects/schema/SchemaWalker.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/serializer/ObjectSerializeException.java b/src/main/java/org/xmlobjects/serializer/ObjectSerializeException.java index 2fb1945..ca9e48e 100644 --- a/src/main/java/org/xmlobjects/serializer/ObjectSerializeException.java +++ b/src/main/java/org/xmlobjects/serializer/ObjectSerializeException.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/serializer/ObjectSerializer.java b/src/main/java/org/xmlobjects/serializer/ObjectSerializer.java index 521a833..28ba44f 100644 --- a/src/main/java/org/xmlobjects/serializer/ObjectSerializer.java +++ b/src/main/java/org/xmlobjects/serializer/ObjectSerializer.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/BuildResult.java b/src/main/java/org/xmlobjects/stream/BuildResult.java index 5f4dcfd..5a71ee7 100644 --- a/src/main/java/org/xmlobjects/stream/BuildResult.java +++ b/src/main/java/org/xmlobjects/stream/BuildResult.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/EventType.java b/src/main/java/org/xmlobjects/stream/EventType.java index 96fb791..f3de619 100644 --- a/src/main/java/org/xmlobjects/stream/EventType.java +++ b/src/main/java/org/xmlobjects/stream/EventType.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/XMLOutput.java b/src/main/java/org/xmlobjects/stream/XMLOutput.java index c18e2b1..6b7df43 100644 --- a/src/main/java/org/xmlobjects/stream/XMLOutput.java +++ b/src/main/java/org/xmlobjects/stream/XMLOutput.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/XMLReadException.java b/src/main/java/org/xmlobjects/stream/XMLReadException.java index 9f3d5cd..d94c0fa 100644 --- a/src/main/java/org/xmlobjects/stream/XMLReadException.java +++ b/src/main/java/org/xmlobjects/stream/XMLReadException.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/XMLReader.java b/src/main/java/org/xmlobjects/stream/XMLReader.java index 130aaf3..91c5af0 100644 --- a/src/main/java/org/xmlobjects/stream/XMLReader.java +++ b/src/main/java/org/xmlobjects/stream/XMLReader.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/XMLReaderFactory.java b/src/main/java/org/xmlobjects/stream/XMLReaderFactory.java index 8a0f5d8..d5a6673 100644 --- a/src/main/java/org/xmlobjects/stream/XMLReaderFactory.java +++ b/src/main/java/org/xmlobjects/stream/XMLReaderFactory.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/XMLWriteException.java b/src/main/java/org/xmlobjects/stream/XMLWriteException.java index f7fb751..ba5c2a5 100644 --- a/src/main/java/org/xmlobjects/stream/XMLWriteException.java +++ b/src/main/java/org/xmlobjects/stream/XMLWriteException.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/XMLWriter.java b/src/main/java/org/xmlobjects/stream/XMLWriter.java index cb2b123..8f70d46 100644 --- a/src/main/java/org/xmlobjects/stream/XMLWriter.java +++ b/src/main/java/org/xmlobjects/stream/XMLWriter.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/stream/XMLWriterFactory.java b/src/main/java/org/xmlobjects/stream/XMLWriterFactory.java index e6cae00..4a42eb3 100644 --- a/src/main/java/org/xmlobjects/stream/XMLWriterFactory.java +++ b/src/main/java/org/xmlobjects/stream/XMLWriterFactory.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/Properties.java b/src/main/java/org/xmlobjects/util/Properties.java index 01a171a..f9ed69a 100644 --- a/src/main/java/org/xmlobjects/util/Properties.java +++ b/src/main/java/org/xmlobjects/util/Properties.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/SystemIDResolver.java b/src/main/java/org/xmlobjects/util/SystemIDResolver.java index 86fb0c8..e13e161 100644 --- a/src/main/java/org/xmlobjects/util/SystemIDResolver.java +++ b/src/main/java/org/xmlobjects/util/SystemIDResolver.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/composite/CompositeObjectAdapter.java b/src/main/java/org/xmlobjects/util/composite/CompositeObjectAdapter.java index 1a7e8df..c504b22 100644 --- a/src/main/java/org/xmlobjects/util/composite/CompositeObjectAdapter.java +++ b/src/main/java/org/xmlobjects/util/composite/CompositeObjectAdapter.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/composite/CompositeObjectBuilder.java b/src/main/java/org/xmlobjects/util/composite/CompositeObjectBuilder.java index fb8ca57..6d4b0e4 100644 --- a/src/main/java/org/xmlobjects/util/composite/CompositeObjectBuilder.java +++ b/src/main/java/org/xmlobjects/util/composite/CompositeObjectBuilder.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/composite/CompositeObjectSerializer.java b/src/main/java/org/xmlobjects/util/composite/CompositeObjectSerializer.java index f578dbe..c997ef1 100644 --- a/src/main/java/org/xmlobjects/util/composite/CompositeObjectSerializer.java +++ b/src/main/java/org/xmlobjects/util/composite/CompositeObjectSerializer.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/AbstractCloner.java b/src/main/java/org/xmlobjects/util/copy/AbstractCloner.java index a98fa2d..5088345 100644 --- a/src/main/java/org/xmlobjects/util/copy/AbstractCloner.java +++ b/src/main/java/org/xmlobjects/util/copy/AbstractCloner.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/ArrayCloner.java b/src/main/java/org/xmlobjects/util/copy/ArrayCloner.java index 65b10b9..de81178 100644 --- a/src/main/java/org/xmlobjects/util/copy/ArrayCloner.java +++ b/src/main/java/org/xmlobjects/util/copy/ArrayCloner.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/ChildListCloner.java b/src/main/java/org/xmlobjects/util/copy/ChildListCloner.java index d8a17f7..e1b8020 100644 --- a/src/main/java/org/xmlobjects/util/copy/ChildListCloner.java +++ b/src/main/java/org/xmlobjects/util/copy/ChildListCloner.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/CollectionCloner.java b/src/main/java/org/xmlobjects/util/copy/CollectionCloner.java index 04c8889..d07d9f0 100644 --- a/src/main/java/org/xmlobjects/util/copy/CollectionCloner.java +++ b/src/main/java/org/xmlobjects/util/copy/CollectionCloner.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/CopyBuilder.java b/src/main/java/org/xmlobjects/util/copy/CopyBuilder.java index f4713fc..fb63f09 100644 --- a/src/main/java/org/xmlobjects/util/copy/CopyBuilder.java +++ b/src/main/java/org/xmlobjects/util/copy/CopyBuilder.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/CopyException.java b/src/main/java/org/xmlobjects/util/copy/CopyException.java index 217b701..11324cf 100644 --- a/src/main/java/org/xmlobjects/util/copy/CopyException.java +++ b/src/main/java/org/xmlobjects/util/copy/CopyException.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/Copyable.java b/src/main/java/org/xmlobjects/util/copy/Copyable.java index d34f3c0..09977e0 100644 --- a/src/main/java/org/xmlobjects/util/copy/Copyable.java +++ b/src/main/java/org/xmlobjects/util/copy/Copyable.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/MapCloner.java b/src/main/java/org/xmlobjects/util/copy/MapCloner.java index cb8126c..49f4c9d 100644 --- a/src/main/java/org/xmlobjects/util/copy/MapCloner.java +++ b/src/main/java/org/xmlobjects/util/copy/MapCloner.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/copy/ObjectCloner.java b/src/main/java/org/xmlobjects/util/copy/ObjectCloner.java index 72c1224..83b61e2 100644 --- a/src/main/java/org/xmlobjects/util/copy/ObjectCloner.java +++ b/src/main/java/org/xmlobjects/util/copy/ObjectCloner.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/ArrayBuffer.java b/src/main/java/org/xmlobjects/util/xml/ArrayBuffer.java index 6f9023d..a05d850 100644 --- a/src/main/java/org/xmlobjects/util/xml/ArrayBuffer.java +++ b/src/main/java/org/xmlobjects/util/xml/ArrayBuffer.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/DepthXMLStreamReader.java b/src/main/java/org/xmlobjects/util/xml/DepthXMLStreamReader.java index d393fa7..8d0e3d0 100644 --- a/src/main/java/org/xmlobjects/util/xml/DepthXMLStreamReader.java +++ b/src/main/java/org/xmlobjects/util/xml/DepthXMLStreamReader.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/NamespaceSupport.java b/src/main/java/org/xmlobjects/util/xml/NamespaceSupport.java index 52d4108..b5ce280 100644 --- a/src/main/java/org/xmlobjects/util/xml/NamespaceSupport.java +++ b/src/main/java/org/xmlobjects/util/xml/NamespaceSupport.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/SAXBuffer.java b/src/main/java/org/xmlobjects/util/xml/SAXBuffer.java index dea8847..72cf167 100644 --- a/src/main/java/org/xmlobjects/util/xml/SAXBuffer.java +++ b/src/main/java/org/xmlobjects/util/xml/SAXBuffer.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/SAXFilter.java b/src/main/java/org/xmlobjects/util/xml/SAXFilter.java index bf679f8..168bc42 100644 --- a/src/main/java/org/xmlobjects/util/xml/SAXFilter.java +++ b/src/main/java/org/xmlobjects/util/xml/SAXFilter.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/SAXOutputHandler.java b/src/main/java/org/xmlobjects/util/xml/SAXOutputHandler.java index 1c92e68..50fb34d 100644 --- a/src/main/java/org/xmlobjects/util/xml/SAXOutputHandler.java +++ b/src/main/java/org/xmlobjects/util/xml/SAXOutputHandler.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/SAXStreamReader.java b/src/main/java/org/xmlobjects/util/xml/SAXStreamReader.java index be28407..87c32c5 100644 --- a/src/main/java/org/xmlobjects/util/xml/SAXStreamReader.java +++ b/src/main/java/org/xmlobjects/util/xml/SAXStreamReader.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/SAXWriter.java b/src/main/java/org/xmlobjects/util/xml/SAXWriter.java index c5f868e..38870fd 100644 --- a/src/main/java/org/xmlobjects/util/xml/SAXWriter.java +++ b/src/main/java/org/xmlobjects/util/xml/SAXWriter.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/SecureXMLProcessors.java b/src/main/java/org/xmlobjects/util/xml/SecureXMLProcessors.java index 88785d2..7ef05a4 100644 --- a/src/main/java/org/xmlobjects/util/xml/SecureXMLProcessors.java +++ b/src/main/java/org/xmlobjects/util/xml/SecureXMLProcessors.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/StAXStream2SAX.java b/src/main/java/org/xmlobjects/util/xml/StAXStream2SAX.java index 30cd318..3447365 100644 --- a/src/main/java/org/xmlobjects/util/xml/StAXStream2SAX.java +++ b/src/main/java/org/xmlobjects/util/xml/StAXStream2SAX.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/util/xml/XMLPatterns.java b/src/main/java/org/xmlobjects/util/xml/XMLPatterns.java index ce2d5db..6755ad3 100644 --- a/src/main/java/org/xmlobjects/util/xml/XMLPatterns.java +++ b/src/main/java/org/xmlobjects/util/xml/XMLPatterns.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/xml/Attributes.java b/src/main/java/org/xmlobjects/xml/Attributes.java index c5b2bca..ac34feb 100644 --- a/src/main/java/org/xmlobjects/xml/Attributes.java +++ b/src/main/java/org/xmlobjects/xml/Attributes.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/xml/Element.java b/src/main/java/org/xmlobjects/xml/Element.java index 47a0679..47de533 100644 --- a/src/main/java/org/xmlobjects/xml/Element.java +++ b/src/main/java/org/xmlobjects/xml/Element.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/xml/ElementContent.java b/src/main/java/org/xmlobjects/xml/ElementContent.java index ad5634a..07d604c 100644 --- a/src/main/java/org/xmlobjects/xml/ElementContent.java +++ b/src/main/java/org/xmlobjects/xml/ElementContent.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/xml/Namespaces.java b/src/main/java/org/xmlobjects/xml/Namespaces.java index 84d3824..982cd53 100644 --- a/src/main/java/org/xmlobjects/xml/Namespaces.java +++ b/src/main/java/org/xmlobjects/xml/Namespaces.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * 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/src/main/java/org/xmlobjects/xml/TextContent.java b/src/main/java/org/xmlobjects/xml/TextContent.java index 389d111..f2df183 100644 --- a/src/main/java/org/xmlobjects/xml/TextContent.java +++ b/src/main/java/org/xmlobjects/xml/TextContent.java @@ -2,7 +2,7 @@ * xml-objects - A simple and lightweight XML-to-object mapping library * https://github.com/xmlobjects * - * Copyright 2019-2023 Claus Nagel + * Copyright 2019-2024 Claus Nagel * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.