From a647d34ce197a451b2dac7ad2fa62533a790fa6e Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 7 Nov 2018 10:33:39 +0100 Subject: Vim Modules en vrac --- skel/c | 18 ++++++------------ skel/h | 18 ++++++------------ 2 files changed, 12 insertions(+), 24 deletions(-) (limited to 'skel') 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")+>_ -- cgit v1.2.3