Skip to content

Commit dcf1590

Browse files
authored
Merge pull request #42 from evolvedbinary/6.x.x/jac-remove-disclaimer
[6.x.x] Remove disclaimer from JAC startup
2 parents 0bece6c + 4f388a4 commit dcf1590

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)