Skip to content

Commit 49ad4ee

Browse files
committed
remove licene declare in code
1 parent 0b8956e commit 49ad4ee

File tree

133 files changed

+26
-946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+26
-946
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
*.jar
88
*.war
99
*.ear
10+
*.iml
11+
.idea
12+
target
13+
out
14+
logs
1015

1116
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1217
hs_err_pid*

src/main/java/com/aliyun/openservices/ots/ClientConfiguration.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
import com.aliyun.openservices.ots.utils.VersionInfoUtils;

src/main/java/com/aliyun/openservices/ots/ClientErrorCode.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
public interface ClientErrorCode {

src/main/java/com/aliyun/openservices/ots/ClientException.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
public class ClientException extends RuntimeException {

src/main/java/com/aliyun/openservices/ots/OTS.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
import java.util.Iterator;

src/main/java/com/aliyun/openservices/ots/OTSAsync.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
import com.aliyun.openservices.ots.ClientException;

src/main/java/com/aliyun/openservices/ots/OTSClient.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
import com.aliyun.openservices.ots.auth.ServiceCredentials;

src/main/java/com/aliyun/openservices/ots/OTSClientAsync.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
import com.aliyun.openservices.ots.auth.ServiceCredentials;

src/main/java/com/aliyun/openservices/ots/OTSErrorCode.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
/**

src/main/java/com/aliyun/openservices/ots/OTSException.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (C) Alibaba Cloud Computing
3-
* All rights reserved.
4-
*
5-
* 版权所有 (C)阿里云计算有限公司
6-
*/
7-
81
package com.aliyun.openservices.ots;
92

103
import com.aliyun.openservices.ots.ServiceException;

0 commit comments

Comments
 (0)