]> granicus.if.org Git - zziplib/commitdiff
remove old metadata
authorGuido Draheim <guidod@gmx.de>
Mon, 7 Jun 2021 22:41:28 +0000 (00:41 +0200)
committerGuido Draheim <guidod@gmx.de>
Mon, 7 Jun 2021 22:41:28 +0000 (00:41 +0200)
docs/zzipdoc/docbookdocument.py
docs/zzipdoc/functionlistreference.py
docs/zzipdoc/htmldocument.py
docs/zzipdoc/match.py
docs/zzipdoc/options.py

index f23790a9b4f09e223a3da33fdae8eb7d04018c87..f3a2423766dcf1ecbfae713f9c8d7c55452acdbf 100644 (file)
@@ -1,5 +1,4 @@
 #! /usr/bin/env python3
-# -*- coding: UTF-8 -*-
 
 from zzipdoc.match import Match
 
index 7b7560395c4f62362478e265a44077c4ec5004c3..97a0a0d04f832f6f3dfed2692579281050bd56b7 100644 (file)
@@ -1,5 +1,5 @@
-#! /usr/bin/env python
-# -*- coding: UTF-8 -*-
+#! /usr/bin/env python3
+
 from __future__ import print_function
 
 from zzipdoc.match import Match
index 4f771d87cc9187e2417270ab275c4f1334d4b75e..b97b9ec0d80124a92726bdc16db047dc6f82843e 100644 (file)
@@ -1,4 +1,5 @@
-# -*- coding: UTF-8 -*-
+#! /usr/bin/env python3
+
 from __future__ import print_function
 
 from zzipdoc.match import Match
index a8bbd1f5933d2b243409a8b93d246857e0f79fd6..04c1bf94d1a707bf47893dd81851cefac86e2046 100644 (file)
@@ -1,7 +1,4 @@
-#! /usr/bin/python
-# -*- coding: utf-8 -*-
-# @creator (C) 2003 Guido U. Draheim
-# @license http://creativecommons.org/licenses/by-nc-sa/2.0/de/
+#! /usr/bin/env python3
 
 from __future__ import print_function
 
index fb3b455f113df74b70a978903906a0060001f993..6bbdec47e8bbc430cbba32ebf6f965d912224f6f 100644 (file)
@@ -1,7 +1,4 @@
-#! /usr/bin/python
-# -*- coding: utf-8 -*-
-# @creator (C) 2003 Guido U. Draheim
-# @license http://creativecommons.org/licenses/by-nc-sa/2.0/de/
+#! /usr/bin/env python3
 
 from zzipdoc.match import Match