9 Commits

Author SHA1 Message Date
Mark Mentovai
6278690abe Update copyright boilerplate, 2022 edition (Crashpad)
sed -i '' -E -e 's/Copyright (.+) The Crashpad Authors\. All rights reserved\.$/Copyright \1 The Crashpad Authors/' $(git grep -El 'Copyright (.+) The Crashpad Authors\. All rights reserved\.$')

Bug: chromium:1098010
Change-Id: I8d6138469ddbe3d281a5d83f64cf918ec2491611
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3878262
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
2022-09-06 23:54:07 +00:00
Ryan Tseng
93b1271e1b package.h: Update PACKAGE_COPYRIGHT_YEAR to 2018
Bug: crashpad:
Change-Id: I64d76604c683b53524b496a5929382c490fe2dc9
Reviewed-on: https://chromium-review.googlesource.com/1149157
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Ryan Tseng <hinoka@chromium.org>
2018-07-25 18:54:39 +00:00
Mark Mentovai
77c1c29253 package.h: Update copyright year to 2017
For perceived freshness of command-line tools.

Change-Id: I835c2d116d2b5d4d654149a9d6d790a4fb8e253f
Reviewed-on: https://chromium-review.googlesource.com/448202
Reviewed-by: Scott Graham <scottmg@chromium.org>
2017-03-01 19:41:56 +00:00
Mark Mentovai
142b139305 package.h, man_footer.ad: Update copyright year to 2016
For perceived freshness of command-line tools

R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1567723003 .
2016-01-06 16:25:49 -05:00
Mark Mentovai
d81d83661d package.h: Update version number to 0.8.0
Per https://codereview.chromium.org/998653002/, we were going to call
the Windows client milestone 0.8.0. Now that the Crashpad client has
successfully shipped in a Chrome Windows canary, I think we can say that
we’re there. Or here.

Congratulations!

R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1484013004 .
2015-12-01 15:08:27 -05:00
Mark Mentovai
cd0e25f1ba Update all URLs to point to https://crashpad.chromium.org/
All other links to code.google.com and googlecode.com are fixed to point
to their proper new homes as well.

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/1414243005 .
2015-10-29 18:31:20 -04:00
Mark Mentovai
075eb0c60c doc: Update absolute links to point to their new homes
BUG=crashpad:67
R=andybons@chromium.org, rsesek@chromium.org

Review URL: https://codereview.chromium.org/1389333006 .
2015-10-08 15:56:01 -04:00
Mark Mentovai
6c82c23a0d package.h: update version number to 0.7.0.
I don’t want to call it 1.0 yet because the Windows client isn’t done
and there’s no processor yet, but I do want to bump the number at around
the time of the initial Mac client Chromium integration (now).

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/998653002
2015-03-10 14:29:20 -04:00
Mark Mentovai
fbcd680b50 Initial commit of Crashpad.
This commit contains the basic structure of the project:
 - LICENSE and related files.
 - DEPS to check dependencies out into third_party.
 - README.crashpad files and .gyp files to accompany third_party
   dependencies.
 - Infrastructure to run GYP as a gclient hook.
 - codereview.settings to enable Rietveld code review.
 - Assorted other administrative and dot-files.

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/426403002
2014-07-30 23:24:58 -04:00