Skip to content

Commit

Permalink
Update misc configuration files with proper license and e-mail address (
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmerz authored Nov 7, 2021
1 parent 83c8d41 commit 194a34a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 66 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please check
[https://physical-validation.readthedocs.io](http://physical-validation.readthedocs.io)
for the full reference.

`physical_validation` largely incorporates the functionality of
`physical_validation` incorporates the functionality of
[checkensemble](https://github.com/shirtsgroup/checkensemble).

This software is developed in the Shirts group at University of
Expand Down
8 changes: 4 additions & 4 deletions physical_validation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"""

__author__ = "Pascal T. Merz, and Michael R. Shirts"
__copyright__ = "2017"
__copyright__ = "2017-2021"
__credits__ = []
# TODO:
__license__ = "LGPLv2.1"
__maintainer__ = "Michael R. Shirts"
__email__ = "[email protected]"
__license__ = "MIT"
__maintainer__ = "Pascal T. Merz, and Michael R. Shirts"
__email__ = "[email protected], [email protected]"

from . import data, ensemble, integrator, kinetic_energy, util
from ._version import get_versions
Expand Down
23 changes: 4 additions & 19 deletions physical_validation/tests/test_system_database/Water900/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,11 @@
# physical_validation, #
# a python package to test the physical validity of MD results #
# #
# Written by Michael R. Shirts <[email protected]> #
# Pascal T. Merz <pascal.merz@colorado.edu> #
# Written by Pascal T. Merz <[email protected]> #
# Michael R. Shirts <michael.shirts@colorado.edu> #
# #
# Copyright (C) 2012 University of Virginia #
# (C) 2017 University of Colorado Boulder #
# #
# This library is free software; you can redistribute it and/or #
# modify it under the terms of the GNU Lesser General Public #
# License as published by the Free Software Foundation; either #
# version 2.1 of the License, or (at your option) any later version. #
# #
# This library 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 #
# Lesser General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public #
# License along with this library; if not, write to the #
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, #
# Boston, MA 02110-1301 USA #
# Copyright (c) 2017-2021 University of Colorado Boulder #
# (c) 2012 The University of Virginia #
# #
###########################################################################
r"""
Expand Down
23 changes: 4 additions & 19 deletions physical_validation/tests/test_system_database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,11 @@
# physical_validation, #
# a python package to test the physical validity of MD results #
# #
# Written by Michael R. Shirts <[email protected]> #
# Pascal T. Merz <pascal.merz@colorado.edu> #
# Written by Pascal T. Merz <[email protected]> #
# Michael R. Shirts <michael.shirts@colorado.edu> #
# #
# Copyright (C) 2012 University of Virginia #
# (C) 2017 University of Colorado Boulder #
# #
# This library is free software; you can redistribute it and/or #
# modify it under the terms of the GNU Lesser General Public #
# License as published by the Free Software Foundation; either #
# version 2.1 of the License, or (at your option) any later version. #
# #
# This library 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 #
# Lesser General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public #
# License along with this library; if not, write to the #
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, #
# Boston, MA 02110-1301 USA #
# Copyright (c) 2017-2021 University of Colorado Boulder #
# (c) 2012 The University of Virginia #
# #
###########################################################################
r"""
Expand Down
23 changes: 4 additions & 19 deletions physical_validation/tests/test_system_database/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,11 @@
# physical_validation, #
# a python package to test the physical validity of MD results #
# #
# Written by Michael R. Shirts <[email protected]> #
# Pascal T. Merz <pascal.merz@colorado.edu> #
# Written by Pascal T. Merz <[email protected]> #
# Michael R. Shirts <michael.shirts@colorado.edu> #
# #
# Copyright (C) 2012 University of Virginia #
# (C) 2017 University of Colorado Boulder #
# #
# This library is free software; you can redistribute it and/or #
# modify it under the terms of the GNU Lesser General Public #
# License as published by the Free Software Foundation; either #
# version 2.1 of the License, or (at your option) any later version. #
# #
# This library 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 #
# Lesser General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public #
# License along with this library; if not, write to the #
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, #
# Boston, MA 02110-1301 USA #
# Copyright (c) 2017-2021 University of Colorado Boulder #
# (c) 2012 The University of Virginia #
# #
###########################################################################
r"""
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
setup(
name='physical_validation',
author='Pascal T. Merz and Michael R. Shirts',
author_email='pascal.merz@colorado.edu, [email protected]',
author_email='pascal.merz@me.com, [email protected]',
description=short_description[0],
long_description=long_description,
long_description_content_type="text/markdown",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
license="LGPLv2.1",
license="MIT",

# Which Python importable modules should be included when your package is installed
# Handled automatically by setuptools. Use 'exclude' to prevent some specific
Expand Down Expand Up @@ -57,9 +57,9 @@
},

classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 194a34a

Please sign in to comment.