2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-24 14:48:40 +08:00

Add license comment to all src files

This commit is contained in:
Ken Hibino
2020-01-02 18:13:16 -08:00
parent 9c0233c388
commit c62833540c
32 changed files with 129 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (

View File

@@ -1,3 +1,7 @@
// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package cmd
import (