aboutsummaryrefslogtreecommitdiff
path: root/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'export.py')
-rw-r--r--export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.py b/export.py
index 551708f..2cb0bd3 100644
--- a/export.py
+++ b/export.py
@@ -165,7 +165,7 @@ def srcpkg_extract_licenses(header, filess, licenses, cl_date, cl_uploader):
canon = lmap.get(ldesc.lower(), 'Other')
# XXX: Should maybe bail if there's no copyright field.
cp = ''.join(
- u'© %s\n' % line.lstrip()
+ u'Copyright %s' % line.lstrip()
for line in files.dropna().get('Copyright', '').splitlines())
cp = cp.encode('utf8')
txt = txt.encode('utf8')