Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-06-04 06:00:35 +0000
committerslewis2008-06-04 06:00:35 +0000
commit08c3fb5ac83a501db30c8b0fa5b223effbf4bf2e (patch)
treedbbefec0c877719d9bd85ce4e291cb7bba99c7e7
parent5742039f963a51cbf457c6d55271fbb535b0fc36 (diff)
downloadorg.eclipse.ecf-08c3fb5ac83a501db30c8b0fa5b223effbf4bf2e.tar.gz
org.eclipse.ecf-08c3fb5ac83a501db30c8b0fa5b223effbf4bf2e.tar.xz
org.eclipse.ecf-08c3fb5ac83a501db30c8b0fa5b223effbf4bf2e.zip
added NOTICE.TXT for jmdns 1.0 licensing.
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.jmdns/NOTICE.txt17
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties8
2 files changed, 22 insertions, 3 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.jmdns/NOTICE.txt b/providers/bundles/org.eclipse.ecf.provider.jmdns/NOTICE.txt
new file mode 100644
index 000000000..e5e8c2121
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.jmdns/NOTICE.txt
@@ -0,0 +1,17 @@
+===============================================================
+== NOTICE File for JmDNS ==
+===============================================================
+
+Java Multicast Domain Name Server (JmDNS)
+
+This project was originally developed by Arthur van Hoff under the GNU
+Lesser General Public License as jRendevous. It was moved to Sourceforge
+by Rick Blair and renamed to JmDNS with the Arthur's kind permission.
+
+Currently it has been re-released under the Apache License, Version 2.0.
+
+Details of the Apache License, Version 2.0 can be found at:
+http://www.apache.org/licenses/
+
+
+For other details please see the README.txt file.
diff --git a/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties b/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties
index ee6496087..aa2c9e258 100644
--- a/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties
@@ -1,16 +1,18 @@
bin.includes = .,\
META-INF/,\
- lib/,\
plugin.xml,\
about.html,\
asl-v20.txt,\
- plugin.properties
+ plugin.properties,\
+ lib/,\
+ NOTICE.txt
src.includes = about.html,\
asl-v20.txt,\
META-INF/,\
plugin.properties,\
plugin.xml,\
- lib/
+ lib/,\
+ NOTICE.txt
output.jmdns.jar = bin/
source.. = src/
output.. = bin/

Back to the top