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