From 83e085b7a331c96237cf8e814f97b3ef4c36a70f Mon Sep 17 00:00:00 2001 From: jimblandy Date: Tue, 9 Feb 2010 17:08:56 +0000 Subject: Breakpad: Update copyright notice years on all files changed in 2010. We've gotten mixed advice from the lawyery types about whether this matters. But it's easy enough to do. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@517 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/basic_source_line_resolver.cc | 2 +- src/processor/basic_source_line_resolver_unittest.cc | 2 +- src/processor/minidump.cc | 2 +- src/processor/minidump_stackwalk.cc | 2 +- src/processor/postfix_evaluator-inl.h | 2 +- src/processor/postfix_evaluator.h | 2 +- src/processor/postfix_evaluator_unittest.cc | 2 +- src/processor/range_map-inl.h | 2 +- src/processor/range_map_unittest.cc | 2 +- src/processor/stackwalker.cc | 2 +- src/processor/stackwalker_amd64.cc | 2 +- src/processor/stackwalker_amd64.h | 2 +- src/processor/stackwalker_arm.cc | 2 +- src/processor/stackwalker_arm.h | 2 +- src/processor/stackwalker_ppc.cc | 2 +- src/processor/stackwalker_ppc.h | 2 +- src/processor/stackwalker_sparc.cc | 2 +- src/processor/stackwalker_sparc.h | 2 +- src/processor/stackwalker_x86.cc | 2 +- src/processor/stackwalker_x86.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'src/processor') diff --git a/src/processor/basic_source_line_resolver.cc b/src/processor/basic_source_line_resolver.cc index 180abd2c..a49868ab 100644 --- a/src/processor/basic_source_line_resolver.cc +++ b/src/processor/basic_source_line_resolver.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/basic_source_line_resolver_unittest.cc b/src/processor/basic_source_line_resolver_unittest.cc index fc9028f2..c4cb6ea4 100644 --- a/src/processor/basic_source_line_resolver_unittest.cc +++ b/src/processor/basic_source_line_resolver_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/minidump.cc b/src/processor/minidump.cc index f2b82392..f3fb2942 100644 --- a/src/processor/minidump.cc +++ b/src/processor/minidump.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/minidump_stackwalk.cc b/src/processor/minidump_stackwalk.cc index 368d64fa..1d0a913a 100644 --- a/src/processor/minidump_stackwalk.cc +++ b/src/processor/minidump_stackwalk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/postfix_evaluator-inl.h b/src/processor/postfix_evaluator-inl.h index 3d2a7d14..9c1fc84e 100644 --- a/src/processor/postfix_evaluator-inl.h +++ b/src/processor/postfix_evaluator-inl.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/postfix_evaluator.h b/src/processor/postfix_evaluator.h index a8979051..24807551 100644 --- a/src/processor/postfix_evaluator.h +++ b/src/processor/postfix_evaluator.h @@ -1,6 +1,6 @@ // -*- mode: C++ -*- -// Copyright (c) 2010, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/postfix_evaluator_unittest.cc b/src/processor/postfix_evaluator_unittest.cc index 0e6f0577..e20a2b8f 100644 --- a/src/processor/postfix_evaluator_unittest.cc +++ b/src/processor/postfix_evaluator_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/range_map-inl.h b/src/processor/range_map-inl.h index a6a97e08..71761915 100644 --- a/src/processor/range_map-inl.h +++ b/src/processor/range_map-inl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/range_map_unittest.cc b/src/processor/range_map_unittest.cc index 499b6d37..bcf87ce2 100644 --- a/src/processor/range_map_unittest.cc +++ b/src/processor/range_map_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker.cc b/src/processor/stackwalker.cc index ed3da7cf..3a3725fa 100644 --- a/src/processor/stackwalker.cc +++ b/src/processor/stackwalker.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_amd64.cc b/src/processor/stackwalker_amd64.cc index ccdb80f4..88c87210 100644 --- a/src/processor/stackwalker_amd64.cc +++ b/src/processor/stackwalker_amd64.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2007, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_amd64.h b/src/processor/stackwalker_amd64.h index d70dd4bc..32251d44 100644 --- a/src/processor/stackwalker_amd64.h +++ b/src/processor/stackwalker_amd64.h @@ -1,4 +1,4 @@ -// Copyright (c) 2007, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_arm.cc b/src/processor/stackwalker_arm.cc index 4bd49e29..4b15593d 100644 --- a/src/processor/stackwalker_arm.cc +++ b/src/processor/stackwalker_arm.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_arm.h b/src/processor/stackwalker_arm.h index b149bfb7..5dfde5ab 100644 --- a/src/processor/stackwalker_arm.h +++ b/src/processor/stackwalker_arm.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_ppc.cc b/src/processor/stackwalker_ppc.cc index da6edc58..834e38a2 100644 --- a/src/processor/stackwalker_ppc.cc +++ b/src/processor/stackwalker_ppc.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_ppc.h b/src/processor/stackwalker_ppc.h index e9acc405..bfbb4f82 100644 --- a/src/processor/stackwalker_ppc.h +++ b/src/processor/stackwalker_ppc.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_sparc.cc b/src/processor/stackwalker_sparc.cc index 206ea0bc..f1eac7c2 100644 --- a/src/processor/stackwalker_sparc.cc +++ b/src/processor/stackwalker_sparc.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2007, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_sparc.h b/src/processor/stackwalker_sparc.h index af96844c..ad41aeab 100644 --- a/src/processor/stackwalker_sparc.h +++ b/src/processor/stackwalker_sparc.h @@ -1,4 +1,4 @@ -// Copyright (c) 2007, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_x86.cc b/src/processor/stackwalker_x86.cc index 6ea18319..0f4b8463 100644 --- a/src/processor/stackwalker_x86.cc +++ b/src/processor/stackwalker_x86.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h index b4d134ea..02bda4c3 100644 --- a/src/processor/stackwalker_x86.h +++ b/src/processor/stackwalker_x86.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// Copyright (c) 2006, Google Inc. +// Copyright (c) 2010 Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without -- cgit v1.2.1