Browse Source

chore: update the license headers

Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
automatic_bootstrap_artifact
Ole Petter 2 years ago
parent
commit
3aa7f4221e
No known key found for this signature in database GPG Key ID: 399DBE0F4D4B02EB
  1. 3
      docker-entrypoint.sh
  2. 3
      modules/bootstrap.sh
  3. 3
      modules/cliparser.sh
  4. 3
      modules/config.sh
  5. 1
      modules/deb.sh
  6. 3
      modules/decompressinput.sh
  7. 3
      modules/disk.sh
  8. 3
      modules/git.sh
  9. 1
      modules/grub.sh
  10. 3
      modules/log.sh
  11. 3
      modules/probe.sh
  12. 1
      modules/run.sh
  13. 3
      modules/testscfg.sh
  14. 3
      modules/zip.sh
  15. 3
      scripts/bootstrap-rootfs-overlay-demo-server.sh
  16. 3
      scripts/bootstrap-rootfs-overlay-hosted-server.sh
  17. 3
      scripts/bootstrap-rootfs-overlay-production-server.sh
  18. 13
      scripts/test/generate-image.sh
  19. 13
      scripts/test/mender-convert-qemu
  20. 14
      scripts/test/run-tests.sh
  21. 14
      scripts/test/test-utils.sh

3
docker-entrypoint.sh

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
modules/bootstrap.sh

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
modules/cliparser.sh

@ -1,5 +1,4 @@
# # Copyright 2022 Northern.tech AS
# Copyright 2020 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
modules/config.sh

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

1
modules/deb.sh

@ -1,4 +1,3 @@
#
# Copyright 2022 Northern.tech AS # Copyright 2022 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

3
modules/decompressinput.sh

@ -1,5 +1,4 @@
# # Copyright 2022 Northern.tech AS
# Copyright 2020 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
modules/disk.sh

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
modules/git.sh

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

1
modules/grub.sh

@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#
# Copyright 2022 Northern.tech AS # Copyright 2022 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

3
modules/log.sh

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
modules/probe.sh

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

1
modules/run.sh

@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#
# Copyright 2022 Northern.tech AS # Copyright 2022 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

3
modules/testscfg.sh

@ -1,5 +1,4 @@
# # Copyright 2022 Northern.tech AS
# Copyright 2021 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
modules/zip.sh

@ -1,5 +1,4 @@
# # Copyright 2022 Northern.tech AS
# Copyright 2020 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
scripts/bootstrap-rootfs-overlay-demo-server.sh

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
# # Copyright 2022 Northern.tech AS
# Copyright 2020 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
scripts/bootstrap-rootfs-overlay-hosted-server.sh

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

3
scripts/bootstrap-rootfs-overlay-production-server.sh

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
# # Copyright 2022 Northern.tech AS
# Copyright 2019 Northern.tech AS
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

13
scripts/test/generate-image.sh

@ -1,4 +1,17 @@
#!/bin/bash #!/bin/bash
# Copyright 2022 Northern.tech AS
#
# 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.
set -e set -e

13
scripts/test/mender-convert-qemu

@ -1,4 +1,17 @@
#!/bin/sh #!/bin/sh
# Copyright 2022 Northern.tech AS
#
# 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.
set -e set -e

14
scripts/test/run-tests.sh

@ -1,4 +1,16 @@
#!/bin/bash # Copyright 2022 Northern.tech AS
#
# 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.
set -e set -e

14
scripts/test/test-utils.sh

@ -1,3 +1,17 @@
# Copyright 2022 Northern.tech AS
#
# 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.
MENDER_ACCEPTANCE_URL="https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance" MENDER_ACCEPTANCE_URL="https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance"
WORKSPACE=${WORKSPACE:-./tests} WORKSPACE=${WORKSPACE:-./tests}

Loading…
Cancel
Save