Revision: 77073
          http://sourceforge.net/p/brlcad/code/77073
Author:   starseeker
Date:     2020-09-06 14:33:29 +0000 (Sun, 06 Sep 2020)
Log Message:
-----------
Add header and footer (caught by regress-licenses)

Modified Paths:
--------------
    brlcad/trunk/src/libgcv/plugins/vol/png_read.c

Modified: brlcad/trunk/src/libgcv/plugins/vol/png_read.c
===================================================================
--- brlcad/trunk/src/libgcv/plugins/vol/png_read.c      2020-09-06 06:26:12 UTC 
(rev 77072)
+++ brlcad/trunk/src/libgcv/plugins/vol/png_read.c      2020-09-06 14:33:29 UTC 
(rev 77073)
@@ -1,3 +1,28 @@
+/*                      P N G _ R E A D . 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 png_read.c
+ *
+ * Brief description
+ *
+ */
+
 #include "common.h"
 
 #include "gcv/api.h"
@@ -74,3 +99,13 @@
 {
   return &gcv_plugin_info_s;
 }
+
+/*
+ * 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

Reply via email to