Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Feb 6, 2015
1 parent 5918bbd commit a747024
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/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'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
Expand Down
2 changes: 1 addition & 1 deletion doc/copyright.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/notice.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/prototype/prototype.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* prototype/prototype.c - <<< One-line description of file >>> */
/*
* Copyright (C) 2012 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
Expand Down
2 changes: 1 addition & 1 deletion src/prototype/prototype.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* prototype/prototype.h - <<< One-line description of file >>> */
/*
* Copyright (C) 2012 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
Expand Down

0 comments on commit a747024

Please sign in to comment.