Browse Source

add license

pull/133/head
freedom 4 years ago
parent
commit
0d71c267bd
  1. 6
      dtmsvr/storage/boltdb/boltdb.go
  2. 6
      dtmsvr/storage/boltdb/boltdb_test.go

6
dtmsvr/storage/boltdb/boltdb.go

@ -1,3 +1,9 @@
/*
* Copyright (c) 2021 yedf. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
package boltdb
import (

6
dtmsvr/storage/boltdb/boltdb_test.go

@ -1,3 +1,9 @@
/*
* Copyright (c) 2021 yedf. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
package boltdb
import (

Loading…
Cancel
Save