diff options
| -rw-r--r-- | NOTICE | 2 | ||||
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | doc/copyright.rst | 2 | ||||
| -rw-r--r-- | doc/notice.rst | 2 | ||||
| -rw-r--r-- | src/prototype/prototype.c | 2 | ||||
| -rw-r--r-- | src/prototype/prototype.h | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 1985-2013 by the Massachusetts Institute of Technology. +Copyright (C) 1985-2014 by the Massachusetts Institute of Technology. All rights reserved. diff --git a/doc/conf.py b/doc/conf.py index 0fe1cc1d4..f015fc8fb 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-2013, MIT' +copyright = u'1985-2014, 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 7fe23539e..742bc121e 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -1,7 +1,7 @@ Copyright ========= -Copyright |copy| 1985-2013 by the Massachusetts Institute of +Copyright |copy| 1985-2014 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 33ba998cf..b652c3c48 100644 --- a/doc/notice.rst +++ b/doc/notice.rst @@ -1,4 +1,4 @@ -Copyright |copy| 1985-2013 by the Massachusetts Institute of Technology. +Copyright |copy| 1985-2014 by the Massachusetts Institute of Technology. All rights reserved. diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index d3bf72ab4..96db950a1 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) 2013 by the Massachusetts Institute of Technology. + * Copyright (C) 2014 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 88233031a..9984b20a8 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) 2013 by the Massachusetts Institute of Technology. + * Copyright (C) 2014 by the Massachusetts Institute of Technology. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
