Skip to content

Commit accd75e

Browse files
[FLINK-33075 ] Update outdated NOTICE files for Statefun. This closes #339
* [FLINK-33075][statefun] Update copyright year to 2023 * [FLINK-33075][statefun] Sort lines in NOTICE files * [FLINK-33075][statefun] Update NOTICE files to match the bundled dependencies
1 parent c556723 commit accd75e

File tree

7 files changed

+39
-40
lines changed
  • statefun-sdk-java/src/main/resources/META-INF
  • statefun-sdk-python
  • statefun-shaded/statefun-protobuf-shaded/src/main/resources/META-INF

7 files changed

+39
-40
lines changed

NOTICE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Flink Stateful Functions (flink-statefun)
2-
Copyright 2014-2020 The Apache Software Foundation
2+
Copyright 2014-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
@@ -18,6 +18,8 @@ See bundled license files under "licenses/" for details.
1818
This project bundles the following dependencies under the MIT license (https://opensource.org/licenses/MIT).
1919
See bundled license files under "licenses/" for details.
2020

21+
- AnchorJS v3.1.0 (https://github.com/bryanbraun/anchorjs) Copyright (c) 2020 Bryan Braun
22+
-> in "docs/static/js/anchor.min.js"
2123
- font-awesome:4.6.3 (Code) (http://fortawesome.github.io/Font-Awesome/) - Created by Dave Gandy
22-
-> css in "docs/page/font-awesome/css"
24+
-> css in "docs/static/font-awesome/css/font-awesome.min.css"
2325
- jquery:1.11.2 (http://jquery.com/) Copyright 2014 jQuery Foundation and other contributors

statefun-flink/statefun-flink-core/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
statefun-flink-core
2-
Copyright 2014-2020 The Apache Software Foundation
2+
Copyright 2014-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
statefun-flink-datastream
2-
Copyright 2014-2020 The Apache Software Foundation
2+
Copyright 2014-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9-
- com.kohlschutter.junixsocket:junixsocket-core:2.3.2
9+
- com.google.auto.service:auto-service-annotations:1.0-rc6
1010
- com.kohlschutter.junixsocket:junixsocket-common:2.3.2
11+
- com.kohlschutter.junixsocket:junixsocket-core:2.3.2
1112
- com.kohlschutter.junixsocket:junixsocket-native-common:2.3.2
12-
- com.google.auto.service:auto-service-annotations:1.0-rc6
1313
- com.squareup.okhttp3:okhttp:3.14.6
1414
- com.squareup.okio:okio:1.17.2
15-
- io.dropwizard.metrics:metrics-core:jar:3.2.6
15+
- io.dropwizard.metrics:metrics-core:3.2.6
1616

1717
This project bundles the following dependencies under the BSD license.
1818
See bundled license files under "META-INF/licenses" for details.
1919

2020
- com.google.protobuf:protobuf-java:3.7.1
21-
22-
This project bundles the following dependencies under the MIT license.
23-
See bundled license files under "META-INF/licenses" for details.
24-
25-
- org.slf4j:slf4j-api:1.7.7
Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,49 @@
11
statefun-flink-distribution
2-
Copyright 2014-2020 The Apache Software Foundation
2+
Copyright 2014-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9-
- com.kohlschutter.junixsocket:junixsocket-core:2.3.2
10-
- com.kohlschutter.junixsocket:junixsocket-common:2.3.2
11-
- com.kohlschutter.junixsocket:junixsocket-native-common:2.3.2
12-
- commons-codec:commons-codec:1.13
13-
- commons-lang:commons-lang:2.6
14-
- commons-logging:commons-logging:1.1.3
15-
- commons-io:commons-io:2.8.0
9+
- com.fasterxml.jackson.core:jackson-annotations:2.13.4
10+
- com.fasterxml.jackson.core:jackson-core:2.13.4
11+
- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
12+
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4
1613
- com.google.auto.service:auto-service-annotations:1.0-rc6
17-
- com.google.guava:guava:29.0-jre
14+
- com.google.errorprone:error_prone_annotations:2.3.4
1815
- com.google.guava:failureaccess:1.0.1
16+
- com.google.guava:guava:29.0-jre
1917
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
20-
- com.google.errorprone:error_prone_annotations:2.3.4
2118
- com.google.j2objc:j2objc-annotations:1.3
22-
- org.checkerframework:checker-qual:2.11.1
23-
- org.apache.commons:commons-lang3:3.3.2
24-
- org.apache.kafka:kafka-clients:2.4.1
25-
- org.lz4:lz4-java:1.8.0
19+
- com.kohlschutter.junixsocket:junixsocket-common:2.3.2
20+
- com.kohlschutter.junixsocket:junixsocket-core:2.3.2
21+
- com.kohlschutter.junixsocket:junixsocket-native-common:2.3.2
2622
- com.squareup.okhttp3:okhttp:3.14.6
2723
- com.squareup.okio:okio:1.17.2
28-
- com.fasterxml.jackson.core:jackson-databind:2.12.1
29-
- com.fasterxml.jackson.core:jackson-annotations:2.12.1
30-
- com.fasterxml.jackson.core:jackson-core:2.12.1
31-
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1
24+
- commons-codec:commons-codec:1.15
25+
- commons-collections:commons-collections:3.2.2
26+
- commons-io:commons-io:2.11.0
27+
- commons-lang:commons-lang:2.6
28+
- commons-logging:commons-logging:1.1.3
29+
- io.dropwizard.metrics:metrics-core:3.2.6
3230
- joda-time:joda-time:2.5
33-
- software.amazon.ion:ion-java:1.0.2
34-
- io.dropwizard.metrics:metrics-core:jar:3.2.6
35-
- log4j:log4j:1.2.17
31+
- org.apache.commons:commons-compress:1.21
32+
- org.apache.commons:commons-lang3:3.3.2
33+
- org.apache.kafka:kafka-clients:3.2.3
34+
- org.checkerframework:checker-qual:2.11.1
35+
- org.lz4:lz4-java:1.8.0
36+
- org.objenesis:objenesis:2.1
3637

3738
This project bundles the following dependencies under the BSD license.
3839
See bundled license files under "META-INF/licenses" for details.
3940

40-
- com.github.luben:zstd-jni:1.4.3-1
41+
- com.esotericsoftware.kryo:kryo:2.24.0
42+
- com.esotericsoftware.minlog:minlog:1.2
43+
- com.github.luben:zstd-jni:1.5.2-1
4144
- com.google.protobuf:protobuf-java:3.7.1
4245

43-
This project bundles the following dependencies under the MIT license.
46+
This project bundles the following dependencies under the ICU license.
4447
See bundled license files under "META-INF/licenses" for details.
4548

46-
- org.slf4j:slf4j-log4j12:1.7.15
47-
- org.slf4j:slf4j-api:1.7.7
49+
- com.ibm.icu:icu4j:67.1

statefun-sdk-java/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
statefun-sdk-java
2-
Copyright 2014-2020 The Apache Software Foundation
2+
Copyright 2014-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

statefun-sdk-python/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python SDK for Apache Flink Stateful Functions
2-
Copyright 2014-2020 The Apache Software Foundation
2+
Copyright 2014-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

statefun-shaded/statefun-protobuf-shaded/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
statefun-protobuf-shaded
2-
Copyright 2014-2020 The Apache Software Foundation
2+
Copyright 2014-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)