Browse Source

2021

pull/3/head
Duke Leto 3 years ago
parent
commit
b7ac09bd71
  1. 2
      src/connection.cpp
  2. 2
      src/main.cpp
  3. 2
      src/mainwindow.cpp
  4. 2
      src/rpc.cpp
  5. 2
      src/scripts/dotranslations.sh
  6. 2
      src/scripts/make-deb.sh
  7. 2
      src/scripts/mkrelease.sh
  8. 2
      src/sendtab.cpp
  9. 2
      src/settings.cpp
  10. 2
      src/websockets.cpp

2
src/connection.cpp

@ -1,4 +1,4 @@
// Copyright 2019-2020 The Hush developers
// Copyright 2019-2021 The Hush developers
// GPLv3
#include "connection.h"
#include "mainwindow.h"

2
src/main.cpp

@ -1,4 +1,4 @@
// Copyright 2019-2020 The Hush developers
// Copyright 2019-2021 The Hush developers
// GPLv3
#include <singleapplication.h>

2
src/mainwindow.cpp

@ -1,4 +1,4 @@
// Copyright 2019-2020 The Hush Developers
// Copyright 2019-2021 The Hush Developers
// Released under the GPLv3
#include "mainwindow.h"
#include "addressbook.h"

2
src/rpc.cpp

@ -1,4 +1,4 @@
// Copyright 2019-2020 The Hush Developers
// Copyright 2019-2021 The Hush Developers
// Released under the GPLv3
#include "rpc.h"

2
src/scripts/dotranslations.sh

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2019-2020 The Hush developers
# Copyright (c) 2019-2021 The Hush developers
# Released under the GPLv3
if [ -z $QT_STATIC ]; then

2
src/scripts/make-deb.sh

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2019-2020 The Hush developers
# Copyright (c) 2019-2021 The Hush developers
# Thanks to Zecwallet for the original code
# Released under the GPLv3

2
src/scripts/mkrelease.sh

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2019-2020 The Hush developers
# Copyright (c) 2019-2021 The Hush developers
# Thanks to Zecwallet for the original code
# Released under the GPLv3

2
src/sendtab.cpp

@ -1,4 +1,4 @@
// Copyright 2019-2020 Hush developers
// Copyright 2019-2021 Hush developers
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "addressbook.h"

2
src/settings.cpp

@ -1,4 +1,4 @@
// Copyright 2019-2020 Hush developers
// Copyright 2019-2021 Hush developers
// Released under the GPLv3
#include "mainwindow.h"
#include "settings.h"

2
src/websockets.cpp

@ -1,4 +1,4 @@
// Copyright 2019-2020 Hush developers
// Copyright 2019-2021 Hush developers
#include "websockets.h"
#include "rpc.h"
#include "settings.h"

Loading…
Cancel
Save