Skip to content

Commit 1c6f6cc

Browse files
committed
Updated copyright statements.
1 parent 36f6fa3 commit 1c6f6cc

9 files changed

+9
-9
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2009 Robert Lehmann
1+
Copyright (C) 2009, 2010 Robert Lehmann
22

33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by

gendocs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# Copyright (C) 2009 Robert Lehmann
2+
# Copyright (C) 2009, 2010 Robert Lehmann
33

44
cat README.rst - <<EOF
55

libleipzig/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Robert Lehmann
1+
# Copyright (C) 2009, 2010 Robert Lehmann
22

33
__version__ = "1.0"
44

libleipzig/protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Robert Lehmann
1+
# Copyright (C) 2009, 2010 Robert Lehmann
22
#
33
# SOAP description data
44
# cf. http://wortschatz.uni-leipzig.de/axis/servlet/ServiceOverviewServlet

libleipzig/transport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Robert Lehmann
1+
# Copyright (C) 2009, 2010 Robert Lehmann
22

33
import functools
44
import inspect

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Robert Lehmann
1+
# Copyright (C) 2009, 2010 Robert Lehmann
22

33
from distutils.core import setup
44
import libleipzig

tests/test_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Robert Lehmann
1+
# Copyright (C) 2009, 2010 Robert Lehmann
22
# encoding: utf-8
33
#
44
# extremely fragile tests due to their dependency on an external database

tests/test_interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Robert Lehmann
1+
# Copyright (C) 2009, 2010 Robert Lehmann
22

33
import os
44
import tempfile

tests/test_service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2009 Robert Lehmann
1+
# Copyright (C) 2009, 2010 Robert Lehmann
22

33
from nose.tools import assert_raises
44
from libleipzig import Baseform, Thesaurus

0 commit comments

Comments
 (0)