Author: Philip Jenvey <pjen...@underboss.org> Branch: Changeset: r68577:9a14ac877fe2 Date: 2014-01-01 12:15 -0800 http://bitbucket.org/pypy/pypy/changeset/9a14ac877fe2/
Log: happy new year diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -28,7 +28,7 @@ DEALINGS IN THE SOFTWARE. -PyPy Copyright holders 2003-2013 +PyPy Copyright holders 2003-2014 ----------------------------------- Except when otherwise stated (look for LICENSE files or information at diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -38,7 +38,7 @@ # General information about the project. project = u'PyPy' -copyright = u'2013, The PyPy Project' +copyright = u'2014, The PyPy Project' # 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/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++ b/pypy/module/sys/app.py @@ -70,11 +70,11 @@ return None copyright_str = """ -Copyright 2003-2013 PyPy development team. +Copyright 2003-2014 PyPy development team. All Rights Reserved. For further information, see <http://pypy.org> -Portions Copyright (c) 2001-2013 Python Software Foundation. +Portions Copyright (c) 2001-2014 Python Software Foundation. All Rights Reserved. Portions Copyright (c) 2000 BeOpen.com. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit