Skip to content

Commit b383ef4

Browse files
committed
Change to use LICENSE.md and fix hyperlink in doc
1 parent 4e52a93 commit b383ef4

File tree

3 files changed

+38
-24
lines changed

3 files changed

+38
-24
lines changed
Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
Copyright (c) 2016, The MathWorks, Inc.
2-
All rights reserved.
3-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6-
3. In all cases, the software is, and all modifications and derivatives of the software shall be, licensed to you solely for use in conjunction with MathWorks products and service offerings.
7-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1+
MATHWORKS CLOUD REFERENCE ARCHITECTURE LICENSE
2+
3+
The files in this GitHub repository refer to commercial software products and services, virtual machine images, and related materials of The MathWorks, Inc. (“MathWorks Programs”). MathWorks Programs are separately licensed under the MathWorks Software License Agreement, available in the desktop installation of the MathWorks Programs or in the virtual machine image. The files in this GitHub repository may also refer to third-party software licensed under separate terms provided by such third parties.
4+
5+
The following license terms apply only to the files in this GitHub repository, including files in this folder and its subfolders, and do not apply to MathWorks Programs. References to “software” and “code” in the following license terms refer to the files in this GitHub repository.
6+
7+
Copyright (c) 2020, The MathWorks, Inc.
8+
9+
All rights reserved.
10+
11+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
12+
13+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
14+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
15+
3. In all cases, the software is, and all modifications and derivatives of the software shall be, licensed to you solely for use in conjunction with MathWorks products and service offerings.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To build a required JAR file:
2020
Please refer to the instructions below to get started. The documents provide detailed instructions on setting up and using the interface. The easiest way to fetch this repository and all required dependencies is to clone the top-level repository using:
2121

2222
```bash
23-
git clone --recursive https://github.com/mathworks-ref-arch/mathworks-rabbitmq.git
23+
git clone --recursive https://github.com/mathworks-ref-arch/matlab-rabbitmq.git
2424
```
2525

2626
### Build RabbitMQ Java Client for MATLAB Production Server
@@ -153,7 +153,7 @@ mqHandler.receiveMessage();
153153
4. [MATLAB Parallel Server™](https://www.mathworks.com/products/distriben.html) (R2017a or later)
154154

155155
## License, API and Features
156-
The license for the MATLAB Interface for RabbitMQClient is available in the [LICENSE.TXT](LICENSE.TXT) file in this GitHub repository. This package uses certain third-party content which is licensed under separate license agreements. See the [pom.xml](Software/Java/pom.xml) file for third-party software downloaded at build time.
156+
The license for the MATLAB Interface for RabbitMQClient is available in the [LICENSE.md](LICENSE.md) file in this GitHub repository. This package uses certain third-party content which is licensed under separate license agreements. See the [pom.xml](Software/Java/pom.xml) file for third-party software downloaded at build time.
157157

158158
## Enhancement Request
159159
Provide suggestions for additional features or capabilities using the following link:

RELEASENOTES.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# MATLAB Interface *for RabbitMQ-MATLAB Production Server Messaging Client®*
2-
# Release Notes
3-
4-
## Release 0.1.2 (June 2020)
5-
* Documentation updates
6-
* Code clean-up
7-
8-
## Release 0.1.1 (22nd Apr 2020)
9-
* Minor fixes
10-
11-
## Release 0.1.0 (December 2019)
12-
* Initial release supporting RabbitMQ
13-
14-
[//]: # (Copyright 2019-2020 The MathWorks, Inc.)
15-
1+
# MATLAB Interface *for RabbitMQ-MATLAB Production Server Messaging Client®*
2+
# Release Notes
3+
4+
## Release 0.1.3 (July 2020)
5+
* Change license file
6+
* Fix link in documentation
7+
8+
## Release 0.1.2 (June 2020)
9+
* Documentation updates
10+
* Code clean-up
11+
12+
## Release 0.1.1 (22nd Apr 2020)
13+
* Minor fixes
14+
15+
## Release 0.1.0 (December 2019)
16+
* Initial release supporting RabbitMQ
17+
18+
[//]: # (Copyright 2019-2020 The MathWorks, Inc.)
19+

0 commit comments

Comments
 (0)