Skip to content

Commit dae08a0

Browse files
committed
Updated copyright
1 parent 29bd306 commit dae08a0

File tree

1 file changed

+3
-3
lines changed
  • sql12/core/src/net/sourceforge/squirrel_sql/client

1 file changed

+3
-3
lines changed

sql12/core/src/net/sourceforge/squirrel_sql/client/Version.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1919
*/
2020

21+
import net.sourceforge.squirrel_sql.fw.util.StringManagerFactory;
22+
2123
import java.io.IOException;
2224
import java.io.InputStream;
2325
import java.util.Properties;
24-
25-
import net.sourceforge.squirrel_sql.fw.util.StringManagerFactory;
2626
/**
2727
* Application version information.
2828
*
@@ -35,7 +35,7 @@ public class Version
3535
* No I18n/StringManager here. This class is used to early. The right Locale may not have been set yet.
3636
*/
3737
private static final String APP_NAME = "SQuirreL SQL Client";
38-
private static final String COPYRIGHT = "Copyright (c) 2001-2024\nColin Bell, Gerd Wagner, Rob Manning and others";
38+
private static final String COPYRIGHT = "Copyright (c) 2001-2025\nColin Bell, Gerd Wagner, Rob Manning and others";
3939
private static final String WEB_SITE = "http://www.squirrelsql.org";
4040
private static final String WEB_SITE2 = "https://squirrelsql.org";
4141

0 commit comments

Comments
 (0)