Browse Source

codec/codecgen: added copyright info

Ugorji Nwoke 6 năm trước cách đây
mục cha
commit
fd33a05832
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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"