Skip to content

Commit 13b8d2c

Browse files
committed
Included original copyright statement in bootutil files
1 parent 2819d6a commit 13b8d2c

4 files changed

Lines changed: 62 additions & 1 deletion

File tree

lib/bootutil/src/bootutil_misc.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20+
*
21+
* **** This file incorporates work covered by the following copyright and ****
22+
* **** permission notice: ****
23+
*
24+
* Licensed to the Apache Software Foundation (ASF) under one
25+
* or more contributor license agreements. See the NOTICE file
26+
* distributed with this work for additional information
27+
* regarding copyright ownership. The ASF licenses this file
28+
* to you under the Apache License, Version 2.0 (the
29+
* "License"); you may not use this file except in compliance
30+
* with the License. You may obtain a copy of the License at
31+
*
32+
* http://www.apache.org/licenses/LICENSE-2.0
33+
*
34+
* Unless required by applicable law or agreed to in writing,
35+
* software distributed under the License is distributed on an
36+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
37+
* KIND, either express or implied. See the License for the
38+
* specific language governing permissions and limitations
39+
* under the License.
40+
*
2041
*/
2142

2243
#include <string.h>

lib/bootutil/src/image_validate.c

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20+
*
21+
* **** This file incorporates work covered by the following copyright and ****
22+
* **** permission notice: ****
23+
*
24+
* Licensed to the Apache Software Foundation (ASF) under one
25+
* or more contributor license agreements. See the NOTICE file
26+
* distributed with this work for additional information
27+
* regarding copyright ownership. The ASF licenses this file
28+
* to you under the Apache License, Version 2.0 (the
29+
* "License"); you may not use this file except in compliance
30+
* with the License. You may obtain a copy of the License at
31+
*
32+
* http://www.apache.org/licenses/LICENSE-2.0
33+
*
34+
* Unless required by applicable law or agreed to in writing,
35+
* software distributed under the License is distributed on an
36+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
37+
* KIND, either express or implied. See the License for the
38+
* specific language governing permissions and limitations
39+
* under the License.
2040
*/
2141

2242
#include <stddef.h>

lib/bootutil/src/loader.c

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20+
*
21+
* **** This file incorporates work covered by the following copyright and ****
22+
* **** permission notice: ****
23+
*
24+
* Licensed to the Apache Software Foundation (ASF) under one
25+
* or more contributor license agreements. See the NOTICE file
26+
* distributed with this work for additional information
27+
* regarding copyright ownership. The ASF licenses this file
28+
* to you under the Apache License, Version 2.0 (the
29+
* "License"); you may not use this file except in compliance
30+
* with the License. You may obtain a copy of the License at
31+
*
32+
* http://www.apache.org/licenses/LICENSE-2.0
33+
*
34+
* Unless required by applicable law or agreed to in writing,
35+
* software distributed under the License is distributed on an
36+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
37+
* KIND, either express or implied. See the License for the
38+
* specific language governing permissions and limitations
39+
* under the License.
2040
*/
2141

2242
/**

0 commit comments

Comments
 (0)