[Kstars-devel] KDE/kdeedu/kstars/kstars
Akarsh Simha
akarshsimha at gmail.com
Mon Jul 14 22:04:35 CEST 2008
SVN commit 832483 by asimha:
+ Add missing copyright notice in binfilehelper.cpp
+ Include own header first
CCMAIL: kstars-devel at kde.org
M +19 -1 binfilehelper.cpp
--- trunk/KDE/kdeedu/kstars/kstars/binfilehelper.cpp #832482:832483
@@ -1,6 +1,24 @@
-#include <kstandarddirs.h>
+/***************************************************************************
+ binfilehelper.cpp - K Desktop Planetarium
+ -------------------
+ begin : Sat May 31 2008
+ copyright : (C) 2008 by Akarsh Simha
+ email : akarshsimha at gmail.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. *
+ * *
+ ***************************************************************************/
+
#include "binfilehelper.h"
+
+#include <kstandarddirs.h>
#include "byteswap.h"
class BinFileHelper;
More information about the Kstars-devel
mailing list