diff --git a/LICENSE b/LICENSE index 063aad1..30899a2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright 2019-2021 The Hush developers + Copyright 2019-2022 The Hush developers Copyright 2018 adityapk diff --git a/build.sh b/build.sh index cf63aa3..6db6048 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019-2021 The Hush Developers +# Copyright 2019-2022 The Hush Developers # Released under the GPLv3 UNAME=$(uname) diff --git a/res/libsodium/buildlibsodium.sh b/res/libsodium/buildlibsodium.sh index d6efc58..3013d91 100755 --- a/res/libsodium/buildlibsodium.sh +++ b/res/libsodium/buildlibsodium.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019-2021 The Hush developers +# Copyright 2019-2022 The Hush developers # Released under the GPLv3 VERSION=1.0.18 diff --git a/run-after-build.sh b/run-after-build.sh index a8ea07a..754f66e 100755 --- a/run-after-build.sh +++ b/run-after-build.sh @@ -1,4 +1,4 @@ #!/bin/bash -# Copyright 2019-2021 The Hush Developers +# Copyright 2019-2022 The Hush Developers ./build.sh && ./SilentDragonLite diff --git a/util/add-linux-icons.sh b/util/add-linux-icons.sh index 614e0fb..3ddc295 100755 --- a/util/add-linux-icons.sh +++ b/util/add-linux-icons.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019-2021 The Hush Developers +# Copyright 2019-2022 The Hush Developers username=$(id -un) sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop diff --git a/util/install.sh b/util/install.sh index 250f530..1b712fc 100755 --- a/util/install.sh +++ b/util/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019-2021 The Hush Developers +# Copyright 2019-2022 The Hush Developers cd ../ && ./build.sh linguist && ./build.sh # should be better