From: <ai...@us...> - 2008-08-12 17:09:36
|
Revision: 8635 http://plplot.svn.sourceforge.net/plplot/?rev=8635&view=rev Author: airwin Date: 2008-08-12 17:09:44 +0000 (Tue, 12 Aug 2008) Log Message: ----------- Change incorrect properties that were set when these files were first added to svn. As a result of this change execution permissions will no longer be forced for these files, the correct line endings for their platform will be checked out by everybody, and keyword substitution will work properly within these files. Modified Paths: -------------- trunk/examples/f77/x20f.fm4 trunk/examples/f77/x25f.fm4 trunk/examples/f77/x26f.fm4 trunk/examples/f77/x27f.fm4 trunk/examples/f95/x20f.f90 Property Changed: ---------------- trunk/examples/f77/x20f.fm4 trunk/examples/f77/x24f.fm4 trunk/examples/f77/x25f.fm4 trunk/examples/f77/x26f.fm4 trunk/examples/f77/x27f.fm4 trunk/examples/f95/x20f.f90 Modified: trunk/examples/f77/x20f.fm4 =================================================================== --- trunk/examples/f77/x20f.fm4 2008-08-12 13:15:10 UTC (rev 8634) +++ trunk/examples/f77/x20f.fm4 2008-08-12 17:09:44 UTC (rev 8635) @@ -1,4 +1,4 @@ -C $Id: x20c.c 8033 2007-11-23 15:28:09Z andrewross $ +C $Id$ C C Copyright (C) 2004 Alan W. Irwin C Copyright (C) 2008 Andrew Ross Property changes on: trunk/examples/f77/x20f.fm4 ___________________________________________________________________ Deleted: svn:executable - * Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: trunk/examples/f77/x24f.fm4 ___________________________________________________________________ Deleted: svn:executable - * Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/examples/f77/x25f.fm4 =================================================================== --- trunk/examples/f77/x25f.fm4 2008-08-12 13:15:10 UTC (rev 8634) +++ trunk/examples/f77/x25f.fm4 2008-08-12 17:09:44 UTC (rev 8635) @@ -1,4 +1,4 @@ -C $Id: x25c.c 8033 2007-11-23 15:28:09Z andrewross $ +C $Id$ C C Filling and clipping polygons. C Property changes on: trunk/examples/f77/x25f.fm4 ___________________________________________________________________ Deleted: svn:executable - * Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/examples/f77/x26f.fm4 =================================================================== --- trunk/examples/f77/x26f.fm4 2008-08-12 13:15:10 UTC (rev 8634) +++ trunk/examples/f77/x26f.fm4 2008-08-12 17:09:44 UTC (rev 8635) @@ -1,6 +1,6 @@ C -*- coding: utf-8; -*- C -C $Id: x26c.c 8033 2007-11-23 15:28:09Z andrewross $ +C $Id$ C C Multi-lingual version of the first page of example 4. C Property changes on: trunk/examples/f77/x26f.fm4 ___________________________________________________________________ Deleted: svn:executable - * Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/examples/f77/x27f.fm4 =================================================================== --- trunk/examples/f77/x27f.fm4 2008-08-12 13:15:10 UTC (rev 8634) +++ trunk/examples/f77/x27f.fm4 2008-08-12 17:09:44 UTC (rev 8635) @@ -1,4 +1,4 @@ -C $Id: x27c.c 8033 2007-11-23 15:28:09Z andrewross $ +C $Id$ C C Drawing "spirograph" curves - epitrochoids, cycolids, roulettes C Property changes on: trunk/examples/f77/x27f.fm4 ___________________________________________________________________ Deleted: svn:executable - * Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/examples/f95/x20f.f90 =================================================================== --- trunk/examples/f95/x20f.f90 2008-08-12 13:15:10 UTC (rev 8634) +++ trunk/examples/f95/x20f.f90 2008-08-12 17:09:44 UTC (rev 8635) @@ -1,4 +1,4 @@ -! $Id:$ +! $Id$ ! ! Copyright (C) 2004 Alan W. Irwin ! Copyright (C) 2008 Andrew Ross Property changes on: trunk/examples/f95/x20f.f90 ___________________________________________________________________ Deleted: svn:executable - * Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |