Update copyright year.
This commit is contained in:
parent
c3dafff1da
commit
84553d37d4
5 changed files with 5 additions and 5 deletions
2
COPYING
2
COPYING
|
@ -1,6 +1,6 @@
|
||||||
Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
||||||
Copyright (C) 2012-2014 Bastian Kleineidam
|
Copyright (C) 2012-2014 Bastian Kleineidam
|
||||||
Copyright (C) 2015-2017 Tobias Gruetzmacher
|
Copyright (C) 2015-2018 Tobias Gruetzmacher
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
|
@ -4,7 +4,7 @@ Dosage
|
||||||
[![Build Status](https://travis-ci.org/webcomics/dosage.svg?branch=master)](https://travis-ci.org/webcomics/dosage)
|
[![Build Status](https://travis-ci.org/webcomics/dosage.svg?branch=master)](https://travis-ci.org/webcomics/dosage)
|
||||||
[![Code Climate](https://codeclimate.com/github/webcomics/dosage/badges/gpa.svg)](https://codeclimate.com/github/webcomics/dosage)
|
[![Code Climate](https://codeclimate.com/github/webcomics/dosage/badges/gpa.svg)](https://codeclimate.com/github/webcomics/dosage)
|
||||||
[![codecov](https://codecov.io/gh/webcomics/dosage/branch/master/graph/badge.svg)](https://codecov.io/gh/webcomics/dosage)
|
[![codecov](https://codecov.io/gh/webcomics/dosage/branch/master/graph/badge.svg)](https://codecov.io/gh/webcomics/dosage)
|
||||||
[![Maintenance](https://img.shields.io/maintenance/yes/2017.svg)]()
|
[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]()
|
||||||
|
|
||||||
Dosage is a comic strip downloader and archiver.
|
Dosage is a comic strip downloader and archiver.
|
||||||
|
|
||||||
|
|
2
dosage
2
dosage
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
|
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
|
||||||
# Copyright (C) 2012-2014 Bastian Kleineidam
|
# Copyright (C) 2012-2014 Bastian Kleineidam
|
||||||
# Copyright (C) 2015-2017 Tobias Gruetzmacher
|
# Copyright (C) 2015-2018 Tobias Gruetzmacher
|
||||||
# ___
|
# ___
|
||||||
# / \___ ___ __ _ __ _ ___
|
# / \___ ___ __ _ __ _ ___
|
||||||
# / /\ / _ \/ __|/ _` |/ _` |/ _ \
|
# / /\ / _ \/ __|/ _` |/ _` |/ _ \
|
||||||
|
|
|
@ -5,7 +5,6 @@ maintainer-email = tobias-dosage@23.gs
|
||||||
summary = a comic strip downloader and archiver
|
summary = a comic strip downloader and archiver
|
||||||
description-file = README.md
|
description-file = README.md
|
||||||
home-page = http://dosage.rocks/
|
home-page = http://dosage.rocks/
|
||||||
requires-python = >=2.7
|
|
||||||
license = MIT
|
license = MIT
|
||||||
platform = Any
|
platform = Any
|
||||||
keywords = comic,webcomic,downloader,archiver,crawler
|
keywords = comic,webcomic,downloader,archiver,crawler
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
||||||
# Copyright (C) 2012-2014 Bastian Kleineidam
|
# Copyright (C) 2012-2014 Bastian Kleineidam
|
||||||
# Copyright (C) 2015-2017 Tobias Gruetzmacher
|
# Copyright (C) 2015-2018 Tobias Gruetzmacher
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import absolute_import, division, print_function
|
||||||
|
|
||||||
|
@ -10,5 +10,6 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
setup_requires=['pbr>=1.9', 'setuptools>=17.1'],
|
setup_requires=['pbr>=1.9', 'setuptools>=17.1'],
|
||||||
|
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
|
||||||
pbr=True,
|
pbr=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue