From 932f92cefbdad09bcaeb2e1e7bb4b95bc80c8d72 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 10 Aug 2017 11:48:08 -0500 Subject: Update copyright headers, adding Chris Webber where appropriate. * fibers/conditions.scm: * fibers/stack.scm: Update copyright headers. --- fibers/conditions.scm | 1 + fibers/stack.scm | 1 + 2 files changed, 2 insertions(+) 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 +;;;; Copyright (C) 2017 Christopher Allan Webber ;;;; ;;;; 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 +;;;; Copyright (C) 2017 Christopher Allan Webber ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public -- cgit v1.2.3