소스 검색

add comments

xormplus 9 년 전
부모
커밋
aaeeccedb0
4개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      cipher.go
  2. 4 0
      databook.go
  3. 4 0
      dataset.go
  4. 4 0
      des.go

+ 4 - 0
cipher.go

@@ -1,3 +1,7 @@
+// Copyright 2015 The Xorm 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 xorm
 
 type Cipher interface {

+ 4 - 0
databook.go

@@ -1,3 +1,7 @@
+// Copyright 2015 The Xorm 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 xorm
 
 import (

+ 4 - 0
dataset.go

@@ -1,3 +1,7 @@
+// Copyright 2015 The Xorm 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 xorm
 
 import (

+ 4 - 0
des.go

@@ -1,3 +1,7 @@
+// Copyright 2015 The Xorm 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 xorm
 
 import (