From: <ai...@us...> - 2014-02-23 21:14:24
|
Revision: 13018 http://sourceforge.net/p/plplot/code/13018 Author: airwin Date: 2014-02-23 21:14:19 +0000 (Sun, 23 Feb 2014) Log Message: ----------- As alluded to on list, drop use of keywords that potentially could be updated by svn. In this case remove $Revision, $Author, and $Date. Modified Paths: -------------- trunk/cmake/epa_build/libqhull/src/libqhull.h trunk/cmake/epa_build/libqhull/src/mem.h trunk/cmake/epa_build/libqhull/src/unix.c trunk/doc/docbook/src/plplotdoc.xml.in trunk/examples/c/plplotcanvas_animation.c trunk/examples/c/plplotcanvas_demo.c trunk/examples/python/plplotcanvas_animation.py trunk/examples/python/plplotcanvas_demo.py Modified: trunk/cmake/epa_build/libqhull/src/libqhull.h =================================================================== --- trunk/cmake/epa_build/libqhull/src/libqhull.h 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/cmake/epa_build/libqhull/src/libqhull.h 2014-02-23 21:14:19 UTC (rev 13018) @@ -7,8 +7,6 @@ see qh-qhull.htm, qhull_a.h copyright (c) 1993-2010 The Geometry Center. - $Id$$Change: 1172 $ - $DateTime: 2010/01/09 21:42:16 $$Author$ NOTE: access to qh_qh is via the 'qh' macro. This allows qh_qh to be either a pointer or a structure. An example Modified: trunk/cmake/epa_build/libqhull/src/mem.h =================================================================== --- trunk/cmake/epa_build/libqhull/src/mem.h 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/cmake/epa_build/libqhull/src/mem.h 2014-02-23 21:14:19 UTC (rev 13018) @@ -12,8 +12,6 @@ qh_errexit(qhmem_ERRqhull, NULL, NULL) otherwise copyright (c) 1993-2010 The Geometry Center. - $Id$$Change: 1164 $ - $DateTime: 2010/01/07 21:52:00 $$Author$ */ #ifndef qhDEFmem Modified: trunk/cmake/epa_build/libqhull/src/unix.c =================================================================== --- trunk/cmake/epa_build/libqhull/src/unix.c 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/cmake/epa_build/libqhull/src/unix.c 2014-02-23 21:14:19 UTC (rev 13018) @@ -8,8 +8,6 @@ see qh-qhull.htm copyright (c) 1993-2010 The Geometry Center. - $Id$$Change: 1164 $ - $DateTime: 2010/01/07 21:52:00 $$Author$ */ #include "libqhull.h" Modified: trunk/doc/docbook/src/plplotdoc.xml.in =================================================================== --- trunk/doc/docbook/src/plplotdoc.xml.in 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/doc/docbook/src/plplotdoc.xml.in 2014-02-23 21:14:19 UTC (rev 13018) @@ -43,7 +43,6 @@ <!DOCTYPE book PUBLIC "@DOCBOOK_DTD_PUBID@" "@DOCBOOK_DTD_SYSID@" [ <!ENTITY Project-Version "@PLPLOT_VERSION@"> -<!ENTITY Project-Date "$Date$"> <!ENTITY Release-Date "@RELEASE_DATE@"> <!ENTITY chap-intro SYSTEM "@CMAKE_CURRENT_SOURCE_DIR@/intro.xml"> Modified: trunk/examples/c/plplotcanvas_animation.c =================================================================== --- trunk/examples/c/plplotcanvas_animation.c 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/examples/c/plplotcanvas_animation.c 2014-02-23 21:14:19 UTC (rev 13018) @@ -8,12 +8,6 @@ // Department of Physics and Atmospheric Science, // Dalhousie University, Halifax, Nova Scotia, Canada, B3H 3J5 // -// $Author$ -// $Revision$ -// $Date$ -// $Name$ -// -// // NOTICE // // This program is free software; you can redistribute it and/or modify Modified: trunk/examples/c/plplotcanvas_demo.c =================================================================== --- trunk/examples/c/plplotcanvas_demo.c 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/examples/c/plplotcanvas_demo.c 2014-02-23 21:14:19 UTC (rev 13018) @@ -8,12 +8,6 @@ // Department of Physics and Atmospheric Science, // Dalhousie University, Halifax, Nova Scotia, Canada, B3H 3J5 // -// $Author$ -// $Revision$ -// $Date$ -// $Name$ -// -// // NOTICE // // This program is free software; you can redistribute it and/or modify Modified: trunk/examples/python/plplotcanvas_animation.py =================================================================== --- trunk/examples/python/plplotcanvas_animation.py 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/examples/python/plplotcanvas_animation.py 2014-02-23 21:14:19 UTC (rev 13018) @@ -9,12 +9,6 @@ Department of Physics and Atmospheric Science, Dalhousie University, Halifax, Nova Scotia, Canada, B3H 3J5 - $Author$ - $Revision$ - $Date$ - $Name$ - - NOTICE This program is free software; you can redistribute it and/or modify Modified: trunk/examples/python/plplotcanvas_demo.py =================================================================== --- trunk/examples/python/plplotcanvas_demo.py 2014-02-23 20:54:04 UTC (rev 13017) +++ trunk/examples/python/plplotcanvas_demo.py 2014-02-23 21:14:19 UTC (rev 13018) @@ -9,12 +9,6 @@ Department of Physics and Atmospheric Science, Dalhousie University, Halifax, Nova Scotia, Canada, B3H 3J5 - $Author$ - $Revision$ - $Date$ - $Name$ - - NOTICE This program is free software; you can redistribute it and/or modify This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |