diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /licenses/STRIDE | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'licenses/STRIDE')
-rw-r--r-- | licenses/STRIDE | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/licenses/STRIDE b/licenses/STRIDE new file mode 100644 index 000000000000..732a3bf5c30d --- /dev/null +++ b/licenses/STRIDE @@ -0,0 +1,74 @@ +All rights reserved, whether the whole or part of the program is +concerned. Permission to use, copy, and modify this software and its +documentation is granted for academic use, provided that: + + + i. this copyright notice appears in all copies of the software and + related documentation; + + ii. the reference given below (Frishman and Argos, 1995) must be + cited in any publication of scientific results based in part or + completely on the use of the program; + +iii. bugs will be reported to the authors. + +The use of the software in commercial activities is not allowed +without a prior written commercial license agreement. + +WARNING: STRIDE is provided "as-is" and without warranty of any kind, +express, implied or otherwise, including without limitation any +warranty of merchantability or fitness for a particular purpose. In no +event will the authors be liable for any special, incidental, indirect +or consequential damages of any kind, or any damages whatsoever +resulting from loss of data or profits, whether or not advised of the +possibility of damage, and on any theory of liability, arising out of +or in connection with the use or performance of this software. + +For calculation of the residue solvent accessible area the program NSC +[3,4] is used and was kindly provided by Dr. F.Eisenhaber +(EISENHABER@EMBL-HEIDELBERG.DE). Please direct to him all questions +concerning specifically accessibility calculations. + +--- + +program NSC +version 1.0 (April 1994) + +Author: Frank Eisenhaber + +Copyright Notice: +All rights reserved, whether the whole or part of the program is +concerned. The software may not be used without specific, prior +written permission of the author. + +An academic licence agreement for the package ASC/GM or its parts is +granted if you make the following commitments: +1) In using this software, the user will respect the interests of + the author. +2) The use of the software in commercial activities is not allowed + without a prior written commercial licence agreement. The program + will not be used in classified research. +3) Other interested research groups will be redirected to the author. + The user will not redistribute the code outside his immediate + research group. +4) The copyright messages will not be modified or suppressed. +5) The reference given below will be cited in any publication of + scientific results based in part or completely on use of the + program. +6) Bugs will be reported to the author. + +Permission to use, copy, and modify this software and its +documentation is hereby granted without fee for academic use, provided +that the above copyright notices and this permission notice appear in +all copies of the software and related documentation. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT +ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. |