diff --git a/src/datastore_mad/remotes/restic/backup b/src/datastore_mad/remotes/restic/backup index 519a958b87..afac7feb81 100755 --- a/src/datastore_mad/remotes/restic/backup +++ b/src/datastore_mad/remotes/restic/backup @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/backup_cancel b/src/datastore_mad/remotes/restic/backup_cancel index 82fb82586f..8e1b720ce7 100755 --- a/src/datastore_mad/remotes/restic/backup_cancel +++ b/src/datastore_mad/remotes/restic/backup_cancel @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/clone b/src/datastore_mad/remotes/restic/clone index 5b580482b2..5f8e649ed6 100755 --- a/src/datastore_mad/remotes/restic/clone +++ b/src/datastore_mad/remotes/restic/clone @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/cp b/src/datastore_mad/remotes/restic/cp index 5b580482b2..5f8e649ed6 100755 --- a/src/datastore_mad/remotes/restic/cp +++ b/src/datastore_mad/remotes/restic/cp @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/increment_flatten b/src/datastore_mad/remotes/restic/increment_flatten index 37248f3062..4c06537f0f 100755 --- a/src/datastore_mad/remotes/restic/increment_flatten +++ b/src/datastore_mad/remotes/restic/increment_flatten @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/ls b/src/datastore_mad/remotes/restic/ls index 489ddc839c..d1cfba3429 100755 --- a/src/datastore_mad/remotes/restic/ls +++ b/src/datastore_mad/remotes/restic/ls @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/mkfs b/src/datastore_mad/remotes/restic/mkfs index 5b580482b2..5f8e649ed6 100755 --- a/src/datastore_mad/remotes/restic/mkfs +++ b/src/datastore_mad/remotes/restic/mkfs @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/monitor b/src/datastore_mad/remotes/restic/monitor index 31f887f05c..067615535a 100755 --- a/src/datastore_mad/remotes/restic/monitor +++ b/src/datastore_mad/remotes/restic/monitor @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/restic.rb b/src/datastore_mad/remotes/restic/restic.rb index d5568404d3..6a067610f6 100644 --- a/src/datastore_mad/remotes/restic/restic.rb +++ b/src/datastore_mad/remotes/restic/restic.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/restore b/src/datastore_mad/remotes/restic/restore index e5f3143aa1..87d974edd3 100755 --- a/src/datastore_mad/remotes/restic/restore +++ b/src/datastore_mad/remotes/restic/restore @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/rm b/src/datastore_mad/remotes/restic/rm index 2546fd9cc1..b92d88b355 100755 --- a/src/datastore_mad/remotes/restic/rm +++ b/src/datastore_mad/remotes/restic/rm @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/snap_delete b/src/datastore_mad/remotes/restic/snap_delete index 5b580482b2..5f8e649ed6 100755 --- a/src/datastore_mad/remotes/restic/snap_delete +++ b/src/datastore_mad/remotes/restic/snap_delete @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/snap_flatten b/src/datastore_mad/remotes/restic/snap_flatten index 5b580482b2..5f8e649ed6 100755 --- a/src/datastore_mad/remotes/restic/snap_flatten +++ b/src/datastore_mad/remotes/restic/snap_flatten @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/snap_revert b/src/datastore_mad/remotes/restic/snap_revert index 5b580482b2..5f8e649ed6 100755 --- a/src/datastore_mad/remotes/restic/snap_revert +++ b/src/datastore_mad/remotes/restic/snap_revert @@ -1,7 +1,7 @@ #!/bin/bash # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/stat b/src/datastore_mad/remotes/restic/stat index ee81b86e78..4b28b18152 100755 --- a/src/datastore_mad/remotes/restic/stat +++ b/src/datastore_mad/remotes/restic/stat @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/datastore_mad/remotes/restic/vendor/download b/src/datastore_mad/remotes/restic/vendor/download index c8f0ebf694..e5d9f54f97 100755 --- a/src/datastore_mad/remotes/restic/vendor/download +++ b/src/datastore_mad/remotes/restic/vendor/download @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -------------------------------------------------------------------------- # -# Copyright 2002-2023, OpenNebula Project, OpenNebula Systems # +# Copyright 2002-2024, 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/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index f2625904d1..011214a8c9 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -323,7 +323,7 @@ SUPPORT = { :author_name => "OpenNebula Support Team", :support_subscription => "https://opennebula.io/support/", :account => "https://opennebula.io/buy-support", - :docs => "https://docs.opennebula.io/6.9/", + :docs => "https://docs.opennebula.io/6.10/", :community => "https://opennebula.io/usec", :project => "OpenNebula" }