We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cec065 commit 1fbcb32Copy full SHA for 1fbcb32
png_to_jpeg_optimiser.py
@@ -3,7 +3,7 @@
3
"""png_to_jpeg_optimiser.py: Script to optimize base64 encoded content in HTML files with PNG to JPEG conversion."""
4
5
__author__ = "Ed Watson"
6
-__copyright__ = "Unlicense license"
+__copyright__ = "CC-BY-SA-4.0 license"
7
8
import os
9
import re
0 commit comments