]> git.armaanb.net Git - gen-shell.git/commitdiff
Update LICENSE year
authorArmaan Bhojwani <me@armaanb.net>
Fri, 29 Jan 2021 00:57:55 +0000 (19:57 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Fri, 29 Jan 2021 00:57:55 +0000 (19:57 -0500)
LICENSE
README.md
src/main.cpp

diff --git a/LICENSE b/LICENSE
index 3942ae99394d6e7b958e2577443bae28ed57c202..ed364e64bc4bf26c8ad1acbda51d6ec076d3dfd9 100644 (file)
--- 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
index c22b212240fcead9a9aa764773521e46986169d2..516bbcb600ef1ca1249a61ba2ffc52f33b505ac7 100644 (file)
--- 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.
index 0c81ddfbe89e0e0a40fa88ffea85f85a293d584c..516f22396109081ec12a451262bf87c3d5d99e01 100644 (file)
@@ -1,5 +1,5 @@
 // gen-shell - the generic shell
-// Copyright (c) 2020, Armaan Bhojwani <code@armaanb.net>
+// Copyright (c) 2021, Armaan Bhojwani <me@armaanb.net>
 
 #include <cmake.h>
 #include <iostream>