From 5a1db7ba038cfcf01fe53cb78c2e3ca10c0e0fc8 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 12 Dec 2021 10:41:47 -0800 Subject: [PATCH] Update copyright and link in package.json --- Readme.md | 2 +- package.json | 2 +- strftime.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index e7d21ab..0508fae 100644 --- a/Readme.md +++ b/Readme.md @@ -199,7 +199,7 @@ Contributors License ======= -Copyright 2010 - 2016 Sami Samhuri sami@samhuri.net +Copyright 2010 - 2021 Sami Samhuri sami@samhuri.net [MIT license](https://sjs.mit-license.org) diff --git a/package.json b/package.json index 7b93729..8a61be4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "strftime", "description": "strftime for JavaScript", "version": "0.10.0", - "homepage": "http://samhuri.net/proj/strftime", + "homepage": "https://samhuri.net/projects/strftime", "author": "Sami Samhuri ", "contributors": [ "Alexandr Nikitin (https://github.com/alexandrnikitin)", diff --git a/strftime.js b/strftime.js index 1cc839c..7ffd63b 100644 --- a/strftime.js +++ b/strftime.js @@ -3,7 +3,7 @@ // github.com/samsonjs/strftime // @_sjs // -// Copyright 2010 - 2016 Sami Samhuri +// Copyright 2010 - 2021 Sami Samhuri // // MIT License // http://sjs.mit-license.org