Skip to content

Commit 902f696

Browse files
committed
Replace cpp-ethereum with solidity in the license headers
1 parent 5225a5b commit 902f696

29 files changed

+116
-116
lines changed

libdevcore/ABI.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file ABI.h
1818
* @author Gav Wood <[email protected]>

libdevcore/Assertions.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/**
1818
* @file Assertions.h

libdevcore/Common.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file Common.h
1818
* @author Gav Wood <[email protected]>

libdevcore/CommonData.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file CommonData.cpp
1818
* @author Gav Wood <[email protected]>

libdevcore/CommonData.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file CommonData.h
1818
* @author Gav Wood <[email protected]>

libdevcore/CommonIO.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file CommonIO.cpp
1818
* @author Gav Wood <[email protected]>

libdevcore/CommonIO.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file CommonIO.h
1818
* @author Gav Wood <[email protected]>

libdevcore/Exceptions.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file Exceptions.h
1818
* @author Gav Wood <[email protected]>

libdevcore/FixedHash.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file FixedHash.h
1818
* @author Gav Wood <[email protected]>

libdevcore/JSON.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file JSON.h
1818
* @date 2016

libdevcore/SHA3.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file SHA3.cpp
1818
* @author Gav Wood <[email protected]>

libdevcore/SHA3.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file SHA3.h
1818
* @author Gav Wood <[email protected]>

libdevcore/SwarmHash.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file SwarmHash.cpp
1818
*/

libdevcore/SwarmHash.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file SwarmHash.h
1818
*/

libdevcore/UTF8.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file UTF8.cpp
1818
* @author Alex Beregszaszi

libdevcore/UTF8.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file UTF8.h
1818
* @author Alex Beregszaszi

libdevcore/UndefMacros.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
This file is part of cpp-ethereum.
2+
This file is part of solidity.
33
4-
cpp-ethereum is free software: you can redistribute it and/or modify
4+
solidity is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
66
the Free Software Foundation, either version 3 of the License, or
77
(at your option) any later version.
88
9-
cpp-ethereum is distributed in the hope that it will be useful,
9+
solidity is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
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/>.
15+
along with solidity. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/** @file UndefMacros.h
1818
* @author Lefteris <[email protected]>

0 commit comments

Comments
 (0)