Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 6f6883f

Browse files
madalazaruniemimu
authored andcommitted
Fix licenses and copyrights
Signed-off-by: Madalina Lazar <[email protected]>
1 parent 5661d46 commit 6f6883f

Some content is hidden

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

59 files changed

+170
-4
lines changed

.github/e2e/e2e_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2022 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package e2e
25

36
import (

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2019 Intel Corporation
190+
Copyright [yyyy] [name of copyright owner]
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

extender/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2019 Intel Corporation
190+
Copyright [yyyy] [name of copyright owner]
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

extender/client.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2022 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package extender
25

36
import (

extender/scheduler.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2022 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
// Package extender contains types and logic to respond to requests from a Kubernetes http scheduler extender.
25
package extender
36

extender/types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (C) 2022 Intel Corporation
2+
// Copyright 2019 The Kubernetes Authors.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package extender
26

37
import (

gpu-aware-scheduling/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2019 Intel Corporation
190+
Copyright [yyyy] [name of copyright owner]
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

gpu-aware-scheduling/cmd/gas-scheduler-extender/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2022 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package main
25

36
import (

gpu-aware-scheduling/pkg/gpuscheduler/cache_api.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2022 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package gpuscheduler
25

36
import (

gpu-aware-scheduling/pkg/gpuscheduler/internal_cache_api.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2022 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package gpuscheduler
25

36
import "k8s.io/client-go/tools/cache"

0 commit comments

Comments
 (0)