Skip to content

Commit

Permalink
Fix copyrights (ARMmbed#2631)
Browse files Browse the repository at this point in the history
-Update remaining ARM copyrights
-Fix files where copyright was added twice
-Fix typos
-Update Apache/BSD license text
  • Loading branch information
Arto Kinnunen authored May 18, 2021
1 parent 7f0cffd commit dbd83be
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 94 deletions.
2 changes: 1 addition & 1 deletion LICENSE-Apache-2.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017 Arm Limited and its affiliates
Copyright 2017, Pelion and affiliates.
SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-BSD-3-Clause
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017 Arm Limited and affiliates.
Copyright 2017, Pelion and affiliates.
SPDX-License-Identifier: BSD-3-Clause

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion run_unit_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2015-2017, Arm Limited and affiliates.
# Copyright (c) 2015-2017, Pelion and affiliates.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion source/Security/protocols/msg_sec_prot/msg_sec_prot.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Arm Limited and affiliates.
* Copyright (c) 2021, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion source/Security/protocols/msg_sec_prot/msg_sec_prot.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Arm Limited and affiliates.
* Copyright (c) 2021, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion source/Service_Libs/mdns/ns_fnet_types.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Peliond and affiliates.
* Copyright (c) 2017, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 3 additions & 1 deletion test/nanostack/unittest/6LoWPAN/ws_management_api/run_tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
# Copyright (c) 2018, Arm Limited and affiliates.
#
# Copyright (c) 2018, Pelion and affiliates.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

echo
echo Build ws_management_api unit tests
echo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
/*
* Copyright (c) 2018, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed 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.
*/

/*
* Copyright (c) 2016, Arm Limited and affiliates.
* Copyright (c) 2016, 2018, 2021, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
/*
* Copyright (c) 2018-2019, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed 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.
*/
/*
* Copyright (c) 2018, Arm Limited and affiliates.
* Copyright (c) 2018-2019, 2021, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
18 changes: 1 addition & 17 deletions test/nanostack/unittest/stub/ws_ie_lib_stub.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
/*
* Copyright (c) 2018-2020, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed 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.
*/
/*
* Copyright (c) 2018, Arm Limited and affiliates.
* Copyright (c) 2018-2021, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
18 changes: 1 addition & 17 deletions test/nanostack/unittest/stub/ws_mpx_header_stub.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
/*
* Copyright (c) 2018, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed 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.
*/
/*
* Copyright (c) 2018, Arm Limited and affiliates.
* Copyright (c) 2018, 2021, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
18 changes: 1 addition & 17 deletions test/nanostack/unittest/stub/ws_neighbour_class_stub.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
/*
* Copyright (c) 2018-2020, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed 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.
*/
/*
* Copyright (c) 2018, Arm Limited and affiliates.
* Copyright (c) 2018-2021, Pelion and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion xsl_script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2015-2017, Arm Limited and affiliates.
# Copyright (c) 2015-2017, Pelion and affiliates.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit dbd83be

Please sign in to comment.