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

Commit ebc4868

Browse files
Patil2099chfast
andcommitted
Shorten the header license comment in source files
This replaces the long GPL notice in source files with a shorten one already used in newer files. Co-authored-by: Paweł Bylica <chfast@gmail.com>
1 parent 9aa1e6d commit ebc4868

File tree

334 files changed

+1115
-5747
lines changed

Some content is hidden

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

334 files changed

+1115
-5747
lines changed

.travis.yml

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

255
language: cpp
266
branches:

aleth-key/KeyAux.h

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,10 @@
1-
#pragma once
1+
// Aleth: Ethereum C++ client, tools and libraries.
2+
// Copyright 2019 Aleth Authors.
3+
// Licensed under the GNU General Public License, Version 3.
24

3-
/*
4-
This file is part of cpp-ethereum.
5-
6-
cpp-ethereum is free software: you can redistribute it and/or modify
7-
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation, either version 3 of the License, or
9-
(at your option) any later version.
10-
11-
cpp-ethereum is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU General Public License for more details.
15-
16-
You should have received a copy of the GNU General Public License
17-
along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
18-
*/
19-
/** @file KeyAux.cpp
20-
* @author Gav Wood <i@gavwood.com>
21-
* @date 2014
22-
* CLI module for key management.
23-
*/
5+
/// @file
6+
/// CLI module for key management.
7+
#pragma once
248

259
#include <libdevcore/CommonIO.h>
2610
#include <libdevcore/FileSystem.h>

aleth-key/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Aleth: Ethereum C++ client, tools and libraries.
22
// Copyright 2019 Aleth Authors.
33
// Licensed under the GNU General Public License, Version 3.
4-
54
#include "KeyAux.h"
65

76
#include <libdevcore/FileSystem.h>

aleth/AccountManager.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 AccountManager.cpp
18-
* @author Yann <yann@ethdev.com>
19-
* @date 2016
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 <libdevcore/SHA3.h>
236
#include <libdevcore/FileSystem.h>

aleth/AccountManager.h

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
/*
2-
This file is part of cpp-ethereum.
1+
// Aleth: Ethereum C++ client, tools and libraries.
2+
// Copyright 2019 Aleth Authors.
3+
// Licensed under the GNU General Public License, Version 3.
34

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 AccountManager.h
18-
* @author Yann <yann@ethdev.com>
19-
* @date 2016
20-
*/
215
#pragma once
226
#include <libethcore/KeyManager.h>
237

aleth/MinerAux.cpp

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
1+
// Aleth: Ethereum C++ client, tools and libraries.
2+
// Copyright 2019 Aleth Authors.
3+
// Licensed under the GNU General Public License, Version 3.
184
#include "MinerAux.h"
195

206
#include <boost/algorithm/string/case_conv.hpp>

aleth/MinerAux.h

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
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
18-
* CLI module for mining.
19-
*/
1+
// Aleth: Ethereum C++ client, tools and libraries.
2+
// Copyright 2019 Aleth Authors.
3+
// Licensed under the GNU General Public License, Version 3.
204

5+
/// @file
6+
/// CLI module for mining.
217
#pragma once
228

239
#include <boost/program_options.hpp>

appveyor.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +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-
# (c) 2016 cpp-ethereum contributors.
18-
#------------------------------------------------------------------------------
1+
# Aleth: Ethereum C++ client, tools and libraries.
2+
# Copyright 2019 Aleth Authors.
3+
# Licensed under the GNU General Public License, Version 3.
194

205
branches:
216
only:

homebrew/fix_homebrew_paths_in_standalone_zip.py

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
# ------------------------------------------------------------------------------
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-
#
2+
# Aleth: Ethereum C++ client, tools and libraries.
3+
# Copyright 2019 Aleth Authors.
4+
# Licensed under the GNU General Public License, Version 3.
175
# -----------------------------------------------------------------------------
186
#
197
# This Python script is used within the OS X release process, to ensure

libaleth-interpreter/VM.cpp

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
1+
// Aleth: Ethereum C++ client, tools and libraries.
2+
// Copyright 2019 Aleth Authors.
3+
// Licensed under the GNU General Public License, Version 3.
184
#include "interpreter.h"
195
#include "VM.h"
206

0 commit comments

Comments
 (0)