mirror of https://github.com/akelge/zsh
Removed useless Last changed
This commit is contained in:
parent
d83cd7bbd4
commit
783bc33924
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
-*- coding: latin-1 -*-
|
-*- coding: utf-8 -*-
|
||||||
|
|
||||||
Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
||||||
First version: @@crdate@@
|
First version: @@crdate@@
|
||||||
Last modified: 2009-10-07T14:17 CEST (+0200)
|
|
||||||
|
|
||||||
Synopsis: @@DESCR@@
|
Synopsis: @@DESCR@@
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
# -*- coding: latin-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
# Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
||||||
# First version: @@crdate@@
|
# First version: @@crdate@@
|
||||||
# Last modified: 2009-10-07T14:17 CEST (+0200)
|
|
||||||
#
|
#
|
||||||
# Synopsis: @@DESCR@@
|
# Synopsis: @@DESCR@@
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#-*- coding: latin-1 -*-
|
#-*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
||||||
First version: @@crdate@@
|
First version: @@crdate@@
|
||||||
Last modified: 2009-10-07T14:17 CEST (+0200)
|
|
||||||
|
|
||||||
Synopsis: @@DESCR@@
|
Synopsis: @@DESCR@@
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -*- coding: latin-1 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
# Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
||||||
# First version: @@crdate@@
|
# First version: @@crdate@@
|
||||||
# Last modified: 2009-10-07T14:17 CEST (+0200)
|
|
||||||
#
|
#
|
||||||
# Synopsis: @@DESCR@@
|
# Synopsis: @@DESCR@@
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue