|
1 |
| -/*- |
2 |
| - * ----------LICENSE---------- |
3 |
| - * Astra CLI |
4 |
| - * -- |
5 |
| - * Copyright (C) 2022 - 2023 DataStax |
6 |
| - * -- |
7 |
| - * Licensed under the Apache License, Version 2.0 |
8 |
| - * You may not use this file except in compliance with the License. |
9 |
| - * You may obtain a copy of the License at |
10 |
| - * |
11 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
12 |
| - * |
13 |
| - * Unless required by applicable law or agreed to in writing, software |
14 |
| - * distributed under the License is distributed on an "AS IS" BASIS, |
15 |
| - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
16 |
| - * See the License for the specific language governing permissions and |
17 |
| - * limitations under the License. |
18 |
| - * ---------------- |
19 |
| - */ |
20 | 1 | package com.dtsx.astra.cli.core.out;
|
21 | 2 |
|
22 | 3 | /*-
|
23 |
| - * ---LICENSE--- |
| 4 | + * #%L |
24 | 5 | * Astra CLI
|
25 | 6 | * --
|
26 | 7 | * Copyright (C) 2022 - 2023 DataStax
|
27 | 8 | * --
|
28 | 9 | * Licensed under the Apache License, Version 2.0
|
29 |
| - * You may not use this file except in compliance with the License. |
30 |
| - * You may obtain a copy of the License at |
31 |
| - * |
32 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
33 |
| - * |
34 |
| - * Unless required by applicable law or agreed to in writing, software |
35 |
| - * distributed under the License is distributed on an "AS IS" BASIS, |
36 |
| - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
37 |
| - * See the License for the specific language governing permissions and |
38 |
| - * limitations under the License. |
39 |
| - * ---------------- |
40 |
| - */ |
41 |
| - |
42 |
| -/*- |
43 |
| - * ========================LICENSE_START================================= |
44 |
| - * Astra CLI |
45 |
| - * %% |
46 |
| - * Copyright (C) 2022 - 2023 DataStax |
47 |
| - * %% |
48 |
| - * Licensed under the Apache License, Version 2.0 (the "License"); |
49 |
| - * you may not use this file except in compliance with the License. |
50 |
| - * You may obtain a copy of the License at |
51 |
| - * |
52 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
53 |
| - * |
54 |
| - * Unless required by applicable law or agreed to in writing, software |
55 |
| - * distributed under the License is distributed on an "AS IS" BASIS, |
56 |
| - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
57 |
| - * See the License for the specific language governing permissions and |
58 |
| - * limitations under the License. |
59 |
| - * =========================LICENSE_END================================== |
60 |
| - */ |
61 |
| - |
62 |
| -/*- |
63 |
| - * #%L |
64 |
| - * Astra Cli |
65 |
| - * %% |
66 |
| - * Copyright (C) 2022 DataStax |
67 |
| - * %% |
68 |
| - * Licensed under the Apache License, Version 2.0 (the "License"); |
69 |
| - * you may not use this file except in compliance with the License. |
| 10 | + * You may not use this file except in compliance with the License. |
70 | 11 | * You may obtain a copy of the License at
|
71 | 12 | *
|
72 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | + * http://www.apache.org/licenses/LICENSE-2.0 |
73 | 14 | *
|
74 | 15 | * Unless required by applicable law or agreed to in writing, software
|
75 | 16 | * distributed under the License is distributed on an "AS IS" BASIS,
|
|
0 commit comments