From 5cfc3d3413bc2590d98958d1e009969b0a5d2390 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 29 Nov 2021 16:18:56 -0500 Subject: [PATCH] USRE-85 Change LIC info for project --- LICENSE | 12 ++++++------ .../{examples => client}/RetsGetMetadataExample.java | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename src/test/java/com/ossez/usreio/{examples => client}/RetsGetMetadataExample.java (98%) diff --git a/LICENSE b/LICENSE index 96325b0..9a8f631 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -The MIT License +MIT License -Copyright (C) 2016-2019 North Tecom, LLC. https://www.cwiki.us +Copyright (c) 2021 USRealEstate Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -9,13 +9,13 @@ 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 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/src/test/java/com/ossez/usreio/examples/RetsGetMetadataExample.java b/src/test/java/com/ossez/usreio/client/RetsGetMetadataExample.java similarity index 98% rename from src/test/java/com/ossez/usreio/examples/RetsGetMetadataExample.java rename to src/test/java/com/ossez/usreio/client/RetsGetMetadataExample.java index f202fca..658165c 100644 --- a/src/test/java/com/ossez/usreio/examples/RetsGetMetadataExample.java +++ b/src/test/java/com/ossez/usreio/client/RetsGetMetadataExample.java @@ -1,4 +1,4 @@ -package com.ossez.usreio.examples; +package com.ossez.usreio.client; import java.net.MalformedURLException;