diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-23 16:43:11 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-23 16:43:11 +0800 |
commit | 0cff61bedaca42c94d162853cd55eb1e013dadb9 (patch) | |
tree | e62436553c2921dc340b926eaaaa161203e81dbc /cmd/utils/flags.go | |
parent | b403b9e4c398a285c0e307771761b29bab47adb9 (diff) | |
parent | 0428cae226ff4910227ded0608f7e7f1c9b4df37 (diff) | |
download | go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.gz go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.tar.zst go-tangerine-0cff61bedaca42c94d162853cd55eb1e013dadb9.zip |
Merge pull request #1510 from fjl/license-fixes
all: license fixes
Diffstat (limited to 'cmd/utils/flags.go')
-rw-r--r-- | cmd/utils/flags.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 68de67cde..7f9c696e0 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -8,11 +8,11 @@ // // go-ethereum 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. package utils |