summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@advisorsla.com>2018-11-07 10:33:39 +0100
committerHugues Hiegel <hugues.hiegel@advisorsla.com>2018-11-07 10:33:39 +0100
commita647d34ce197a451b2dac7ad2fa62533a790fa6e (patch)
tree24c80b2df3d52024b8bf23f0e236bf4ba7a46ea9 /skel
parent90f381edc5c3300e7c79a4d7005d1d172ddcc155 (diff)
Vim Modules en vrac
Diffstat (limited to 'skel')
-rw-r--r--skel/c18
-rw-r--r--skel/h18
2 files changed, 12 insertions, 24 deletions
diff --git a/skel/c b/skel/c
index 053e31a..516b445 100644
--- a/skel/c
+++ b/skel/c
@@ -1,15 +1,9 @@
/*
- 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.
-*/
+ * (C) Copyright AdvisorSLA 2000-<+strftime("%Y")+>
+ *
+ * Unpublished
+ * All rights reserved
+ *
+ */
<=CURSOR=>
diff --git a/skel/h b/skel/h
index f536d56..b7fb51f 100644
--- a/skel/h
+++ b/skel/h
@@ -1,16 +1,10 @@
/*
- 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.
-*/
+ * (C) Copyright AdvisorSLA 2000-<+strftime("%Y")+>
+ *
+ * Unpublished
+ * All rights reserved
+ *
+ */
#ifndef <+substitute(toupper(expand("%:t")), "[\\.-]", "_", "g")+>_
#define <+substitute(toupper(expand("%:t")), "[\\.-]", "_", "g")+>_