File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- Copyright (C) 2009 Robert Lehmann
1
+ Copyright (C) 2009, 2010 Robert Lehmann
2
2
3
3
This program is free software: you can redistribute it and/or modify
4
4
it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # Copyright (C) 2009 Robert Lehmann
2
+ # Copyright (C) 2009, 2010 Robert Lehmann
3
3
4
4
cat README.rst - << EOF
5
5
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2009 Robert Lehmann
1
+ # Copyright (C) 2009, 2010 Robert Lehmann
2
2
3
3
__version__ = "1.0"
4
4
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2009 Robert Lehmann
1
+ # Copyright (C) 2009, 2010 Robert Lehmann
2
2
#
3
3
# SOAP description data
4
4
# cf. http://wortschatz.uni-leipzig.de/axis/servlet/ServiceOverviewServlet
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2009 Robert Lehmann
1
+ # Copyright (C) 2009, 2010 Robert Lehmann
2
2
3
3
import functools
4
4
import inspect
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2009 Robert Lehmann
1
+ # Copyright (C) 2009, 2010 Robert Lehmann
2
2
3
3
from distutils .core import setup
4
4
import libleipzig
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2009 Robert Lehmann
1
+ # Copyright (C) 2009, 2010 Robert Lehmann
2
2
# encoding: utf-8
3
3
#
4
4
# extremely fragile tests due to their dependency on an external database
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2009 Robert Lehmann
1
+ # Copyright (C) 2009, 2010 Robert Lehmann
2
2
3
3
import os
4
4
import tempfile
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2009 Robert Lehmann
1
+ # Copyright (C) 2009, 2010 Robert Lehmann
2
2
3
3
from nose .tools import assert_raises
4
4
from libleipzig import Baseform , Thesaurus
You can’t perform that action at this time.
0 commit comments