Skip to content

Commit ec339bc

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
Makefiles: Gregory Nutt: update licenses to Apache
Gregory Nutt is the copyright holder for those files and he has submitted the SGA as a result we can migrate the licenses to Apache. Signed-off-by: Alin Jerpelea <[email protected]>
1 parent 3170ca0 commit ec339bc

File tree

505 files changed

+5988
-13706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

505 files changed

+5988
-13706
lines changed

Make.defs

+12-28
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,20 @@
11
############################################################################
22
# apps/Make.defs
3-
# Common make definitions provided to all applications
43
#
5-
# Copyright (C) 2011, 2014, 2016, 2018 Gregory Nutt. All rights reserved.
6-
# Author: Gregory Nutt <[email protected]>
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership. The
7+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance with the
9+
# License. You may obtain a copy of the License at
710
#
8-
# Redistribution and use in source and binary forms, with or without
9-
# modification, are permitted provided that the following conditions
10-
# are met:
11+
# http://www.apache.org/licenses/LICENSE-2.0
1112
#
12-
# 1. Redistributions of source code must retain the above copyright
13-
# notice, this list of conditions and the following disclaimer.
14-
# 2. Redistributions in binary form must reproduce the above copyright
15-
# notice, this list of conditions and the following disclaimer in
16-
# the documentation and/or other materials provided with the
17-
# distribution.
18-
# 3. Neither the name NuttX nor the names of its contributors may be
19-
# used to endorse or promote products derived from this software
20-
# without specific prior written permission.
21-
#
22-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26-
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
29-
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
30-
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31-
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32-
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33-
# POSSIBILITY OF SUCH DAMAGE.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
3418
#
3519
############################################################################
3620

canutils/Make.defs

+12-28
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,20 @@
11
############################################################################
22
# apps/canutils/Make.defs
3-
# Adds selected applications to apps/ build
43
#
5-
# Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
6-
# Author: Gregory Nutt <[email protected]>
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership. The
7+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance with the
9+
# License. You may obtain a copy of the License at
710
#
8-
# Redistribution and use in source and binary forms, with or without
9-
# modification, are permitted provided that the following conditions
10-
# are met:
11+
# http://www.apache.org/licenses/LICENSE-2.0
1112
#
12-
# 1. Redistributions of source code must retain the above copyright
13-
# notice, this list of conditions and the following disclaimer.
14-
# 2. Redistributions in binary form must reproduce the above copyright
15-
# notice, this list of conditions and the following disclaimer in
16-
# the documentation and/or other materials provided with the
17-
# distribution.
18-
# 3. Neither the name NuttX nor the names of its contributors may be
19-
# used to endorse or promote products derived from this software
20-
# without specific prior written permission.
21-
#
22-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26-
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
29-
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
30-
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31-
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32-
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33-
# POSSIBILITY OF SUCH DAMAGE.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
3418
#
3519
############################################################################
3620

canutils/Makefile

+12-27
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
11
############################################################################
22
# apps/canutils/Makefile
33
#
4-
# Copyright (C) 2011-2015 Gregory Nutt. All rights reserved.
5-
# Author: Gregory Nutt <[email protected]>
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership. The
7+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance with the
9+
# License. You may obtain a copy of the License at
610
#
7-
# Redistribution and use in source and binary forms, with or without
8-
# modification, are permitted provided that the following conditions
9-
# are met:
11+
# http://www.apache.org/licenses/LICENSE-2.0
1012
#
11-
# 1. Redistributions of source code must retain the above copyright
12-
# notice, this list of conditions and the following disclaimer.
13-
# 2. Redistributions in binary form must reproduce the above copyright
14-
# notice, this list of conditions and the following disclaimer in
15-
# the documentation and/or other materials provided with the
16-
# distribution.
17-
# 3. Neither the name NuttX nor the names of its contributors may be
18-
# used to endorse or promote products derived from this software
19-
# without specific prior written permission.
20-
#
21-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25-
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
28-
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
29-
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30-
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31-
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32-
# POSSIBILITY OF SUCH DAMAGE.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
3318
#
3419
############################################################################
3520

examples/Make.defs

+12-28
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,20 @@
11
############################################################################
22
# apps/examples/Make.defs
3-
# Adds selected applications to apps/ build
43
#
5-
# Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
6-
# Author: Gregory Nutt <[email protected]>
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership. The
7+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance with the
9+
# License. You may obtain a copy of the License at
710
#
8-
# Redistribution and use in source and binary forms, with or without
9-
# modification, are permitted provided that the following conditions
10-
# are met:
11+
# http://www.apache.org/licenses/LICENSE-2.0
1112
#
12-
# 1. Redistributions of source code must retain the above copyright
13-
# notice, this list of conditions and the following disclaimer.
14-
# 2. Redistributions in binary form must reproduce the above copyright
15-
# notice, this list of conditions and the following disclaimer in
16-
# the documentation and/or other materials provided with the
17-
# distribution.
18-
# 3. Neither the name NuttX nor the names of its contributors may be
19-
# used to endorse or promote products derived from this software
20-
# without specific prior written permission.
21-
#
22-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26-
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
29-
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
30-
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31-
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32-
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33-
# POSSIBILITY OF SUCH DAMAGE.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
3418
#
3519
############################################################################
3620

examples/Makefile

+12-27
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
11
############################################################################
22
# apps/examples/Makefile
33
#
4-
# Copyright (C) 2011-2015 Gregory Nutt. All rights reserved.
5-
# Author: Gregory Nutt <[email protected]>
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership. The
7+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance with the
9+
# License. You may obtain a copy of the License at
610
#
7-
# Redistribution and use in source and binary forms, with or without
8-
# modification, are permitted provided that the following conditions
9-
# are met:
11+
# http://www.apache.org/licenses/LICENSE-2.0
1012
#
11-
# 1. Redistributions of source code must retain the above copyright
12-
# notice, this list of conditions and the following disclaimer.
13-
# 2. Redistributions in binary form must reproduce the above copyright
14-
# notice, this list of conditions and the following disclaimer in
15-
# the documentation and/or other materials provided with the
16-
# distribution.
17-
# 3. Neither the name NuttX nor the names of its contributors may be
18-
# used to endorse or promote products derived from this software
19-
# without specific prior written permission.
20-
#
21-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25-
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
28-
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
29-
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30-
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31-
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32-
# POSSIBILITY OF SUCH DAMAGE.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
3318
#
3419
############################################################################
3520

examples/abntcodi/Make.defs

+12-28
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,20 @@
11
############################################################################
22
# apps/examples/abntcodi/Make.defs
3-
# Adds selected applications to apps/ build
43
#
5-
# Copyright (C) 2019 Gregory Nutt. All rights reserved.
6-
# Author: Gregory Nutt <[email protected]>
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership. The
7+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance with the
9+
# License. You may obtain a copy of the License at
710
#
8-
# Redistribution and use in source and binary forms, with or without
9-
# modification, are permitted provided that the following conditions
10-
# are met:
11+
# http://www.apache.org/licenses/LICENSE-2.0
1112
#
12-
# 1. Redistributions of source code must retain the above copyright
13-
# notice, this list of conditions and the following disclaimer.
14-
# 2. Redistributions in binary form must reproduce the above copyright
15-
# notice, this list of conditions and the following disclaimer in
16-
# the documentation and/or other materials provided with the
17-
# distribution.
18-
# 3. Neither the name NuttX nor the names of its contributors may be
19-
# used to endorse or promote products derived from this software
20-
# without specific prior written permission.
21-
#
22-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26-
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
29-
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
30-
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31-
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32-
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33-
# POSSIBILITY OF SUCH DAMAGE.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
3418
#
3519
############################################################################
3620

examples/abntcodi/Makefile

+12-27
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
11
############################################################################
22
# apps/examples/abntcodi/Makefile
33
#
4-
# Copyright (C) 2019 Gregory Nutt. All rights reserved.
5-
# Author: Gregory Nutt <[email protected]>
4+
# Licensed to the Apache Software Foundation (ASF) under one or more
5+
# contributor license agreements. See the NOTICE file distributed with
6+
# this work for additional information regarding copyright ownership. The
7+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance with the
9+
# License. You may obtain a copy of the License at
610
#
7-
# Redistribution and use in source and binary forms, with or without
8-
# modification, are permitted provided that the following conditions
9-
# are met:
11+
# http://www.apache.org/licenses/LICENSE-2.0
1012
#
11-
# 1. Redistributions of source code must retain the above copyright
12-
# notice, this list of conditions and the following disclaimer.
13-
# 2. Redistributions in binary form must reproduce the above copyright
14-
# notice, this list of conditions and the following disclaimer in
15-
# the documentation and/or other materials provided with the
16-
# distribution.
17-
# 3. Neither the name NuttX nor the names of its contributors may be
18-
# used to endorse or promote products derived from this software
19-
# without specific prior written permission.
20-
#
21-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25-
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
28-
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
29-
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30-
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31-
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32-
# POSSIBILITY OF SUCH DAMAGE.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
3318
#
3419
############################################################################
3520

0 commit comments

Comments
 (0)