isundil преди 8 години
родител
ревизия
5440a1fd86
променени са 2 файла, в които са добавени 34 реда и са изтрити 0 реда
  1. 17 0
      levenshtein.hpp
  2. 17 0
      test/test.cpp

+ 17 - 0
levenshtein.hpp

@@ -1,3 +1,20 @@
+/**********
+    This file is part of levenshpp.
+
+    levenshpp is free library: 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.
+
+    levenshpp is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with levenshpp.  If not, see <http://www.gnu.org/licenses/>.
+**********/
+
 #pragma once
 
 #include <utility>

+ 17 - 0
test/test.cpp

@@ -1,3 +1,20 @@
+/**********
+    This file is part of levenshpp.
+
+    levenshpp is free library: 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.
+
+    levenshpp is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with levenshpp.  If not, see <http://www.gnu.org/licenses/>.
+**********/
+
 #include <iostream>
 #include "levenshtein.hpp"