FELIX-6278: Fixed license/readme files.
diff --git a/dependencymanager/release/resources/bin/NOTICE b/dependencymanager/release/resources/bin/NOTICE
index 75032fe..bdcdd85 100644
--- a/dependencymanager/release/resources/bin/NOTICE
+++ b/dependencymanager/release/resources/bin/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Dependency Manager
-Copyright 2011-2018 The Apache Software Foundation
+Copyright 2011-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/dependencymanager/release/resources/bin/README.bin b/dependencymanager/release/resources/bin/README.bin
index adf8b2c..9196034 100644
--- a/dependencymanager/release/resources/bin/README.bin
+++ b/dependencymanager/release/resources/bin/README.bin
@@ -25,12 +25,29 @@
 ===============
 
 To start using Apache Felix Dependency Manager, please go to our website and read the
-getting started guide for users:
+various guides for users:
+
+- For a quick jump start (using either maven, gradle, the DM api, the DM annotations, or the new DM lambda-api), 
+then please go to:
+
+  http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/sample-code.html
+
+There are three ways to use Dependency Manager: you can use the original java API, the new lambda API, or the 
+DM annotations.
+
+- For the Dependency Manager java API documentation, please go to the general Getting-Started documentation here:
 
   http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager.html
 
-You can also find examples from ./org.apache.felix.dependencymanager.samples/README
+- For new Dependency Manager Lambda API, you can go to:
+
+http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html
+
+- And for Dependency Manager Annotations API, you can refer directly to:
+
+  http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.html
 
 Many thanks for using Apache Felix Dependency Manager.
 
 The Felix Team
+
diff --git a/dependencymanager/release/resources/src/NOTICE b/dependencymanager/release/resources/src/NOTICE
index 75032fe..bdcdd85 100644
--- a/dependencymanager/release/resources/src/NOTICE
+++ b/dependencymanager/release/resources/src/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Dependency Manager
-Copyright 2011-2018 The Apache Software Foundation
+Copyright 2011-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/dependencymanager/release/resources/src/README.src b/dependencymanager/release/resources/src/README.src
index ce9628e..9fbae39 100644
--- a/dependencymanager/release/resources/src/README.src
+++ b/dependencymanager/release/resources/src/README.src
@@ -82,12 +82,27 @@
 ===============
 
 To start using Apache Felix Dependency Manager, please go to our website and read the
-getting started guide for users:
+various guides for users:
+
+- For a quick jump start (using either maven, gradle, the DM api, the DM annotations, or the new DM lambda-api), 
+then please go to:
+
+  http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/sample-code.html
+
+There are three ways to use Dependency Manager: you can use the original java API, the new lambda API, or the 
+DM annotations.
+
+- For the Dependency Manager java API documentation, please go to the general Getting-Started documentation here:
 
   http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager.html
 
-Many examples are also available from the dependency manager samples module.
-See ./org.apache.felix.dependencymanager.samples/README.samples
+- For new Dependency Manager Lambda API, you can go to:
+
+http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html
+
+- And for Dependency Manager Annotations API, you can refer directly to:
+
+  http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.html
 
 Many thanks for using Apache Felix Dependency Manager.