Skip to content

Commit 5c3d6bf

Browse files
committed
update license
1 parent 94ffeca commit 5c3d6bf

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,17 @@ public interface AbsDecodeHelper {
5252
设计思路:一般自定义协议会设计好多个字段组成,比如:`dataLen+data+type+md5`,数据长度+数据+类型+MD5,解析处理就是把这4个字段解析出来,返回byte[4][],便于后续处理。
5353

5454

55-
## LICENSE
55+
License
56+
-------
5657

57-
Copyright 2013 Netflix, Inc.
58+
Licensed under the Apache License, Version 2.0 (the "License");
59+
you may not use this file except in compliance with the License.
60+
You may obtain a copy of the License at
5861

59-
Licensed under the Apache License, Version 2.0 (the "License");
60-
you may not use this file except in compliance with the License.
61-
You may obtain a copy of the License at
62+
http://www.apache.org/licenses/LICENSE-2.0
6263

63-
<http://www.apache.org/licenses/LICENSE-2.0>
64-
65-
Unless required by applicable law or agreed to in writing, software
66-
distributed under the License is distributed on an "AS IS" BASIS,
67-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
68-
See the License for the specific language governing permissions and
69-
limitations under the License.
64+
Unless required by applicable law or agreed to in writing, software
65+
distributed under the License is distributed on an "AS IS" BASIS,
66+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
67+
See the License for the specific language governing permissions and
68+
limitations under the License.

0 commit comments

Comments
 (0)