From c61d139da56610f25b1def3315f7a12a154a865b Mon Sep 17 00:00:00 2001 From: Michael Iedema Date: Tue, 18 Oct 2016 11:13:27 +0200 Subject: [PATCH 1/2] fix messages to indicate only 16.04 is officially supported --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 98e5624..0f5622a 100755 --- a/build.sh +++ b/build.sh @@ -81,10 +81,10 @@ fi echo "# checking for a compatible build host" if hash lsb_release 2>/dev/null; then ubuntu=`lsb_release -r -s` - if [ $ubuntu != "12.04" ]; then - echo "# - WARNING : dev-tools is currently only tested on Ubuntu 12.04, YMMV. Please open an issue if you've used it successfully on another version of Ubuntu." + if [ $ubuntu != "16.04" ]; then + echo "# - WARNING : dev-tools is currently only tested on Ubuntu 16.04, YMMV. Please open an issue if you've used it successfully on another version of Ubuntu." else - echo "# - fully supported host detected: Ubuntu 12.04" + echo "# - fully supported host detected: Ubuntu 16.04" fi else echo "# - ERROR : Sorry, dev-tools currently only supports Ubuntu as the host OS. Please open an issue for your desired host." From 480f65d10a31c22770080d8f60b0372b9852a98b Mon Sep 17 00:00:00 2001 From: Michael Iedema Date: Wed, 10 Feb 2021 16:49:44 +0100 Subject: [PATCH 2/2] update copyright year --- build.sh | 2 +- clone.sh | 2 +- common.source | 2 +- create.sh | 2 +- delete.sh | 2 +- pull.sh | 2 +- rename.sh | 2 +- state.sh | 2 +- switchto.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.sh b/build.sh index 0f5622a..2c8f6ec 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014-2016 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/clone.sh b/clone.sh index f10b9d1..b5046c6 100755 --- a/clone.sh +++ b/clone.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014-2016 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/common.source b/common.source index 58ac488..95d5ab4 100644 --- a/common.source +++ b/common.source @@ -1,5 +1,5 @@ # -# Copyright 2014 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/create.sh b/create.sh index b88d72d..53b6b4f 100755 --- a/create.sh +++ b/create.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/delete.sh b/delete.sh index 6ad7081..281ef03 100755 --- a/delete.sh +++ b/delete.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pull.sh b/pull.sh index 20684c8..9f332cc 100755 --- a/pull.sh +++ b/pull.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/rename.sh b/rename.sh index d932e0e..60f2b5d 100755 --- a/rename.sh +++ b/rename.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/state.sh b/state.sh index 5be2172..597b19e 100755 --- a/state.sh +++ b/state.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/switchto.sh b/switchto.sh index bc21988..7351a90 100755 --- a/switchto.sh +++ b/switchto.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2014-2016 Range Networks, Inc. +# Copyright 2014-2021 Range Networks, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by