File tree 4 files changed +40
-0
lines changed
4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
11
// Package zookeeper contains zookeeper API versions.
2
12
//
3
13
// This file ensures Go source parsers acknowledge the zookeeper package
Original file line number Diff line number Diff line change
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
+
1
11
package v1beta1
2
12
3
13
import (
Original file line number Diff line number Diff line change
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
+
1
11
package controller
2
12
3
13
import (
Original file line number Diff line number Diff line change
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
+
1
11
package zookeeperbackup
2
12
3
13
import (
You can’t perform that action at this time.
0 commit comments