]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/brushexport/plugin.h
Merge branch 'illwieckz/gcclt7' into 'master'
[xonotic/netradiant.git] / contrib / brushexport / plugin.h
index 9939681946959c340b5fe2b4779e62f80583efa6..a2dc6cb63edc734f2af1377da84862ecde7d85f5 100644 (file)
@@ -1,25 +1,28 @@
-/*\r
-Copyright (C) 2006, Thomas Nitschke.\r
-All Rights Reserved.\r
-\r
-This file is part of GtkRadiant.\r
-\r
-GtkRadiant is free software; you can redistribute it and/or modify\r
-it under the terms of the GNU General Public License as published by\r
-the Free Software Foundation; either version 2 of the License, or\r
-(at your option) any later version.\r
-\r
-GtkRadiant is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License\r
-along with GtkRadiant; if not, write to the Free Software\r
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
-*/\r
-\r
-#if !defined(INCLUDED_BRUSH_EXPORT_H)\r
-#define INCLUDED_BRUSH_EXPORT_H\r
-\r
-#endif\r
+/*
+   Copyright (C) 2006, Thomas Nitschke.
+   All Rights Reserved.
+
+   This file is part of GtkRadiant.
+
+   GtkRadiant 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.
+
+   GtkRadiant 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 GtkRadiant; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+#if !defined( INCLUDED_BRUSH_EXPORT_H )
+#define INCLUDED_BRUSH_EXPORT_H
+
+#define PLUGIN_NAME "BrushExport"
+#define PLUGIN_VERSION "2.0"
+
+#endif