i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 8a97f7c620f8e0907fc0b2c579006ad1e3c879b0
parent 1dbb9e5bef83fe379cef578459bb9fe132d68744
Author: Raymond Li <hi@raymond.li>
Date:   Thu, 27 May 2021 19:52:59 -0400

Update copyright

Diffstat:
MLICENSE | 2+-
Mm4/ax_extend_srcdir.m4 | 2+-
Mm4/ax_sanitizers.m4 | 2+-
Mrandr.c | 2+-
Munlock_indicator.c | 2+-
Mxcb.c | 4++--
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
 Copyright © 2010-2011, Michael Stapelberg
 Copyright © 2015, Cassandra Fox
-Copyright © 2020, Raymond Li
+Copyright © 2021, Raymond Li
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/m4/ax_extend_srcdir.m4 b/m4/ax_extend_srcdir.m4
@@ -63,7 +63,7 @@
 # LICENSE
 #
 #   Copyright (c) 2016 Michael Stapelberg <michael@i3wm.org>
-#   Copyright (c) 2020 Raymond Li <i3lock-color@raymond.li>
+#   Copyright (c) 2021 Raymond Li <i3lock-color@raymond.li>
 #
 #   Copying and distribution of this file, with or without modification, are
 #   permitted in any medium without royalty provided the copyright notice
diff --git a/m4/ax_sanitizers.m4 b/m4/ax_sanitizers.m4
@@ -69,7 +69,7 @@
 # LICENSE
 #
 #   Copyright (c) 2016 Michael Stapelberg <michael@i3wm.org>
-#   Copyright (c) 2020 Raymond Li <i3lock-color@raymond.li>
+#   Copyright (c) 2021 Raymond Li <i3lock-color@raymond.li>
 #
 #   Copying and distribution of this file, with or without modification,
 #   are permitted in any medium without royalty provided the copyright
diff --git a/randr.c b/randr.c
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * © 2010 Michael Stapelberg
- * © 2020 Raymond Li
+ * © 2021 Raymond Li
  *
  * See LICENSE for licensing information
  *
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -3,7 +3,7 @@
  *
  * © 2010 Michael Stapelberg
  * © 2015 Cassandra Fox
- * © 2020 Raymond Li
+ * © 2021 Raymond Li
  *
  * See LICENSE for licensing information
  *
diff --git a/xcb.c b/xcb.c
@@ -1,8 +1,8 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010 Michael
- * @ © 2020 Raymond Li
+ * © 2010 Michael Stapelberg
+ * © 2021 Raymond Li
  *
  * xcb.c: contains all functions which use XCB to talk to X11. Mostly wrappers
  *        around the rather complicated/ugly parts of the XCB API.