Skip to content

Commit 4f388a4

Browse files
committed
[bugfix] Remove the disclaimer from the startup of the JAC
1 parent 9118e60 commit 4f388a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

exist-core/src/main/java/org/exist/client/InteractiveClient.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,12 +2557,6 @@ public String getNotice() {
25572557
builder.append(Calendar.getInstance().get(Calendar.YEAR));
25582558
builder.append(" Evolved Binary Ltd");
25592559
builder.append(EOL);
2560-
builder.append("Elemental comes with ABSOLUTELY NO WARRANTY.");
2561-
builder.append(EOL);
2562-
builder.append("This is free software, and you are welcome to redistribute it");
2563-
builder.append(EOL);
2564-
builder.append("under certain conditions; for details read the license file.");
2565-
builder.append(EOL);
25662560
return builder.toString();
25672561
}
25682562

0 commit comments

Comments
 (0)