Browse Source

codec/codecgen: added copyright info

Ugorji Nwoke 6 years ago
parent
commit
fd33a05832
1 changed files with 3 additions and 0 deletions
  1. 3 0
      codec/codecgen/z.go

+ 3 - 0
codec/codecgen/z.go

@@ -1,3 +1,6 @@
+// Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved.
+// Use of this source code is governed by a MIT license found in the LICENSE file.
+
 package main
 package main
 
 
 const genCodecPath = "github.com/ugorji/go/codec"
 const genCodecPath = "github.com/ugorji/go/codec"