From: <ai...@us...> - 2014-02-24 23:53:48
|
Revision: 13023 http://sourceforge.net/p/plplot/code/13023 Author: airwin Date: 2014-02-24 23:53:42 +0000 (Mon, 24 Feb 2014) Log Message: ----------- Remove unneeded "coding: utf-8" comments. Previously these occurred inconsistently (i.e., not for all utf-8 examples) for all languages other than Python demonstrating these comments are not needed for non-Python examples. As a result of this commit the only such comments left are for Python files where such comments are absolutely required by that language. Modified Paths: -------------- trunk/examples/c/x18c.c trunk/examples/c/x26c.c trunk/examples/c/x33c.c trunk/examples/d/x26d.d trunk/examples/d/x33d.d trunk/examples/f95/x26f.f90 trunk/examples/f95/x33f.f90 trunk/examples/perl/x26.pl trunk/examples/perl/x33.pl trunk/examples/tcl/x26.tcl Modified: trunk/examples/c/x18c.c =================================================================== --- trunk/examples/c/x18c.c 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/c/x18c.c 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -// -*- coding: utf-8; -*- -// // 3-d line and point plot demo. Adapted from x08c.c. // Modified: trunk/examples/c/x26c.c =================================================================== --- trunk/examples/c/x26c.c 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/c/x26c.c 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -// -*- coding: utf-8; -*- -// // Multi-lingual version of the first page of example 4. // // Copyright (C) 2006 Alan Irwin Modified: trunk/examples/c/x33c.c =================================================================== --- trunk/examples/c/x33c.c 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/c/x33c.c 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -// -*- coding: utf-8; -*- -// // Demonstrate most pllegend capability including unicode symbols. // // Copyright (C) 2010 Alan Irwin Modified: trunk/examples/d/x26d.d =================================================================== --- trunk/examples/d/x26d.d 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/d/x26d.d 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -// -*- coding: utf-8; -*- -// // Multi-lingual version of the first page of example 4. // // Copyright (C) 2009 Werner Smekal Modified: trunk/examples/d/x33d.d =================================================================== --- trunk/examples/d/x33d.d 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/d/x33d.d 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -// -*- coding: utf-8; -*- -// // Demonstrate most pllegend capability including unicode symbols. // // Copyright (C) 2010 Alan W. Irwin Modified: trunk/examples/f95/x26f.f90 =================================================================== --- trunk/examples/f95/x26f.f90 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/f95/x26f.f90 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -! -*- coding: utf-8; -*- -! ! Multi-lingual version of the first page of example 4. ! ! Copyright (C) 2006 Alan Irwin Modified: trunk/examples/f95/x33f.f90 =================================================================== --- trunk/examples/f95/x33f.f90 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/f95/x33f.f90 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -! -*- coding: utf-8; -*- -! ! Demonstrate most pllegend capability including unicode symbols. ! ! Copyright (C) 2010 Alan Irwin Modified: trunk/examples/perl/x26.pl =================================================================== --- trunk/examples/perl/x26.pl 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/perl/x26.pl 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,6 +1,4 @@ #! /usr/bin/env perl -# -# -*- coding: utf-8; -*- # # Demo x26 for the PLplot PDL binding # Modified: trunk/examples/perl/x33.pl =================================================================== --- trunk/examples/perl/x33.pl 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/perl/x33.pl 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,4 @@ #! /usr/bin/env perl -# -*- coding: utf-8; -*- # # Demonstrate most pllegend capability including unicode symbols. # Modified: trunk/examples/tcl/x26.tcl =================================================================== --- trunk/examples/tcl/x26.tcl 2014-02-24 23:26:54 UTC (rev 13022) +++ trunk/examples/tcl/x26.tcl 2014-02-24 23:53:42 UTC (rev 13023) @@ -1,5 +1,3 @@ -# -*- coding: utf-8; -*- -# # Multi-lingual version of the first page of example 4. # # Copyright (C) 2006 Alan Irwin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |