From 1fc63081eb7d1713304b78f9006978a006a5b2ed Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 2 Jan 2016 03:34:30 -0500 Subject: [PATCH] Update copyright year for 2016. --- LICENSE | 2 +- docs/conf.py | 2 +- earwigbot/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index f1e78b1..7fb250d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2009-2015 Ben Kurtovic +Copyright (C) 2009-2016 Ben Kurtovic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index b843fe0..3e66cb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'EarwigBot' -copyright = u'2009-2015 Ben Kurtovic' +copyright = u'2009-2016 Ben Kurtovic' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/earwigbot/__init__.py b/earwigbot/__init__.py index 78b02b7..51ff5b8 100644 --- a/earwigbot/__init__.py +++ b/earwigbot/__init__.py @@ -30,7 +30,7 @@ details. This documentation is also available `online """ __author__ = "Ben Kurtovic" -__copyright__ = "Copyright (C) 2009-2015 Ben Kurtovic" +__copyright__ = "Copyright (C) 2009-2016 Ben Kurtovic" __license__ = "MIT License" __version__ = "0.3.dev0" __email__ = "ben.kurtovic@gmail.com" diff --git a/setup.py b/setup.py index b1c60b2..de035f1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2009-2015 Ben Kurtovic +# Copyright (C) 2009-2016 Ben Kurtovic # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal