Skip to content

Commit f893761

Browse files
committed
Add the year a file was created to the copyright notice
1 parent ebc4868 commit f893761

File tree

359 files changed

+1456
-1456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+1456
-1456
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aleth: Ethereum C++ client, tools and libraries.
2-
# Copyright 2019 Aleth Authors.
2+
# Copyright 2014-2019 Aleth Authors.
33
# Licensed under the GNU General Public License, Version 3.
44

55
language: cpp

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aleth: Ethereum C++ client, tools and libraries.
2-
# Copyright 2019 Aleth Authors.
2+
# Copyright 2013-2019 Aleth Authors.
33
# Licensed under the GNU General Public License, Version 3. See the LICENSE file.
44

55
cmake_minimum_required(VERSION 3.9.3)

aleth-bootnode/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2018-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44

55
#include <libdevcore/FileSystem.h>

aleth-key/KeyAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2015-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44

55
/// @file

aleth-key/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2015-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44
#include "KeyAux.h"
55

aleth-vm/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2015-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44

55
#include <libdevcore/CommonIO.h>

aleth/AccountManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2016-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44

55
#include <libdevcore/SHA3.h>

aleth/AccountManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2015-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44

55
#pragma once

aleth/MinerAux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2018-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44
#include "MinerAux.h"
55

aleth/MinerAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
2-
// Copyright 2019 Aleth Authors.
2+
// Copyright 2015-2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
44

55
/// @file

0 commit comments

Comments
 (0)