Skip to content

Commit

Permalink
Add Licence header
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Blakey committed Apr 16, 2015
1 parent 4af8a4d commit cefd0db
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions TacticalSpaceCheeseRacer/Program.cs
Original file line number Diff line number Diff line change
@@ -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 <connorblakey96@gmail.com>
*
* 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
{
Expand Down Expand Up @@ -634,4 +646,4 @@ static void Main(string[] args)
return;
}
}
}
}

0 comments on commit cefd0db

Please sign in to comment.