From 7577e3e2c187c622c23699ec69b91f7af3561bbd Mon Sep 17 00:00:00 2001 From: ryans Date: Mon, 18 Apr 2022 07:52:45 -0400 Subject: [PATCH] v1.7.0 --- LICENSE | 57 +++++++++++++++++++--------------------------------- build.gradle | 2 +- 2 files changed, 22 insertions(+), 37 deletions(-) diff --git a/LICENSE b/LICENSE index 401f98d..e33fff8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,36 +1,21 @@ ---- WEDM --- - -Copyright (c) 2017 Jefferson Lab - -All Rights Reserved. -Permission is granted to use, copy, modify, and distribute this software and its -documentation for educational, research, and not-for-profit purposes, -without fee and without a signed licensing agreement. - -IN NO EVENT SHALL JLAB BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, -INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF -THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF JLAB HAS BEEN ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. - -JLAB SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED -HEREUNDER IS PROVIDED "AS IS". JLAB HAS NO OBLIGATION TO PROVIDE MAINTENANCE, -SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - ---- DEPENDENCIES --- - -YUICompressor -File: yuicompressor-2.4.8.jar -License: BSD License -Project URL: https://github.com/yui/yuicompressor - -JSTL -File: jstl-1.2.jar -License: CDDL 1.1 -Project URL: https://github.com/javaee/jstl-api - -jquery -File: jquery-1.10.2.min.js -License: MIT -Project URL: https://github.com/jquery/jquery +MIT License + +Copyright (c) 2022 Jefferson Lab + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/build.gradle b/build.gradle index d578572..a598ad8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: org.jlab.CombinePlugin description = "Web Extensible Display Manager" group 'org.jlab' -version = '1.6.0' +version = '1.7.0' ext { releaseDate = 'Aug 25 2021'