From 0a88eab8d150c921a32113d38ab5df4e148954df Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Sun, 4 Jun 2006 09:52:48 +0000 Subject: [PATCH] Add Alex Chapman to copyright in x11 constants and glx --- library/ui/x11/constants.factor | 2 +- library/ui/x11/glx.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ui/x11/constants.factor b/library/ui/x11/constants.factor index 802be0151c..eaa77f86ed 100644 --- a/library/ui/x11/constants.factor +++ b/library/ui/x11/constants.factor @@ -1,4 +1,4 @@ -! Copyright (C) 2005, 2006 Eduardo Cavazos +! Copyright (C) 2005, 2006 Eduardo Cavazos and Alex Chapman ! See http://factorcode.org/license.txt for BSD license. ! Based on X.h diff --git a/library/ui/x11/glx.factor b/library/ui/x11/glx.factor index 3b8a9d90bb..c1117a12ab 100644 --- a/library/ui/x11/glx.factor +++ b/library/ui/x11/glx.factor @@ -1,4 +1,4 @@ -! Copyright (C) 2005, 2006 Eduardo Cavazos +! Copyright (C) 2005, 2006 Eduardo Cavazos and Alex Chapman ! See http://factorcode.org/license.txt for BSD license. ! ! based on glx.h from xfree86, and some of glxtokens.h