Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/master da9d64c39 -> 580535792
Updated Tags:  refs/tags/mynewt_0_8_0_b2_tag [created] 787a69bc0


Update LICENSE file to point to vendor.

This used to point to Godeps/_workspace.

Also, add a pointer to the golang unix package.


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/58053579
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/58053579
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/58053579

Branch: refs/heads/master
Commit: 58053579210a3541916d3e799b22cc81bc473e47
Parents: da9d64c
Author: Christopher Collins <[email protected]>
Authored: Wed Mar 16 22:46:10 2016 -0700
Committer: Christopher Collins <[email protected]>
Committed: Wed Mar 16 22:46:10 2016 -0700

----------------------------------------------------------------------
 LICENSE | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/58053579/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index bc3cb38..a218bbd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,35 +201,35 @@
    limitations under the License.
 
 This product bundles pretty, which is available under the MIT license.  For
-details, see newt/Godeps/_workspace/src/github.com/kr/pretty/License
+details, see newt/vendor/github.com/kr/pretty/License
 
 This product bundles kr/text, which is available under the MIT license.  For
-details, see newt/Godeps/_workspace/src/github.com/kr/text/License
+details, see newt/vendor/github.com/kr/text/License
 
 This product bundles go-sqlite3, which is available under the MIT license.  For
-details, see newt/Godeps/_workspace/src/github.com/mattn/go-sqlite3/LICENSE
+details, see newt/vendor/github.com/mattn/go-sqlite3/LICENSE
 
 This product bundles mapstructure, which is available under the MIT license.
-For details, see
-newt/Godeps/_workspace/src/github.com/mitchellh/mapstructure/LICENSE
+For details, see newt/vendor/github.com/mitchellh/mapstructure/LICENSE
 
 This product bundles logrus, which is available under the MIT license.  For
-details, see newt/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE
+details, see newt/vendor/github.com/Sirupsen/logrus/LICENSE
 
 This product bundles Cast, which is available under the MIT license.  For
-details, see newt/Godeps/_workspace/src/github.com/spf13/cast/LICENSE
+details, see newt/vendor/github.com/spf13/cast/LICENSE
 
 This product bundles jWalterWeatherman, which is available under the MIT
 license.  For details, see
-newt/Godeps/_workspace/src/github.com/spf13/jwalterweatherman/LICENSE
+newt/vendor/github.com/spf13/jwalterweatherman/LICENSE
 
 This product bundles pflag, which is available under the "3-clause BSD"
-license.  For details, see
-newt/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE
+license.  For details, see newt/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
 
 This product bundles fsnotify.v1, which is available under the "3-clause BSD"
-license.  For details, see
-newt/Godeps/_workspace/src/gopkg.in/fsnotify.v1/LICENSE
+license.  For details, see newt/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:

Reply via email to