[FLINK-10987] Add LICENSE & NOTICE files for flink-metrics-prometheus
diff --git a/flink-metrics/flink-metrics-prometheus/src/main/resources/META-INF/NOTICE b/flink-metrics/flink-metrics-prometheus/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..dedb042
--- /dev/null
+++ b/flink-metrics/flink-metrics-prometheus/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,12 @@
+flink-metrics-prometheus
+Copyright 2014-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- io.prometheus:simpleclient:0.3.0
+- io.prometheus:simpleclient_common:0.3.0
+- io.prometheus:simpleclient_httpserver:0.3.0
+- io.prometheus:simpleclient_pushgateway:0.3.0