Browse Source

added the copyright/license statement to top of file

cwandrews 11 years ago
parent
commit
3dcc29bc16
1 changed files with 4 additions and 0 deletions
  1. 4 0
      helpers.go

+ 4 - 0
helpers.go

@@ -1,3 +1,7 @@
+// Copyright (c) 2012 The gocql Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
 package gocql
 package gocql
 
 
 import "reflect"
 import "reflect"