DEADSOFTWARE

changed license to GPLv3 only; sorry, no trust to FSF anymore
[d2df-editor.git] / src / shared / dfzip.pas
index ade97a59e1641020dec233c0ff0abdb8c4daba04..0d2ac8a4b3fbc2d23688229650d09397898b0c6f 100644 (file)
@@ -2,8 +2,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License ONLY.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -328,7 +327,7 @@ begin
     ds.position := nfoofs;
     writeInt(ds, LongWord(result.crc)); // crc32
     ds.position := oldofs;
-    write('(S) ');
+    //write('(S) ');
   end;
 end;