Skip to content

Commit

Permalink
Add missing new lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
lispnik authored and lispnik committed Aug 24, 2010
1 parent 39885fd commit 9a956c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/net/pms/external/smugmug/SmugMugPlugin.java
Expand Up @@ -40,9 +40,9 @@ public static Account getAccount(String id) {

public SmugMugPlugin() {
PMS.info("Loading smugmug-pms3 Plugin");
System.err.println("smugmug-pms3 Plugin, Copyright (C) 2010 Matthew Kennedy"
+ "smugmug-pms3 comes with ABSOLUTELY NO WARRANTY"
+ "This is free software, and you are welcome to redistribute it"
System.err.println("smugmug-pms3 Plugin, Copyright (C) 2010 Matthew Kennedy\n"
+ "smugmug-pms3 comes with ABSOLUTELY NO WARRANTY\n"
+ "This is free software, and you are welcome to redistribute it\n"
+ "under the GNU GENERAL PUBLIC LICENSE Version 2");
// FIXME allow selection of smugmug configuration through GUI
final File file = new File(System.getProperty("user.home"), ".smugmug.properties");
Expand Down

0 comments on commit 9a956c5

Please sign in to comment.