Skip to content

Commit 6d18ab6

Browse files
committed
Update licence headers.
1 parent fb98df3 commit 6d18ab6

File tree

132 files changed

+132
-132
lines changed

Some content is hidden

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

132 files changed

+132
-132
lines changed

xpath-to-json-gson/src/jmh/java/com/github/simy4/xpath/GsonJsonBuilderBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2021 Alex Simkin
2+
* Copyright 2017-2023 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/main/java/com/github/simy4/xpath/gson/navigator/GsonNavigator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/main/java/com/github/simy4/xpath/gson/navigator/node/AbstractGsonNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/main/java/com/github/simy4/xpath/gson/navigator/node/GsonByIndexNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/main/java/com/github/simy4/xpath/gson/navigator/node/GsonByNameNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/main/java/com/github/simy4/xpath/gson/navigator/node/GsonRootNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/test/java/com/github/simy4/xpath/gson/XmlBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/test/java/com/github/simy4/xpath/gson/navigator/GsonNavigatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/test/java/com/github/simy4/xpath/gson/navigator/node/GsonByIndexNodeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xpath-to-json-gson/src/test/java/com/github/simy4/xpath/gson/navigator/node/GsonByNameNodeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2021 Alex Simkin
2+
* Copyright 2018-2025 Alex Simkin
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)