From cefd0db1651cadde5b429c2548067bce9875d00c Mon Sep 17 00:00:00 2001 From: Connor Blakey Date: Thu, 16 Apr 2015 23:10:39 +0100 Subject: [PATCH] Add Licence header --- TacticalSpaceCheeseRacer/Program.cs | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/TacticalSpaceCheeseRacer/Program.cs b/TacticalSpaceCheeseRacer/Program.cs index 3ae2faf..3569315 100644 --- a/TacticalSpaceCheeseRacer/Program.cs +++ b/TacticalSpaceCheeseRacer/Program.cs @@ -1,10 +1,22 @@ -using System; -/* -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading; -*/ +/* Program.cs - Main program file. +* Copyright (C) 2014 Connor Blakey +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; either version 2 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License along +* with this program; if not, write to the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +using System; namespace TacticalSpaceCheeseRacer { @@ -634,4 +646,4 @@ static void Main(string[] args) return; } } -} \ No newline at end of file +}