Skip to content

Commit f12ad77

Browse files
committed
Change license header of source files
1 parent af2d930 commit f12ad77

Some content is hidden

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

57 files changed

+228
-855
lines changed

src/Benchmark/MachineShopBenchmark.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Benchmark/Program.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using CommandLine;

src/Benchmark/SyntheticBenchmark.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Samples/BankRenege.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Samples/GasStationRefueling.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Samples/KanbanControl.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Samples/MM1Queueing.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Samples/MachineShop.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Samples/MachineShopSpecialist.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

src/Samples/ProcessCommunication.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#region License Information
2-
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3-
Copyright (C) 2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4-
5-
This program is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
9-
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>.*/
2+
/*
3+
* This file is part of SimSharp which is licensed under the MIT license.
4+
* See the LICENSE file in the project root for more information.
5+
*/
176
#endregion
187

198
using System;

0 commit comments

Comments
 (0)