]> git.mxchange.org Git - simgear.git/commitdiff
Fix file headers
authorThomas Geymayer <tomgey@gmail.com>
Mon, 12 Nov 2012 11:25:08 +0000 (12:25 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Mon, 12 Nov 2012 11:25:08 +0000 (12:25 +0100)
simgear/nasal/cppbind/Ghost.hxx
simgear/nasal/cppbind/NasalHash.hxx
simgear/nasal/cppbind/from_nasal.hxx
simgear/nasal/cppbind/to_nasal.hxx

index 9240c4c4be0ee091729a309b6c84d30845dfdcb8..0e3e41827e7d731907c07633138ba128d62d7d98 100644 (file)
@@ -1,4 +1,20 @@
-///@file
+///@file Expose C++ objects to Nasal as ghosts
+//
+// Copyright (C) 2012  Thomas Geymayer <tomgey@gmail.com>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Library General Public
+// License as published by the Free Software Foundation; either
+// version 2 of the License, or (at your option) any later version.
+//
+// This library 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
+// Library General Public License for more details.
+//
+// You should have received a copy of the GNU Library General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA
 
 #ifndef SG_NASAL_GHOST_HXX_
 #define SG_NASAL_GHOST_HXX_
index a56c761d85902627b3d76df854af9eb8c82fd203..0e48a9dd335523a326f4d6926d754c52388b5c25 100644 (file)
@@ -1,4 +1,4 @@
-// Wrapper class for Nasal hashes
+///@file Wrapper class for Nasal hashes
 //
 // Copyright (C) 2012  Thomas Geymayer <tomgey@gmail.com>
 //
index e9991cb630d9febd916907d75f3a166e05fff4b1..23ac4683cee7ea4185a34de173c052e76f5141c8 100644 (file)
@@ -1,4 +1,4 @@
-// Conversion functions to convert Nasal types to C++ types
+///@file Conversion functions to convert Nasal types to C++ types
 //
 // Copyright (C) 2012  Thomas Geymayer <tomgey@gmail.com>
 //
index 0fd230a0d7ca74f6796ba848509e288806607601..ae1eb2ff7723189ddb335a22817b5c6d55540f41 100644 (file)
@@ -1,4 +1,4 @@
-// Conversion functions to convert C++ types to Nasal types
+///@file Conversion functions to convert C++ types to Nasal types
 //
 // Copyright (C) 2012  Thomas Geymayer <tomgey@gmail.com>
 //