mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Fixed up templating system
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
/*
|
||||
-*- coding: latin-1 -*-
|
||||
|
||||
Copyright by Andrea Mistrali <am@am.cx>.
|
||||
First version: <crdate>
|
||||
Last modified: <lmdate>
|
||||
Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
||||
First version: @@crdate@@
|
||||
Last modified: @@lmdate@@
|
||||
|
||||
Synopsis: <description>
|
||||
Synopsis: @@DESCR@@
|
||||
|
||||
$Id$
|
||||
|
||||
*/
|
||||
|
||||
@ -15,5 +14,5 @@ $Id$
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
return 0
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user