Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gwttk committed Nov 8, 2024
1 parent 0732361 commit b09b48e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 48 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.github.immueggpain</groupId>
<artifactId>smartproxy</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>

<name>smartproxy</name>
<url>https://github.com/Immueggpain/forwardproto</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<Void> {
Expand Down
23 changes: 0 additions & 23 deletions src/main/java/com/github/immueggpain/smartproxy/Smartproxy.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit b09b48e

Please sign in to comment.