aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@jbernard.io> 2019-01-16 15:53:18 -0500
committerGravatar Jon Bernard <jbernard@jbernard.io> 2019-03-05 10:16:06 -0500
commit8663ceeb4b8d87bef9b040414e68dd67c3543768 (patch)
tree2098ad79abe925ab0fb55149b80302bbe7249a2a
parent9665f21abfe23cae78ee9f437da9a46dba19f22e (diff)
downloaddotfiles-8663ceeb4b8d87bef9b040414e68dd67c3543768.tar.gz
dotfiles-8663ceeb4b8d87bef9b040414e68dd67c3543768.tar.bz2
dotfiles-8663ceeb4b8d87bef9b040414e68dd67c3543768.zip
Update copyright year
-rw-r--r--LICENSE.md2
-rw-r--r--dotfiles/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 4c1fe40..a3de937 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -3,7 +3,7 @@ License
ISC License.
- Copyright (c) 2011-2018, Jon Bernard <jbernard@jbernard.io>
+ Copyright (c) 2011-2019, Jon Bernard <jbernard@jbernard.io>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py
index df5cb58..df432d6 100644
--- a/dotfiles/__init__.py
+++ b/dotfiles/__init__.py
@@ -5,7 +5,7 @@
Dotfiles is a tool to make managing your dotfile symlinks in $HOME easy,
allowing you to keep all your configuration files in a single directory.
- :copyright: (c) 2011-2018 by Jon Bernard.
+ :copyright: (c) 2011-2019 by Jon Bernard.
:license: ISC, see LICENSE.md for more details.
"""