summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-09-25 12:01:16 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-09-25 12:01:16 +0200
commitdf0075bccc56d2f16d2de64a7063f42a7c13418f (patch)
treed9d78d527ea99283b26a4a10263d9d59c905885c /skel
parenta71cb1e714e12d4cd6a8ab82de55ca00da3a0a5f (diff)
[vim] Skeleton files
Diffstat (limited to 'skel')
-rw-r--r--skel/c15
-rw-r--r--skel/h20
2 files changed, 35 insertions, 0 deletions
diff --git a/skel/c b/skel/c
new file mode 100644
index 0000000..053e31a
--- /dev/null
+++ b/skel/c
@@ -0,0 +1,15 @@
+/*
+ This file is a part of Qosmos ixEngine.
+
+ Copyright Qosmos 2000-<+strftime("%Y")+> - All rights reserved
+
+ This computer program and all its components are protected by
+ authors' rights and copyright law and by international treaties.
+ Any representation, reproduction, distribution or modification
+ of this program or any portion of it is forbidden without
+ Qosmos explicit and written agreement and may result in severe
+ civil and criminal penalties, and will be prosecuted
+ to the maximum extent possible under the law.
+*/
+
+<=CURSOR=>
diff --git a/skel/h b/skel/h
new file mode 100644
index 0000000..dbdaa9f
--- /dev/null
+++ b/skel/h
@@ -0,0 +1,20 @@
+/*
+ This file is a part of Qosmos ixEngine.
+
+ Copyright Qosmos 2000-<+strftime("%Y")+> - All rights reserved
+
+ This computer program and all its components are protected by
+ authors' rights and copyright law and by international treaties.
+ Any representation, reproduction, distribution or modification
+ of this program or any portion of it is forbidden without
+ Qosmos explicit and written agreement and may result in severe
+ civil and criminal penalties, and will be prosecuted
+ to the maximum extent possible under the law.
+*/
+
+#ifndef <+substitute(toupper(expand("%:t")), "\\.", "_", "g")+>
+#define <+substitute(toupper(expand("%:t")), "\\.", "_", "g")+>
+
+<=CURSOR=>
+
+#endif /* <+substitute(toupper(expand("%:t")), "\\.", "_", "g")+> */