diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-23 00:48:40 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-23 16:46:37 +0800 |
commit | b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4 (patch) | |
tree | 99ae1dea2ac44ba335122110bed403a0f52ecc7a /errs | |
parent | a606dc274b22fd5874a16c1c8dac3d5a69084fa7 (diff) | |
download | go-tangerine-b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4.tar go-tangerine-b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4.tar.gz go-tangerine-b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4.tar.bz2 go-tangerine-b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4.tar.lz go-tangerine-b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4.tar.xz go-tangerine-b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4.tar.zst go-tangerine-b1fdb9f38ecaaf8cf59aa31307dc09db5c7849b4.zip |
all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
Diffstat (limited to 'errs')
-rw-r--r-- | errs/errors.go | 8 | ||||
-rw-r--r-- | errs/errors_test.go | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/errs/errors.go b/errs/errors.go index 7f8897776..854796d0a 100644 --- a/errs/errors.go +++ b/errs/errors.go @@ -1,18 +1,18 @@ // Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// This file is part of the go-ethereum library. // // go-ethereum 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 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// The go-ethereum 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 +// 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 go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. package errs diff --git a/errs/errors_test.go b/errs/errors_test.go index 6e7d171bf..5d39938fe 100644 --- a/errs/errors_test.go +++ b/errs/errors_test.go @@ -1,18 +1,18 @@ // Copyright 2015 The go-ethereum Authors -// This file is part of go-ethereum. +// This file is part of the go-ethereum library. // // go-ethereum 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 3 of the License, or // (at your option) any later version. // -// go-ethereum is distributed in the hope that it will be useful, +// The go-ethereum 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 +// 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 go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. package errs |