From a096b33c9106d8290da0c45d457aa7957b63fdee Mon Sep 17 00:00:00 2001 From: Tommy Ellqvist Date: Fri, 23 Jan 2015 16:59:34 +0100 Subject: [PATCH] Updates copyright in about_string --- vistrails/core/system/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vistrails/core/system/__init__.py b/vistrails/core/system/__init__.py index 8cc6bfdec..e1ac13136 100644 --- a/vistrails/core/system/__init__.py +++ b/vistrails/core/system/__init__.py @@ -376,7 +376,8 @@ def about_string(): """about_string() -> string - Returns the about string for VisTrails.""" return """VisTrails version %s (%s) -- contact@vistrails.org -Copyright (C) 2011-2014 NYU-Poly. Copyright (C) 2006-2011 University of Utah. +Copyright (C) 2014-2015 New York University. Copyright (C) 2011-2014 NYU-Poly. +Copyright (C) 2006-2011 University of Utah. All rights reserved. http://www.vistrails.org @@ -387,7 +388,7 @@ def about_string(): * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the University of Utah nor the + * Neither the name of the New York University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.