Skip to content

Commit

Permalink
Move License to root directory - I think it's meant to go
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
danieldalton10 committed Mar 12, 2011
1 parent 97fde46 commit c6745d8
Show file tree
Hide file tree
Showing 12 changed files with 148 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions emacs/setup.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
# Automatic installer for the emacs specific code which interacts with
# latex-access.
Expand Down
12 changes: 12 additions & 0 deletions emacs/uninstall_latex_access.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
# Simple script to remove the latex_access stuff from .emacs
# Hence, disabling latex_access
Expand Down
14 changes: 14 additions & 0 deletions latex_access.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# latex_access.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>

'''This module provides translations of lines of LaTeX into either braille or spoken output.'''

import re
Expand Down
14 changes: 14 additions & 0 deletions latex_access_com.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# latex_access_com.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
#This file defines a com object wihch can be used to interface between
#screenreaders and the latex access scripts

Expand Down
12 changes: 12 additions & 0 deletions latex_access_emacs.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
# A silly hack, so we don't need to worry about classes to access the
# translate functions.
Expand Down
14 changes: 14 additions & 0 deletions matrix_processor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# matrix_processor.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
#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.


Expand Down
14 changes: 14 additions & 0 deletions nemeth.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# nemeth.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
'''Module to provide Nemeth translations for the latex_access
module.'''

Expand Down
14 changes: 14 additions & 0 deletions path.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# path.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
'''Provide a function to get the program's directory, needed for tables.'''
import os.path

Expand Down
14 changes: 14 additions & 0 deletions preprocessor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# preprocessor.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
'''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.'''
Expand Down
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# setup.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
from distutils.core import setup
import py2exe
import sys
Expand Down
14 changes: 14 additions & 0 deletions speech.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# speech.py
# A part of the latex-access project at http://latex-access.sourceforge.net/
# Author: Alastair Irving <[email protected]>
# 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 <http://www.gnu.org/licenses>
#
'''Module to provide speech output for latex_access.'''


Expand Down

0 comments on commit c6745d8

Please sign in to comment.