-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyright and link in package.json
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,7 +199,7 @@ Contributors | |
License | ||
======= | ||
|
||
Copyright 2010 - 2016 Sami Samhuri [email protected] | ||
Copyright 2010 - 2021 Sami Samhuri [email protected] | ||
|
||
[MIT license](https://sjs.mit-license.org) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
"contributors": [ | ||
"Alexandr Nikitin (https://github.com/alexandrnikitin)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
// github.com/samsonjs/strftime | ||
// @_sjs | ||
// | ||
// Copyright 2010 - 2016 Sami Samhuri <[email protected]> | ||
// Copyright 2010 - 2021 Sami Samhuri <[email protected]> | ||
// | ||
// MIT License | ||
// http://sjs.mit-license.org | ||
|