Skip to content

Commit 682bd0e

Browse files
committed
#4 Add OpenIntegrationEngine copyright notice
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent db16561 commit 682bd0e

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

client/src/com/mirth/connect/client/ui/AboutMirth.java

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,32 +59,33 @@ public void loadContent() {
5959
}
6060

6161
if (PlatformUI.BUILD_DATE != null) {
62-
content.append("Built on " + PlatformUI.BUILD_DATE + "\n\n");
62+
content.append("Built on ").append(PlatformUI.BUILD_DATE).append("\n\n");
6363
}
6464

6565
if (PlatformUI.SERVER_ID != null) {
66-
content.append("Server ID: " + PlatformUI.SERVER_ID + "\n\n");
66+
content.append("Server ID: ").append(PlatformUI.SERVER_ID).append("\n\n");
6767
}
6868

69-
content.append("Java version: " + System.getProperty("java.version") + "\n\n");
69+
content.append("Java version: ").append(System.getProperty("java.version")).append("\n\n");
7070

71-
content.append("(c) 2005-2024 NextGen Healthcare. All rights reserved. Visit http://www.nextgen.com\n\n");
72-
content.append("The following is a list of acknowledgements for third-party software that is included with Mirth Connect:\n\n");
73-
content.append("This product includes software developed by the Apache Software Foundation (http://www.apache.org/).\n\n");
71+
content.append("(c) 2005-2024 NextGen Healthcare. All rights reserved. Visit https://www.nextgen.com\n\n");
72+
content.append("(c) 2025 Open Integration Engine contributors. Visit https://openintegrationengine.com\n\n");
73+
content.append("The following is a list of acknowledgements for third-party software that is included with ").append(BrandingConstants.PRODUCT_NAME).append(":\n\n");
74+
content.append("This product includes software developed by the Apache Software Foundation (https://www.apache.org/).\n\n");
7475
content.append("This product includes all or a portion of the HL7 Vocabulary database, or is derived from the HL7 Vocabulary database, subject to a license from Health Level Seven, Inc.\n\n");
75-
content.append("This product includes a portion of images from http://www.famfamfam.com/lab/icons/silk/.\n\n");
76+
content.append("This product includes a portion of images from https://www.famfamfam.com/lab/icons/silk/.\n\n");
7677
content.append("This product includes a portion of images from https://www.fatcow.com/free-icons.\n\n");
77-
content.append("This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/).\n\n");
78-
content.append("This product includes the Flying Saucer XHTML renderer library, licensed under the LGPL version 2.1 (http://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
79-
content.append("This product includes the jTDS JDBC driver, licensed under the LGPL version 2.1 (http://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
80-
content.append("This product includes software developed by the JDOM Project (http://www.jdom.org/).\n\n");
81-
content.append("This product includes software developed by the SAXPath Project (http://www.saxpath.org/).\n\n");
82-
content.append("This product includes the JCIFS SMB client library in Java version 1.3.17, copyright (C) 2002 \"Michael B. Allen\" <jcifs at samba dot org> and \"Eric Glass\" <jcifs at samba dot org>, licensed under the LGPL version 2.1 (http://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
83-
content.append("This product includes the Pdf-renderer library (https://java.net/projects/pdf-renderer/), portions copyright Sun Microsystems, Inc., Pirion Systems Pty Ltd, intarsys consulting GmbH and Adobe Systems Incorporated. It is licensed under the LGPL version 2.1 (http://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
84-
content.append("This product includes software developed by the JDOM Project (http://www.jdom.org/).\n\n");
78+
content.append("This product includes software developed by the Indiana University Extreme! Lab (https://www.extreme.indiana.edu/).\n\n");
79+
content.append("This product includes the Flying Saucer XHTML renderer library, licensed under the LGPL version 2.1 (https://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
80+
content.append("This product includes the jTDS JDBC driver, licensed under the LGPL version 2.1 (https://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
81+
content.append("This product includes software developed by the JDOM Project (https://www.jdom.org/).\n\n");
82+
content.append("This product includes software developed by the SAXPath Project (https://www.saxpath.org/).\n\n");
83+
content.append("This product includes the JCIFS SMB client library in Java version 1.3.17, copyright (C) 2002 \"Michael B. Allen\" <jcifs at samba dot org> and \"Eric Glass\" <jcifs at samba dot org>, licensed under the LGPL version 2.1 (https://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
84+
content.append("This product includes the Pdf-renderer library (https://java.net/projects/pdf-renderer/), portions copyright Sun Microsystems, Inc., Pirion Systems Pty Ltd, intarsys consulting GmbH and Adobe Systems Incorporated. It is licensed under the LGPL version 2.1 (https://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
85+
content.append("This product includes software developed by the JDOM Project (https://www.jdom.org/).\n\n");
8586
content.append("This product includes software developed by xerial.org (Taro L. Saito) (https://github.com/xerial/sqlite-jdbc).\n\n");
86-
content.append("This product includes the SwingLabs SwingX library, copyright (c) 2005-2006 Sun Microsystems, Inc., licensed under the LGPL version 2.1 (http://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
87-
content.append("This product includes libraries from OpenJFX, which is licensed under the GNU General Public License version 2, with the Classpath Exception (http://openjdk.java.net/legal/gplv2+ce.html). The source code for OpenJFX is available at: http://jdk.java.net/openjfx/\n\n");
87+
content.append("This product includes the SwingLabs SwingX library, copyright (c) 2005-2006 Sun Microsystems, Inc., licensed under the LGPL version 2.1 (https://www.gnu.org/licenses/lgpl-2.1.html).\n\n");
88+
content.append("This product includes libraries from OpenJFX, which is licensed under the GNU General Public License version 2, with the Classpath Exception (https://openjdk.java.net/legal/gplv2+ce.html). The source code for OpenJFX is available at: https://jdk.java.net/openjfx/\n\n");
8889

8990
aboutContent.setText(content.toString());
9091
}

0 commit comments

Comments
 (0)