Update copyright year to 2014
This commit is contained in:
parent
295a01ef91
commit
df0b59cc94
2
COPYING
2
COPYING
|
@ -1,6 +1,6 @@
|
||||||
The MIT License
|
The MIT License
|
||||||
|
|
||||||
Copyright (c) 2012 Tatsuhiro Tsujikawa
|
Copyright (c) 2012, 2014 Tatsuhiro Tsujikawa
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -64,7 +64,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'nghttp2'
|
project = u'nghttp2'
|
||||||
copyright = u'2012, 2013, Tatsuhiro Tsujikawa'
|
copyright = u'2012, 2014, Tatsuhiro Tsujikawa'
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue