Skip to content

Commit

Permalink
Replace the address of FSF in license
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesni committed Mar 6, 2012
1 parent ee3c573 commit 14ac75d
Show file tree
Hide file tree
Showing 25 changed files with 50 additions and 51 deletions.
4 changes: 2 additions & 2 deletions test/test_all.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

import unittest
from test_zanata import ZanataTest
Expand Down
4 changes: 2 additions & 2 deletions test/test_parseconfig.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

all__ = (
"ConfigTest",
Expand Down
4 changes: 2 additions & 2 deletions test/test_publicanutil.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

all__ = (
"PublicanUtilityTest",
Expand Down
4 changes: 2 additions & 2 deletions test/test_zanata.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

import unittest
import sys, os
Expand Down
4 changes: 2 additions & 2 deletions test/test_zanatacmd.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

all__ = (
"ZanataCmdTest",
Expand Down
4 changes: 2 additions & 2 deletions zanata
Expand Up @@ -18,8 +18,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
from zanataclient import zanata

zanata.run()
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/__init__.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

from parseconfig import *
from publicanutil import *
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/command.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

# Base on James Gardner's CommandTool v0.3.2, modified for python client requirement
# http://jimmyg.org/blog/2009/python-command-line-interface-%28cli%29-with-sub-commands.html
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/csvconverter.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__all__ = (
"CSVConverter",
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/optionsutil.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__all__ = (
"OptionsUtil",
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/parseconfig.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__all__ = (
"ZanataConfig",
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/publicanutil.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__all__ = (
"PublicanUtility",
Expand Down
5 changes: 2 additions & 3 deletions zanataclient/zanata.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

import getopt
import sys
Expand Down Expand Up @@ -1266,7 +1266,6 @@ def pull(command_options, args, project_type = None):

outpath = create_outpath(command_options, output_folder)

zanatacmd = ZanataCommand()
zanatacmd.pull_command(zanata, locale_map, project_id, iteration_id, filelist, lang_list, outpath, command_type,
create_skeletons)

Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatacmd.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

import sys
import os
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/__init__.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

from client import *
from docservice import *
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/client.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.


__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/docservice.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.


__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/error.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.


__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/glossaryservice.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.


__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/logger.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
__all__ = (
"Logger",
)
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/project.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.


__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/projectservice.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__all__ = (
"ProjectService",
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/rest/__init__.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.


from client import *
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/rest/client.py
Expand Up @@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__all__ = (
"RestClient",
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/versionservice.py
Expand Up @@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307 USA
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.


__all__ = (
Expand Down

0 comments on commit 14ac75d

Please sign in to comment.