summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-04 21:53:53 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-04 21:53:53 +0300
commit0f45f681cf167c6259d8a8aafb7c58c25156bde0 (patch)
tree461bc39d4d225db50214a1012c5466356027e82b
parent635ba88e73ee9bffa45b9e487ca555c25e931d05 (diff)
downloadwikitrans-0f45f681cf167c6259d8a8aafb7c58c25156bde0.tar.gz
wikitrans-0f45f681cf167c6259d8a8aafb7c58c25156bde0.tar.bz2
Update copyright years
-rw-r--r--WikiTrans/__init__.py2
-rw-r--r--WikiTrans/wiki2html.py2
-rw-r--r--WikiTrans/wiki2texi.py2
-rw-r--r--WikiTrans/wiki2text.py2
-rw-r--r--WikiTrans/wikidump.py2
-rw-r--r--WikiTrans/wikimarkup.py2
-rw-r--r--WikiTrans/wikitoken.py2
-rwxr-xr-xbin/wikitrans2
-rw-r--r--setup.py4
9 files changed, 10 insertions, 10 deletions
diff --git a/WikiTrans/__init__.py b/WikiTrans/__init__.py
index 2c3c005..5832e38 100644
--- a/WikiTrans/__init__.py
+++ b/WikiTrans/__init__.py
@@ -1,6 +1,6 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3# Copyright (C) 2008, 2015 Sergey Poznyakoff 3# Copyright (C) 2008-2018 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/WikiTrans/wiki2html.py b/WikiTrans/wiki2html.py
index eb1b611..81b918f 100644
--- a/WikiTrans/wiki2html.py
+++ b/WikiTrans/wiki2html.py
@@ -1,6 +1,6 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3# Copyright (C) 2008,2015 Sergey Poznyakoff 3# Copyright (C) 2008-2018 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/WikiTrans/wiki2texi.py b/WikiTrans/wiki2texi.py
index 9c7eb7b..9a12d37 100644
--- a/WikiTrans/wiki2texi.py
+++ b/WikiTrans/wiki2texi.py
@@ -1,6 +1,6 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3# Copyright (C) 2015 Sergey Poznyakoff 3# Copyright (C) 2015-2018 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/WikiTrans/wiki2text.py b/WikiTrans/wiki2text.py
index 3fa2b0e..35f1aff 100644
--- a/WikiTrans/wiki2text.py
+++ b/WikiTrans/wiki2text.py
@@ -1,6 +1,6 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3# Copyright (C) 2008,2015 Sergey Poznyakoff 3# Copyright (C) 2008-2018 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/WikiTrans/wikidump.py b/WikiTrans/wikidump.py
index 138d0c6..5b257f9 100644
--- a/WikiTrans/wikidump.py
+++ b/WikiTrans/wikidump.py
@@ -1,5 +1,5 @@
1# Wiki "dump" format. -*- coding: utf-8 -*- 1# Wiki "dump" format. -*- coding: utf-8 -*-
2# Copyright (C) 2015 Sergey Poznyakoff 2# Copyright (C) 2015-2018 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/WikiTrans/wikimarkup.py b/WikiTrans/wikimarkup.py
index e3bc26f..af97063 100644
--- a/WikiTrans/wikimarkup.py
+++ b/WikiTrans/wikimarkup.py
@@ -1,6 +1,6 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3# Copyright (C) 2008, 2009, 2015 Sergey Poznyakoff 3# Copyright (C) 2008-2018 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/WikiTrans/wikitoken.py b/WikiTrans/wikitoken.py
index a9b90b1..5606ecc 100644
--- a/WikiTrans/wikitoken.py
+++ b/WikiTrans/wikitoken.py
@@ -1,5 +1,5 @@
1# Wiki tokens. -*- coding: utf-8 -*- 1# Wiki tokens. -*- coding: utf-8 -*-
2# Copyright (C) 2015 Sergey Poznyakoff 2# Copyright (C) 2015-2018 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/bin/wikitrans b/bin/wikitrans
index 3d85915..ffbc048 100755
--- a/bin/wikitrans
+++ b/bin/wikitrans
@@ -1,6 +1,6 @@
1#!/usr/bin/python 1#!/usr/bin/python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3# Copyright (C) 2008,2015 Sergey Poznyakoff 3# Copyright (C) 2008-2018 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/setup.py b/setup.py
index bb1a6e3..b4adc62 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
1#!/usr/bin/env python 1#!/usr/bin/env python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3# Copyright (C) 2008,2009,2015 Sergey Poznyakoff 3# Copyright (C) 2008-2018 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ from setuptools import setup, find_packages
19from codecs import open 19from codecs import open
20 20
21setup(name='wikitrans', 21setup(name='wikitrans',
22 version='0.1', 22 version='0.5',
23 author='Sergey Poznyakoff', 23 author='Sergey Poznyakoff',
24 author_email='gray@gnu.org', 24 author_email='gray@gnu.org',
25 url='http://www.gnu.org.ua/projects/wit', 25 url='http://www.gnu.org.ua/projects/wit',

Return to:

Send suggestions and report system problems to the System administrator.