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/23 18:52:37 UTC

[04/15] incubator-mynewt-newt git commit: newt repo - Fix licensing issues.

newt repo - Fix licensing issues.


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

Branch: refs/heads/master
Commit: b8e96b26f3ddd7bf3686d64e1e9593d0ded03b2c
Parents: b46449c
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Nov 16 15:49:34 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Nov 16 15:49:34 2016 -0800

----------------------------------------------------------------------
 .rat-excludes           | 16 ++++++++++++++--
 newt/pkg/packageutil.go | 19 +++++++++++++++++++
 2 files changed, 33 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/b8e96b26/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index bbdcc80..dfc865b 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -48,8 +48,20 @@ pflag
 # fsnotify.v1 - 3-clause BSD.
 fsnotify.v1
 
-# unix go package - 3-clause BSD
+# unix go package - 3-clause BSD.
 x
 
-# mousetrap - Apache
+# mousetrap - Apache.
 mousetrap
+
+# go-crc16 - MIT license.
+joaojeronimo
+
+# GATT (BLE library) - 3-clause BSD.
+gatt
+
+# TARM (serial library) - 3-clause BSD.
+tarm
+
+# Codec (used for CBOR) - MIT license.
+ugorji

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/b8e96b26/newt/pkg/packageutil.go
----------------------------------------------------------------------
diff --git a/newt/pkg/packageutil.go b/newt/pkg/packageutil.go
index 2cadc28..5b45e2e 100644
--- a/newt/pkg/packageutil.go
+++ b/newt/pkg/packageutil.go
@@ -1,3 +1,22 @@
+/**
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*  http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.
+ */
+
 package pkg
 
 import (