From ee1a45a461bbcc4cd562f272800ff757801cae5d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 13 Jan 2011 08:07:16 -0500 Subject: [PATCH] Update Copyright years on recently changed Asymptote libs. Also correct wireU -> wire in wire() error message. --- asymptote/Circ.asy | 4 ++-- asymptote/Mechanics.asy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asymptote/Circ.asy b/asymptote/Circ.asy index b9d26e5..42c889e 100644 --- a/asymptote/Circ.asy +++ b/asymptote/Circ.asy @@ -2,7 +2,7 @@ * Version 0.1 * * Copyright (C) 2003 GS Bustamante Argañaraz - * 2008-2009 W. Trevor King + * 2008-2011 W. Trevor King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -110,7 +110,7 @@ void wire(pair pin_beg, pair pin_end, int type=nsq, real dist=0) draw(pin_beg--(pin_beg+(dist,0))--(pin_beg.x + dist,pin_end.y) --pin_end, line); } else { - write("Error, unrecognized wireU type",type); + write("Error, unrecognized wire type",type); } } } diff --git a/asymptote/Mechanics.asy b/asymptote/Mechanics.asy index 8bf8bf3..b68949e 100644 --- a/asymptote/Mechanics.asy +++ b/asymptote/Mechanics.asy @@ -1,6 +1,6 @@ /* Useful functions for drawing Physics 101 figures. * - * Copyright (C) 2008-2009 W. Trevor King + * Copyright (C) 2008-2011 W. Trevor King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.26.2