From 831f0d01d51c6a3e348dd7b01f2cc9521aa531d5 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Sun, 18 Apr 2021 11:55:50 -0400 Subject: [PATCH] Update copyright to 2021 --- LICENSE.txt | 2 +- _posts/2019-01-26-guide-to-forking-pixyll.md | 6 +++--- _sass/_base.scss | 2 +- css/pixyll.scss | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 95c8ccfbf7..54f242f756 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014-2019 John Otander +Copyright (c) 2014-2021 John Otander Copyright (c) 2014 Daniel Eden for animate.css Copyright (c) 2014 Brent Jackson for Basscss Copyright (c) 2013 Twitter, Inc for CSS copied from Bootstrap diff --git a/_posts/2019-01-26-guide-to-forking-pixyll.md b/_posts/2019-01-26-guide-to-forking-pixyll.md index 6652ae24c9..506f721a74 100644 --- a/_posts/2019-01-26-guide-to-forking-pixyll.md +++ b/_posts/2019-01-26-guide-to-forking-pixyll.md @@ -43,14 +43,14 @@ The items above do not apply when you just copied and modified Pixyll in small w If you want to publish a fork of Pixyll under a different name but keeping it under the MIT license, then you should add your name to the copyright notices: - Copyright (c) 2019 Your Name - Copyright (c) 2014-2019 John Otander for Pixyll + Copyright (c) 2021 Your Name + Copyright (c) 2014-2021 John Otander for Pixyll However, if you want to publish a fork of Pixyll under a different name *and* a different license, then you should should still add your name to the copyright notices but have a section titled "Pixyll" at the bottom of your LICENSE file that preserves the copyright and license notices for Pixyll: Pixyll - Copyright (c) 2014-2019 John Otander + Copyright (c) 2014-2021 John Otander MIT License diff --git a/_sass/_base.scss b/_sass/_base.scss index d68383b3ee..2ea43d34e9 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -8,7 +8,7 @@ aesthetic fluff. Built upon BASSCSS (https://basscss.com/). -Crafted with <3 by John Otander (@4lpine) - ©2015-2019 John Otander +Crafted with <3 by John Otander (@4lpine) - ©2015-2021 John Otander MIT License https://opensource.org/licenses/MIT */ diff --git a/css/pixyll.scss b/css/pixyll.scss index bff09f9b73..edfcf14fcb 100644 --- a/css/pixyll.scss +++ b/css/pixyll.scss @@ -5,7 +5,7 @@ /*! * Pixyll - A simple, beautiful Jekyll theme that's mobile first. -* Crafted with <3 by John Otander (@4lpine) - ©2015-2019 John Otander +* Crafted with <3 by John Otander (@4lpine) - ©2015-2021 John Otander * @author John Otander (https://johno.com/) * @link https://github.com/johno/pixyll * @license MIT