From 7914e03dad43c91c6c56ac9cddbaff5e4638f194 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 28 Sep 2015 19:26:43 -0400 Subject: [PATCH] Remove coupling with user-mail-address --- private/templates/c++-mode/@@.cpp | 7 ------- private/templates/c++-mode/@@main.cpp | 6 ------ private/templates/c++-mode/@@winmain.cpp | 7 ------- private/templates/c-mode/@@.c | 7 ------- private/templates/makefile-gmake-mode/@@ | 1 - 5 files changed, 28 deletions(-) diff --git a/private/templates/c++-mode/@@.cpp b/private/templates/c++-mode/@@.cpp index d729f5573..10f8293e1 100644 --- a/private/templates/c++-mode/@@.cpp +++ b/private/templates/c++-mode/@@.cpp @@ -2,13 +2,6 @@ # group: file templates # contributor: Henrik Lissner # -- -/** - * @file - * @author `user-full-name` <`user-mail-address`> - * @version 0.1 - * @since 0.1 @ `(format-time-string "%Y-%m-%d")` - */ - #include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h" $0 diff --git a/private/templates/c++-mode/@@main.cpp b/private/templates/c++-mode/@@main.cpp index 5a8eb60e0..b4a1557a8 100644 --- a/private/templates/c++-mode/@@main.cpp +++ b/private/templates/c++-mode/@@main.cpp @@ -2,12 +2,6 @@ # group: file templates # contributor: Henrik Lissner # -- -/** - * @file - * @author `user-full-name` <`user-mail-address`> - * @version 0.1 - */ - #include using namespace std; diff --git a/private/templates/c++-mode/@@winmain.cpp b/private/templates/c++-mode/@@winmain.cpp index 4b97a3f04..67947be3b 100644 --- a/private/templates/c++-mode/@@winmain.cpp +++ b/private/templates/c++-mode/@@winmain.cpp @@ -2,13 +2,6 @@ # group: file templates # contributor: Henrik Lissner # -- -/** - * @file - * @author `user-full-name` <`user-mail-address`> - * @version 0.1 - * @since 0.1 @ `(format-time-string "%Y-%m-%d")` - */ - #include int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) diff --git a/private/templates/c-mode/@@.c b/private/templates/c-mode/@@.c index d729f5573..10f8293e1 100644 --- a/private/templates/c-mode/@@.c +++ b/private/templates/c-mode/@@.c @@ -2,13 +2,6 @@ # group: file templates # contributor: Henrik Lissner # -- -/** - * @file - * @author `user-full-name` <`user-mail-address`> - * @version 0.1 - * @since 0.1 @ `(format-time-string "%Y-%m-%d")` - */ - #include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.h" $0 diff --git a/private/templates/makefile-gmake-mode/@@ b/private/templates/makefile-gmake-mode/@@ index 75ac5bd13..4fba94a0f 100644 --- a/private/templates/makefile-gmake-mode/@@ +++ b/private/templates/makefile-gmake-mode/@@ @@ -5,7 +5,6 @@ # ${1:Project Title} # # @file -# @author `user-full-name` <`user-mail-address`> # @version 0.1 $0