Skip to content

Commit

Permalink
License upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed Sep 14, 2023
1 parent 224a45c commit dd81368
Show file tree
Hide file tree
Showing 247 changed files with 763 additions and 15 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/PR-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,20 @@ jobs:
run: |
cd $PDM_BINARY_ARTIFACTS_DIR
bash init.sh --force
- name: Check hostname
run: |
HOST=$(hostname)
echo "Hostname is $HOST"
if [ "$HOST" != "localhost" ]; then
echo "Changing hostname to localhost, tests will fail otherwise."
sudo hostname localhost
fi
- run: mvn clean install -P ci
- name: Publish Test Report
if: success() || failure()
uses: scacap/action-surefire-report@v1
with:
check_name: mvn clean install -P ci test report

pysh-check:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions coap-core/src/main/java/com/mbed/coap/CoapConstants.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
3 changes: 3 additions & 0 deletions coap-core/src/main/java/com/mbed/coap/client/CoapClient.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
3 changes: 3 additions & 0 deletions coap-core/src/main/java/com/mbed/coap/linkformat/PToken.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
3 changes: 3 additions & 0 deletions coap-core/src/main/java/com/mbed/coap/packet/BlockOption.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
3 changes: 3 additions & 0 deletions coap-core/src/main/java/com/mbed/coap/packet/BlockSize.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
3 changes: 3 additions & 0 deletions coap-core/src/main/java/com/mbed/coap/packet/CoapPacket.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
3 changes: 3 additions & 0 deletions coap-core/src/main/java/com/mbed/coap/packet/Code.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Copyright (C) 2011-2018 ARM Limited. All rights reserved.
* Copyright (c) 2023 Izuma Networks. All rights reserved.
*
* 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
Expand Down
Loading

0 comments on commit dd81368

Please sign in to comment.