summaryrefslogtreecommitdiff
path: root/third_party/libjpeg/jversion.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-17 15:24:01 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-17 15:24:01 -0700
commit13c1272fcd9717cfa481f211617e56a3e78a8f1a (patch)
tree4dfc7f26d909c59b54f8d1418a18f0dfc688aba3 /third_party/libjpeg/jversion.h
parent16a0b24fb35b6cb2e7e57a42735c0081fb9f2a20 (diff)
downloadpdfium-13c1272fcd9717cfa481f211617e56a3e78a8f1a.tar.xz
Move libjpeg to third_party/
Removal of fpdfapi_ suffix can be part of a future CL. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1186113005.
Diffstat (limited to 'third_party/libjpeg/jversion.h')
-rw-r--r--third_party/libjpeg/jversion.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/libjpeg/jversion.h b/third_party/libjpeg/jversion.h
new file mode 100644
index 0000000000..6472c58d35
--- /dev/null
+++ b/third_party/libjpeg/jversion.h
@@ -0,0 +1,14 @@
+/*
+ * jversion.h
+ *
+ * Copyright (C) 1991-1998, Thomas G. Lane.
+ * This file is part of the Independent JPEG Group's software.
+ * For conditions of distribution and use, see the accompanying README file.
+ *
+ * This file contains software version identification.
+ */
+
+
+#define JVERSION "6b 27-Mar-1998"
+
+#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"