i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit ce63200d9a6a23d209cdd74dd8a184e38525c706
parent b08fd4e5572aa922bc3e62dde5b85243780ba29c
Author: Cassandra <cassandra@techfo.xyz>
Date:   Tue,  2 Oct 2018 11:02:06 -0400

update licensing to finally include my name too

Diffstat:
MLICENSE | 5+++--
Mi3lock.c | 3++-
Munlock_indicator.c | 1+
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,5 @@
 Copyright © 2010-2011, Michael Stapelberg
+Copyright © 2015, Cassandra Fox
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -15,10 +16,10 @@ modification, are permitted provided that the following conditions are met:
       names of contributors may be used to endorse or promote products
       derived from this software without specific prior written permission.
 
-THIS SOFTWARE IS PROVIDED BY Michael Stapelberg ''AS IS'' AND ANY
+THIS SOFTWARE IS PROVIDED BY Michael Stapelberg/Cassandra Fox ''AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL Michael Stapelberg BE LIABLE FOR ANY
+DISCLAIMED. IN NO EVENT SHALL Michael Stapelberg/Cassandra Fox BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
diff --git a/i3lock.c b/i3lock.c
@@ -2,6 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * © 2010 Michael Stapelberg
+ * © 2015 Cassandra Fox
  *
  * See LICENSE for licensing information
  *
@@ -1303,7 +1304,7 @@ int main(int argc, char *argv[]) {
     while ((o = getopt_long(argc, argv, optstring, longopts, &longoptind)) != -1) {
         switch (o) {
             case 'v':
-                errx(EXIT_SUCCESS, "version " I3LOCK_VERSION " © 2010 Michael Stapelberg");
+                errx(EXIT_SUCCESS, "version " I3LOCK_VERSION " © 2010 Michael Stapelberg, © 2015 Cassandra Fox");
             case 'n':
                 dont_fork = true;
                 break;
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -2,6 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * © 2010 Michael Stapelberg
+ * © 2010 Cassandra Fox
  *
  * See LICENSE for licensing information
  *