summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@idiap.ch>2020-07-24 10:57:25 +0200
committerSamuel Gaist <samuel.gaist@idiap.ch>2020-08-28 08:10:09 +0000
commit0fda7edeb8abeddf8391cc4aa8fd4c03add01ccf (patch)
tree4e02b0f21b3bcb84f7b139a9464c3dfac29ce29b
parentad3806ad440d7effa903ea7c498a46abff6f755c (diff)
Fix qt_attribution.json files by replacing newlines with \n escapes
In their current state theses files contains invalid json. While they are parsed successfully by qtattributionsscanner, they cannot be loaded by libraries such as Python's json module. This patch fixes this. The output generated by qtattributionsscanner stays the same. Pick-to: 5.15 Change-Id: I4692a8e99a492c401d42320beacbc103c6a61319 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
-rw-r--r--src/3rdparty/libtiff/qt_attribution.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdparty/libtiff/qt_attribution.json b/src/3rdparty/libtiff/qt_attribution.json
index d51ee4a..283f5e6 100644
--- a/src/3rdparty/libtiff/qt_attribution.json
+++ b/src/3rdparty/libtiff/qt_attribution.json
@@ -10,6 +10,5 @@
"License": "libtiff License",
"LicenseId": "libtiff",
"LicenseFile": "COPYRIGHT",
- "Copyright": "Copyright (c) 1988-1997 Sam Leffler
-Copyright (c) 1991-1997 Silicon Graphics, Inc."
+ "Copyright": "Copyright (c) 1988-1997 Sam Leffler\nCopyright (c) 1991-1997 Silicon Graphics, Inc."
}