Skip to content

Commit 442a464

Browse files
authored
Updated copyright year
1 parent 41f1138 commit 442a464

33 files changed

+33
-33
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2015-2025 Valentyn Kolesnikov <[email protected]>
3+
Copyright (c) 2015-2026 Valentyn Kolesnikov <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/Chaining.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/FromJson.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/FromXml.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/Function3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/Intersection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/Optional.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/SnakeCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/main/java/com/github/underscore/examples/Xor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015-2020 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

examples/src/test/java/com/github/underscore/examples/ChainingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright 2015 Valentyn Kolesnikov <[email protected]>
4+
* Copyright 2015-2026 Valentyn Kolesnikov <[email protected]>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)