Commit: 9d8833ae1a1eb794b8cb8873ee1142d19eeeb186 Parent: a56549590b14a9060461e2df76ca4404e99baba9 Author: Vi Grey Date: 2016-06-10 07:50 UTC Summary: Updated Credits LICENSE.txt | 2 +- README.md | 2 +- datecalc.rb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 7529a34..892a559 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 2012-2014, PariahVi +Copyright (C) 2012-2014, Vi Grey All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index ddc9915..8a055e7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ datecalc-rb ======== -datecalc-rb is created by Vi Grey ([http://pariahvi.com](http://pariahvi.com)) and is licensed under a BSD 2-Clause License. Read LICENSE.txt for more license text. +datecalc-rb is created by Vi Grey (https://vigrey.com) and is licensed under a BSD 2-Clause License. Read LICENSE.txt for more license text. A Module to Calculate the Day of the Week of Any Date diff --git a/datecalc.rb b/datecalc.rb index 33c5b0a..783de8b 100644 --- a/datecalc.rb +++ b/datecalc.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014, PariahVi +# Copyright (C) 2012-2014, Vi Grey # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ # A Module to Calculate the Day of the Week of Any Date -# Version 1.0.3.6 +# Version 1.0.3.7 MONTH_OFFSET = [ [4, 3], [0, 6], [0], [3], [5], [1], [3], [6], [2], [4], [0], [2]