BIND 10 trac3135, updated. 0fa8fea15013d43ebb70edd5698fcea25471f01e [trac3135] make sure license for coroutine.h is in tarball
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 29 18:52:45 UTC 2013
The branch, trac3135 has been updated
via 0fa8fea15013d43ebb70edd5698fcea25471f01e (commit)
from 127d378f660beda8e1f5ca27f94d74a17287eea5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0fa8fea15013d43ebb70edd5698fcea25471f01e
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu Aug 29 11:49:13 2013 -0700
[trac3135] make sure license for coroutine.h is in tarball
and move it to the coroutine directory
This is not part of the trac3135 task, but is related since
was removed in this branch.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
ext/{ => coroutine}/LICENSE_1_0.txt | 0
2 files changed, 1 insertion(+)
rename ext/{ => coroutine}/LICENSE_1_0.txt (100%)
-----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 83fe1b4..5fe3729 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,6 +121,7 @@ cppcheck:
EXTRA_DIST = tools/system_messages.py
#### include external sources in the distributed tarball:
+EXTRA_DIST += ext/coroutine/LICENSE_1_0.txt
EXTRA_DIST += ext/coroutine/coroutine.h
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/ext/LICENSE_1_0.txt b/ext/LICENSE_1_0.txt
deleted file mode 100644
index 36b7cd9..0000000
--- a/ext/LICENSE_1_0.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Boost Software License - Version 1.0 - August 17th, 2003
-
-Permission is hereby granted, free of charge, to any person or organization
-obtaining a copy of the software and accompanying documentation covered by
-this license (the "Software") to use, reproduce, display, distribute,
-execute, and transmit the Software, and to prepare derivative works of the
-Software, and to permit third-parties to whom the Software is furnished to
-do so, all subject to the following:
-
-The copyright notices in the Software and this entire statement, including
-the above license grant, this restriction and the following disclaimer,
-must be included in all copies of the Software, in whole or in part, and
-all derivative works of the Software, unless such copies or derivative
-works are solely in the form of machine-executable object code generated by
-a source language processor.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
diff --git a/ext/coroutine/LICENSE_1_0.txt b/ext/coroutine/LICENSE_1_0.txt
new file mode 100644
index 0000000..36b7cd9
--- /dev/null
+++ b/ext/coroutine/LICENSE_1_0.txt
@@ -0,0 +1,23 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
More information about the bind10-changes
mailing list