Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 4612963

Browse files
committed
Update license message
1 parent 68eab1a commit 4612963

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

libethereum/TransactionQueue.cpp

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
This file is part of cpp-ethereum.
3-
4-
cpp-ethereum is free software: you can redistribute it and/or modify
5-
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation, either version 3 of the License, or
7-
(at your option) any later version.
8-
9-
cpp-ethereum is distributed in the hope that it will be useful,
10-
but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
GNU General Public License for more details.
13-
14-
You should have received a copy of the GNU General Public License
15-
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
16-
*/
17-
/** @file TransactionQueue.cpp
18-
* @author Gav Wood <i@gavwood.com>
19-
* @date 2014
20-
*/
1+
// Aleth: Ethereum C++ client, tools and libraries.
2+
// Copyright 2019 Aleth Authors.
3+
// Licensed under the GNU General Public License, Version 3.
214

225
#include "TransactionQueue.h"
236

0 commit comments

Comments
 (0)