diff options
| -rw-r--r-- | fibers/conditions.scm | 1 | ||||
| -rw-r--r-- | fibers/stack.scm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fibers/conditions.scm b/fibers/conditions.scm index 106cfc6..0183107 100644 --- a/fibers/conditions.scm +++ b/fibers/conditions.scm @@ -1,6 +1,7 @@ ;; Conditions ;;;; Copyright (C) 2017 Andy Wingo <wingo@pobox.com> +;;;; Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org> ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public diff --git a/fibers/stack.scm b/fibers/stack.scm index 681a3b1..4375d9c 100644 --- a/fibers/stack.scm +++ b/fibers/stack.scm @@ -1,6 +1,7 @@ ;; Atomic stack ;;;; Copyright (C) 2016 Andy Wingo <wingo@pobox.com> +;;;; Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org> ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public |
