You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2022/04/20 07:26:15 UTC

[mynewt-core] branch master updated: bsp/olimex-pic32: Add missing licenses

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 358e29432 bsp/olimex-pic32: Add missing licenses
358e29432 is described below

commit 358e294325703c1ee04f23028584cd8cfe2946d8
Author: Jerzy Kasenberg <je...@codecoup.pl>
AuthorDate: Tue Apr 19 21:24:57 2022 +0200

    bsp/olimex-pic32: Add missing licenses
---
 hw/bsp/olimex-pic32-emz64/p32mz_app_mem.ld  | 18 ++++++++++++++++++
 hw/bsp/olimex-pic32-hmz144/p32mz_app_mem.ld | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/hw/bsp/olimex-pic32-emz64/p32mz_app_mem.ld b/hw/bsp/olimex-pic32-emz64/p32mz_app_mem.ld
index 5a21eb6b6..46861cbe4 100644
--- a/hw/bsp/olimex-pic32-emz64/p32mz_app_mem.ld
+++ b/hw/bsp/olimex-pic32-emz64/p32mz_app_mem.ld
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 
 /*
  * Part of the MEMORY section that defines application memory size.
diff --git a/hw/bsp/olimex-pic32-hmz144/p32mz_app_mem.ld b/hw/bsp/olimex-pic32-hmz144/p32mz_app_mem.ld
index 5a21eb6b6..46861cbe4 100644
--- a/hw/bsp/olimex-pic32-hmz144/p32mz_app_mem.ld
+++ b/hw/bsp/olimex-pic32-hmz144/p32mz_app_mem.ld
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
 
 /*
  * Part of the MEMORY section that defines application memory size.