You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/05/28 19:27:35 UTC

[sling-org-apache-sling-app-cms] 05/08: Adding NOTICE for Metadata Extractor and Thumbnailator

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 3b5cfc6d532bc8b650b2e59d0d179d3148d2537c
Author: Dan Klco <dk...@apache.org>
AuthorDate: Tue May 28 10:00:06 2019 -0400

    Adding NOTICE for Metadata Extractor and Thumbnailator
---
 NOTICE                     | 11 +++++++++++
 metadata-extractor/pom.xml |  2 +-
 thumbnailator/pom.xml      |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..3d0b41b
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,11 @@
+Apache Sling App CMS
+Copyright 2019 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This product includes software developed at
+https://github.com/drewnoakes/metadata-extractor
+
+This product includes software developed at
+https://github.com/coobird/thumbnailator
\ No newline at end of file
diff --git a/metadata-extractor/pom.xml b/metadata-extractor/pom.xml
index 59327d5..7af3f21 100644
--- a/metadata-extractor/pom.xml
+++ b/metadata-extractor/pom.xml
@@ -15,7 +15,7 @@
     </parent>
     <artifactId>org.apache.sling.cms.metadata-extractor</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Sling - Metadata Extractor</name>
+    <name>Apache Sling - Metadata Extractor Bundle Wrapper</name>
     <description>OSGi Bundle Wrapper for https://github.com/drewnoakes/metadata-extractor</description>
 
     <properties>
diff --git a/thumbnailator/pom.xml b/thumbnailator/pom.xml
index a1d8b2e..731a5a2 100644
--- a/thumbnailator/pom.xml
+++ b/thumbnailator/pom.xml
@@ -15,7 +15,7 @@
     </parent>
     <artifactId>org.apache.sling.cms.thumbnailator</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Sling - Thumbnailator Wrapper</name>
+    <name>Apache Sling - Thumbnailator Bundle Wrapper</name>
     <description>OSGi Bundle Wrapper for https://github.com/coobird/thumbnailator</description>
 
     <properties>