ug4
authors.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2011: Steinbeis Forschungszentrum (STZ Ölbronn)
3  * Author: Michael Hoffer
4  *
5  * This file is part of UG4.
6  *
7  * UG4 is free software: you can redistribute it and/or modify it under the
8  * terms of the GNU Lesser General Public License version 3 (as published by the
9  * Free Software Foundation) with the following additional attribution
10  * requirements (according to LGPL/GPL v3 §7):
11  *
12  * (1) The following notice must be displayed in the Appropriate Legal Notices
13  * of covered and combined works: "Based on UG4 (www.ug4.org/license)".
14  *
15  * (2) The following notice must be displayed at a prominent place in the
16  * terminal output of covered works: "Based on UG4 (www.ug4.org/license)".
17  *
18  * (3) The following bibliography is recommended for citation and must be
19  * preserved in all covered files:
20  * "Reiter, S., Vogel, A., Heppner, I., Rupp, M., and Wittum, G. A massively
21  * parallel geometric multigrid solver on hierarchically distributed grids.
22  * Computing and visualization in science 16, 4 (2013), 151-164"
23  * "Vogel, A., Reiter, S., Rupp, M., Nägel, A., and Wittum, G. UG4 -- a novel
24  * flexible software system for simulating pde based models on high performance
25  * computers. Computing and visualization in science 16, 4 (2013), 165-179"
26  *
27  * This program is distributed in the hope that it will be useful,
28  * but WITHOUT ANY WARRANTY; without even the implied warranty of
29  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30  * GNU Lesser General Public License for more details.
31  */
32 
33 #ifndef AUTHORS_H
34 #define AUTHORS_H
35 
36 namespace ug {
37 
40 
44  static std::string UG_AUTHORS
45  ="Sebastian Reiter, Martin Rupp, Andreas Vogel, et al.";
46 
50  static std::string UG_BINARY_LICENSE =
51 "ug4 Binary Code License\n"
52 "\n"
53 "ug4 (as defined below) is licensed to the licensee only upon \n"
54 "the condition that the licensee accepts all of the terms \n"
55 "contained in this Binary Code License Agreement (\"Agreement\"). \n"
56 "By downloading, installing and/or using ug4, the licensee \n"
57 "accepts the full terms of this Agreement.\n"
58 "\n"
59 "\n"
60 "Definitions\n"
61 "1. The binary distribution of the ug4 simulation framework (\"ug4\") \n"
62 "consists of the following binary components: The ugshell \n"
63 "application, the VRL-UG4 plugin and the ug4-plugin \n"
64 "ConvectionDiffusion.\n"
65 "2. Licensee means the individual that uses ug4 under the \n"
66 "terms of this License Agreement.\n"
67 "3. The licensors are the Goethe Center for Scientific Computing (G-CSC),\n"
68 " Goethe University Frankfurt am Main, Germany and the Steinbeis \n"
69 "Forschungszentrum, �lbronn, Germany.\n"
70 "\n"
71 "License To Use\n"
72 "1. Subject to the terms and conditions of this Agreement, the \n"
73 "licensee is hereby granted a non-exclusive, non-transferable, \n"
74 "limited license to use the binary distribution of ug4 complete \n"
75 "and unmodified for the sole purpose of running programs and for \n"
76 "non-commercial use only.\n"
77 "2. Usage and/or publication of results obtained with the aid \n"
78 "of ug4 is only permitted if the following citation is included: \n"
79 "\"A. Vogel, S. Reiter, M. Rupp, A. N�gel, G. Wittum: UG4 - A Novel \n"
80 "Flexible Software System for Simulating PDE Based Models on High \n"
81 "Performance Computers, Comp. Vis. Sci.\"\n"
82 "3. Redistribution of ug4 is not permitted by this Agreement. \n"
83 "Additional licenses for developers and/or publishers are not \n"
84 "covered by this Agreement.\n"
85 "\n"
86 "Warranty\n"
87 "The program is licensed free of charge and there is no warranty \n"
88 "for the program, to the extent permitted by applicable law. The \n"
89 "program is provided \"as is\" without warranty of any kind, \n"
90 "either expressed or implied, including, but not limited to, the \n"
91 "implied warranties of merchantability and fitness for a particular \n"
92 "purpose. The entire risk as to the quality and performance of \n"
93 "the program is with the licensee. Should the program prove \n"
94 "defective, the licensee assumes the cost of all necessary \n"
95 "servicing, repair or correction.\n"
96 "\n"
97 "In no event unless required by applicable law will the licensor \n"
98 "be liable to the licensee for damages, including any general, \n"
99 "special, incidental or consequential damages arising out of the \n"
100 "use or inability to use the program (including but not limited \n"
101 "to loss of data or data being rendered inaccurate or losses \n"
102 "sustained by the licensee or a failure of the program to operate \n"
103 "with any other programs).\n";
104 
105 // end group ugbase_common
107 
108 }
109 
110 #endif /* AUTHORS_H */
111 
static std::string UG_AUTHORS
Definition: authors.h:45
static std::string UG_BINARY_LICENSE
Definition: authors.h:50
the ug namespace