-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kube/minikube: fix Sanskar Bhushan copyright statements
Fix the copyright statements for Sanskar Bhushan to follow the convention of listing the copyright owners directly rather than referring to the "authors". In many cases, the authors don't own the copyright if they're writing the code as part of their work with an employer. Signed-off-by: Guillaume Tucker <[email protected]>
- Loading branch information
Showing
13 changed files
with
14 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
# This deployment may need some security checks. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: apps/v1 | ||
kind: Deployment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: batch/v1 | ||
kind: Job | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: v1 | ||
kind: Pod | ||
|
@@ -16,9 +15,8 @@ spec: | |
- name: data-volume | ||
mountPath: /data | ||
# resource limits needs to be discussed | ||
resources: | ||
resources: | ||
volumes: | ||
- name: data-volume | ||
hostPath: | ||
path: /home/docker/kernelci-api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: v1 | ||
kind: PersistentVolumeClaim | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: v1 | ||
kind: Service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: v1 | ||
kind: Service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: v1 | ||
kind: Service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: v1 | ||
kind: Service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
# | ||
# Copyright (C) 2023 KernelCI Authors. | ||
# Author: Sanskar Bhushan <[email protected]> | ||
# Copyright (C) 2023 Sanskar Bhushan <[email protected]> | ||
|
||
apiVersion: v1 | ||
kind: Service | ||
|