Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Sep 3, 2014
1 parent 67a0a0c commit f3b4ebb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2013 Janne Vanhala
Copyright (C) 2012-2014 Janne Vanhala

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# General information about the project.
project = u'inflection'
copyright = u'2012, Janne Vanhala'
copyright = u'2012-2014, Janne Vanhala'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion inflection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A port of Ruby on Rails' inflector to Python.
:copyright: (c) 2013 by Janne Vanhala
:copyright: (c) 2012-2014 by Janne Vanhala
:license: MIT, see LICENSE for more details.
"""
Expand Down

0 comments on commit f3b4ebb

Please sign in to comment.