From c6745d81b7d1335d3f6175910b6dfe07b2dab5cf Mon Sep 17 00:00:00 2001 From: ddalton10 Date: Sat, 12 Mar 2011 02:44:04 +0000 Subject: [PATCH] Move License to root directory - I think it's meant to go here... licensed all *.py files under the license. If this isn't desired, feel free to revert. Someone else should touch the jaws scripts as I don't want to break anything in there... --- docs/license.txt => LICENSE | 0 emacs/setup.py | 12 ++++++++++++ emacs/uninstall_latex_access.py | 12 ++++++++++++ latex_access.py | 14 ++++++++++++++ latex_access_com.py | 14 ++++++++++++++ latex_access_emacs.py | 12 ++++++++++++ matrix_processor.py | 14 ++++++++++++++ nemeth.py | 14 ++++++++++++++ path.py | 14 ++++++++++++++ preprocessor.py | 14 ++++++++++++++ setup.py | 14 ++++++++++++++ speech.py | 14 ++++++++++++++ 12 files changed, 148 insertions(+) rename docs/license.txt => LICENSE (100%) diff --git a/docs/license.txt b/LICENSE similarity index 100% rename from docs/license.txt rename to LICENSE diff --git a/emacs/setup.py b/emacs/setup.py index cede5d0..e1c16ee 100644 --- a/emacs/setup.py +++ b/emacs/setup.py @@ -1,6 +1,18 @@ #! /usr/bin/python # setup.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Daniel Dalton +# Copyright (C) 2011 Daniel Dalton/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit # # Automatic installer for the emacs specific code which interacts with # latex-access. diff --git a/emacs/uninstall_latex_access.py b/emacs/uninstall_latex_access.py index acccfa7..11f5d88 100644 --- a/emacs/uninstall_latex_access.py +++ b/emacs/uninstall_latex_access.py @@ -1,6 +1,18 @@ #!/usr/bin/python # uninstall_latex_access.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Daniel Dalton +# Copyright (C) 2011 Daniel Dalton/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit # # Simple script to remove the latex_access stuff from .emacs # Hence, disabling latex_access diff --git a/latex_access.py b/latex_access.py index 95b4571..01c1867 100755 --- a/latex_access.py +++ b/latex_access.py @@ -1,3 +1,17 @@ +# latex_access.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit + '''This module provides translations of lines of LaTeX into either braille or spoken output.''' import re diff --git a/latex_access_com.py b/latex_access_com.py index e6ca045..584c784 100755 --- a/latex_access_com.py +++ b/latex_access_com.py @@ -1,3 +1,17 @@ +# latex_access_com.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit +# #This file defines a com object wihch can be used to interface between #screenreaders and the latex access scripts diff --git a/latex_access_emacs.py b/latex_access_emacs.py index 1b9ed32..92f58fb 100644 --- a/latex_access_emacs.py +++ b/latex_access_emacs.py @@ -1,6 +1,18 @@ #!/usr/bin/python # latex_access_emacs.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Daniel Dalton +# Copyright (C) 2011 Daniel Dalton/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit # # A silly hack, so we don't need to worry about classes to access the # translate functions. diff --git a/matrix_processor.py b/matrix_processor.py index a8cf96d..abe9801 100644 --- a/matrix_processor.py +++ b/matrix_processor.py @@ -1,3 +1,17 @@ +# matrix_processor.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit +# #This is part of the latex-access project. Its purpose is to process matrices in LaTeX into a python array so that they can be manipulated. diff --git a/nemeth.py b/nemeth.py index b58763d..a09db2b 100755 --- a/nemeth.py +++ b/nemeth.py @@ -1,3 +1,17 @@ +# nemeth.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit +# '''Module to provide Nemeth translations for the latex_access module.''' diff --git a/path.py b/path.py index 77c970b..979de49 100644 --- a/path.py +++ b/path.py @@ -1,3 +1,17 @@ +# path.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit +# '''Provide a function to get the program's directory, needed for tables.''' import os.path diff --git a/preprocessor.py b/preprocessor.py index 7fdd181..64f6740 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -1,3 +1,17 @@ +# preprocessor.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit +# '''This module provides a translator which can be used to replace LaTeX in the input with different LaTeX. For example it can be used to handle commands defined by \newcommand.''' diff --git a/setup.py b/setup.py index 38a5ecf..c923f11 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,17 @@ +# setup.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit +# from distutils.core import setup import py2exe import sys diff --git a/speech.py b/speech.py index 8efc929..804b518 100644 --- a/speech.py +++ b/speech.py @@ -1,3 +1,17 @@ +# speech.py +# A part of the latex-access project at http://latex-access.sourceforge.net/ +# Author: Alastair Irving +# Copyright (C) 2011 Alastair Irving/latex-access Contributors +# +# This program is free software; 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 2 of the License, or (at your option) any later version. +# +# This program 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 this program; if not, visit +# '''Module to provide speech output for latex_access.'''