add copy right statement and author contact info

This commit is contained in:
lion 2022-06-21 10:21:37 +08:00
parent 08a4ad245d
commit 7eb4a5ba5e
6 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,11 @@
// Copyright 2022 The Ip2Region Authors. All rights reserved.
// Use of this source code is governed by a Apache2.0-style
// license that can be found in the LICENSE file.
// ---
// @Author Lion <chenxin619315@gmail.com>
// @Date 2022/06/16
package main package main
import ( import (

View File

@ -2,6 +2,9 @@
// Use of this source code is governed by a Apache2.0-style // Use of this source code is governed by a Apache2.0-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// @Author Lion <chenxin619315@gmail.com>
// @Date 2022/06/16
package xdb package xdb
import ( import (

View File

@ -5,6 +5,9 @@
// --- // ---
// ip2region database v2.0 searcher. // ip2region database v2.0 searcher.
// @Note this is a Not thread safe implementation. // @Note this is a Not thread safe implementation.
//
// @Author Lion <chenxin619315@gmail.com>
// @Date 2022/06/16
package xdb package xdb

View File

@ -2,6 +2,10 @@
// Use of this source code is governed by a Apache2.0-style // Use of this source code is governed by a Apache2.0-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// --
// @Author Lion <chenxin619315@gmail.com>
// @Date 2022/06/16
package xdb package xdb
import ( import (

View File

@ -1,3 +1,11 @@
// Copyright 2022 The Ip2Region Authors. All rights reserved.
// Use of this source code is governed by a Apache2.0-style
// license that can be found in the LICENSE file.
// ---
// @Author Lion <chenxin619315@gmail.com>
// @Date 2022/06/16
package xdb package xdb
import ( import (

View File

@ -2,6 +2,10 @@
// Use of this source code is governed by a Apache2.0-style // Use of this source code is governed by a Apache2.0-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// ---
// @Author Lion <chenxin619315@gmail.com>
// @Date 2022/06/16
package xdb package xdb
import ( import (