You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/27 16:41:05 UTC

[10/15] incubator-trafodion git commit: Updated the legal disclaimer in install wizard

Updated the legal disclaimer in install wizard


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/0365574a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/0365574a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/0365574a

Branch: refs/heads/master
Commit: 0365574a3a6648f06ecfe043e0856d28b6e80376
Parents: b8df0e2
Author: Anuradha Hegde <he...@edev05.esgyn.local>
Authored: Tue May 24 17:52:07 2016 +0000
Committer: Anuradha Hegde <he...@edev05.esgyn.local>
Committed: Tue May 24 17:52:07 2016 +0000

----------------------------------------------------------------------
 core/conn/trafci/install/Installer.java | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0365574a/core/conn/trafci/install/Installer.java
----------------------------------------------------------------------
diff --git a/core/conn/trafci/install/Installer.java b/core/conn/trafci/install/Installer.java
index cc5e94b..8b5caaa 100644
--- a/core/conn/trafci/install/Installer.java
+++ b/core/conn/trafci/install/Installer.java
@@ -1920,7 +1920,7 @@ public class Installer
            c.insets = new Insets(0,0,5,0);
            legalPanel.add(componentsLabel,c);
            
-           JTextArea disclaimerText = new JTextArea("The ability to download open source extensions is provided for your convenience only.  HP neither recommends nor requires you to download this software.  The decision to download or use any non-HP branded software is at your sole risk and discretion.  Software provided under any open source licensing model is governed solely by such open source licensing terms.");
+           JTextArea disclaimerText = new JTextArea("The ability to download open source extensions is provided for your convenience only. Software provided under any open source licensing model is governed solely by such open source licensing terms.");
            c.gridheight = 15;
            c.gridwidth=20;
            c.ipadx = 150;
@@ -2483,10 +2483,7 @@ public class Installer
        System.out.println("***                  Terms and Conditions                      ***");
        System.out.println("***                                                            ***");
        System.out.println("*** The ability to download open source extensions is provided ***");
-       System.out.println("*** for your convenience only. HP neither recommends nor       ***");
-       System.out.println("*** requires you to download this software.  The decision to   ***");
-       System.out.println("*** download or use any non-HP branded software is at your     ***");
-       System.out.println("*** sole risk and discretion.  Software provided under any     ***");
+       System.out.println("*** for your convenience only. Software provided under any     ***");
        System.out.println("*** open source licensing model is governed solely by such     ***");
        System.out.println("*** open source licensing terms.                               ***");
        System.out.println("***                                                            ***");