Skip to content

Commit 6614449

Browse files
committed
updated copyright headers
1 parent 3b1dacf commit 6614449

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

src/main/java/org/xmlobjects/XMLObjects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/XMLObjectsException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/annotation/XMLElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/annotation/XMLElements.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/builder/ObjectBuildException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/builder/ObjectBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/model/Child.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/model/ChildList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/schema/SchemaHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/org/xmlobjects/schema/SchemaHandlerException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* xml-objects - A simple and lightweight XML-to-object mapping library
33
* https://github.com/xmlobjects
44
*
5-
* Copyright 2019-2024 Claus Nagel <[email protected]>
5+
* Copyright 2019-2025 Claus Nagel <[email protected]>
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)