Update Copyright years on recently changed Asymptote libs.
authorW. Trevor King <wking@drexel.edu>
Thu, 13 Jan 2011 13:07:16 +0000 (08:07 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 13 Jan 2011 13:07:16 +0000 (08:07 -0500)
Also correct wireU -> wire in wire() error message.

asymptote/Circ.asy
asymptote/Mechanics.asy

index b9d26e5da6d686a71bd3b3f99c74f678a126851b..42c889eaaa707aa7fc0b19aec5f7abd0189bd603 100644 (file)
@@ -2,7 +2,7 @@
  * Version 0.1
  *
  * Copyright (C) 2003 GS Bustamante ArgaƱaraz
- *               2008-2009 W. Trevor King <wking@drexel.edu>
+ *               2008-2011 W. Trevor King <wking@drexel.edu>
  *
  * 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);
     }
   }
 }
index 8bf8bf36f8c80947d517f484e3b946f50e8d4076..b68949eb83d2595f28d17b5a38a5fbafcebdfa00 100644 (file)
@@ -1,6 +1,6 @@
 /* Useful functions for drawing Physics 101 figures.
  *
- * Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
+ * Copyright (C) 2008-2011 W. Trevor King <wking@drexel.edu>
  *
  * 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