From 19bb843b40d3f62f4e29f4847717862f1423135e Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 3 Feb 2015 14:25:09 -0500 Subject: [PATCH] Update copyright years --- NOTICE | 2 +- doc/conf.py | 2 +- doc/copyright.rst | 2 +- doc/notice.rst | 2 +- src/prototype/prototype.c | 2 +- src/prototype/prototype.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index b55d738cb6..7a1cfe1a28 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright (C) 1985-2014 by the Massachusetts Institute of Technology. +Copyright (C) 1985-2015 by the Massachusetts Institute of Technology. All rights reserved. diff --git a/doc/conf.py b/doc/conf.py index bc8b2bd1c1..5517bd24e7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,7 +45,7 @@ else: # General information about the project. project = u'MIT Kerberos' -copyright = u'1985-2014, MIT' +copyright = u'1985-2015, MIT' # 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/doc/copyright.rst b/doc/copyright.rst index 742bc121eb..b3a134d0d2 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -1,7 +1,7 @@ Copyright ========= -Copyright |copy| 1985-2014 by the Massachusetts Institute of +Copyright |copy| 1985-2015 by the Massachusetts Institute of Technology and its contributors. All rights reserved. See :ref:`mitK5license` for additional copyright and license diff --git a/doc/notice.rst b/doc/notice.rst index 04d0c048e5..60b697f9bf 100644 --- a/doc/notice.rst +++ b/doc/notice.rst @@ -1,4 +1,4 @@ -Copyright |copy| 1985-2014 by the Massachusetts Institute of Technology. +Copyright |copy| 1985-2015 by the Massachusetts Institute of Technology. All rights reserved. diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index 96db950a18..7590b2dd56 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* prototype/prototype.c - <<< One-line description of file >>> */ /* - * Copyright (C) 2014 by the Massachusetts Institute of Technology. + * Copyright (C) 2015 by the Massachusetts Institute of Technology. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h index 9984b20a81..85b11da13b 100644 --- a/src/prototype/prototype.h +++ b/src/prototype/prototype.h @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* prototype/prototype.h - <<< One-line description of file >>> */ /* - * Copyright (C) 2014 by the Massachusetts Institute of Technology. + * Copyright (C) 2015 by the Massachusetts Institute of Technology. * All rights reserved. * * Redistribution and use in source and binary forms, with or without -- 2.47.2