From 7fbc33dae1dc1f7886ad11074fc109d10d8867e0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Aug 2009 20:21:05 +0000 Subject: (svn r17248) -Fix: add GPL license notice where appropriate --- src/os/macosx/G5_detector.cpp | 7 +++++++ src/os/macosx/macos.h | 7 +++++++ src/os/macosx/macos.mm | 7 +++++++ src/os/macosx/osx_stdafx.h | 7 +++++++ src/os/macosx/splash.cpp | 7 +++++++ src/os/macosx/splash.h | 7 +++++++ 6 files changed, 42 insertions(+) (limited to 'src/os/macosx') diff --git a/src/os/macosx/G5_detector.cpp b/src/os/macosx/G5_detector.cpp index 01dcd8c20..ad69a2e43 100644 --- a/src/os/macosx/G5_detector.cpp +++ b/src/os/macosx/G5_detector.cpp @@ -1,5 +1,12 @@ /* $Id$ */ +/* + * This file is part of OpenTTD. + * OpenTTD 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, version 2. + * OpenTTD 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 OpenTTD. If not, see . + */ + /** @file G5_detector.cpp Detection for G5 machines (PowerPC). */ #include diff --git a/src/os/macosx/macos.h b/src/os/macosx/macos.h index 82f1db4c9..3bdcbe387 100644 --- a/src/os/macosx/macos.h +++ b/src/os/macosx/macos.h @@ -1,5 +1,12 @@ /* $Id$ */ +/* + * This file is part of OpenTTD. + * OpenTTD 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, version 2. + * OpenTTD 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 OpenTTD. If not, see . + */ + /** @file macos.h Functions related to MacOS support. */ #ifndef MACOS_H diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm index 13d826259..7c67e00c0 100644 --- a/src/os/macosx/macos.mm +++ b/src/os/macosx/macos.mm @@ -1,5 +1,12 @@ /* $Id$ */ +/* + * This file is part of OpenTTD. + * OpenTTD 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, version 2. + * OpenTTD 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 OpenTTD. If not, see . + */ + #include "../../stdafx.h" #include "../../core/bitmath_func.hpp" #include "../../rev.h" diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 963783c21..3dab349ca 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -1,5 +1,12 @@ /* $Id$ */ +/* + * This file is part of OpenTTD. + * OpenTTD 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, version 2. + * OpenTTD 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 OpenTTD. If not, see . + */ + /** @file osx_stdafx.h OSX is different on some places. */ #ifndef MACOS_STDAFX_H diff --git a/src/os/macosx/splash.cpp b/src/os/macosx/splash.cpp index 909126602..708d42c9c 100644 --- a/src/os/macosx/splash.cpp +++ b/src/os/macosx/splash.cpp @@ -1,5 +1,12 @@ /* $Id$ */ +/* + * This file is part of OpenTTD. + * OpenTTD 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, version 2. + * OpenTTD 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 OpenTTD. If not, see . + */ + /** @file splash.cpp Splash screen support for OSX. */ #include "../../stdafx.h" diff --git a/src/os/macosx/splash.h b/src/os/macosx/splash.h index 35aba54f8..ed78c0e9a 100644 --- a/src/os/macosx/splash.h +++ b/src/os/macosx/splash.h @@ -1,5 +1,12 @@ /* $Id$ */ +/* + * This file is part of OpenTTD. + * OpenTTD 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, version 2. + * OpenTTD 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 OpenTTD. If not, see . + */ + /** @file splash.h Functions to support splash screens for OSX. */ #ifndef SPLASH_H -- cgit v1.2.3-54-g00ecf