aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/logger.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/logger.go')
-rw-r--r--core/vm/logger.go16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/vm/logger.go b/core/vm/logger.go
index 0e2a417ae..a99b268b4 100644
--- a/core/vm/logger.go
+++ b/core/vm/logger.go
@@ -1,3 +1,19 @@
+// Copyright 2015 The go-ethereum Authors
+// This file is part of go-ethereum.
+//
+// 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,
+// 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 go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+
package vm
import (
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 | | | | Approved by: pat * Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longertg2001-11-077-69/+39 | | | | running FreeBSD. * Correct C-macro usage: One of the first lessions you learn is,alex2000-08-131-0/+42 | | | | | | | | that you must not use something like macro(var++) if you don't know the implementation of the macro. PR: 20538 Submitted by: Kevin Day <toasty@dragondata.com> * Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-101-0/+1 | | | | area on the local ports tree. * @dirrm share/cutils/cinfoasami2000-06-081-0/+2 | | | | | | @dirrm share/cutils Submitted by: bento * PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2 | * Change Id->FreeBSD.obrien1999-08-251-1/+1 |