From f5ab06bf079103425674d2583b149ded02e53d13 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 28 Jan 2021 19:57:55 -0500 Subject: [PATCH] Update LICENSE year --- LICENSE | 4 ++-- README.md | 2 +- src/main.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 3942ae9..ed364e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -gen-shell - a generic shell based on taskshell +gen-shell - a generic shell -Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez, 2020 Armaan Bhojwani +Copyright 2017 Paul Beckingham, Federico Hernandez, 2021 Armaan Bhojwani Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c22b212..516bbcb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@ cmake . sudo make install ``` ## License -Following suit from taskshell, gen-shell is MIT licensed by Armaan Bhojwani, 2020. Gen-shell is forked from taskshell, which was developed by [these people](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS). +Following suit from taskshell, gen-shell is MIT licensed by Armaan Bhojwani, 2021. Gen-shell is forked from taskshell, which was developed by [these people](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS). Gen-shell uses the [Sarge library](https://github.com/MayaPosch/Sarge) for parsing command-line arguments. Sarge was written by Maya Posch and is BSD 3-Clause licensed. diff --git a/src/main.cpp b/src/main.cpp index 0c81ddf..516f223 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // gen-shell - the generic shell -// Copyright (c) 2020, Armaan Bhojwani +// Copyright (c) 2021, Armaan Bhojwani #include #include -- 2.39.2