From 64dfd6158f151a314fa581df0fd9a51939017b34 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Tue, 2 May 2017 08:13:27 -0400 Subject: [PATCH] Update copyright information. Either don't include a date or include this year. --- docs/conf.py | 2 +- examples/common/templates/index.jade | 2 +- src/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c7f40d2cd5..cff6a09117 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ # General information about the project. project = u'geojs' -copyright = u'2014, Kitware, Inc.' +copyright = u'Kitware, Inc.' # 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/examples/common/templates/index.jade b/examples/common/templates/index.jade index bc90f6caee..427508a647 100644 --- a/examples/common/templates/index.jade +++ b/examples/common/templates/index.jade @@ -63,7 +63,7 @@ html(lang="en") h4.modal-title !{about.title || title} .modal-body p.text-left !{about.text} - p.text-right © 2014, Kitware, Inc. + p.text-right © Kitware, Inc. .modal-footer button.btn.btn-primary(data-dismiss="modal" data-target="#about-modal") Close diff --git a/src/index.js b/src/index.js index 41a6191825..118de34c7b 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ // License headers that will be preserved in distributed bundles. /** * GeoJS - * @copyright 2013-2016, Kitware, Inc. + * @copyright 2013-2017, Kitware, Inc. * @license Apache-2.0 * * Bundled with the following libraries: