Browse Source

Update copyright year for 2016.

tags/v0.3
Ben Kurtovic 9 years ago
parent
commit
1fc63081eb
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      LICENSE
  2. +1
    -1
      docs/conf.py
  3. +1
    -1
      earwigbot/__init__.py
  4. +1
    -1
      setup.py

+ 1
- 1
LICENSE View File

@@ -1,4 +1,4 @@
Copyright (C) 2009-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
Copyright (C) 2009-2016 Ben Kurtovic <ben.kurtovic@gmail.com>


Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
docs/conf.py View File

@@ -41,7 +41,7 @@ master_doc = 'index'


# General information about the project. # General information about the project.
project = u'EarwigBot' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the


+ 1
- 1
earwigbot/__init__.py View File

@@ -30,7 +30,7 @@ details. This documentation is also available `online
""" """


__author__ = "Ben Kurtovic" __author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2009-2015 Ben Kurtovic"
__copyright__ = "Copyright (C) 2009-2016 Ben Kurtovic"
__license__ = "MIT License" __license__ = "MIT License"
__version__ = "0.3.dev0" __version__ = "0.3.dev0"
__email__ = "ben.kurtovic@gmail.com" __email__ = "ben.kurtovic@gmail.com"


+ 1
- 1
setup.py View File

@@ -1,7 +1,7 @@
#! /usr/bin/env python #! /usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2009-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
# Copyright (C) 2009-2016 Ben Kurtovic <ben.kurtovic@gmail.com>
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal


Loading…
Cancel
Save