[Orxonox-commit 3444] r8131 - code/branches/kicklib/src

youngk at orxonox.net youngk at orxonox.net
Sat Mar 26 21:51:00 CET 2011


Author: youngk
Date: 2011-03-26 21:51:00 +0100 (Sat, 26 Mar 2011)
New Revision: 8131

Modified:
   code/branches/kicklib/src/OrxonoxMac.h
   code/branches/kicklib/src/OrxonoxMac.mm
Log:
Copyright fix. Sorry for the mishap.

Modified: code/branches/kicklib/src/OrxonoxMac.h
===================================================================
--- code/branches/kicklib/src/OrxonoxMac.h	2011-03-26 20:49:51 UTC (rev 8130)
+++ code/branches/kicklib/src/OrxonoxMac.h	2011-03-26 20:51:00 UTC (rev 8131)
@@ -1,10 +1,30 @@
-//
-//  OrxonoxMac.h
-//  Orxonox
-//
-//  Created by Kevin Jonas Young on 14.03.11.
-//  Copyright 2011 -. All rights reserved.
-//
+/*
+ *   ORXONOX - the hottest 3D action shooter ever to exist
+ *                    > www.orxonox.net <
+ *
+ *
+ *   License notice:
+ *
+ *   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.
+ *
+ *   Author:
+ *      Kevin J. Young (youngk) 2011
+ *   Co-authors:
+ *      Fabian Landau (x3n)
+ *
+ */
 
 #import <Cocoa/Cocoa.h>
 

Modified: code/branches/kicklib/src/OrxonoxMac.mm
===================================================================
--- code/branches/kicklib/src/OrxonoxMac.mm	2011-03-26 20:49:51 UTC (rev 8130)
+++ code/branches/kicklib/src/OrxonoxMac.mm	2011-03-26 20:51:00 UTC (rev 8131)
@@ -1,10 +1,30 @@
-//
-//  OrxonoxMac.mm
-//  Orxonox
-//
-//  Created by Kevin Jonas Young on 14.03.11.
-//  Copyright 2011 -. All rights reserved.
-//
+/*
+ *   ORXONOX - the hottest 3D action shooter ever to exist
+ *                    > www.orxonox.net <
+ *
+ *
+ *   License notice:
+ *
+ *   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.
+ *
+ *   Author:
+ *      Kevin J. Young (youngk) 2011
+ *   Co-authors:
+ *      Fabian Landau (x3n)
+ *
+ */
 
 #import "OrxonoxMac.h"
 




More information about the Orxonox-commit mailing list