Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymolfile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
pymolfile
Commits
c013427c
Commit
c013427c
authored
7 years ago
by
Berk Onat
Browse files
Options
Downloads
Patches
Plain Diff
Add License to distribution
parent
fe5b8df2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE
+78
-7
78 additions, 7 deletions
LICENSE
pymolfile/molfile/libpymolfile.i
+4
-4
4 additions, 4 deletions
pymolfile/molfile/libpymolfile.i
with
82 additions
and
11 deletions
LICENSE
+
78
−
7
View file @
c013427c
pymolfile
LICENSE for pymolfile
---------------------
GNU GENERAL PUBLIC LICENSE Version 2, Copyright © 2017 Berk Onat
All files of pymolfile except the files under vmd_molfile_plugins directory
which are licensed below after "LICENSE for VMD molfile_plugins" is licensed under
with the following UIUC Open Source License:
-----------------------------------------------------------------------------
applies to all files unless otherwise noted
University of Illinois Open Source License
Copyright 2017 University of Warwick
All rights reserved.
Developed by: Berk Onat, James R. Kermode at Warwick Center of Predictive Modelling
University of Warwick
https://www2.warwick.ac.uk/fac/sci/wcpm
VMD molfile_plugins
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the Software), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to
do so, subject to the following conditions:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimers in the documentation
and/or other materials provided with the distribution.
Neither the names of Warwick Center of Predictive Modelling,
University of Warwick, nor the names of its contributors
may be used to endorse or promote products derived from this Software without
specific prior written permission.
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS WITH THE SOFTWARE.
LICENSE for VMD molfile_plugins
-------------------------------
University of Illinois Open Source License
Copyright 2006 Theoretical and Computational Biophysics Group,
All rights reserved.
Developed by: Theoretical and Computational Biophysics Group
University of Illinois at Urbana-Champaign
http://www.ks.uiuc.edu/
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the Software), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to
do so, subject to the following conditions:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimers in the documentation
and/or other materials provided with the distribution.
Neither the names of Theoretical and Computational Biophysics Group,
University of Illinois at Urbana-Champaign, nor the names of its contributors
may be used to endorse or promote products derived from this Software without
specific prior written permission.
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS WITH THE SOFTWARE.
DCD reading code originally derived from VMD's catdcd
http://www.ks.uiuc.edu/Development/MDTools/catdcd/
http://www.ks.uiuc.edu/Development/MDTools/catdcd/license.html
This diff is collapsed.
Click to expand it.
pymolfile/molfile/libpymolfile.i
+
4
−
4
View file @
c013427c
/* -*- C -*- (not really, but good for syntax highlighting) */
/* -*- C -*- (not really, but good for syntax highlighting) */
/* SWIG interface for lib
vmd
molfile of VMD molfile_plugins
/* SWIG interface for lib
py
molfile of VMD molfile_plugins
Copyright (c) 2017 Berk Onat <b.onat@warwick.ac.uk>
Copyright (c) 2017 Berk Onat <b.onat@warwick.ac.uk>
Published under
BSD
LICENSE
Published under
UIUC
LICENSE
swig -python -outdir
pymolfile/lib/ py
molfile/
src/
libpymolfile.i
swig
-c++
-python -outdir
.
molfile/libpymolfile.i
*/
*/
%
define
DOCSTRING
%
define
DOCSTRING
"
"
:Author: Berk Onat <b.onat@warwick.ac.uk>
:Author: Berk Onat <b.onat@warwick.ac.uk>
:Year: 2017
:Year: 2017
:Licence:
BSD
LICENSE
:Licence:
UIUC
LICENSE
"
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment