[yt-svn] commit/yt: jwise77: Fixed a couple of misplaced licensing terms.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Sep 29 16:50:34 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/a80979a5173c/
Changeset:   a80979a5173c
Branch:      yt
User:        jwise77
Date:        2013-09-30 01:47:01
Summary:     Fixed a couple of misplaced licensing terms.
Affected #:  2 files

diff -r b154dfce6acc5a293d7abfe20d64acc542919627 -r a80979a5173c27eced97c5f35b572d29adaddd1c yt/gui/reason/extdirect_router.py
--- a/yt/gui/reason/extdirect_router.py
+++ b/yt/gui/reason/extdirect_router.py
@@ -9,6 +9,13 @@
 This code was released under the BSD License.
 """
 
+#-----------------------------------------------------------------------------
+# Copyright (c) 2013, yt Development Team.
+#
+# Distributed under the terms of the Modified BSD License.
+#
+# The full license is in the file COPYING.txt, distributed with this software.
+#-----------------------------------------------------------------------------
 import inspect
 
 class DirectException(Exception):
@@ -186,12 +193,4 @@
 
 
 
-"""
 
-#-----------------------------------------------------------------------------
-# Copyright (c) 2013, yt Development Team.
-#
-# Distributed under the terms of the Modified BSD License.
-#
-# The full license is in the file COPYING.txt, distributed with this software.
-#-----------------------------------------------------------------------------

diff -r b154dfce6acc5a293d7abfe20d64acc542919627 -r a80979a5173c27eced97c5f35b572d29adaddd1c yt/visualization/volume_rendering/multi_texture.py
--- a/yt/visualization/volume_rendering/multi_texture.py
+++ b/yt/visualization/volume_rendering/multi_texture.py
@@ -35,6 +35,14 @@
 I hope this helps,
   Almar
 """
+
+#-----------------------------------------------------------------------------
+# Copyright (c) 2013, yt Development Team.
+#
+# Distributed under the terms of the Modified BSD License.
+#
+# The full license is in the file COPYING.txt, distributed with this software.
+#-----------------------------------------------------------------------------
 from yt.mods import *
 from yt.funcs import *
 
@@ -300,14 +308,3 @@
     ax.Draw()
 
     return mtex, ax
-
-
-"""
-
-#-----------------------------------------------------------------------------
-# Copyright (c) 2013, yt Development Team.
-#
-# Distributed under the terms of the Modified BSD License.
-#
-# The full license is in the file COPYING.txt, distributed with this software.
-#-----------------------------------------------------------------------------

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list