diff --git a/pom.xml b/pom.xml index 090a0a8..f9ec99c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.github.immueggpain smartproxy - 2.6.0 + 2.7.0 smartproxy https://github.com/Immueggpain/forwardproto diff --git a/src/main/java/com/github/immueggpain/smartproxy/Launcher.java b/src/main/java/com/github/immueggpain/smartproxy/Launcher.java index d73930e..7bac5f7 100644 --- a/src/main/java/com/github/immueggpain/smartproxy/Launcher.java +++ b/src/main/java/com/github/immueggpain/smartproxy/Launcher.java @@ -9,7 +9,7 @@ import picocli.CommandLine.Command; import picocli.CommandLine.HelpCommand; -@Command(description = "Please report issues at https://github.com/Immueggpain/forwardproto/issues", +@Command(description = "Please report issues at https://github.com/gwttk/forwardproto/issues", name = "smartproxy", mixinStandardHelpOptions = true, version = Launcher.VERSTR, subcommands = { HelpCommand.class, Smartproxy.class, SmartproxyServer.class, DedupUserrule.class, ParseGeoDat.class }) public class Launcher implements Callable { diff --git a/src/main/java/com/github/immueggpain/smartproxy/Smartproxy.java b/src/main/java/com/github/immueggpain/smartproxy/Smartproxy.java index d9b9aac..9cdbfb2 100644 --- a/src/main/java/com/github/immueggpain/smartproxy/Smartproxy.java +++ b/src/main/java/com/github/immueggpain/smartproxy/Smartproxy.java @@ -1,26 +1,3 @@ -/******************************************************************************* - * MIT License - * - * Copyright (c) 2018 Immueggpain - * - * 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.github.immueggpain.smartproxy; import java.io.BufferedInputStream; diff --git a/src/main/java/com/github/immueggpain/smartproxy/SmartproxyServer.java b/src/main/java/com/github/immueggpain/smartproxy/SmartproxyServer.java index 38dcd2c..4a6fc86 100644 --- a/src/main/java/com/github/immueggpain/smartproxy/SmartproxyServer.java +++ b/src/main/java/com/github/immueggpain/smartproxy/SmartproxyServer.java @@ -1,26 +1,3 @@ -/******************************************************************************* - * MIT License - * - * Copyright (c) 2018 Immueggpain - * - * 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.github.immueggpain.smartproxy; import java.io.DataInputStream;