You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/06/22 23:29:52 UTC

incubator-freemarker git commit: Removed copyright info and homepage link from CommandLine. The whole thing should be removed anyways. Modified product name printed to Apache FreeMarker.

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 504ec38d9 -> 3328b49a3


Removed copyright info and homepage link from CommandLine. The whole thing should be removed anyways. Modified product name printed to Apache FreeMarker.


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/3328b49a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/3328b49a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/3328b49a

Branch: refs/heads/2.3-gae
Commit: 3328b49a32e054e840fa97495b9356ba8b9cde8f
Parents: 504ec38
Author: ddekany <dd...@apache.org>
Authored: Thu Jun 23 01:29:22 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Thu Jun 23 01:29:22 2016 +0200

----------------------------------------------------------------------
 src/main/java/freemarker/core/CommandLine.java | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/3328b49a/src/main/java/freemarker/core/CommandLine.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/core/CommandLine.java b/src/main/java/freemarker/core/CommandLine.java
index 95d0164..6e4e29f 100644
--- a/src/main/java/freemarker/core/CommandLine.java
+++ b/src/main/java/freemarker/core/CommandLine.java
@@ -36,7 +36,7 @@ public class CommandLine {
         Version ver = Configuration.getVersion();
         
         System.out.println();
-        System.out.print("FreeMarker version ");
+        System.out.print("Apache FreeMarker version ");
         System.out.print(ver);
         
         /* If the version number doesn't already contain the build date and it's known, print it: */
@@ -56,13 +56,5 @@ public class CommandLine {
             System.out.print("Google App Engine complian variant: ");
             System.out.println(ver.isGAECompliant().booleanValue() ? "Yes" : "No");
         }
-        
-        System.out.println();
-        System.out.println("Copyright 2015 The Apache Software Foundation.");
-        System.out.println("Licensed under the Apache License, Version 2.0");
-        System.out.println();
-        System.out.println("For more information and for updates visit our Web site:");
-        System.out.println("http://freemarker.org/");
-        System.out.println();
     }
 }
\ No newline at end of file