Skip to content

Commit d7a5b5b

Browse files
committed
Update version and copyright year
1 parent 2601a2e commit d7a5b5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+106
-634
lines changed

Benchmark/Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<Authors>Andreas Beham</Authors>
7-
<Version>3.1.0</Version>
7+
<Version>3.1.1</Version>
88
<Company>HEAL, FH Upper Austria</Company>
99
<Product>Sim# (Benchmarks)</Product>
1010
<Description />

Benchmark/MachineShopBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License Information
22
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Benchmark/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License Information
22
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Benchmark/SyntheticBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License Information
22
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Build.cmd

Lines changed: 0 additions & 104 deletions
This file was deleted.

LICENSE.txt

Lines changed: 41 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
SimSharp consists of code contributed by various parties. The software
2+
is licensed under the GNU General Public License Version 3 (GPLv3).
3+
You may find a copy of this license within this file.
4+
5+
Among the contributed parts are
6+
- PCGSharp by Bismur Studios Ltd. and Ioannis Giagkiozis
7+
- Priority queues by Daniel "BlueRaja" Pflughoeft
8+
9+
PCGSharp requires to take note of the following copyrights and permissions:
10+
// MIT License
11+
//
12+
// Copyright (c) 2016 Bismur Studios Ltd.
13+
// Copyright (c) 2016 Ioannis Giagkiozis
14+
//
15+
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
16+
// and associated documentation files (the "Software"), to deal in the Software without restriction,
17+
// including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
18+
// and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
19+
// subject to the following conditions:
20+
//
21+
// The above copyright notice and this permission notice shall be included in all copies or substantial
22+
// portions of the Software.
23+
24+
Daniel "BlueRaja" Pflughoeft requires to take not of the following copyrights and permissions:
25+
/*
26+
The MIT License (MIT)
27+
28+
Copyright (c) 2013 Daniel "BlueRaja" Pflughoeft
29+
30+
Permission is hereby granted, free of charge, to any person obtaining a copy
31+
of this software and associated documentation files (the "Software"), to deal
32+
in the Software without restriction, including without limitation the rights
33+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34+
copies of the Software, and to permit persons to whom the Software is
35+
furnished to do so, subject to the following conditions:
36+
37+
The above copyright notice and this permission notice shall be included in
38+
all copies or substantial portions of the Software.
39+
*/
40+
41+
142
GNU GENERAL PUBLIC LICENSE
243
Version 3, 29 June 2007
344

@@ -619,56 +660,3 @@ Program, unless a warranty or assumption of liability accompanies a
619660
copy of the Program in return for a fee.
620661

621662
END OF TERMS AND CONDITIONS
622-
623-
How to Apply These Terms to Your New Programs
624-
625-
If you develop a new program, and you want it to be of the greatest
626-
possible use to the public, the best way to achieve this is to make it
627-
free software which everyone can redistribute and change under these terms.
628-
629-
To do so, attach the following notices to the program. It is safest
630-
to attach them to the start of each source file to most effectively
631-
state the exclusion of warranty; and each file should have at least
632-
the "copyright" line and a pointer to where the full notice is found.
633-
634-
<one line to give the program's name and a brief idea of what it does.>
635-
Copyright (C) <year> <name of author>
636-
637-
This program is free software: you can redistribute it and/or modify
638-
it under the terms of the GNU General Public License as published by
639-
the Free Software Foundation, either version 3 of the License, or
640-
(at your option) any later version.
641-
642-
This program is distributed in the hope that it will be useful,
643-
but WITHOUT ANY WARRANTY; without even the implied warranty of
644-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645-
GNU General Public License for more details.
646-
647-
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <http://www.gnu.org/licenses/>.
649-
650-
Also add information on how to contact you by electronic and paper mail.
651-
652-
If the program does terminal interaction, make it output a short
653-
notice like this when it starts in an interactive mode:
654-
655-
<program> Copyright (C) <year> <name of author>
656-
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657-
This is free software, and you are welcome to redistribute it
658-
under certain conditions; type `show c' for details.
659-
660-
The hypothetical commands `show w' and `show c' should show the appropriate
661-
parts of the General Public License. Of course, your program's commands
662-
might be different; for a GUI interface, you would use an "about box".
663-
664-
You should also get your employer (if you work as a programmer) or school,
665-
if any, to sign a "copyright disclaimer" for the program, if necessary.
666-
For more information on this, and how to apply and follow the GNU GPL, see
667-
<http://www.gnu.org/licenses/>.
668-
669-
The GNU General Public License does not permit incorporating your program
670-
into proprietary programs. If your program is a subroutine library, you
671-
may consider it more useful to permit linking proprietary applications with
672-
the library. If this is what you want to do, use the GNU Lesser General
673-
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A .NET port of SimPy, process-based discrete event simulation framework
1111
---
1212

1313

14-
Sim# aims to port the concepts used in SimPy [1] to the .NET world. Sim# is implemented in C# and is available via Nuget for .NET Framework 4.5 and is also .NET Standard 2.0 compliant. Sim# uses an efficient event queue (adapted from [3]) that allows to compute models very quickly. Simulating 10 years of the MachineShop sample [4], that uses preemptive resources, requires less than 1.5s on a Core i7-7 2.7Ghz. This model generates more than 5 million events.
14+
Sim# aims to port the concepts used in SimPy [1] to the .NET world. Sim# is implemented in C# and is available via Nuget for .NET Framework 4.5 and is also .NET Standard 2.0 compliant. Sim# uses an efficient event queue (adapted from [3]) that allows to compute models very quickly. Simulating 10 years of the MachineShop sample [4], that uses preemptive resources, requires about 1.5s on a Core i7-7 2.7Ghz. This model generates more than 5 million events.
1515

1616
SimPy allows to model processes easily and with little boiler plate code. A process is described as a method that yields events. When an event is yielded, the process waits on it. Processes are themselves events and so it is convenient to spawn sub-processes that can either be waited upon or that run next to each other. There is no need to inherit from classes or understand a complex object oriented
1717
design.

Samples/BankRenege.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License Information
22
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Samples/GasStationRefueling.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License Information
22
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Samples/KanbanControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#region License Information
22
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)