Skip to content

Commit f848c77

Browse files
committed
Fix license headers and remove @author tag
1 parent 9763faf commit f848c77

2 files changed

Lines changed: 33 additions & 4 deletions

File tree

awsapi/src/com/cloud/bridge/util/JsonElementUtil.java

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.
117
package com.cloud.bridge.util;
218

319
import com.google.gson.JsonElement;
420
import com.google.gson.JsonObject;
521
import com.google.gson.JsonPrimitive;
622

723
/**
8-
* @author Dmitry Batkovich
924
*
1025
* For more complex cases (JsonArrays or other) it can be rewrite to matcher pattern
1126
*/

awsapi/src/com/cloud/stack/CloudStackClientException.java

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.
17+
118
package com.cloud.stack;
219

3-
/**
4-
* @author Dmitry Batkovich
5-
*/
620
public class CloudStackClientException extends Exception {
721
public CloudStackClientException() {
822
}

0 commit comments

Comments
 (0)