From c201ebefca6c0883120454ad01706f93f98c3ddb Mon Sep 17 00:00:00 2001 From: Duncan Frost Date: Sun, 27 Jul 2014 15:06:48 +0100 Subject: [PATCH] Added license --- src/cursors.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/cursors.h b/src/cursors.h index 8f5a01d7a4..efedd8e61d 100644 --- a/src/cursors.h +++ b/src/cursors.h @@ -1,3 +1,23 @@ +/***************************************************************************** +* Copyright (c) 2014 Ted John, Duncan Frost +* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. +* +* This file is part of OpenRCT2. +* +* OpenRCT2 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 3 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, see . +*****************************************************************************/ + #ifndef _CURSORS_H_ #define _CURSORS_H_