3 Commits

Author SHA1 Message Date
K. Moon
832a694e52 Update old-style copyright headers
Updates old-style copyright headers to the new style, by removing "All
rights reserved." Also inserts "The" before "PDFium Authors", which is
required by both styles.

Mechanically generated by this command:
  PATTERN='Copyright \([0-9]\+\) \(The \)\?PDFium Authors. All rights reserved.'
  git grep -l "$PATTERN" \
  | xargs sed "s/$PATTERN/Copyright \1 The PDFium Authors/" -i''

Fixed: pdfium:1884
Change-Id: I6f781d811df8839e2e21b85f716529b813828bcd
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100371
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: K. Moon <kmoon@chromium.org>
2022-10-31 20:11:31 +00:00
Henrique Nakashima
160738fc1f Add to navbar link to SafetyNet readme.
Change-Id: I50eb3b4e94b72efe5978b02db137fab3eb6b21da
Reviewed-on: https://pdfium-review.googlesource.com/11090
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
2017-08-15 20:13:30 +00:00
dsinclair
23863e4c86 Starting to add some documentation.
This CL adds the beginnings of a Geting Started document for PDFium and adds
the navbar.md file to get navigation on the markdown files when rendered by
Gitiles.

Review URL: https://codereview.chromium.org/1840793002
2016-04-01 13:54:37 -07:00