xormplus 9 лет назад
Родитель
Сommit
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 (