diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-12-05 12:54:36 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-12-05 12:54:36 -0500 |
commit | 04f8a22e3f1570dc3ccf75449ee31bd43bfa8353 (patch) | |
tree | db793fee5c499ae38877475972350aabc68165f1 /sdl2/video.scm | |
parent | 5d313ab4e8584c1d9dbfccf5c69bc48a43ee37c8 (diff) |
video: Update copyright year.
Diffstat (limited to 'sdl2/video.scm')
-rw-r--r-- | sdl2/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/video.scm b/sdl2/video.scm index a9e44db..da257ba 100644 --- a/sdl2/video.scm +++ b/sdl2/video.scm @@ -1,5 +1,5 @@ ;;; guile-sdl2 --- FFI bindings for SDL2 -;;; Copyright © 2015 David Thompson <davet@gnu.org> +;;; Copyright © 2015, 2020 David Thompson <davet@gnu.org> ;;; ;;; This file is part of guile-sdl2. ;;; |