]> git.mxchange.org Git - flightgear.git/commitdiff
Forgot GPL license on new files.
authorJames Turner <zakalawe@mac.com>
Tue, 5 Mar 2013 20:53:43 +0000 (20:53 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 5 Mar 2013 20:53:43 +0000 (20:53 +0000)
src/GUI/CocoaMouseCursor.hxx
src/GUI/CocoaMouseCursor.mm
src/GUI/MouseCursor.cxx
src/GUI/MouseCursor.hxx

index 6ee3483c9cf2844e27e0ccc21c8f3aa4b6990d29..bc5f7b8b8a7c6c4e750b32278a20c973b13b868c 100644 (file)
@@ -1,3 +1,22 @@
+// CocoaMouseCursor.hxx - mouse cursor using Cocoa APIs
+
+// Copyright (C) 2013 James Turner <zakalawe@mac.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.
+//
+
 #ifndef FG_GUI_COCOA_MOUSE_CURSOR_HXX
 #define FG_GUI_COCOA_MOUSE_CURSOR_HXX
 
index 7cb631c3bdd123602f04654cfe75fcbfc3e645ea..03798d4f05861d1db05586a9ce2f203d710d1d31 100644 (file)
@@ -1,3 +1,22 @@
+// CocoaMouseCursor.cxx - mouse cursor using Cocoa APIs
+
+// Copyright (C) 2013 James Turner <zakalawe@mac.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.
+//
+
 #include "CocoaMouseCursor.hxx"
 
 #include <Cocoa/Cocoa.h>
index 514c6299a1193557467c4d1e1c4cb93b9db4480e..541a725a051ef0a06c617efeae3d26ffe458cd69 100644 (file)
@@ -1,3 +1,22 @@
+// MouseCursor.cxx - abstract inteface for  mouse cursor control
+
+// Copyright (C) 2013 James Turner <zakalawe@mac.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.
+//
+
 #ifdef HAVE_CONFIG_H
   #include "config.h"
 #endif
index d370c593819194c74f05697aca6a93a947a35ad7..94b7d3032b86225728507e7143c1fa9fe69730e4 100644 (file)
@@ -1,6 +1,23 @@
-
 // MouseCursor.hxx - abstract inteface for  mouse cursor control
 
+// Copyright (C) 2013 James Turner <zakalawe@mac.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.
+//
+
+
 #ifndef FG_GUI_MOUSE_CURSOR_HXX
 #define FG_GUI_MOUSE_CURSOR_HXX 1