Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Remove vmd plugin. Create native reader.
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbarnett committed Oct 9, 2017
1 parent 427e135 commit 0277b9d
Show file tree
Hide file tree
Showing 12 changed files with 217 additions and 3,311 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ include ( info )
# Set package version
include ( version )

# Include C header files for compilation
include_directories( include )

# Set build type
include ( buildtype )

Expand Down
47 changes: 0 additions & 47 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,50 +1,3 @@
This software is released under two different licenses. The C source file
"dcdplugin.c" as well as all C header files are released under the UIOCC license
listed below, since I am modifying their work and redistributing it as part of
this package.

The remaining portions of this project are released under GNU GPL v2, also
listed below.

------------------------------------------------------------------------------

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.

------------------------------------------------------------------------------

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ for what is available.

## License

Other than the DCD plugin which is released under its own license, this project
is release under the following license.
This project is release under the following license.

```
libdcdfort
Expand Down
173 changes: 0 additions & 173 deletions include/endianswap.h

This file was deleted.

Loading

0 comments on commit 0277b9d

Please sign in to comment.