diff options
-rw-r--r-- | SwifTools/HunspellChecker.cpp | 4 | ||||
-rw-r--r-- | SwifTools/HunspellChecker.h | 4 | ||||
-rw-r--r-- | SwifTools/SpellChecker.cpp | 4 | ||||
-rw-r--r-- | SwifTools/SpellChecker.h | 4 | ||||
-rw-r--r-- | SwifTools/SpellCheckerFactory.cpp | 4 | ||||
-rw-r--r-- | SwifTools/SpellCheckerFactory.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/SwifTools/HunspellChecker.cpp b/SwifTools/HunspellChecker.cpp index 2a36930..a090311 100644 --- a/SwifTools/HunspellChecker.cpp +++ b/SwifTools/HunspellChecker.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011 Voicu Vlad + * Copyright (c) 2011 Vlad Voicu * Licensed under the Simplified BSD license. - * See Documentation/Licenses/GPLv3.txt for more information. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ #include <SwifTools/HunspellChecker.h> diff --git a/SwifTools/HunspellChecker.h b/SwifTools/HunspellChecker.h index 7117ccd..e016c08 100644 --- a/SwifTools/HunspellChecker.h +++ b/SwifTools/HunspellChecker.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011 Voicu Vlad + * Copyright (c) 2011 Vlad Voicu * Licensed under the Simplified BSD license. - * See Documentation/Licenses/GPLv3.txt for more information. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ #include <vector> diff --git a/SwifTools/SpellChecker.cpp b/SwifTools/SpellChecker.cpp index 650b283..8a27fc5 100644 --- a/SwifTools/SpellChecker.cpp +++ b/SwifTools/SpellChecker.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011 Voicu Vlad + * Copyright (c) 2011 Vlad Voicu * Licensed under the Simplified BSD license. - * See Documentation/Licenses/GPLv3.txt for more information. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ #include <SwifTools/SpellChecker.h> diff --git a/SwifTools/SpellChecker.h b/SwifTools/SpellChecker.h index 64a7c95..a7272e9 100644 --- a/SwifTools/SpellChecker.h +++ b/SwifTools/SpellChecker.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011 Voicu Vlad + * Copyright (c) 2011 Vlad Voicu * Licensed under the Simplified BSD license. - * See Documentation/Licenses/GPLv3.txt for more information. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ #include <boost/algorithm/string.hpp> diff --git a/SwifTools/SpellCheckerFactory.cpp b/SwifTools/SpellCheckerFactory.cpp index 46c8f65..9ec1151 100644 --- a/SwifTools/SpellCheckerFactory.cpp +++ b/SwifTools/SpellCheckerFactory.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011 Voicu Vlad + * Copyright (c) 2011 Vlad Voicu * Licensed under the Simplified BSD license. - * See Documentation/Licenses/GPLv3.txt for more information. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ #include <SwifTools/SpellChecker.h> diff --git a/SwifTools/SpellCheckerFactory.h b/SwifTools/SpellCheckerFactory.h index 72ed911..23f89b8 100644 --- a/SwifTools/SpellCheckerFactory.h +++ b/SwifTools/SpellCheckerFactory.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011 Voicu Vlad + * Copyright (c) 2011 Vlad Voicu * Licensed under the Simplified BSD license. - * See Documentation/Licenses/GPLv3.txt for more information. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ #pragma once |