You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/06/10 23:31:10 UTC

[3/4] incubator-mynewt-newt git commit: newtmgr cli/common; add license header.

newtmgr cli/common; add license header.


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

Branch: refs/heads/develop
Commit: f83a97b23c8d38c3eb15e98afd00e00434a4899f
Parents: dccd34e
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Jun 10 16:14:30 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Jun 10 16:14:30 2016 -0700

----------------------------------------------------------------------
 newtmgr/cli/common.go | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/f83a97b2/newtmgr/cli/common.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/common.go b/newtmgr/cli/common.go
index f6e16d9..eefa5c9 100644
--- a/newtmgr/cli/common.go
+++ b/newtmgr/cli/common.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 cli
 
 import (