aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-11 12:55:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-11 12:55:48 +0200
commit20a26f01a43c758755159eb0d991b27c83dbae66 (patch)
tree8b87a300f799c5e70be260d2f598c38c265af4a0
parent63229f465aaea8dd5553814535220817319a64f5 (diff)
Add header to .cli file
Treat it as C++ to get some syntax highlighting.
-rw-r--r--brep/options.cli4
1 files changed, 4 insertions, 0 deletions
diff --git a/brep/options.cli b/brep/options.cli
index 8da666f..da707a0 100644
--- a/brep/options.cli
+++ b/brep/options.cli
@@ -1,3 +1,7 @@
+// file : brep/options.cli -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
include <string>;
include <cstdint>;