Skip to content

Commit

Permalink
kube/minikube: fix Sanskar Bhushan copyright statements
Browse files Browse the repository at this point in the history
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
gctucker committed Aug 30, 2023
1 parent fde7fff commit 5a4cfdf
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 28 deletions.
3 changes: 1 addition & 2 deletions kube/minkube/api-deployment.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/deployments/db-deployment.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/deployments/redis-deployment.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/deployments/ssh-deployment.yaml
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.

Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/deployments/storage-deployment.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/init/init-job.yaml
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
Expand Down
6 changes: 2 additions & 4 deletions kube/minkube/init/init-pod.yaml
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
Expand All @@ -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

3 changes: 1 addition & 2 deletions kube/minkube/pvc/db-pvc.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/services/api-service.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/services/db-service.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/services/redis-service.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/services/ssh-service.yaml
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
Expand Down
3 changes: 1 addition & 2 deletions kube/minkube/services/storage-service.yaml
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
Expand Down

0 comments on commit 5a4cfdf

Please sign in to comment.