xormplus 9 yıl önce
ebeveyn
işleme
ffaa6ab66c
4 değiştirilmiş dosya ile 13 ekleme ve 1 silme
  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.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 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
 package xorm
 
 
 import (
 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
 package xorm
 
 
 import (
 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
 package xorm
 
 
 // Begin a transaction
 // Begin a transaction