Skip to content

Commit

Permalink
Update license related comments in codes
Browse files Browse the repository at this point in the history
  • Loading branch information
dongxuny committed Sep 2, 2021
1 parent 174e3bd commit 3a4147f
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event_factory.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event_factory_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event_helper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event_helper_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event_noop.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event_threadsafe.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion event_zap.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion example/example.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package main

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/google/uuid v1.2.0
github.com/rookie-ninja/rk-logger v1.2.1
github.com/rookie-ninja/rk-logger v1.2.2
github.com/spf13/cast v1.3.1
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rookie-ninja/rk-logger v1.2.1 h1:SUEEU4nuzgE37PVZINpTC+yVJOvZQvIXfY3yRnuwRmQ=
github.com/rookie-ninja/rk-logger v1.2.1/go.mod h1:NDRMGnXMO/PBsFQc+N4LQgTmIxOKaFE1c7pDRmQUGjc=
github.com/rookie-ninja/rk-logger v1.2.2 h1:UnsadmLTLFKwTuG9+CNHt+n8RPgULALGwQ+4ErfU72g=
github.com/rookie-ninja/rk-logger v1.2.2/go.mod h1:NDRMGnXMO/PBsFQc+N4LQgTmIxOKaFE1c7pDRmQUGjc=
github.com/spf13/cast v1.3.1 h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
2 changes: 1 addition & 1 deletion time_tracker.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down
2 changes: 1 addition & 1 deletion time_tracker_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2021 rookie-ninja
//
// Use of this source code is governed by an MIT-style
// Use of this source code is governed by an Apache-style
// license that can be found in the LICENSE file.
package rkquery

Expand Down

0 comments on commit 3a4147f

Please sign in to comment.