You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/29 22:02:24 UTC

[1/2] incubator-mynewt-newt git commit: LICENSE - Include all vendored copies.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/1_0_0_b1_dev 59ec3af37 -> 5f4f5d323


LICENSE - Include all vendored copies.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/6f10c83f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/6f10c83f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/6f10c83f

Branch: refs/heads/1_0_0_b1_dev
Commit: 6f10c83f2e5db17f7c563a8c6e42a48a43ac1cd5
Parents: 59ec3af
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 29 14:04:09 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 29 14:04:09 2016 -0800

----------------------------------------------------------------------
 LICENSE | 55 +++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 45 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/6f10c83f/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 88a6f68..6064c9d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,35 +201,68 @@
    limitations under the License.
 
 This product bundles pretty, which is available under the MIT license.  For
-details, see newt/vendor/github.com/kr/pretty/License
+details, see:
+     * newt/vendor/github.com/kr/pretty/License
+     * newtmgr/vendor/github.com/kr/pretty/License
 
 This product bundles kr/text, which is available under the MIT license.  For
-details, see newt/vendor/github.com/kr/text/License
+details, see:
+     * newt/vendor/github.com/kr/text/License
+     * newtmgr/vendor/github.com/kr/text/License
 
 This product bundles mapstructure, which is available under the MIT license.
-For details, see newt/vendor/github.com/mitchellh/mapstructure/LICENSE
+For details, see:
+    * newt/vendor/github.com/mitchellh/mapstructure/LICENSE
+    * newtmgr/vendor/github.com/mitchellh/mapstructure/LICENSE
 
 This product bundles logrus, which is available under the MIT license.  For
-details, see newt/vendor/github.com/Sirupsen/logrus/LICENSE
+details, see:
+    * newt/vendor/github.com/Sirupsen/logrus/LICENSE
+    * newtmgr/vendor/github.com/Sirupsen/logrus/LICENSE
 
 This product bundles Cast, which is available under the MIT license.  For
-details, see newt/vendor/github.com/spf13/cast/LICENSE
+details, see:
+    * newt/vendor/github.com/spf13/cast/LICENSE
+    * newtmgr/vendor/github.com/spf13/cast/LICENSE
 
 This product bundles jWalterWeatherman, which is available under the MIT
-license.  For details, see
-newt/vendor/github.com/spf13/jwalterweatherman/LICENSE
+license.  For details, see:
+    * newt/vendor/github.com/spf13/jwalterweatherman/LICENSE
+    * newtmgr/vendor/github.com/spf13/jwalterweatherman/LICENSE
 
 This product bundles pflag, which is available under the "3-clause BSD"
-license.  For details, see newt/vendor/github.com/spf13/pflag/LICENSE
+license.  For details, see:
+    * newt/vendor/github.com/spf13/pflag/LICENSE
+    * newtmgr/vendor/github.com/spf13/pflag/LICENSE
 
 This product bundles the unix Go package, which is available under the
-"3-clause BSD" license.  For details, see newt/vendor/golang.org/x/sys/LICENSE
+"3-clause BSD" license.  For details, see:
+    * newt/vendor/golang.org/x/sys/LICENSE
+    * newtmgr/vendor/golang.org/x/sys/LICENSE
 
 This product bundles fsnotify.v1, which is available under the "3-clause BSD"
-license.  For details, see newt/vendor/gopkg.in/fsnotify.v1/LICENSE
+license.  For details, see:
+    * newt/vendor/gopkg.in/fsnotify.v1/LICENSE
+    * newtmgr/vendor/gopkg.in/fsnotify.v1/LICENSE
 
 This product bundles yaml.v2's Go port of libyaml, which is available under the
 MIT license.  For details, see:
+    * newt/vendor/mynewt.apache.org/newt/yaml/apic.go
+    * newt/vendor/mynewt.apache.org/newt/yaml/emitterc.go
+    * newt/vendor/mynewt.apache.org/newt/yaml/parserc.go
+    * newt/vendor/mynewt.apache.org/newt/yaml/readerc.go
+    * newt/vendor/mynewt.apache.org/newt/yaml/scannerc.go
+    * newt/vendor/mynewt.apache.org/newt/yaml/writerc.go
+    * newt/vendor/mynewt.apache.org/newt/yaml/yamlh.go
+    * newt/vendor/mynewt.apache.org/newt/yaml/yamlprivateh.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/apic.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/emitterc.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/parserc.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/readerc.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/scannerc.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/writerc.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/yamlh.go
+    * newtmgr/vendor/mynewt.apache.org/newt/yaml/yamlprivateh.go
     * yaml/apic.go
     * yaml/emitterc.go
     * yaml/parserc.go
@@ -241,4 +274,6 @@ MIT license.  For details, see:
 
 This product bundles viper, which is available under the MIT license.  For
 details, see:
+    * newt/vendor/mynewt.apache.org/newt/viper/LICENSE
+    * newtmgr/vendor/mynewt.apache.org/newt/viper/LICENSE
     * viper/LICENSE


[2/2] incubator-mynewt-newt git commit: LICENSE - Add missing pointers.

Posted by cc...@apache.org.
LICENSE - Add missing pointers.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/5f4f5d32
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/5f4f5d32
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/5f4f5d32

Branch: refs/heads/1_0_0_b1_dev
Commit: 5f4f5d323d877ee3216fbb351df8dfcca8898c9f
Parents: 6f10c83
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 29 14:04:21 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 29 14:04:21 2016 -0800

----------------------------------------------------------------------
 LICENSE | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/5f4f5d32/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 6064c9d..f084df3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -277,3 +277,31 @@ details, see:
     * newt/vendor/mynewt.apache.org/newt/viper/LICENSE
     * newtmgr/vendor/mynewt.apache.org/newt/viper/LICENSE
     * viper/LICENSE
+
+This product bundles go-crc16, which is available under the MIT license.  For
+details, see:
+    * newtmgr/vendor/github.com/joaojeronimo/go-crc16/README.md
+
+This product bundles GATT, which is available under the "3-clause BSD" license.
+For details, see:
+    * newtmgr/vendor/github.com/runtimeinc/gatt
+
+This product bundles xpc, which is available under the MIT license.  For
+details, see:
+    * newtmgr/vendor/github.com/runtimeinc/gatt/xpc/LICENSE
+
+This product bundles gioctl, which is available under the MIT license.  For
+details, see:
+    * newtmgr/vendor/github.com/runtimeinc/gatt/linux/gioctl/LICENSE.md
+
+This product bundles tarm/serial, which is available under the "3-clause BSD"
+license.  For details, see:
+    * newtmgr/vendor/github.com/tarm/serial/LICENSE
+
+This product bundles ugorji/go/codec, which is available under the MIT license.
+For details, see:
+    * newtmgr/vendor/github.com/ugorji/go/LICENSE
+
+This product bundles go-coap which is available under the MIT license.
+For details, see:
+    * newtmgr/vendor/github.com/dustin/go-coap/LICENSE