diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..594ea7b
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2013 Navaneeth.K.N
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
diff --git a/README.md b/README.md
index 88c7a8b..e12807c 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@
- [Setting accept condition for a token](#adding_a_new_language_other_functions_setting_accept_condition_for_a_token)
- [Contributing](#contributing)
- [Contact](#contact)
+- [License](#license)
# Introduction
@@ -317,3 +318,29 @@ Thank you for your interest. You can look at [issues](https://github.com/navanee
Email | varnamproject [at] googlegroups.com |
+
+
+# License
+
+## The MIT License (MIT)
+
+Copyright (c) 2013 Navaneeth.K.N
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
diff --git a/api.h b/api.h
index ec7f307..63fcde1 100644
--- a/api.h
+++ b/api.h
@@ -1,21 +1,8 @@
-/* varnam.h
- *
+/*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
-
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
#ifndef VARNAM_API_H_INCLUDED_093510
#define VARNAM_API_H_INCLUDED_093510
diff --git a/examples/learning_example.c b/examples/learning_example.c
index c1dd2b0..a3d5282 100644
--- a/examples/learning_example.c
+++ b/examples/learning_example.c
@@ -1,20 +1,8 @@
-/* This example shows how to use varnam's learning APIs
- *
+/*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
#include
#include "../varnam.h"
diff --git a/examples/transliteration_example.c b/examples/transliteration_example.c
index 952d616..53df90c 100644
--- a/examples/transliteration_example.c
+++ b/examples/transliteration_example.c
@@ -1,20 +1,10 @@
/* Explains the user of varnam C API
*
- * Copyright (C) Navaneeth
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#include
#include
diff --git a/lang_detection.c b/lang_detection.c
index 59804b0..bf242c7 100644
--- a/lang_detection.c
+++ b/lang_detection.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include "langcodes.h"
#include "vutf8.h"
diff --git a/langcodes.h b/langcodes.h
index 3ceaf40..bfec5d5 100644
--- a/langcodes.h
+++ b/langcodes.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#ifndef LANGCODES_H_INCLUDED_111243
diff --git a/learn.c b/learn.c
index 601b539..fb0ca8b 100644
--- a/learn.c
+++ b/learn.c
@@ -1,21 +1,8 @@
-/* Functions that implements the learning module
-
- Copyright (C) 2010 Navaneeth.K.N
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/
+/*
+ * Copyright (C) Navaneeth.K.N
+ *
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
#include
#include "api.h"
diff --git a/renderer/ml_unicode.c b/renderer/ml_unicode.c
index 63a69b3..5ba98a3 100644
--- a/renderer/ml_unicode.c
+++ b/renderer/ml_unicode.c
@@ -1,21 +1,10 @@
/* ml_unicode.c
-Copyright (C) 2010 Navaneeth.K.N
+ * Copyright (C) Navaneeth.K.N
+ *
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library 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
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/
#include
diff --git a/renderer/renderers.h b/renderer/renderers.h
index 747f19d..07bc963 100644
--- a/renderer/renderers.h
+++ b/renderer/renderers.h
@@ -1,21 +1,10 @@
/* renderers.h
-Copyright (C) 2010 Navaneeth.K.N
+ * Copyright (C) Navaneeth.K.N
+ *
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library 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
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/
#ifndef RENDERING_RENDERERS_H_INCLUDED_105305
#define RENDERING_RENDERERS_H_INCLUDED_105305
diff --git a/rendering.c b/rendering.c
index 7aeec57..7feed75 100644
--- a/rendering.c
+++ b/rendering.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/rendering.h b/rendering.h
index 3c8345d..36c981b 100644
--- a/rendering.h
+++ b/rendering.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#include "vtypes.h"
#include "varray.h"
diff --git a/result-codes.h b/result-codes.h
index 67f7095..00c805a 100644
--- a/result-codes.h
+++ b/result-codes.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#ifndef VARANAM_RESULT_CODES_INCLUDED_103446
diff --git a/strbuf.c b/strbuf.c
index e18929a..ad5d6f9 100644
--- a/strbuf.c
+++ b/strbuf.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/symbol-table.c b/symbol-table.c
index c2628f3..bff95c6 100644
--- a/symbol-table.c
+++ b/symbol-table.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/symbol-table.h b/symbol-table.h
index d389db0..89e493c 100644
--- a/symbol-table.h
+++ b/symbol-table.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VARNAM_SYMBOL_TABLE_H_INCLUDED_120215
diff --git a/tests/export-words.c b/tests/export-words.c
index e7b1389..e4fc3b4 100644
--- a/tests/export-words.c
+++ b/tests/export-words.c
@@ -1,20 +1,9 @@
/* Tests word export
*
- * Copyright (C) Navaneeth K N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
#include
#include
diff --git a/tests/strbuftest.c b/tests/strbuftest.c
index 6f75178..4290a36 100644
--- a/tests/strbuftest.c
+++ b/tests/strbuftest.c
@@ -1,20 +1,10 @@
/* Tests strbuf
*
- * Copyright (C)
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#include "../varnam.h"
#include
diff --git a/tests/test-runner.c b/tests/test-runner.c
index 3558f9f..259b3b7 100644
--- a/tests/test-runner.c
+++ b/tests/test-runner.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/tests/testcases.h b/tests/testcases.h
index 4805f35..fa91a97 100644
--- a/tests/testcases.h
+++ b/tests/testcases.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef TESTCASES_H_INCLUDED_125727
#define TESTCASES_H_INCLUDED_125727
diff --git a/tests/tests.h b/tests/tests.h
index 4101f13..617f3df 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef TESTS_H_INCLUDED_125727
#define TESTS_H_INCLUDED_125727
diff --git a/tests/vst-compilation.c b/tests/vst-compilation.c
index 884b668..fc22f27 100644
--- a/tests/vst-compilation.c
+++ b/tests/vst-compilation.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
/* Contains test cases for initialization */
diff --git a/token.c b/token.c
index 6347726..9528410 100644
--- a/token.c
+++ b/token.c
@@ -1,20 +1,9 @@
/* Methods related to token creation and pooling
*
- * Copyright (C) Navaneeth K N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
#include
#include "token.h"
diff --git a/token.h b/token.h
index c69b40c..cab8d40 100644
--- a/token.h
+++ b/token.h
@@ -1,20 +1,10 @@
/*
*
- * Copyright (C) Navaneeth K N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VARNAM_TOKEN_H_INCLUDED_090112
diff --git a/tools/print-tokens.c b/tools/print-tokens.c
index 66cfab1..b961a5c 100644
--- a/tools/print-tokens.c
+++ b/tools/print-tokens.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/transliterate.c b/transliterate.c
index abb46cd..6a03841 100644
--- a/transliterate.c
+++ b/transliterate.c
@@ -1,20 +1,10 @@
/* tl.c - implementation of transliterator and reverese transliterator
*
- * Copyright (C) 2010 Navaneeth.K.N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/trie.c b/trie.c
index 295a3c4..185e198 100644
--- a/trie.c
+++ b/trie.c
@@ -3,19 +3,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
diff --git a/trie.h b/trie.h
index c52e680..ff7c3f5 100644
--- a/trie.h
+++ b/trie.h
@@ -3,19 +3,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef TRIE_H_INCLUDED_095519
#define TRIE_H_INCLUDED_095519
diff --git a/util.c b/util.c
index 8977855..1db59e6 100644
--- a/util.c
+++ b/util.c
@@ -1,20 +1,10 @@
/* Utility functions
*
- * Copyright (C) 2010 Navaneeth.K.N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/util.h b/util.h
index 767792b..865c929 100644
--- a/util.h
+++ b/util.h
@@ -1,20 +1,10 @@
/* util.h
*
- * Copyright (C) 2010 Navaneeth.K.N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VARNAM_LIB_UTIL_H_INCLUDED_095439
#define VARNAM_LIB_UTIL_H_INCLUDED_095439
diff --git a/varnam.c b/varnam.c
index 62ad0fb..fb98fd6 100644
--- a/varnam.c
+++ b/varnam.c
@@ -1,21 +1,8 @@
-/* varnam.c
-
- Copyright (C) 2010 Navaneeth.K.N
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/
+/*
+ * Copyright (C) Navaneeth.K.N
+ *
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
#include
#include
diff --git a/varnam.h b/varnam.h
index ce1b592..a07227c 100644
--- a/varnam.h
+++ b/varnam.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VARNAM_H_INCLUDED_091620
diff --git a/varnamc b/varnamc
index 2f6658e..2b910cd 100755
--- a/varnamc
+++ b/varnamc
@@ -2,6 +2,12 @@
# encoding: utf-8
+##
+## Copyright (C) Navaneeth.K.N
+##
+## This is part of libvarnam. See LICENSE.txt for the license
+##
+
=begin
'varnamc' is a command line client to libvarnam. It allows you to quickly try
libvarnam's features.
diff --git a/varray.c b/varray.c
index d592d8f..ddeeba9 100644
--- a/varray.c
+++ b/varray.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
diff --git a/varray.h b/varray.h
index a89f5ce..68be581 100644
--- a/varray.h
+++ b/varray.h
@@ -1,20 +1,10 @@
/* varnam-array.h
*
- * Copyright (C) Navaneeth KN
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VARNAM_ARRAY_H_INCLUDED_0924
#define VARNAM_ARRAY_H_INCLUDED_0924
diff --git a/vtypes.h b/vtypes.h
index 4c70b2d..be7b49c 100644
--- a/vtypes.h
+++ b/vtypes.h
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VARNAMLIB_H_INCLUDED_103830
#define VARNAMLIB_H_INCLUDED_103830
diff --git a/vutf8.c b/vutf8.c
index 2fde3eb..1b48839 100644
--- a/vutf8.c
+++ b/vutf8.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
/* 2009-02-13 */
diff --git a/vutf8.h b/vutf8.h
index 2a258dd..5939f56 100644
--- a/vutf8.h
+++ b/vutf8.h
@@ -3,19 +3,9 @@
* Copyright (c) 2005 JSON.org
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VUTF8_H_INCLUDED_111220
diff --git a/vword.c b/vword.c
index c05c787..ebc0638 100644
--- a/vword.c
+++ b/vword.c
@@ -2,19 +2,9 @@
*
* Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#include
#include
diff --git a/vword.h b/vword.h
index 5f5c380..94e8dec 100644
--- a/vword.h
+++ b/vword.h
@@ -1,20 +1,10 @@
/* vword.h - Functions that operates on a word
*
- * Copyright (C) Navaneeth K.N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VWORD_H_INCLUDED_0631
diff --git a/words-table.c b/words-table.c
index 00b5df0..6e5ed7d 100644
--- a/words-table.c
+++ b/words-table.c
@@ -1,20 +1,9 @@
/* Functions to handle the words store
*
- * Copyright (C) Navaneeth K N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
#include
#include
diff --git a/words-table.h b/words-table.h
index 531663c..3404aca 100644
--- a/words-table.h
+++ b/words-table.h
@@ -1,20 +1,10 @@
/* varnam-words-table.h
*
- * Copyright (C) Navaneeth K N
+ * Copyright (C) Navaneeth.K.N
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
-
- * This library 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
- * Lesser General Public License for more details.
-
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
+ * This is part of libvarnam. See LICENSE.txt for the license
+ */
+
#ifndef VARNAM_WORDS_TABLE_H_INCLUDED