From ef36a0f535b4fcaae80ca16e815daeb81d41af58 Mon Sep 17 00:00:00 2001 From: repo sync repo start master --all <wala1@illinois.edu> Date: Wed, 11 Jan 2017 04:54:17 -0600 Subject: [PATCH] Update license part to make modification/original license distinction clear. --- sumpy/cse.py | 6 +++++- test/test_cse.py | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sumpy/cse.py b/sumpy/cse.py index 01b61e83..ca82b971 100644 --- a/sumpy/cse.py +++ b/sumpy/cse.py @@ -8,6 +8,10 @@ Copyright (C) 2006-2016 SymPy Development Team # {{{ license and original license __license__ = """ +Modifications from original are under the following license: + +Copyright (C) 2017 Matt Wala + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -28,7 +32,7 @@ THE SOFTWARE. =========================================================================== -Based on sympy/simplify/cse_main.py from SymPy 1.0, original license as follows: +Based on sympy/simplify/cse_main.py from SymPy 1.0, license as follows: Copyright (c) 2006-2016 SymPy Development Team diff --git a/test/test_cse.py b/test/test_cse.py index f5fbcaaf..b5697ac4 100644 --- a/test/test_cse.py +++ b/test/test_cse.py @@ -8,6 +8,10 @@ Copyright (C) 2006-2016 SymPy Development Team # {{{ license and original license __license__ = """ +Modifications from original are under the following license: + +Copyright (C) 2017 Matt Wala + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -28,8 +32,7 @@ THE SOFTWARE. =========================================================================== -Based on sympy/simplify/tests/test_cse.py from SymPy 1.0, original license as -follows: +Based on sympy/simplify/tests/test_cse.py from SymPy 1.0, license as follows: Copyright (c) 2006-2016 SymPy Development Team -- GitLab