Skip to content

Commit

Permalink
Licensing with MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth committed Jun 16, 2013
1 parent c80a2c6 commit 169f610
Show file tree
Hide file tree
Showing 42 changed files with 182 additions and 533 deletions.
22 changes: 22 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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.

27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a name="introduction" />
# Introduction
Expand Down Expand Up @@ -317,3 +318,29 @@ Thank you for your interest. You can look at [issues](https://github.com/navanee
<td>Email</td><td>varnamproject [at] googlegroups.com</td>
</tr>
</table>

<a name="license" />
# 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.

19 changes: 3 additions & 16 deletions api.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 3 additions & 15 deletions examples/learning_example.c
Original file line number Diff line number Diff line change
@@ -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 <stdio.h>
#include "../varnam.h"
Expand Down
16 changes: 3 additions & 13 deletions examples/transliteration_example.c
Original file line number Diff line number Diff line change
@@ -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 <stdio.h>
#include <stdlib.h>
Expand Down
16 changes: 3 additions & 13 deletions lang_detection.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 2 additions & 12 deletions langcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 5 additions & 18 deletions learn.c
Original file line number Diff line number Diff line change
@@ -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 <assert.h>
#include "api.h"
Expand Down
19 changes: 4 additions & 15 deletions renderer/ml_unicode.c
Original file line number Diff line number Diff line change
@@ -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 <string.h>

Expand Down
19 changes: 4 additions & 15 deletions renderer/renderers.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 3 additions & 13 deletions rendering.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <assert.h>
#include <string.h>
Expand Down
14 changes: 2 additions & 12 deletions rendering.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 2 additions & 12 deletions result-codes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 3 additions & 13 deletions strbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdlib.h>
#include <assert.h>
Expand Down
16 changes: 3 additions & 13 deletions symbol-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <string.h>
#include <assert.h>
Expand Down
16 changes: 3 additions & 13 deletions symbol-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 169f610

Please sign in to comment.