Skip to content

Commit

Permalink
Add license files!
Browse files Browse the repository at this point in the history
  • Loading branch information
James Spencer committed Apr 21, 2015
1 parent feba0b3 commit 43dc281
Show file tree
Hide file tree
Showing 7 changed files with 950 additions and 11 deletions.
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

502 changes: 502 additions & 0 deletions COPYING.LESSER

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -366,7 +366,7 @@ new:

# Generate dependency file.
$(F_DEPEND): $(F_FILES)
tools/sfmakedepend --file - --silent --objdir \$$\(DEST\) --moddir \$$\(DEST\) --depend=mod $^ > $@
tools/build/sfmakedepend --file - --silent --objdir \$$\(DEST\) --moddir \$$\(DEST\) --depend=mod $^ > $@

# tag files
# ctags >> etags supplied by emacs
Expand Down
33 changes: 33 additions & 0 deletions README.rst
@@ -0,0 +1,33 @@
HANDE
=====

HANDE is an efficient, highly parallel code for stochastic quantum chemistry. It can be
used both as a standalone program or (optionally) as a library from an existing quantum
chemistry code.

Documentation
-------------

Extensive documentation can be found under the documentation subdirectory.

HANDE development team
----------------------

| James Spencer, Imperial College London, j.spencer@imperial.ac.uk.
| Alex Thom, University of Cambridge, ajwt3@cam.ac.uk.
| Nick Blunt, University of Cambridge.
| Fionn Malone, Imperial College London.
| Matthew Foulkes, Imperial College London.
| Will Vigor, Imperial College London.
| Ruth Franklin, University of College.
LICENSE
-------

Except where otherwise stated, HANDE is under the Lesser GNU Public License v2.1.

(Note that many bundled libraries, including dSFMT, aotus and pyblock are under
a different license. Please see the license information in the relevant subdirectory for
more details).

Note that this license does not apply prior to HANDE 0.9.
10 changes: 0 additions & 10 deletions lib/README

This file was deleted.

75 changes: 75 additions & 0 deletions tools/build/License_ROMS.txt
@@ -0,0 +1,75 @@
/*
** svn $Id$
**********************************************************************
** Copyright (c) 2002-2012 The ROMS/TOMS Group **
**********************************************************************
** **
** This Software is open-source and licensed under the following **
** conditions as stated by MIT/X License: **
** **
** (See http://www.opensource.org/licenses/mit-license.php ). **
** **
** 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 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: **
** **
** The above copyright notice and this permission notice shall **
** be included in all copies or substantial portions of the **
** Software. **
** **
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, **
** EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE **
** WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE **
** AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT **
** HOLDERS BE LIABLE FOR ANY CLAIMS, DAMAGES OR OTHER LIABILITIES, **
** 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 IN THE SOFTWARE. **
** **
** The most current official versions of this Software and **
** associated tools and documentation are available at: **
** **
** http://www.myroms.org **
** **
** Participation in the ROMS/TOMS User Forum and access to any **
** available technical support is limited to registered users. **
** **
** We ask that users make appropriate acknowledgement of **
** The ROMS/TOMS Group, individual developers, participating **
** agencies and institutions, and funding agencies. One way to **
** do this is to cite one or more of the relevant publications **
** listed at: **
** **
** http://www.myroms.org/papers **
** **
**********************************************************************
**********************************************************************
**********************************************************************
** **
** We describe "The ROMS/TOMS Group" as follows: **
** **
** ROMS: Regional Ocean Modeling System **
** TOMS: Terrain-following Ocean Modeling System **
** **
** The ROMS/TOMS Group consists of the scientists, engineers, and **
** the members of various academic institutes, government agencies, **
** and the general public that have contributed to the development **
** of the ROMS/TOMS Framework and agree to the terms of the MIT/X **
** license under which ROMS/TOMS is distributed. **
** **
** Contributions of source code or documentation to the ROMS/TOMS **
** Framework implies that (unless explicitly noted otherwise) the **
** author cedes copyright of that material to the ROMS/TOMS Group **
** and accepts the terms of the license. **
** **
** Membership in The ROMS/TOMS group is conferred to all who **
** contribute Software to the ROMS/TOMS Framework, and implies **
** acceptance of the copyright and terms of the license. **
** **
**********************************************************************
*/
File renamed without changes.

0 comments on commit 43dc281

Please sign in to comment.