From 2987e9623330fb4b7122147c5999243716f1d0ad Mon Sep 17 00:00:00 2001 From: Vladimir Schneider Date: Fri, 3 Jan 2020 13:36:53 -0500 Subject: [PATCH] fix copyright typo and wrong license copyright in OSS project files. --- pom.xml | 25 +++++++++++++++++++ .../javafx/webview/debugger/Browser.java | 25 +++++++++++++++++++ .../webview/debugger/WebViewDebugSample.java | 25 +++++++++++++++++++ src/main/resources/README.html | 25 +++++++++++++++++++ src/main/resources/log4j.xml | 2 +- 5 files changed, 101 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f4d3769..e6f2cae 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,29 @@ + + 4.0.0 com.vladsch.javafx-webview-debugger diff --git a/src/main/java/com/vladsch/javafx/webview/debugger/Browser.java b/src/main/java/com/vladsch/javafx/webview/debugger/Browser.java index 15a722d..a53973a 100644 --- a/src/main/java/com/vladsch/javafx/webview/debugger/Browser.java +++ b/src/main/java/com/vladsch/javafx/webview/debugger/Browser.java @@ -1,3 +1,28 @@ +/* + * The MIT License (MIT) + *

+ * Copyright (c) 2018-2020 Vladimir Schneider (https://github.com/vsch) + *

+ * 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 + * + */ + package com.vladsch.javafx.webview.debugger; import javafx.application.Platform; diff --git a/src/main/java/com/vladsch/javafx/webview/debugger/WebViewDebugSample.java b/src/main/java/com/vladsch/javafx/webview/debugger/WebViewDebugSample.java index cacf565..139a7c6 100755 --- a/src/main/java/com/vladsch/javafx/webview/debugger/WebViewDebugSample.java +++ b/src/main/java/com/vladsch/javafx/webview/debugger/WebViewDebugSample.java @@ -1,3 +1,28 @@ +/* + * The MIT License (MIT) + *

+ * Copyright (c) 2018-2020 Vladimir Schneider (https://github.com/vsch) + *

+ * 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 + * + */ + package com.vladsch.javafx.webview.debugger; import com.vladsch.boxed.json.BoxedJsObject; diff --git a/src/main/resources/README.html b/src/main/resources/README.html index 30632f6..0ee44cf 100644 --- a/src/main/resources/README.html +++ b/src/main/resources/README.html @@ -1,3 +1,28 @@ + + diff --git a/src/main/resources/log4j.xml b/src/main/resources/log4j.xml index 35b5fc3..bdaeff3 100644 --- a/src/main/resources/log4j.xml +++ b/src/main/resources/log4j.xml @@ -1,7 +1,7 @@