[cig-commits] r4252 - in cs/framework/trunk/cig: addyndum seismo web web/seismo/events web/seismo/stations

leif at geodynamics.org leif at geodynamics.org
Wed Aug 9 12:39:42 PDT 2006


Author: leif
Date: 2006-08-09 12:39:42 -0700 (Wed, 09 Aug 2006)
New Revision: 4252

Modified:
   cs/framework/trunk/cig/addyndum/__init__.py
   cs/framework/trunk/cig/addyndum/applications.py
   cs/framework/trunk/cig/addyndum/components.py
   cs/framework/trunk/cig/addyndum/contexts.py
   cs/framework/trunk/cig/addyndum/inventory.py
   cs/framework/trunk/cig/addyndum/launchers.py
   cs/framework/trunk/cig/addyndum/odb.py
   cs/framework/trunk/cig/addyndum/properties.py
   cs/framework/trunk/cig/addyndum/schedulers.py
   cs/framework/trunk/cig/addyndum/util.py
   cs/framework/trunk/cig/seismo/events.py
   cs/framework/trunk/cig/seismo/sac.py
   cs/framework/trunk/cig/web/django.py
   cs/framework/trunk/cig/web/seismo/events/models.py
   cs/framework/trunk/cig/web/seismo/events/urls.py
   cs/framework/trunk/cig/web/seismo/events/views.py
   cs/framework/trunk/cig/web/seismo/stations/models.py
   cs/framework/trunk/cig/web/seismo/stations/urls.py
   cs/framework/trunk/cig/web/seismo/stations/views.py
Log:
Corrected copyright text.


Modified: cs/framework/trunk/cig/addyndum/__init__.py
===================================================================
--- cs/framework/trunk/cig/addyndum/__init__.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/__init__.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/applications.py
===================================================================
--- cs/framework/trunk/cig/addyndum/applications.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/applications.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/components.py
===================================================================
--- cs/framework/trunk/cig/addyndum/components.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/components.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/contexts.py
===================================================================
--- cs/framework/trunk/cig/addyndum/contexts.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/contexts.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/inventory.py
===================================================================
--- cs/framework/trunk/cig/addyndum/inventory.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/inventory.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/launchers.py
===================================================================
--- cs/framework/trunk/cig/addyndum/launchers.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/launchers.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/odb.py
===================================================================
--- cs/framework/trunk/cig/addyndum/odb.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/odb.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/properties.py
===================================================================
--- cs/framework/trunk/cig/addyndum/properties.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/properties.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/schedulers.py
===================================================================
--- cs/framework/trunk/cig/addyndum/schedulers.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/schedulers.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/addyndum/util.py
===================================================================
--- cs/framework/trunk/cig/addyndum/util.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/addyndum/util.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -6,7 +6,7 @@
 #               Useful patches and extensions to Pyre
 #                           by Leif Strand
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -22,10 +22,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/seismo/events.py
===================================================================
--- cs/framework/trunk/cig/seismo/events.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/seismo/events.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                             cig.seismo
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/seismo/sac.py
===================================================================
--- cs/framework/trunk/cig/seismo/sac.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/seismo/sac.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                             cig.seismo
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/web/django.py
===================================================================
--- cs/framework/trunk/cig/web/django.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/web/django.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                              cig.web
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/web/seismo/events/models.py
===================================================================
--- cs/framework/trunk/cig/web/seismo/events/models.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/web/seismo/events/models.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                       cig.web.seismo.events
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/web/seismo/events/urls.py
===================================================================
--- cs/framework/trunk/cig/web/seismo/events/urls.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/web/seismo/events/urls.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                       cig.web.seismo.events
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/web/seismo/events/views.py
===================================================================
--- cs/framework/trunk/cig/web/seismo/events/views.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/web/seismo/events/views.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                       cig.web.seismo.events
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/web/seismo/stations/models.py
===================================================================
--- cs/framework/trunk/cig/web/seismo/stations/models.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/web/seismo/stations/models.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                             cig.seismo
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/web/seismo/stations/urls.py
===================================================================
--- cs/framework/trunk/cig/web/seismo/stations/urls.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/web/seismo/stations/urls.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                             cig.seismo
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

Modified: cs/framework/trunk/cig/web/seismo/stations/views.py
===================================================================
--- cs/framework/trunk/cig/web/seismo/stations/views.py	2006-08-09 19:26:00 UTC (rev 4251)
+++ cs/framework/trunk/cig/web/seismo/stations/views.py	2006-08-09 19:39:42 UTC (rev 4252)
@@ -4,7 +4,7 @@
 #
 #                             cig.seismo
 #
-# Copyright (c) 2006, Computational Infrastructure for Geodynamics
+# Copyright (c) 2006, California Institute of Technology
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,10 @@
 #    disclaimer in the documentation and/or other materials provided
 #    with the distribution.
 #
-#    * Neither the name of the Computational Infrastructure for
-#    Geodynamics nor the names of its contributors may be used to
-#    endorse or promote products derived from this software without
-#    specific prior written permission.
+#    * Neither the name of the California Institute of Technology nor
+#    the names of its contributors may be used to endorse or promote
+#    products derived from this software without specific prior
+#    written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT



More information about the cig-commits mailing list