From 244e20d4653c923b1efcbc5a255d7f42bf533adc Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Fri, 20 Jan 2017 10:00:58 -0700 Subject: [PATCH] Bumped copyright year --- LICENSE.txt | 2 +- README.markdown | 2 +- liquidmetal.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index b1247c1..5b174a5 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2009-2014 Ryan McGeary +Copyright (c) 2009-2017 Ryan McGeary MIT License diff --git a/README.markdown b/README.markdown index b5cc54e..cf42537 100644 --- a/README.markdown +++ b/README.markdown @@ -82,4 +82,4 @@ All scores fall between a range of 0.0 (no match) to 1.0 (perfect match). [MIT License](http://www.opensource.org/licenses/mit-license.php) -Copyright (c) 2009-2014, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) +Copyright (c) 2009-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) diff --git a/liquidmetal.js b/liquidmetal.js index 59131ba..85a46fc 100644 --- a/liquidmetal.js +++ b/liquidmetal.js @@ -10,7 +10,7 @@ * Licensed under the MIT: * http://www.opensource.org/licenses/mit-license.php * - * Copyright (c) 2009-2014, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) + * Copyright (c) 2009-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) */ (function(global) { var SCORE_NO_MATCH = 0.0;