1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

added copyright and license stuff

This commit is contained in:
Oliver Hahn 2013-08-02 18:05:17 +02:00
parent e0ef7980e7
commit 42a57913c7
3 changed files with 45 additions and 1 deletions

26
LICENSE Normal file
View file

@ -0,0 +1,26 @@
MUSIC - Multi-scale Initial Conditions for Cosmological Simulations
Copyright(c) 2011 by Oliver Hahn. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to use
the Software under the following conditions:
1. Redistributions of the Software must contain the above copyright
notice, this list of conditions and the following disclaimers.
2. Scientific publications that make use of results obtained with
the Software must properly reference that the 'MUSIC' software
has been used and include a reference to Hahn & Abel (2011),
published in MNRAS Vol 415(3), the paper describing the
algorithms used in the Software.
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.

18
README.md Normal file
View file

@ -0,0 +1,18 @@
<pre>
__ __ __ __ ______ __ ______
/\ "-./ \ /\ \/\ \ /\ ___\ /\ \ /\ ___\
\ \ \-./\ \ \ \ \_\ \ \ \___ \ \ \ \ \ \ \____
\ \_\ \ \_\ \ \_____\ \/\_____\ \ \_\ \ \_____\
\/_/ \/_/ \/_____/ \/_____/ \/_/ \/_____/
this is music!
</pre>
MUSIC - a code for multi-scale cosmological initial conditions
--------------------------------------------------------------
This is the MUSIC code repository. This program 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. By downloading and using MUSIC, you
agree to the LICENSE, distributed with the source code in a text
file of the same name.

View file

@ -37,7 +37,7 @@
#include "transfer_function.hh"
#define THE_CODE_NAME "music!"
#define THE_CODE_VERSION "1.2b"
#define THE_CODE_VERSION "1.3b"
namespace music