|
From: <ai...@us...> - 2008-12-16 20:10:13
|
Revision: 9150
http://plplot.svn.sourceforge.net/plplot/?rev=9150&view=rev
Author: airwin
Date: 2008-12-16 20:10:07 +0000 (Tue, 16 Dec 2008)
Log Message:
-----------
Copyright and license update.
Modified Paths:
--------------
trunk/examples/python/xw20.py
trunk/examples/python/xw21.py
trunk/examples/python/xw22.py
trunk/examples/python/xw23.py
trunk/examples/python/xw25.py
Modified: trunk/examples/python/xw20.py
===================================================================
--- trunk/examples/python/xw20.py 2008-12-16 19:43:33 UTC (rev 9149)
+++ trunk/examples/python/xw20.py 2008-12-16 20:10:07 UTC (rev 9150)
@@ -1,6 +1,25 @@
-# plimage demo
+# $Id: xw30.py 8224 2008-02-07 16:18:26Z andrewross $
+
+# Copyright (C) 2007, 2008 Andrew Ross
+
+# plimage demo
#
-# Copyright (C) 2007 Andrew Ross
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
from plplot_py_demos import *
Modified: trunk/examples/python/xw21.py
===================================================================
--- trunk/examples/python/xw21.py 2008-12-16 19:43:33 UTC (rev 9149)
+++ trunk/examples/python/xw21.py 2008-12-16 20:10:07 UTC (rev 9150)
@@ -1,6 +1,25 @@
-# Grid data demo
+# $Id: xw30.py 8224 2008-02-07 16:18:26Z andrewross $
+
+# Copyright (C) 2007, 2008 Andrew Ross
+
+# Grid data demo.
#
-# Copyright (C) 2007 Andrew Ross
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
from plplot_py_demos import *
import time
Modified: trunk/examples/python/xw22.py
===================================================================
--- trunk/examples/python/xw22.py 2008-12-16 19:43:33 UTC (rev 9149)
+++ trunk/examples/python/xw22.py 2008-12-16 20:10:07 UTC (rev 9150)
@@ -1,3 +1,25 @@
+# $Id$
+
+# Copyright (C) 2004, 2005, 2006, 2007, 2008 Andrew Ross
+
+# Simple vector plot example.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
from plplot_py_demos import *
# Pairs of points making the line segments used to plot the user defined arrow
Modified: trunk/examples/python/xw23.py
===================================================================
--- trunk/examples/python/xw23.py 2008-12-16 19:43:33 UTC (rev 9149)
+++ trunk/examples/python/xw23.py 2008-12-16 20:10:07 UTC (rev 9150)
@@ -1,3 +1,25 @@
+# $Id$
+
+# Copyright (C) 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Displays Greek letters and mathematically interesting Unicode ranges.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw25.py
===================================================================
--- trunk/examples/python/xw25.py 2008-12-16 19:43:33 UTC (rev 9149)
+++ trunk/examples/python/xw25.py 2008-12-16 20:10:07 UTC (rev 9150)
@@ -1,3 +1,25 @@
+# $Id: xw30.py 8224 2008-02-07 16:18:26Z andrewross $
+
+# Copyright (C) 2007, 2008 Andrew Ross
+
+# Filling and clipping polygons.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
from plplot_py_demos import *
# main
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|