Skip to content

Commit 6770e05

Browse files
committed
Update year in license header
1 parent 5fd3409 commit 6770e05

Some content is hidden

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

54 files changed

+108
-54
lines changed

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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
using System;
1+
#region License Information
2+
/* SimSharp - A .NET port of SimPy, discrete event simulation framework
3+
Copyright (C) 2018 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/>.*/
17+
#endregion
18+
19+
using System;
220
using System.Collections.Generic;
321
using System.Diagnostics;
422
using System.Timers;

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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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/MM1Queueing.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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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/MachineShop.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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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/MachineShopSpecialist.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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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/ProcessCommunication.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) 2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
3+
Copyright (C) 2018 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)