From 7760531ef096ab31712564a6838e23374e9868b2 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 10 Jun 2017 18:56:00 -0700 Subject: [PATCH] Updated copyright dates to 2017 --- COPYING | 4 ++-- README.md | 2 +- resources/DirectoryLister.php | 2 +- web/index.html | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 web/index.html diff --git a/COPYING b/COPYING index 91b2f2d..56c6042 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2012 Chris Kankiewicz +Copyright (c) 2017 Chris Kankiewicz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/README.md b/README.md index 09303f9..1a9dd12 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,4 @@ License Directory Lister is distributed under the terms of the [MIT License](http://www.opensource.org/licenses/mit-license.php). -Copyright 2015 [Chris Kankiewicz](http://www.chriskankiewicz.com) +Copyright 2017 [Chris Kankiewicz](http://www.chriskankiewicz.com) diff --git a/resources/DirectoryLister.php b/resources/DirectoryLister.php index 2d21823..8aeceda 100644 --- a/resources/DirectoryLister.php +++ b/resources/DirectoryLister.php @@ -11,7 +11,7 @@ * More info available at http://www.directorylister.com * * @author Chris Kankiewicz (http://www.chriskankiewicz.com) - * @copyright 2015 Chris Kankiewicz + * @copyright 2017 Chris Kankiewicz */ class DirectoryLister { diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..597ecf5 --- /dev/null +++ b/web/index.html @@ -0,0 +1 @@ +

Hello world!