Skip to content

Commit

Permalink
update licensing to finally include my name too
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasFox committed Oct 2, 2018
1 parent b08fd4e commit ce63200
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion i3lock.c
Expand Up @@ -2,6 +2,7 @@
* vim:ts=4:sw=4:expandtab
*
* © 2010 Michael Stapelberg
* © 2015 Cassandra Fox
*
* See LICENSE for licensing information
*
Expand Down Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions unlock_indicator.c
Expand Up @@ -2,6 +2,7 @@
* vim:ts=4:sw=4:expandtab
*
* © 2010 Michael Stapelberg
* © 2010 Cassandra Fox
*
* See LICENSE for licensing information
*
Expand Down

0 comments on commit ce63200

Please sign in to comment.