diff --git a/exist-core/src/main/java/org/exist/client/InteractiveClient.java b/exist-core/src/main/java/org/exist/client/InteractiveClient.java index 177238f99f..21222b24e3 100644 --- a/exist-core/src/main/java/org/exist/client/InteractiveClient.java +++ b/exist-core/src/main/java/org/exist/client/InteractiveClient.java @@ -2557,12 +2557,6 @@ public String getNotice() { builder.append(Calendar.getInstance().get(Calendar.YEAR)); builder.append(" Evolved Binary Ltd"); builder.append(EOL); - builder.append("Elemental comes with ABSOLUTELY NO WARRANTY."); - builder.append(EOL); - builder.append("This is free software, and you are welcome to redistribute it"); - builder.append(EOL); - builder.append("under certain conditions; for details read the license file."); - builder.append(EOL); return builder.toString(); }