]> git.meshlink.io Git - meshlink/blobdiff - src/devtools.h
Update all header guards.
[meshlink] / src / devtools.h
index 9ac58d52956e43632e4b0c4aa7e8bba38333e6b0..53755187601362975058d8eac81679fbf9e16d9c 100644 (file)
@@ -1,5 +1,24 @@
-#ifndef __MESHLINK_DEVTOOLS_H__
-#define __MESHLINK_DEVTOOLS_H__
+#ifndef MESHLINK_DEVTOOLS_H
+#define MESHLINK_DEVTOOLS_H
+
+/*
+    devtools.h -- header for devtools.h
+    Copyright (C) 2014, 2017 Guus Sliepen <guus@meshlink.io>
+
+    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.
+
+    This program 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 this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+*/
 
 extern bool devtool_export_json_all_edges_state(meshlink_handle_t *mesh, FILE* stream);