Commit: d836cdb0705db244a935f1cd1ad571ff7b9c55eb Parent: 96d69ca9e45c5145018980f781f75fe88f71e3b8 Author: Vi Grey Date: 2016-06-10 07:48 UTC Summary: Updated Credits LICENSE.txt | 2 +- README.md | 2 +- datecalc.go | 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 b88cd4b..ad5d61f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ datecalc-go ======== -datecalc 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 is created by Vi Grey (https://vigrey.com) and is licensed under a BSD 2-Clause License. Read LICENSE.txt for more license text. Go package to calculate the day of the week of any date diff --git a/datecalc.go b/datecalc.go index c98b5ec..07d997c 100644 --- a/datecalc.go +++ b/datecalc.go @@ -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 @@ -26,7 +26,7 @@ /* A Library to Calculate the Day of the Week of Any Date */ -/* Version 1.0.3.6 */ +/* Version 1.0.3.7 */ package datecalc