Skip to content

Commit 2bd1368

Browse files
committed
Updated license
1 parent c62df5f commit 2bd1368

33 files changed

+33
-33
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ The examples for underscore-java
44
Requirements
55
============
66

7-
Java 1.8 and later.
7+
Java 11 and later.
88

99
Underscore-java examples.

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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015-2020 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
4+
* Copyright 2015 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)