mirror of
https://github.com/akelge/zsh
synced 2025-07-03 21:19: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
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env perl
|
||||
# -*- 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$
|
||||
|
@ -3,18 +3,18 @@
|
||||
|
||||
"""
|
||||
|
||||
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$
|
||||
|
||||
"""
|
||||
|
||||
__version__ ='0.1'
|
||||
__author__ ='Andrea Mistrali <am@am.cx>'
|
||||
__author__ ='@@LONGNAME@@ <@@EMAIL@@>'
|
||||
|
||||
|
||||
def main():
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
# -*- 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$
|
||||
|
Reference in New Issue
Block a user