We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bece6c + 4f388a4 commit dcf1590Copy full SHA for dcf1590
exist-core/src/main/java/org/exist/client/InteractiveClient.java
@@ -2557,12 +2557,6 @@ public String getNotice() {
2557
builder.append(Calendar.getInstance().get(Calendar.YEAR));
2558
builder.append(" Evolved Binary Ltd");
2559
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
2564
- builder.append("under certain conditions; for details read the license file.");
2565
2566
return builder.toString();
2567
}
2568
0 commit comments