Skip to content

Commit 1fbcb32

Browse files
authored
Update png_to_jpeg_optimiser.py
1 parent 7cec065 commit 1fbcb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

png_to_jpeg_optimiser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""png_to_jpeg_optimiser.py: Script to optimize base64 encoded content in HTML files with PNG to JPEG conversion."""
44

55
__author__ = "Ed Watson"
6-
__copyright__ = "Unlicense license"
6+
__copyright__ = "CC-BY-SA-4.0 license"
77

88
import os
99
import re

0 commit comments

Comments
 (0)