From c605f67e7a3325d3894b04d4c51935147a1aa7b2 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Mon, 20 Dec 2010 09:57:18 +0000
Subject: [PATCH] Update vendor name string and fix some branded messages of the install/upgrade

---
 opends/src/server/org/opends/server/util/ServerConstants.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 7532f88..3f57e47 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
+ *      Portions Copyright 2010 ForgeRock AS
  */
 package org.opends.server.util;
 
@@ -2055,7 +2056,7 @@
   /**
    * The value that will be used for the vendorName attribute in the root DSE.
    */
-  public static final String SERVER_VENDOR_NAME = "Sun Microsystems, Inc.";
+  public static final String SERVER_VENDOR_NAME = "ForgeRock AS.";
 
 
 

--
Gitblit v1.10.0