Browse Source

Update copyrights

pull/217/head
Jonathan "Duke" Leto 2 years ago
parent
commit
005f1e00bc
  1. 2
      src/hush_defs.h
  2. 2
      src/pow/tromp/equi.h
  3. 2
      src/sc/hush
  4. 2
      src/sc/koolaid
  5. 2
      src/sc/kush
  6. 2
      src/sc/zex
  7. 2
      src/sietch.h
  8. 2
      src/smartchains.old

2
src/hush_defs.h

@ -1,4 +1,4 @@
// Copyright (c) 2019-2020 The Hush developers
// Copyright (c) 2019-2022 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/pow/tromp/equi.h

@ -1,4 +1,4 @@
// Copyright (c) 2019-2020 The Hush developers
// Copyright (c) 2019-2022 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
// Copyright (c) 2016-2016 John Tromp, The Zcash developers

2
src/sc/hush

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2020 The Hush developers
# Copyright (c) 2018-2022 The Hush developers
#set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR

2
src/sc/koolaid

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2020 The Hush developers
# Copyright (c) 2018-2022 The Hush developers
./hush-smart-chain -ac_name=KOOLAID $@

2
src/sc/kush

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2020 The Hush developers
# Copyright (c) 2018-2022 The Hush developers
./hush-smart-chain -ac_name=KUSH $@

2
src/sc/zex

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2020 The Hush developers
# Copyright (c) 2018-2022 The Hush developers
./hush-smart-chain -ac_name=ZEX $@

2
src/sietch.h

@ -1,5 +1,5 @@
/******************************************************************************
* Copyright © 2016-2020 The Hush developers *
* Copyright © 2016-2022 The Hush developers *
* *
* See the AUTHORS and LICENSE files at *
* the top-level directory of this distribution for the individual copyright *

2
src/smartchains.old

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2020 The Hush developers
# Copyright (c) 2018-2022 The Hush developers
set -x
delay=60
source pubkey.txt

Loading…
Cancel
Save