Skip to content

Commit 7089bda

Browse files
authored
chore: update copyright (tensorchord#1583)
Signed-off-by: Zhizhen He <[email protected]>
1 parent 528d083 commit 7089bda

File tree

242 files changed

+323
-291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+323
-291
lines changed

cmd/envd-sshd/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright 2022 The envd Authors
2-
// Copyright 2022 The okteto remote Authors
1+
// Copyright 2023 The envd Authors
2+
// Copyright 2023 The okteto remote Authors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

cmd/envd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/v0/cli/build_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import (
2020
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222

23-
e2e "github.com/tensorchord/envd/e2e/v0"
23+
"github.com/tensorchord/envd/e2e/v0"
2424
"github.com/tensorchord/envd/pkg/app"
2525
"github.com/tensorchord/envd/pkg/driver/docker"
2626
"github.com/tensorchord/envd/pkg/envd"

e2e/v0/cli/bytecode_hash_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import (
2121
. "github.com/onsi/ginkgo/v2"
2222
. "github.com/onsi/gomega"
2323

24-
e2e "github.com/tensorchord/envd/e2e/v0"
24+
"github.com/tensorchord/envd/e2e/v0"
2525
)
2626

2727
func appendSomeToFile(path string) {

e2e/v0/cli/context_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import (
2020
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222

23-
e2e "github.com/tensorchord/envd/e2e/v0"
23+
"github.com/tensorchord/envd/e2e/v0"
2424
"github.com/tensorchord/envd/pkg/app"
2525
"github.com/tensorchord/envd/pkg/home"
2626
"github.com/tensorchord/envd/pkg/types"

e2e/v0/cli/get_env_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import (
1818
. "github.com/onsi/ginkgo/v2"
1919
. "github.com/onsi/gomega"
2020

21-
e2e "github.com/tensorchord/envd/e2e/v0"
21+
"github.com/tensorchord/envd/e2e/v0"
2222
"github.com/tensorchord/envd/pkg/app"
2323
"github.com/tensorchord/envd/pkg/home"
2424
)

e2e/v0/cli/init_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import (
2121
. "github.com/onsi/ginkgo/v2"
2222
. "github.com/onsi/gomega"
2323

24-
e2e "github.com/tensorchord/envd/e2e/v1"
24+
"github.com/tensorchord/envd/e2e/v1"
2525
"github.com/tensorchord/envd/pkg/app"
2626
"github.com/tensorchord/envd/pkg/home"
2727
"github.com/tensorchord/envd/pkg/util/fileutil"

e2e/v0/cli/quick_start_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import (
1818
. "github.com/onsi/ginkgo/v2"
1919
. "github.com/onsi/gomega"
2020

21-
e2e "github.com/tensorchord/envd/e2e/v0"
21+
"github.com/tensorchord/envd/e2e/v0"
2222
)
2323

2424
var _ = Describe("e2e quickstart", Ordered, func() {

e2e/v0/cli/suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/v0/cli/up_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import (
2020
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222

23-
e2e "github.com/tensorchord/envd/e2e/v0"
23+
"github.com/tensorchord/envd/e2e/v0"
2424
"github.com/tensorchord/envd/pkg/app"
2525
"github.com/tensorchord/envd/pkg/driver/docker"
2626
"github.com/tensorchord/envd/pkg/envd"

e2e/v0/docs/docs_gpu_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ package docs
1717
import (
1818
. "github.com/onsi/ginkgo/v2"
1919

20-
e2e "github.com/tensorchord/envd/e2e/v0"
20+
"github.com/tensorchord/envd/e2e/v0"
2121
)
2222

2323
var _ = Describe("check GPU examples in documentation", Ordered, func() {

e2e/v0/docs/docs_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ import (
2222
. "github.com/onsi/ginkgo/v2"
2323
. "github.com/onsi/gomega"
2424

25-
e2e "github.com/tensorchord/envd/e2e/v0"
25+
"github.com/tensorchord/envd/e2e/v0"
2626
"github.com/tensorchord/envd/pkg/app"
2727
"github.com/tensorchord/envd/pkg/home"
2828
)

e2e/v0/docs/suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/v0/e2e_helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/v0/language/python_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ package language
1717
import (
1818
. "github.com/onsi/ginkgo/v2"
1919

20-
e2e "github.com/tensorchord/envd/e2e/v0"
20+
"github.com/tensorchord/envd/e2e/v0"
2121
)
2222

2323
var _ = Describe("python", Ordered, func() {

e2e/v0/language/runtime_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import (
1818
. "github.com/onsi/ginkgo/v2"
1919
. "github.com/onsi/gomega"
2020

21-
e2e "github.com/tensorchord/envd/e2e/v0"
21+
"github.com/tensorchord/envd/e2e/v0"
2222
)
2323

2424
var _ = Describe("runtime", Ordered, func() {

e2e/v0/language/suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/v1/cli/build_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import (
2020
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222

23-
e2e "github.com/tensorchord/envd/e2e/v1"
23+
"github.com/tensorchord/envd/e2e/v1"
2424
"github.com/tensorchord/envd/pkg/app"
2525
"github.com/tensorchord/envd/pkg/driver/docker"
2626
"github.com/tensorchord/envd/pkg/envd"

e2e/v1/cli/bytecode_hash_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import (
2121
. "github.com/onsi/ginkgo/v2"
2222
. "github.com/onsi/gomega"
2323

24-
e2e "github.com/tensorchord/envd/e2e/v1"
24+
"github.com/tensorchord/envd/e2e/v1"
2525
)
2626

2727
func appendSomeToFile(path string) {

e2e/v1/cli/context_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import (
2020
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222

23-
e2e "github.com/tensorchord/envd/e2e/v1"
23+
"github.com/tensorchord/envd/e2e/v1"
2424
"github.com/tensorchord/envd/pkg/app"
2525
"github.com/tensorchord/envd/pkg/home"
2626
"github.com/tensorchord/envd/pkg/types"

e2e/v1/cli/get_env_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import (
1818
. "github.com/onsi/ginkgo/v2"
1919
. "github.com/onsi/gomega"
2020

21-
e2e "github.com/tensorchord/envd/e2e/v1"
21+
"github.com/tensorchord/envd/e2e/v1"
2222
"github.com/tensorchord/envd/pkg/app"
2323
"github.com/tensorchord/envd/pkg/home"
2424
)

e2e/v1/cli/init_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import (
2121
. "github.com/onsi/ginkgo/v2"
2222
. "github.com/onsi/gomega"
2323

24-
e2e "github.com/tensorchord/envd/e2e/v1"
24+
"github.com/tensorchord/envd/e2e/v1"
2525
"github.com/tensorchord/envd/pkg/app"
2626
"github.com/tensorchord/envd/pkg/home"
2727
"github.com/tensorchord/envd/pkg/util/fileutil"

e2e/v1/cli/quick_start_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import (
1818
. "github.com/onsi/ginkgo/v2"
1919
. "github.com/onsi/gomega"
2020

21-
e2e "github.com/tensorchord/envd/e2e/v1"
21+
"github.com/tensorchord/envd/e2e/v1"
2222
)
2323

2424
var _ = Describe("e2e quickstart", Ordered, func() {

e2e/v1/cli/suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/v1/cli/up_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import (
2020
. "github.com/onsi/ginkgo/v2"
2121
. "github.com/onsi/gomega"
2222

23-
e2e "github.com/tensorchord/envd/e2e/v1"
23+
"github.com/tensorchord/envd/e2e/v1"
2424
"github.com/tensorchord/envd/pkg/app"
2525
"github.com/tensorchord/envd/pkg/driver/docker"
2626
"github.com/tensorchord/envd/pkg/envd"

e2e/v1/docs/docs_gpu_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ package docs
1717
import (
1818
. "github.com/onsi/ginkgo/v2"
1919

20-
e2e "github.com/tensorchord/envd/e2e/v1"
20+
"github.com/tensorchord/envd/e2e/v1"
2121
)
2222

2323
var _ = Describe("check GPU examples in documentation", Ordered, func() {

e2e/v1/docs/docs_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The envd Authors
1+
// Copyright 2023 The envd Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ import (
2222
. "github.com/onsi/ginkgo/v2"
2323
. "github.com/onsi/gomega"
2424

25-
e2e "github.com/tensorchord/envd/e2e/v1"
25+
"github.com/tensorchord/envd/e2e/v1"
2626
"github.com/tensorchord/envd/pkg/app"
2727
"github.com/tensorchord/envd/pkg/home"
2828
)

e2e/v1/docs/extra_lang_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
66
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
7+
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
1010
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@ package docs
1717
import (
1818
. "github.com/onsi/ginkgo/v2"
1919

20-
e2e "github.com/tensorchord/envd/e2e/v1"
20+
"github.com/tensorchord/envd/e2e/v1"
2121
)
2222

2323
var _ = Describe("lang", Ordered, func() {

e2e/v1/docs/julia_mnist_test.go

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
// Copyright 2023 The envd Authors
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
115
package docs
216

317
import (
@@ -6,7 +20,7 @@ import (
620
. "github.com/onsi/ginkgo/v2"
721
. "github.com/onsi/gomega"
822

9-
e2e "github.com/tensorchord/envd/e2e/v1"
23+
"github.com/tensorchord/envd/e2e/v1"
1024
)
1125

1226
var _ = Describe("julia_mnist", Ordered, func() {

0 commit comments

Comments
 (0)