From e4a3a004ae0bd23c22e70e4d93f5a46d3e05199e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 11 Jun 2012 18:05:56 +0000 Subject: [PATCH] Move contributor names to where they belong git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13160 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- COPYRIGHT | 2 +- Lib/r/std_vector.i | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 2fe0099b8..d2b87770a 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -65,7 +65,7 @@ Past contributors include: James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn, Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk, - Klaus Wiederänders + Klaus Wiederänders, Richard Beare (See CHANGES and CHANGES.current and the bug tracker for a more complete list). Past students: diff --git a/Lib/r/std_vector.i b/Lib/r/std_vector.i index 155626aa5..f7ad94aac 100644 --- a/Lib/r/std_vector.i +++ b/Lib/r/std_vector.i @@ -1,7 +1,6 @@ // R specific swig components /* Vectors - Thanks to Richard Beare - richard.beare@ieee.org for StdVectorTraits */ %fragment("StdVectorTraits","header",fragment="StdSequenceTraits")