You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2017/11/22 19:53:49 UTC

[mynewt-core] branch master updated (67b40a7 -> cbb2c43)

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 67b40a7  Merge pull request #670 from mkiiskila/MYNEWT-865
     new 7b39833  Add missing license headers
     new cbb2c43  Add new license exclusions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .rat-excludes                                   | 40 ++++++++++++++++++++++---
 kernel/os/src/os_cputime_1mhz.c                 | 19 ++++++++++++
 kernel/os/src/os_cputime_high.c                 | 19 ++++++++++++
 kernel/os/src/os_cputime_pwr2.c                 | 19 ++++++++++++
 net/nimble/host/test/src/ble_hs_test_util_hci.c | 19 ++++++++++++
 5 files changed, 112 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/02: Add missing license headers

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 7b39833187fd37612d954d728536515344e16aca
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Nov 22 16:30:55 2017 -0200

    Add missing license headers
---
 kernel/os/src/os_cputime_1mhz.c                 | 19 +++++++++++++++++++
 kernel/os/src/os_cputime_high.c                 | 19 +++++++++++++++++++
 kernel/os/src/os_cputime_pwr2.c                 | 19 +++++++++++++++++++
 net/nimble/host/test/src/ble_hs_test_util_hci.c | 19 +++++++++++++++++++
 4 files changed, 76 insertions(+)

diff --git a/kernel/os/src/os_cputime_1mhz.c b/kernel/os/src/os_cputime_1mhz.c
index 4e76968..70e0512 100644
--- a/kernel/os/src/os_cputime_1mhz.c
+++ b/kernel/os/src/os_cputime_1mhz.c
@@ -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.
+ */
+
 #include "os/os_cputime.h"
 
 /**
diff --git a/kernel/os/src/os_cputime_high.c b/kernel/os/src/os_cputime_high.c
index bb71662..4a8746a 100644
--- a/kernel/os/src/os_cputime_high.c
+++ b/kernel/os/src/os_cputime_high.c
@@ -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.
+ */
+
 #include "os/os_cputime.h"
 
 /**
diff --git a/kernel/os/src/os_cputime_pwr2.c b/kernel/os/src/os_cputime_pwr2.c
index 5a05b96..1567070 100644
--- a/kernel/os/src/os_cputime_pwr2.c
+++ b/kernel/os/src/os_cputime_pwr2.c
@@ -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.
+ */
+
 #include "os/os_cputime.h"
 
 /**
diff --git a/net/nimble/host/test/src/ble_hs_test_util_hci.c b/net/nimble/host/test/src/ble_hs_test_util_hci.c
index 32548c6..0b72409 100644
--- a/net/nimble/host/test/src/ble_hs_test_util_hci.c
+++ b/net/nimble/host/test/src/ble_hs_test_util_hci.c
@@ -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.
+ */
+
 #include "testutil/testutil.h"
 #include "nimble/ble.h"
 #include "nimble/hci_common.h"

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.

[mynewt-core] 02/02: Add new license exclusions

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit cbb2c43b61ed3d8b3832b9d43b62ee55ffd84eb5
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Nov 22 16:31:28 2017 -0200

    Add new license exclusions
---
 .rat-excludes | 40 ++++++++++++++++++++++++++++++++++++----
 1 file changed, 36 insertions(+), 4 deletions(-)

diff --git a/.rat-excludes b/.rat-excludes
index bc3eb00..5783434 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -274,7 +274,7 @@ unicode.c
 split-nrf52840pdk.ld
 nrf52840pdk_no_boot.ld
 
-#Freescale Semiconductor License
+# Freescale Semiconductor License
 boot-mkw41z512.ld
 mkw41z512.ld
 no-boot-mkw41z512.ld
@@ -285,10 +285,15 @@ system_MKW41Z4.h
 MKW41Z4_features.h
 system_MKW41Z4.c
 
-#Imagination Technologies License
+# Imagination Technologies - BSD License
+mips-hal
 ctx.S
 excpt_isr.S
 uhi32.ld
+abiflags.S
+
+# Cygnus Support - MIT like License
+gcc_startup_mips.S
 
 # HiFive1 - Apache License 2.0
 sifive
@@ -334,13 +339,40 @@ startup_stm32f767xx.s
 
 # Microchip PIC32 SDK - BSD License
 p32mz2048efg100.h
-pic32/os
-arch/pic32
 pic32_init_cache.S
 pic32_init_tlb_ebi_sqi.S
+cache-err-exception.S
+cp0defs.h
+simple-tlb-refill-exception.S
+crt0.S
 
 # Calliope SDK - BSD Licence
 split-calliope_mini.ld
 
 # Bluetooth Mesh - Apache 2.0 License
 mesh
+
+# pic32mx470_6lp_clicker BSP - one BSD licensed file (other are Apache):
+# /hw/bsp/pic32mx470_6lp_clicker/src/sbrk.c
+pic32mx470_6lp_clicker
+
+# pic32mz2048_wi-fire BSP - one BSD licensed file (other are Apache):
+# ./hw/bsp/pic32mz2048_wi-fire/src/sbrk.c
+pic32mz2048_wi-fire
+
+# SDK for Apollo2 - MIT/BSD/Apache License
+# hw/bsp/apollo2_evb/src/arch/cortex_m4/gcc_startup.s
+apollo2_evb
+
+# BSP for Apollo2 - BSD License
+AmbiqSuite
+apollo2.h
+system_apollo2.h
+system_apollo2.c
+apollo_nvic.h
+
+# Apollo2 linker script - MIT License
+apollo2.ld
+
+# Ignore documentation folder
+docs

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.