Skip to content

Commit 79d8c03

Browse files
author
Ilya Bumarskov
committed
Fix license
1 parent 0d55496 commit 79d8c03

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

pkg/apis/zookeeper/group.go

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Copyright (c) 2018 Dell Inc., or its subsidiaries. All Rights Reserved.
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+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*/
10+
111
// Package zookeeper contains zookeeper API versions.
212
//
313
// This file ensures Go source parsers acknowledge the zookeeper package

pkg/apis/zookeeper/v1beta1/zookeeperbackup_types.go

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Copyright (c) 2018 Dell Inc., or its subsidiaries. All Rights Reserved.
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+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*/
10+
111
package v1beta1
212

313
import (

pkg/controller/add_zookeeperbackup.go

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Copyright (c) 2018 Dell Inc., or its subsidiaries. All Rights Reserved.
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+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*/
10+
111
package controller
212

313
import (

pkg/controller/zookeeperbackup/zookeeperbackup_controller.go

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Copyright (c) 2018 Dell Inc., or its subsidiaries. All Rights Reserved.
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+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*/
10+
111
package zookeeperbackup
212

313
import (

0 commit comments

Comments
 (0)