Revision: 77522
http://sourceforge.net/p/brlcad/code/77522
Author: starseeker
Date: 2020-10-21 00:08:05 +0000 (Wed, 21 Oct 2020)
Log Message:
-----------
Add header and footer
Modified Paths:
--------------
brlcad/trunk/src/libged/brep/dplot_reader.c
brlcad/trunk/src/libged/brep/dplot_reader.h
Modified: brlcad/trunk/src/libged/brep/dplot_reader.c
===================================================================
--- brlcad/trunk/src/libged/brep/dplot_reader.c 2020-10-20 21:50:09 UTC (rev
77521)
+++ brlcad/trunk/src/libged/brep/dplot_reader.c 2020-10-21 00:08:05 UTC (rev
77522)
@@ -1,3 +1,28 @@
+/* D P L O T _ R E A D E R . C
+ * BRL-CAD
+ *
+ * Copyright (c) 2020 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file dplot_reader.c
+ *
+ * Brief description
+ *
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include "dplot_reader.h"
@@ -87,3 +112,13 @@
return 0;
}
+
+/*
+ * Local Variables:
+ * tab-width: 8
+ * mode: C
+ * indent-tabs-mode: t
+ * c-file-style: "stroustrup"
+ * End:
+ * ex: shiftwidth=4 tabstop=8
+ */
Modified: brlcad/trunk/src/libged/brep/dplot_reader.h
===================================================================
--- brlcad/trunk/src/libged/brep/dplot_reader.h 2020-10-20 21:50:09 UTC (rev
77521)
+++ brlcad/trunk/src/libged/brep/dplot_reader.h 2020-10-21 00:08:05 UTC (rev
77522)
@@ -1,3 +1,28 @@
+/* D P L O T _ R E A D E R . H
+ * BRL-CAD
+ *
+ * Copyright (c) 2020 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file dplot_reader.h
+ *
+ * Brief description
+ *
+ */
+
#ifndef DPLOT_PARSER
#define DPLOT_PARSER
@@ -54,3 +79,13 @@
void ParseTrace(FILE *fp, char *s);
#endif
+
+/*
+ * Local Variables:
+ * tab-width: 8
+ * mode: C
+ * indent-tabs-mode: t
+ * c-file-style: "stroustrup"
+ * End:
+ * ex: shiftwidth=4 tabstop=8
+ */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits