xormplus 8 年之前
父节点
当前提交
ffaa6ab66c
共有 4 个文件被更改,包括 13 次插入1 次删除
  1. 1 1
      LICENSE
  2. 4 0
      session_find.go
  3. 4 0
      session_get.go
  4. 4 0
      session_tx.go

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2013 - 2016 The xormplus Authors
+Copyright (c) 2013 - 2015 The Xorm Authors
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 4 - 0
session_find.go

@@ -1,3 +1,7 @@
+// Copyright 2016 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
session_get.go

@@ -1,3 +1,7 @@
+// Copyright 2016 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
session_tx.go

@@ -1,3 +1,7 @@
+// Copyright 2016 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
 
 // Begin a transaction