Skip to content

Commit a84db7c

Browse files
authored
Add Apache License information to start.go
Added licensing information to the start.go file. Signed-off-by: Rahul Naskar <143400898+rahul810050@users.noreply.github.com>
1 parent 0b514e5 commit a84db7c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

cmd/operator/controller/start.go

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
/* (full file — same as provided earlier; ensures the new flag is present and wired).
2-
Paste the exact content below into cmd/operator/controller/start.go
1+
/*
2+
Copyright 2024 The Kubeflow authors.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
https://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
315
*/
416

517
package controller

0 commit comments

Comments
 (0)