Skip to content

Commit ae6962c

Browse files
committed
[ROCKETMQ-87] Add separate LICENSE and NOTICE files for binary release and source release.
1 parent 4572e0a commit ae6962c

7 files changed

+343
-135
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ devenv
99
.idea/
1010
*.versionsBackup
1111
*bin
12+
!NOTICE-BIN
13+
!LICENSE-BIN
1214
.DS_Store

LICENSE

+1-99
Original file line numberDiff line numberDiff line change
@@ -198,102 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
202-
203-
------
204-
This product has a binary dependency on logback, which is available under the EPL v1.0 License.
205-
The source code of logback can be found at https://github.com/qos-ch/logback.
206-
207-
Logback LICENSE
208-
---------------
209-
210-
Logback: the reliable, generic, fast and flexible logging framework.
211-
Copyright (C) 1999-2015, QOS.ch. All rights reserved.
212-
213-
This program and the accompanying materials are dual-licensed under
214-
either the terms of the Eclipse Public License v1.0 as published by
215-
the Eclipse Foundation
216-
217-
or (per the licensee's choosing)
218-
219-
under the terms of the GNU Lesser General Public License version 2.1
220-
as published by the Free Software Foundation.
221-
222-
------
223-
This product has a binary dependency on slf4j, which is available under the MIT License.
224-
The source code of slf4j can be found at https://github.com/qos-ch/slf4j.
225-
226-
Copyright (c) 2004-2017 QOS.ch
227-
All rights reserved.
228-
229-
Permission is hereby granted, free of charge, to any person obtaining
230-
a copy of this software and associated documentation files (the
231-
"Software"), to deal in the Software without restriction, including
232-
without limitation the rights to use, copy, modify, merge, publish,
233-
distribute, sublicense, and/or sell copies of the Software, and to
234-
permit persons to whom the Software is furnished to do so, subject to
235-
the following conditions:
236-
237-
The above copyright notice and this permission notice shall be
238-
included in all copies or substantial portions of the Software.
239-
240-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
241-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
242-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
243-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
244-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
245-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
246-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
247-
248-
------
249-
This product has a binary dependency on fastjson, which is available under the ASL2 License.
250-
The source code of fastjson can be found at https://github.com/alibaba/fastjson.
251-
252-
Copyright 1999-2016 Alibaba Group Holding Ltd.
253-
254-
Licensed under the Apache License, Version 2.0 (the "License");
255-
you may not use this file except in compliance with the License.
256-
You may obtain a copy of the License at
257-
258-
http://www.apache.org/licenses/LICENSE-2.0
259-
260-
Unless required by applicable law or agreed to in writing, software
261-
distributed under the License is distributed on an "AS IS" BASIS,
262-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
263-
See the License for the specific language governing permissions and
264-
limitations under the License.
265-
266-
------
267-
This product has a binary dependency on javassist, which is available under the ASL2 License.
268-
The source code of javassist can be found at https://github.com/jboss-javassist/javassist.
269-
270-
Copyright (C) 1999- by Shigeru Chiba, All rights reserved.
271-
272-
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple.
273-
It is a class library for editing bytecodes in Java; it enables Java programs to define a new class
274-
at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors,
275-
Javassist provides two levels of API: source level and bytecode level. If the users use the source- level API,
276-
they can edit a class file without knowledge of the specifications of the Java bytecode.
277-
The whole API is designed with only the vocabulary of the Java language.
278-
You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly.
279-
On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.
280-
281-
This software is distributed under the Mozilla Public License Version 1.1,
282-
the GNU Lesser General Public License Version 2.1 or later, or the Apache License Version 2.0.
283-
284-
------
285-
This product has a binary dependency on jna, which is available under the ASL2 License.
286-
The source code of jna can be found at https://github.com/java-native-access/jna.
287-
288-
This copy of JNA is licensed under the
289-
Apache (Software) License, version 2.0 ("the License").
290-
See the License for details about distribution rights, and the
291-
specific rights regarding derivate works.
292-
293-
You may obtain a copy of the License at:
294-
295-
http://www.apache.org/licenses/
296-
297-
A copy is also included in the downloadable source code package
298-
containing JNA, in file "AL2.0", under the same directory
299-
as this file.
201+
limitations under the License.

0 commit comments

Comments
 (0)