diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-23 00:54:45 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-07-23 00:54:45 +0800 |
commit | 0428cae226ff4910227ded0608f7e7f1c9b4df37 (patch) | |
tree | 49b3cdd29a4e414672488264815bf3e2ded787ff | |
parent | 3f047be5aa93b6222506445414ca909dd59c7eeb (diff) | |
download | go-tangerine-0428cae226ff4910227ded0608f7e7f1c9b4df37.tar.gz go-tangerine-0428cae226ff4910227ded0608f7e7f1c9b4df37.tar.zst go-tangerine-0428cae226ff4910227ded0608f7e7f1c9b4df37.zip |
remove LICENSE files
-rw-r--r-- | LICENSE | 16 | ||||
-rw-r--r-- | cmd/LICENSE | 16 |
2 files changed, 0 insertions, 32 deletions
diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 003bdf59a..000000000 --- a/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -Copyright (c) 2013-2015, The go-ethereum Authors. All rights reserved. - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301 USA diff --git a/cmd/LICENSE b/cmd/LICENSE deleted file mode 100644 index 00cdb415d..000000000 --- a/cmd/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -Copyright (c) 2013-2015, The go-ethereum Authors. All rights reserved. - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301 USA |