diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-09-13 16:02:42 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-09-14 17:52:39 -0700 |
commit | 37edf85c87a8a71eb00c205d8c97eebd6c8dcd25 (patch) | |
tree | ae8bde7dc21a47e20c5a69d3f10ecb4a58e55faf /src/fb.c | |
parent | 6eee5ee05f7936552ffbb2531db85b3c0b225a3c (diff) |
fb: update copyright line
Diffstat (limited to 'src/fb.c')
-rw-r--r-- | src/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #include "fb.h" #include "util.h" -/* Copyright (C) 2016 Vito Caputo <vcaputo@pengaru.com> */ +/* Copyright (C) 2016-2017 Vito Caputo <vcaputo@pengaru.com> */ /* I've used a separate thread for page-flipping duties because the libdrm api |