diff --git a/fibers/channels.scm b/fibers/channels.scm index fe25639..29b93eb 100644 --- a/fibers/channels.scm +++ b/fibers/channels.scm @@ -1,7 +1,7 @@ ;; Channels ;;;; Copyright (C) 2016 Andy Wingo -;;;; Copyright (C) 2017 Christopher Allan Webber +;;;; Copyright (C) 2017 Christine Lemmer-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/conditions.scm b/fibers/conditions.scm index 4d0f3e0..3f1a23a 100644 --- a/fibers/conditions.scm +++ b/fibers/conditions.scm @@ -1,7 +1,7 @@ ;; Conditions ;;;; Copyright (C) 2017 Andy Wingo -;;;; Copyright (C) 2017 Christopher Allan Webber +;;;; Copyright (C) 2017 Christine Lemmer-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/counter.scm b/fibers/counter.scm index d652de8..0edf9e2 100644 --- a/fibers/counter.scm +++ b/fibers/counter.scm @@ -1,6 +1,6 @@ ;; Counters -;;;; Copyright (C) 2017 Christopher Allan Webber +;;;; Copyright (C) 2017 Christine Lemmer-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/deque.scm b/fibers/deque.scm index 14db938..2ea1840 100644 --- a/fibers/deque.scm +++ b/fibers/deque.scm @@ -1,7 +1,7 @@ ;; Double-ended queue ;;;; Copyright (C) 2016 Andy Wingo -;;;; Copyright (C) 2017 Christopher Allan Webber +;;;; Copyright (C) 2017 Christine Lemmer-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 4f265fc..3a50128 100644 --- a/fibers/stack.scm +++ b/fibers/stack.scm @@ -1,7 +1,7 @@ ;; Atomic stack ;;;; Copyright (C) 2016 Andy Wingo -;;;; Copyright (C) 2017 Christopher Allan Webber +;;;; Copyright (C) 2017 Christine Lemmer-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/timer-wheel.scm b/fibers/timer-wheel.scm index ebff81c..5ca37ea 100644 --- a/fibers/timer-wheel.scm +++ b/fibers/timer-wheel.scm @@ -1,6 +1,6 @@ ;; Fibers: cooperative, event-driven user-space threads. -;;;; Copyright (C) 2023 Free Software Foundation, Inc. +;;;; Copyright (C) 2023, 2024 Free Software Foundation, Inc. ;;;; ;;;; 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/guix.scm b/guix.scm index 9a2a8d6..254eeaa 100644 --- a/guix.scm +++ b/guix.scm @@ -1,6 +1,6 @@ ;; Fibers: cooperative, event-driven user-space threads. -;;;; Copyright (C) 2017 Christopher Allan Webber +;;;; Copyright (C) 2017 Christine Lemmer-Webber ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public