Skip to content

Commit 25a29e7

Browse files
License update
1 parent 45b950d commit 25a29e7

36 files changed

+37
-37
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2023 Roberto Gentili
3+
Copyright (c) 2022 Roberto Gentili
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

Diff for: pom-for-java-7-testing.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
The MIT License (MIT)
1111
12-
Copyright (c) 2022-2023 Roberto Gentili
12+
Copyright (c) 2022 Roberto Gentili
1313
1414
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
documentation files (the "Software"), to deal in the Software without restriction, including without
@@ -49,7 +49,7 @@
4949
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
5050
<jacoco-maven-plugin.version>0.7.6.201602180812</jacoco-maven-plugin.version>
5151
<junit.version>4.12</junit.version>
52-
<burningwave-jvm-driver.version>8.15.0</burningwave-jvm-driver.version>
52+
<burningwave-jvm-driver.version>8.16.0</burningwave-jvm-driver.version>
5353
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
5454
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
5555
</properties>

Diff for: src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/Context.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/Criteria.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/Objects.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/Strings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/Synchronizer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/Throwables.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/Consumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/Function.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/Handler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/Supplier.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingBiConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingBiFunction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingBiPredicate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingFunction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingPredicate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingSupplier.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingTriConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingTriFunction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/function/ThrowingTriPredicate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/Cache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/Classes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/ConstructorCriteria.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/Constructors.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/ExecutableMemberCriteria.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/Facade.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/FieldAccessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* The MIT License (MIT)
1212
*
13-
* Copyright (c) 2022-2023 Roberto Gentili
13+
* Copyright (c) 2022 Roberto Gentili
1414
*
1515
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1616
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/FieldCriteria.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/Fields.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/MemberCriteria.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/Members.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/MethodCriteria.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

Diff for: src/main/java/org/burningwave/reflection/Methods.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The MIT License (MIT)
1111
*
12-
* Copyright (c) 2022-2023 Roberto Gentili
12+
* Copyright (c) 2022 Roberto Gentili
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
* documentation files (the "Software"), to deal in the Software without restriction, including without

0 commit comments

Comments
 (0)