diff --git a/README.md b/README.md index 7d520fc..71195d2 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ executed as a first during the post-networking contextualization stage. ## License -Copyright 2002-2020, OpenNebula Project, OpenNebula Systems (formerly C12G Labs) +Copyright 2002-2021, OpenNebula Project, OpenNebula Systems (formerly C12G Labs) 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 diff --git a/generate.sh b/generate.sh index d59361b..3e3cb30 100755 --- a/generate.sh +++ b/generate.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # @@ -39,7 +39,7 @@ fi ### -VERSION=${VERSION:-5.13.80} +VERSION=${VERSION:-6.0.0} RELEASE=${RELEASE:-0} MAINTAINER=${MAINTAINER:-OpenNebula Systems } LICENSE=${LICENSE:-Apache 2.0} @@ -175,7 +175,7 @@ else fi # set the package version of onesysprep - sed -i "s/\<_PACKAGE_VERSION_\>/${VERSION}-${RELEASE_FULL}/" \ + sed -i "s/\<_PACKAGE_VERSION_\>/${VERSION}/" \ "${BUILD_DIR}/usr/sbin/onesysprep" fpm --name "${NAME}" --version "${VERSION}" --iteration "${RELEASE_FULL}" \ diff --git a/src/etc/init.d/one-context##apk.one b/src/etc/init.d/one-context##apk.one index ddedb7e..2ac7fba 100755 --- a/src/etc/init.d/one-context##apk.one +++ b/src/etc/init.d/one-context##apk.one @@ -1,7 +1,7 @@ #!/sbin/openrc-run # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context##deb.sysv.one b/src/etc/init.d/one-context##deb.sysv.one index 2d36b51..aef38b6 100755 --- a/src/etc/init.d/one-context##deb.sysv.one +++ b/src/etc/init.d/one-context##deb.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context##rpm.sysv.one b/src/etc/init.d/one-context##rpm.sysv.one index 77b5961..fe761ff 100755 --- a/src/etc/init.d/one-context##rpm.sysv.one +++ b/src/etc/init.d/one-context##rpm.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-force##apk.one b/src/etc/init.d/one-context-force##apk.one index 51e8acb..3657202 100755 --- a/src/etc/init.d/one-context-force##apk.one +++ b/src/etc/init.d/one-context-force##apk.one @@ -1,7 +1,7 @@ #!/sbin/openrc-run # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-force##deb.sysv.one b/src/etc/init.d/one-context-force##deb.sysv.one index 61cfc90..3f5dd73 100755 --- a/src/etc/init.d/one-context-force##deb.sysv.one +++ b/src/etc/init.d/one-context-force##deb.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-force##rpm.sysv.one b/src/etc/init.d/one-context-force##rpm.sysv.one index 97ef7e7..831c17e 100755 --- a/src/etc/init.d/one-context-force##rpm.sysv.one +++ b/src/etc/init.d/one-context-force##rpm.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-local##apk.one b/src/etc/init.d/one-context-local##apk.one index 9cc8ac3..f2b38f1 100755 --- a/src/etc/init.d/one-context-local##apk.one +++ b/src/etc/init.d/one-context-local##apk.one @@ -1,7 +1,7 @@ #!/sbin/openrc-run # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-local##deb.sysv.one b/src/etc/init.d/one-context-local##deb.sysv.one index 4c8ab95..24e720d 100755 --- a/src/etc/init.d/one-context-local##deb.sysv.one +++ b/src/etc/init.d/one-context-local##deb.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-local##rpm.sysv.one b/src/etc/init.d/one-context-local##rpm.sysv.one index da6b521..41478a8 100755 --- a/src/etc/init.d/one-context-local##rpm.sysv.one +++ b/src/etc/init.d/one-context-local##rpm.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-reconfigure##apk.one b/src/etc/init.d/one-context-reconfigure##apk.one index 1240092..ed7bd2c 100755 --- a/src/etc/init.d/one-context-reconfigure##apk.one +++ b/src/etc/init.d/one-context-reconfigure##apk.one @@ -1,7 +1,7 @@ #!/sbin/openrc-run # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-reconfigure##deb.sysv.one b/src/etc/init.d/one-context-reconfigure##deb.sysv.one index cc14331..2c30086 100755 --- a/src/etc/init.d/one-context-reconfigure##deb.sysv.one +++ b/src/etc/init.d/one-context-reconfigure##deb.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-reconfigure##rpm.sysv.one b/src/etc/init.d/one-context-reconfigure##rpm.sysv.one index 144e64f..a3cc5dc 100755 --- a/src/etc/init.d/one-context-reconfigure##rpm.sysv.one +++ b/src/etc/init.d/one-context-reconfigure##rpm.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-reconfigure-delayed##apk.one b/src/etc/init.d/one-context-reconfigure-delayed##apk.one index aafbaec..cc1fa22 100755 --- a/src/etc/init.d/one-context-reconfigure-delayed##apk.one +++ b/src/etc/init.d/one-context-reconfigure-delayed##apk.one @@ -1,7 +1,7 @@ #!/sbin/openrc-run # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-reconfigure-delayed##deb.sysv.one b/src/etc/init.d/one-context-reconfigure-delayed##deb.sysv.one index 5949eac..e8128cd 100755 --- a/src/etc/init.d/one-context-reconfigure-delayed##deb.sysv.one +++ b/src/etc/init.d/one-context-reconfigure-delayed##deb.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init.d/one-context-reconfigure-delayed##rpm.sysv.one b/src/etc/init.d/one-context-reconfigure-delayed##rpm.sysv.one index d8a70f1..4929603 100755 --- a/src/etc/init.d/one-context-reconfigure-delayed##rpm.sysv.one +++ b/src/etc/init.d/one-context-reconfigure-delayed##rpm.sysv.one @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init/one-context-force.conf##deb.upstart.one b/src/etc/init/one-context-force.conf##deb.upstart.one index e4f5da8..99c5dd8 100644 --- a/src/etc/init/one-context-force.conf##deb.upstart.one +++ b/src/etc/init/one-context-force.conf##deb.upstart.one @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init/one-context-local.conf##deb.upstart.one b/src/etc/init/one-context-local.conf##deb.upstart.one index 49cb9a3..68acfc0 100644 --- a/src/etc/init/one-context-local.conf##deb.upstart.one +++ b/src/etc/init/one-context-local.conf##deb.upstart.one @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init/one-context-reconfigure-delayed.conf##deb.upstart.one b/src/etc/init/one-context-reconfigure-delayed.conf##deb.upstart.one index 6c8ecb9..098429e 100644 --- a/src/etc/init/one-context-reconfigure-delayed.conf##deb.upstart.one +++ b/src/etc/init/one-context-reconfigure-delayed.conf##deb.upstart.one @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init/one-context-reconfigure.conf##deb.upstart.one b/src/etc/init/one-context-reconfigure.conf##deb.upstart.one index dc83aa2..5d5671a 100644 --- a/src/etc/init/one-context-reconfigure.conf##deb.upstart.one +++ b/src/etc/init/one-context-reconfigure.conf##deb.upstart.one @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/init/one-context.conf##deb.upstart.one b/src/etc/init/one-context.conf##deb.upstart.one index 8cc0288..1e0cdc1 100644 --- a/src/etc/init/one-context.conf##deb.upstart.one +++ b/src/etc/init/one-context.conf##deb.upstart.one @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-05-grow-rootfs b/src/etc/one-context.d/loc-05-grow-rootfs index af745e8..e0c2358 100755 --- a/src/etc/one-context.d/loc-05-grow-rootfs +++ b/src/etc/one-context.d/loc-05-grow-rootfs @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-09-timezone b/src/etc/one-context.d/loc-09-timezone index 1abe4f8..b6b9e65 100755 --- a/src/etc/one-context.d/loc-09-timezone +++ b/src/etc/one-context.d/loc-09-timezone @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-10-network##apk.one b/src/etc/one-context.d/loc-10-network##apk.one index 919cbaa..dbddc1b 100755 --- a/src/etc/one-context.d/loc-10-network##apk.one +++ b/src/etc/one-context.d/loc-10-network##apk.one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-10-network##bsd.one b/src/etc/one-context.d/loc-10-network##bsd.one index 1b9b611..d28bc7c 100755 --- a/src/etc/one-context.d/loc-10-network##bsd.one +++ b/src/etc/one-context.d/loc-10-network##bsd.one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-10-network##deb.one b/src/etc/one-context.d/loc-10-network##deb.one index cdcf01d..9e67be1 100755 --- a/src/etc/one-context.d/loc-10-network##deb.one +++ b/src/etc/one-context.d/loc-10-network##deb.one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-10-network##network-scripts.one b/src/etc/one-context.d/loc-10-network##network-scripts.one index 1b4998d..78f937a 100755 --- a/src/etc/one-context.d/loc-10-network##network-scripts.one +++ b/src/etc/one-context.d/loc-10-network##network-scripts.one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-10-network##networkd.one b/src/etc/one-context.d/loc-10-network##networkd.one index 9f24d1e..51f6ea7 100755 --- a/src/etc/one-context.d/loc-10-network##networkd.one +++ b/src/etc/one-context.d/loc-10-network##networkd.one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-10-network-pci##one b/src/etc/one-context.d/loc-10-network-pci##one index 3418725..096c57c 100755 --- a/src/etc/one-context.d/loc-10-network-pci##one +++ b/src/etc/one-context.d/loc-10-network-pci##one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-11-dns##one b/src/etc/one-context.d/loc-11-dns##one index 375bc55..99486b0 100755 --- a/src/etc/one-context.d/loc-11-dns##one +++ b/src/etc/one-context.d/loc-11-dns##one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-12-firewall##vr b/src/etc/one-context.d/loc-12-firewall##vr index 9773891..e9496c8 100755 --- a/src/etc/one-context.d/loc-12-firewall##vr +++ b/src/etc/one-context.d/loc-12-firewall##vr @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-14-mount-swap##one b/src/etc/one-context.d/loc-14-mount-swap##one index 78ffdfe..bcbdb1a 100755 --- a/src/etc/one-context.d/loc-14-mount-swap##one +++ b/src/etc/one-context.d/loc-14-mount-swap##one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-15-ip_forward##vr b/src/etc/one-context.d/loc-15-ip_forward##vr index 38e8746..373e4af 100755 --- a/src/etc/one-context.d/loc-15-ip_forward##vr +++ b/src/etc/one-context.d/loc-15-ip_forward##vr @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-15-keepalived##vr b/src/etc/one-context.d/loc-15-keepalived##vr index 6c7bb13..012c3e7 100755 --- a/src/etc/one-context.d/loc-15-keepalived##vr +++ b/src/etc/one-context.d/loc-15-keepalived##vr @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-16-gen-env b/src/etc/one-context.d/loc-16-gen-env index 36c1013..4d4b764 100755 --- a/src/etc/one-context.d/loc-16-gen-env +++ b/src/etc/one-context.d/loc-16-gen-env @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-20-set-username-password b/src/etc/one-context.d/loc-20-set-username-password index 2b45b8f..be8c90b 100755 --- a/src/etc/one-context.d/loc-20-set-username-password +++ b/src/etc/one-context.d/loc-20-set-username-password @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-22-ssh_public_key b/src/etc/one-context.d/loc-22-ssh_public_key index 3221b36..ab16444 100755 --- a/src/etc/one-context.d/loc-22-ssh_public_key +++ b/src/etc/one-context.d/loc-22-ssh_public_key @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-24-ssh_host_key##deb b/src/etc/one-context.d/loc-24-ssh_host_key##deb index 75975ed..1063923 100755 --- a/src/etc/one-context.d/loc-24-ssh_host_key##deb +++ b/src/etc/one-context.d/loc-24-ssh_host_key##deb @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-30-console##one b/src/etc/one-context.d/loc-30-console##one index 3fc1992..4e9b26d 100755 --- a/src/etc/one-context.d/loc-30-console##one +++ b/src/etc/one-context.d/loc-30-console##one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/loc-35-securetty b/src/etc/one-context.d/loc-35-securetty index 2bc111d..35b28c7 100755 --- a/src/etc/one-context.d/loc-35-securetty +++ b/src/etc/one-context.d/loc-35-securetty @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/net-11-fix-loopback##deb.one b/src/etc/one-context.d/net-11-fix-loopback##deb.one index 828e214..7bbcf64 100755 --- a/src/etc/one-context.d/net-11-fix-loopback##deb.one +++ b/src/etc/one-context.d/net-11-fix-loopback##deb.one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/net-15-hostname b/src/etc/one-context.d/net-15-hostname index 42f36df..e429b9e 100755 --- a/src/etc/one-context.d/net-15-hostname +++ b/src/etc/one-context.d/net-15-hostname @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/one-context.d/net-99-report-ready b/src/etc/one-context.d/net-99-report-ready index 3f12ba7..dfc3cdd 100755 --- a/src/etc/one-context.d/net-99-report-ready +++ b/src/etc/one-context.d/net-99-report-ready @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/rc.d/one-context##bsd_rc.one b/src/etc/rc.d/one-context##bsd_rc.one index 277cfa1..0fb3e08 100755 --- a/src/etc/rc.d/one-context##bsd_rc.one +++ b/src/etc/rc.d/one-context##bsd_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/rc.d/one-context-force##bsd_rc.one b/src/etc/rc.d/one-context-force##bsd_rc.one index 437e12c..456f146 100755 --- a/src/etc/rc.d/one-context-force##bsd_rc.one +++ b/src/etc/rc.d/one-context-force##bsd_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/rc.d/one-context-local##bsd_rc.one b/src/etc/rc.d/one-context-local##bsd_rc.one index fadab02..2bce1db 100755 --- a/src/etc/rc.d/one-context-local##bsd_rc.one +++ b/src/etc/rc.d/one-context-local##bsd_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/rc.d/one-context-reconfigure##bsd_rc_TODO.one b/src/etc/rc.d/one-context-reconfigure##bsd_rc_TODO.one index ffb9984..93df4ca 100755 --- a/src/etc/rc.d/one-context-reconfigure##bsd_rc_TODO.one +++ b/src/etc/rc.d/one-context-reconfigure##bsd_rc_TODO.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/etc/rc.d/one-context-reconfigure-delayed##bsd_rc_TODO.one b/src/etc/rc.d/one-context-reconfigure-delayed##bsd_rc_TODO.one index 72d273b..bbe3a0c 100755 --- a/src/etc/rc.d/one-context-reconfigure-delayed##bsd_rc_TODO.one +++ b/src/etc/rc.d/one-context-reconfigure-delayed##bsd_rc_TODO.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/bin/onegate b/src/usr/bin/onegate index 3fa78b0..a1583ce 100755 --- a/src/usr/bin/onegate +++ b/src/usr/bin/onegate @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/bin/onegate.rb b/src/usr/bin/onegate.rb index 18e02fc..81b7d12 100755 --- a/src/usr/bin/onegate.rb +++ b/src/usr/bin/onegate.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/local/etc/rc.d/one-context-force.sh##pfsense_rc.one b/src/usr/local/etc/rc.d/one-context-force.sh##pfsense_rc.one index d92faa6..f033594 100755 --- a/src/usr/local/etc/rc.d/one-context-force.sh##pfsense_rc.one +++ b/src/usr/local/etc/rc.d/one-context-force.sh##pfsense_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/local/etc/rc.d/one-context-local.sh##pfsense_rc.one b/src/usr/local/etc/rc.d/one-context-local.sh##pfsense_rc.one index 387066e..ca1abd8 100755 --- a/src/usr/local/etc/rc.d/one-context-local.sh##pfsense_rc.one +++ b/src/usr/local/etc/rc.d/one-context-local.sh##pfsense_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/local/etc/rc.d/one-context-reconfigure-delayed.sh##pfsense_rc.one b/src/usr/local/etc/rc.d/one-context-reconfigure-delayed.sh##pfsense_rc.one index 71b3c82..ac89ae4 100755 --- a/src/usr/local/etc/rc.d/one-context-reconfigure-delayed.sh##pfsense_rc.one +++ b/src/usr/local/etc/rc.d/one-context-reconfigure-delayed.sh##pfsense_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/local/etc/rc.d/one-context.sh##pfsense_rc.one b/src/usr/local/etc/rc.d/one-context.sh##pfsense_rc.one index 1e96497..234b55b 100755 --- a/src/usr/local/etc/rc.d/one-context.sh##pfsense_rc.one +++ b/src/usr/local/etc/rc.d/one-context.sh##pfsense_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/local/etc/rc.d/one-contextre-configure.sh##pfsense_rc.one b/src/usr/local/etc/rc.d/one-contextre-configure.sh##pfsense_rc.one index 9783f5a..61a64f8 100755 --- a/src/usr/local/etc/rc.d/one-contextre-configure.sh##pfsense_rc.one +++ b/src/usr/local/etc/rc.d/one-contextre-configure.sh##pfsense_rc.one @@ -1,7 +1,7 @@ #!/bin/sh # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 # diff --git a/src/usr/sbin/one-context-run##one b/src/usr/sbin/one-context-run##one index f8012a8..4b1c9bc 100755 --- a/src/usr/sbin/one-context-run##one +++ b/src/usr/sbin/one-context-run##one @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems # # # # 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 #