small cleanups
[meviz.git] / src / main / java / eu / svjatoslav / meviz / replace / Main.java
index 6736f5a..884ac0b 100755 (executable)
@@ -1,11 +1,8 @@
 /*
- * Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 2019, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 3 of the GNU Lesser General Public License
- * or later as published by the Free Software Foundation.
-*/
+ * Meviz - Various tools collection to work with multimedia. Author: Svjatoslav Agejenko.
+ * This project is released under Creative Commons Zero (CC0) license.
+ */
+
 
 package eu.svjatoslav.meviz.replace;
 
@@ -21,7 +18,7 @@ public class Main implements Module {
 
     @Override
     public String getDescription() {
-        return "Replace one string to another string in all occurrances and all files recursively.";
+        return "Replace one string to another string in all occurrences and all files recursively.";
     }
 
     @Override