Remove incorrect comments regarding license
This commit is contained in:
parent
5b084305d3
commit
856c2d0d20
|
@ -51,32 +51,22 @@ public final class Adempiere
|
||||||
static public final String NAME = "Adempiere\u00AE";
|
static public final String NAME = "Adempiere\u00AE";
|
||||||
/** URL of Product */
|
/** URL of Product */
|
||||||
static public final String URL = "www.adempiere.org";
|
static public final String URL = "www.adempiere.org";
|
||||||
/** 16*16 Product Image.
|
/** 16*16 Product Image. **/
|
||||||
/** Removing/modifying the Adempiere logo is a violation of the license */
|
|
||||||
static private final String s_File16x16 = "images/AD16.gif";
|
static private final String s_File16x16 = "images/AD16.gif";
|
||||||
/** 32*32 Product Image.
|
/** 32*32 Product Image. */
|
||||||
/** Removing/modifying the Adempiere logo is a violation of the license */
|
|
||||||
static private final String s_file32x32 = "images/AD32.gif";
|
static private final String s_file32x32 = "images/AD32.gif";
|
||||||
/** 100*30 Product Image.
|
/** 100*30 Product Image. */
|
||||||
/** Removing/modifying the Adempiere logo is a violation of the license */
|
|
||||||
static private final String s_file100x30 = "images/AD10030.png";
|
static private final String s_file100x30 = "images/AD10030.png";
|
||||||
/** Removing/modifying the Adempiere logo is a violation of the license */
|
|
||||||
static private final String s_file100x30HR = "images/AD10030HR.png";
|
static private final String s_file100x30HR = "images/AD10030HR.png";
|
||||||
/** 48*15 Product Image.
|
/** 48*15 Product Image. */
|
||||||
/** Removing/modifying the Adempiere logo is a violation of the license */
|
|
||||||
static private final String s_file48x15 = "images/Adempiere.png";
|
static private final String s_file48x15 = "images/Adempiere.png";
|
||||||
/** Removing/modifying the Adempiere logo is a violation of the license */
|
|
||||||
static private final String s_file48x15HR = "images/AdempiereHR.png";
|
static private final String s_file48x15HR = "images/AdempiereHR.png";
|
||||||
/** Support Email */
|
/** Support Email */
|
||||||
static private String s_supportEmail = "";
|
static private String s_supportEmail = "";
|
||||||
|
|
||||||
/** Subtitle */
|
/** Subtitle */
|
||||||
static public final String SUB_TITLE = "Smart Suite ERP,CRM and SCM";
|
static public final String SUB_TITLE = "Smart Suite ERP,CRM and SCM";
|
||||||
/** Adempiere is a wordwide registered Trademark
|
|
||||||
* - Don't modify this - Program will someday fail unexpectedly */
|
|
||||||
static public final String ADEMPIERE_R = "Adempiere\u00AE";
|
static public final String ADEMPIERE_R = "Adempiere\u00AE";
|
||||||
/** Copyright Notice - Don't modify this - Program will someday fail unexpectedly
|
|
||||||
* it also violates the license and you'll be held liable for any damage claims */
|
|
||||||
static public final String COPYRIGHT = "\u00A9 1999-2006 Adempiere \u00AE";
|
static public final String COPYRIGHT = "\u00A9 1999-2006 Adempiere \u00AE";
|
||||||
|
|
||||||
static private String s_ImplementationVersion = null;
|
static private String s_ImplementationVersion = null;
|
||||||
|
@ -122,8 +112,7 @@ public final class Adempiere
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Summary (Windows).
|
* Summary (Windows).
|
||||||
* Removing/modifying the Adempiere copyright notice is a violation of the license
|
* Adempiere(tm) Version 2.5.1a_2004-03-15 - Smart ERP & CRM - Copyright (c) 1999-2005 Jorg Janke; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, Adempiere Inc. USA
|
||||||
* Adempiere(tm) Version 2.5.1a_2004-03-15 - Smart ERP & CRM - Copyright (c) 1999-2005 Jorg Janke; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, Adempiere Inc. USA
|
|
||||||
* @return Summary in Windows character set
|
* @return Summary in Windows character set
|
||||||
*/
|
*/
|
||||||
public static String getSummary()
|
public static String getSummary()
|
||||||
|
@ -247,8 +236,7 @@ public final class Adempiere
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get 16x16 Image.
|
* Get 16x16 Image.
|
||||||
* Removing/modifying the Adempiere logo is a violation of the license
|
* @return Image Icon
|
||||||
* @return Image Icon
|
|
||||||
*/
|
*/
|
||||||
public static Image getImage16()
|
public static Image getImage16()
|
||||||
{
|
{
|
||||||
|
@ -307,8 +295,7 @@ public final class Adempiere
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get 32x32 ImageIcon.
|
* Get 32x32 ImageIcon.
|
||||||
* Removing/modifying the Adempiere logo is a violation of the license
|
* @return Image Icon
|
||||||
* @return Image Icon
|
|
||||||
*/
|
*/
|
||||||
public static ImageIcon getImageIcon32()
|
public static ImageIcon getImageIcon32()
|
||||||
{
|
{
|
||||||
|
@ -325,8 +312,7 @@ public final class Adempiere
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get 100x30 ImageIcon.
|
* Get 100x30 ImageIcon.
|
||||||
* Removing/modifying the Adempiere logo is a violation of the license
|
* @return Image Icon
|
||||||
* @return Image Icon
|
|
||||||
*/
|
*/
|
||||||
public static ImageIcon getImageIconLogo()
|
public static ImageIcon getImageIconLogo()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue