diff --git a/LICENSE.md b/LICENSE.md index d86936d3..ddd44f66 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -16,9 +16,6 @@ modification, are permitted provided that the following conditions are met: contributors may be used to endorse or promote products derived from this software without specific prior written permission. -4. This software may not be used by individuals, organizations, or entities that promote or engage in racism, fascism, or the manufacturing of weapons. This explicitly includes, but is not limited to, organizations and movements such as the AfD, Front National, MAGA, and similar groups. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE diff --git a/Project.toml b/Project.toml index 68d640c3..892bc9e4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PeriLab" uuid = "2ecefcea-59f0-46dd-9cfd-1d2b8cc5f112" authors = ["Christian Willberg ", "Jan-Timo Hesse "] -version = "1.3.5" +version = "1.3.4" [deps] AbaqusReader = "bc6b9049-e460-56d6-94b4-a597b2c0390d" diff --git a/src/PeriLab.jl b/src/PeriLab.jl index 9994c686..e72fcd8d 100644 --- a/src/PeriLab.jl +++ b/src/PeriLab.jl @@ -58,7 +58,7 @@ import .Logging_module import .IO import .Solver_control -PERILAB_VERSION = "1.3.5" +PERILAB_VERSION = "1.3.4" export main