Skip to content

Commit 7b0e51a

Browse files
committed
updated copyright headers
1 parent 0ad23a1 commit 7b0e51a

55 files changed

Lines changed: 110 additions & 880 deletions

Some content is hidden

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

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.annotation;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.annotation;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.builder;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.builder;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.model;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.model;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.schema;

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
/*
2-
* xml-objects - A simple and lightweight XML-to-object mapping library
3-
* https://github.com/xmlobjects
4-
*
5-
* Copyright 2019-2025 Claus Nagel <claus.nagel@gmail.com>
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Claus Nagel <claus.nagel@gmail.com>
184
*/
195

206
package org.xmlobjects.schema;

0 commit comments

Comments
 (0)