Skip to content

Commit 5b3205d

Browse files
committed
small patch
1 parent 4d2c271 commit 5b3205d

36 files changed

+129
-72
lines changed

accessors-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2011 JSON-SMART authors
2+
Copyright 2011-2023 JSON-SMART authors
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.

accessors-smart/src/main/java/net/minidev/asm/ASMUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/Accessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/BeansAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/DynamicClassLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2011 JSON-SMART authors
2+
Copyright 2011-2023 JSON-SMART authors
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.

json-smart/src/main/java/net/minidev/json/JSONArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONAware.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONAwareEx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONNavi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011 JSON-SMART authors
4+
* Copyright 2011-2023 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)