Change the year number in all cs headers from 2018 to 2019

This commit is contained in:
abcdefg30
2019-01-08 13:22:59 +01:00
committed by Oliver Brakmann
parent 628547a8e5
commit cadbd0d9ab
1252 changed files with 1388 additions and 1388 deletions

View File

@@ -1,6 +1,6 @@
#region Copyright & License Information
/*
* Copyright 2007-2018 The OpenRA Developers (see AUTHORS)
* Copyright 2007-2019 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
@@ -71,4 +71,4 @@ namespace OpenRA.Mods.Common.Widgets
public override Widget Clone() { return new BackgroundWidget(this); }
}
}
}