Browse Source

update copyright

pull/84/head
Duke Leto 2 years ago
parent
commit
3695e68190
  1. 2
      LICENSE
  2. 2
      build.sh
  3. 2
      res/libsodium/buildlibsodium.sh
  4. 2
      run-after-build.sh
  5. 2
      util/add-linux-icons.sh
  6. 2
      util/install.sh

2
LICENSE

@ -1,4 +1,4 @@
Copyright 2019-2021 The Hush developers
Copyright 2019-2022 The Hush developers
Copyright 2018 adityapk

2
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)

2
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

2
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

2
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

2
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

Loading…
Cancel
Save