Skip to content

Commit aee9cf5

Browse files
author
Michal Tichák
committed
[operator] changed name in copyright
1 parent b18f26d commit aee9cf5

File tree

9 files changed

+23
-22
lines changed

9 files changed

+23
-22
lines changed

control-operator/api/v1alpha1/groupversion_info.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: Michal Tichak <michal.tichak@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

control-operator/api/v1alpha1/task_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: Michal Tichak <michal.tichak@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

control-operator/api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

control-operator/hack/boilerplate.go.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: author <author@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

control-operator/internal/controller/direct_transition.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: Michal Tichak <michal.tichak@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

control-operator/internal/controller/grpc_client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: Michal Tichak <michal.tichak@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

control-operator/internal/controller/jsoncodec.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: Michal Tichak <michal.tichak@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

control-operator/internal/controller/suite_test.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: Michal Tichak <michal.tichak@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
@@ -45,9 +45,11 @@ import (
4545
// These tests use Ginkgo (BDD-style Go testing framework). Refer to
4646
// http://onsi.github.io/ginkgo/ to learn more about Ginkgo.
4747

48-
var cfg *rest.Config
49-
var k8sClient client.Client
50-
var testEnv *envtest.Environment
48+
var (
49+
cfg *rest.Config
50+
k8sClient client.Client
51+
testEnv *envtest.Environment
52+
)
5153

5254
func TestControllers(t *testing.T) {
5355
RegisterFailHandler(Fail)
@@ -78,7 +80,6 @@ var _ = BeforeSuite(func() {
7880
k8sClient, err = client.New(cfg, client.Options{Scheme: scheme.Scheme})
7981
Expect(err).NotTo(HaveOccurred())
8082
Expect(k8sClient).NotTo(BeNil())
81-
8283
})
8384

8485
var _ = AfterSuite(func() {

control-operator/internal/controller/task_controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* === This file is part of ALICE O² ===
33
*
4-
* Copyright 2024 CERN and copyright holders of ALICE O².
5-
* Author: Teo Mrnjavac <teo.mrnjavac@cern.ch>
4+
* Copyright 2026 CERN and copyright holders of ALICE O².
5+
* Author: Michal Tichak <michal.tichak@cern.ch>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)