Ver código fonte

codec/codecgen: added copyright info

Ugorji Nwoke 7 anos atrás
pai
commit
fd33a05832
1 arquivos alterados com 3 adições e 0 exclusões
  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
 
 const genCodecPath = "github.com/ugorji/go/codec"