git.fiddlerwoaroof.com
Browse code

format

Greg Wiley authored on 05/05/2017 22:47:32
Showing 2 changed files
... ...
@@ -9,7 +9,6 @@
9 9
  * at https://github.com/cjdev/dual-control.
10 10
  */
11 11
 
12
-
13 12
 #include "system.h"
14 13
 #include "sys_stdlib.h"
15 14
 #include "sys_time.h"
... ...
@@ -1,3 +1,14 @@
1
+/* Copyright (C) CJ Affiliate
2
+ *
3
+ * You may use, distribute and modify this code under  the
4
+ * terms of the  GNU General Public License  version 2  or
5
+ * later.
6
+ *
7
+ * You should have received a copy of the license with this
8
+ * file. If not, you will find a copy in the "LICENSE" file
9
+ * at https://github.com/cjdev/dual-control.
10
+ */
11
+
1 12
 #ifndef TRACE_H__
2 13
 #define TRACE_H_
3 14
 #include <iostream>