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/client/linux/crash_generation/client_info.h | 2 +- src/client/linux/crash_generation/crash_generation_client.cc | 2 +- src/client/linux/crash_generation/crash_generation_client.h | 2 +- src/client/linux/crash_generation/crash_generation_server.cc | 2 +- src/client/linux/crash_generation/crash_generation_server.h | 2 +- src/client/linux/handler/exception_handler.cc | 2 +- src/client/linux/handler/exception_handler.h | 2 +- src/client/linux/handler/exception_handler_unittest.cc | 2 +- src/client/linux/minidump_writer/minidump_writer_unittest.cc | 2 +- src/common/dwarf/bytereader.cc | 2 +- src/common/dwarf/bytereader.h | 2 +- src/common/dwarf/dwarf2diehandler.cc | 2 +- src/common/dwarf/dwarf2diehandler.h | 2 +- src/common/dwarf/dwarf2diehandler_unittest.cc | 2 +- src/common/dwarf/dwarf2enums.h | 2 +- src/common/dwarf/dwarf2reader.cc | 2 +- src/common/dwarf/dwarf2reader.h | 2 +- src/common/dwarf/functioninfo.cc | 2 +- src/common/dwarf/functioninfo.h | 2 +- src/common/linux/dump_stabs.cc | 2 +- src/common/linux/dump_stabs.h | 2 +- src/common/linux/dump_stabs_unittest.cc | 2 +- src/common/linux/dump_symbols.cc | 2 +- src/common/linux/dwarf_cu_to_module.cc | 2 +- src/common/linux/dwarf_cu_to_module.h | 2 +- src/common/linux/dwarf_cu_to_module_unittest.cc | 2 +- src/common/linux/dwarf_line_to_module.cc | 2 +- src/common/linux/dwarf_line_to_module.h | 2 +- src/common/linux/dwarf_line_to_module_unittest.cc | 2 +- src/common/linux/eintr_wrapper.h | 2 +- src/common/linux/language.cc | 2 +- src/common/linux/language.h | 2 +- src/common/linux/module.cc | 2 +- src/common/linux/module.h | 2 +- src/common/linux/module_unittest.cc | 2 +- src/common/linux/stabs_reader.cc | 2 +- src/common/linux/stabs_reader.h | 2 +- src/common/linux/stabs_reader_unittest.cc | 2 +- src/common/solaris/dump_symbols.cc | 2 +- src/google_breakpad/processor/basic_source_line_resolver.h | 2 +- src/google_breakpad/processor/memory_region.h | 2 +- src/google_breakpad/processor/minidump.h | 2 +- src/google_breakpad/processor/source_line_resolver_interface.h | 2 +- src/google_breakpad/processor/stack_frame_cpu.h | 2 +- src/google_breakpad/processor/stackwalker.h | 2 +- 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 +- src/tools/mac/crash_report/crash_report.mm | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) (limited to 'src') diff --git a/src/client/linux/crash_generation/client_info.h b/src/client/linux/crash_generation/client_info.h index 11deee12..173b34d8 100644 --- a/src/client/linux/crash_generation/client_info.h +++ b/src/client/linux/crash_generation/client_info.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/client/linux/crash_generation/crash_generation_client.cc b/src/client/linux/crash_generation/crash_generation_client.cc index b9c00b10..2463f1ed 100644 --- a/src/client/linux/crash_generation/crash_generation_client.cc +++ b/src/client/linux/crash_generation/crash_generation_client.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/client/linux/crash_generation/crash_generation_client.h b/src/client/linux/crash_generation/crash_generation_client.h index bba91ec7..7139dff4 100644 --- a/src/client/linux/crash_generation/crash_generation_client.h +++ b/src/client/linux/crash_generation/crash_generation_client.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/client/linux/crash_generation/crash_generation_server.cc b/src/client/linux/crash_generation/crash_generation_server.cc index b2020a66..ff380aa5 100644 --- a/src/client/linux/crash_generation/crash_generation_server.cc +++ b/src/client/linux/crash_generation/crash_generation_server.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/client/linux/crash_generation/crash_generation_server.h b/src/client/linux/crash_generation/crash_generation_server.h index a28b6f0f..a9dc1f7f 100644 --- a/src/client/linux/crash_generation/crash_generation_server.h +++ b/src/client/linux/crash_generation/crash_generation_server.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/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc index 7cb85473..01081878 100644 --- a/src/client/linux/handler/exception_handler.cc +++ b/src/client/linux/handler/exception_handler.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/client/linux/handler/exception_handler.h b/src/client/linux/handler/exception_handler.h index 978bb010..6182a6c1 100644 --- a/src/client/linux/handler/exception_handler.h +++ b/src/client/linux/handler/exception_handler.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/client/linux/handler/exception_handler_unittest.cc b/src/client/linux/handler/exception_handler_unittest.cc index cf44b2f7..2e8a6dbe 100644 --- a/src/client/linux/handler/exception_handler_unittest.cc +++ b/src/client/linux/handler/exception_handler_unittest.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/client/linux/minidump_writer/minidump_writer_unittest.cc b/src/client/linux/minidump_writer/minidump_writer_unittest.cc index 22ad9909..0c02f587 100644 --- a/src/client/linux/minidump_writer/minidump_writer_unittest.cc +++ b/src/client/linux/minidump_writer/minidump_writer_unittest.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/common/dwarf/bytereader.cc b/src/common/dwarf/bytereader.cc index 0089701d..ca072980 100644 --- a/src/common/dwarf/bytereader.cc +++ b/src/common/dwarf/bytereader.cc @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/bytereader.h b/src/common/dwarf/bytereader.h index 881f20b4..ead61f0e 100644 --- a/src/common/dwarf/bytereader.h +++ b/src/common/dwarf/bytereader.h @@ -1,6 +1,6 @@ // -*- mode: C++ -*- -// Copyright 2010 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/dwarf2diehandler.cc b/src/common/dwarf/dwarf2diehandler.cc index 229a8284..1998a854 100644 --- a/src/common/dwarf/dwarf2diehandler.cc +++ b/src/common/dwarf/dwarf2diehandler.cc @@ -1,4 +1,4 @@ -// Copyright 2009 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/dwarf2diehandler.h b/src/common/dwarf/dwarf2diehandler.h index bd9d6c57..f2985c03 100644 --- a/src/common/dwarf/dwarf2diehandler.h +++ b/src/common/dwarf/dwarf2diehandler.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// Copyright 2009 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/dwarf2diehandler_unittest.cc b/src/common/dwarf/dwarf2diehandler_unittest.cc index a440bd98..4cfe1117 100644 --- a/src/common/dwarf/dwarf2diehandler_unittest.cc +++ b/src/common/dwarf/dwarf2diehandler_unittest.cc @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// Copyright 2009 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/dwarf2enums.h b/src/common/dwarf/dwarf2enums.h index 0e9f5318..a7c1a8d9 100644 --- a/src/common/dwarf/dwarf2enums.h +++ b/src/common/dwarf/dwarf2enums.h @@ -1,4 +1,4 @@ -// Copyright 2006 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/dwarf2reader.cc b/src/common/dwarf/dwarf2reader.cc index 54224390..028531f4 100644 --- a/src/common/dwarf/dwarf2reader.cc +++ b/src/common/dwarf/dwarf2reader.cc @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/dwarf2reader.h b/src/common/dwarf/dwarf2reader.h index 9f89ca8e..d99de334 100644 --- a/src/common/dwarf/dwarf2reader.h +++ b/src/common/dwarf/dwarf2reader.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/functioninfo.cc b/src/common/dwarf/functioninfo.cc index f4582a49..69304c86 100644 --- a/src/common/dwarf/functioninfo.cc +++ b/src/common/dwarf/functioninfo.cc @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/dwarf/functioninfo.h b/src/common/dwarf/functioninfo.h index d941ec0d..901b7df5 100644 --- a/src/common/dwarf/functioninfo.h +++ b/src/common/dwarf/functioninfo.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/linux/dump_stabs.cc b/src/common/linux/dump_stabs.cc index 23e41aeb..ed683ccb 100644 --- a/src/common/linux/dump_stabs.cc +++ b/src/common/linux/dump_stabs.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/common/linux/dump_stabs.h b/src/common/linux/dump_stabs.h index ca547b69..99a52854 100644 --- a/src/common/linux/dump_stabs.h +++ b/src/common/linux/dump_stabs.h @@ -1,6 +1,6 @@ // -*- mode: C++ -*- -// 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/common/linux/dump_stabs_unittest.cc b/src/common/linux/dump_stabs_unittest.cc index 764b187f..27a465e6 100644 --- a/src/common/linux/dump_stabs_unittest.cc +++ b/src/common/linux/dump_stabs_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/common/linux/dump_symbols.cc b/src/common/linux/dump_symbols.cc index c05971e0..b92fdf21 100644 --- a/src/common/linux/dump_symbols.cc +++ b/src/common/linux/dump_symbols.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/common/linux/dwarf_cu_to_module.cc b/src/common/linux/dwarf_cu_to_module.cc index c7cc3688..5b9c33f8 100644 --- a/src/common/linux/dwarf_cu_to_module.cc +++ b/src/common/linux/dwarf_cu_to_module.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/common/linux/dwarf_cu_to_module.h b/src/common/linux/dwarf_cu_to_module.h index 1620d2eb..c8d6469a 100644 --- a/src/common/linux/dwarf_cu_to_module.h +++ b/src/common/linux/dwarf_cu_to_module.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// 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/common/linux/dwarf_cu_to_module_unittest.cc b/src/common/linux/dwarf_cu_to_module_unittest.cc index bfaa8c51..73f81c5d 100644 --- a/src/common/linux/dwarf_cu_to_module_unittest.cc +++ b/src/common/linux/dwarf_cu_to_module_unittest.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/common/linux/dwarf_line_to_module.cc b/src/common/linux/dwarf_line_to_module.cc index afef1c0e..f3fa527c 100644 --- a/src/common/linux/dwarf_line_to_module.cc +++ b/src/common/linux/dwarf_line_to_module.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/common/linux/dwarf_line_to_module.h b/src/common/linux/dwarf_line_to_module.h index f27036ed..5cba7530 100644 --- a/src/common/linux/dwarf_line_to_module.h +++ b/src/common/linux/dwarf_line_to_module.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// 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/common/linux/dwarf_line_to_module_unittest.cc b/src/common/linux/dwarf_line_to_module_unittest.cc index c13d6acf..4f3ff3af 100644 --- a/src/common/linux/dwarf_line_to_module_unittest.cc +++ b/src/common/linux/dwarf_line_to_module_unittest.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/common/linux/eintr_wrapper.h b/src/common/linux/eintr_wrapper.h index 59febfb8..225311e6 100644 --- a/src/common/linux/eintr_wrapper.h +++ b/src/common/linux/eintr_wrapper.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/common/linux/language.cc b/src/common/linux/language.cc index dd9fb999..980bb8a5 100644 --- a/src/common/linux/language.cc +++ b/src/common/linux/language.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/common/linux/language.h b/src/common/linux/language.h index 8c2598f1..26792c6d 100644 --- a/src/common/linux/language.h +++ b/src/common/linux/language.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// 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/common/linux/module.cc b/src/common/linux/module.cc index 57352ff8..3d190745 100644 --- a/src/common/linux/module.cc +++ b/src/common/linux/module.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/common/linux/module.h b/src/common/linux/module.h index 1feac8a7..a2f179c2 100644 --- a/src/common/linux/module.h +++ b/src/common/linux/module.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// 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/common/linux/module_unittest.cc b/src/common/linux/module_unittest.cc index 975d2ff6..6ce82243 100644 --- a/src/common/linux/module_unittest.cc +++ b/src/common/linux/module_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/common/linux/stabs_reader.cc b/src/common/linux/stabs_reader.cc index 67956930..84d680e2 100644 --- a/src/common/linux/stabs_reader.cc +++ b/src/common/linux/stabs_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2009 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/linux/stabs_reader.h b/src/common/linux/stabs_reader.h index 06bd115e..098b50ae 100644 --- a/src/common/linux/stabs_reader.h +++ b/src/common/linux/stabs_reader.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- -// Copyright 2009 Google Inc. All Rights Reserved. +// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/src/common/linux/stabs_reader_unittest.cc b/src/common/linux/stabs_reader_unittest.cc index ad5f90a3..1fbdfee3 100644 --- a/src/common/linux/stabs_reader_unittest.cc +++ b/src/common/linux/stabs_reader_unittest.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/common/solaris/dump_symbols.cc b/src/common/solaris/dump_symbols.cc index f2bf41b7..b1e995dd 100644 --- a/src/common/solaris/dump_symbols.cc +++ b/src/common/solaris/dump_symbols.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/google_breakpad/processor/basic_source_line_resolver.h b/src/google_breakpad/processor/basic_source_line_resolver.h index d7dd583c..8ac47e52 100644 --- a/src/google_breakpad/processor/basic_source_line_resolver.h +++ b/src/google_breakpad/processor/basic_source_line_resolver.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/google_breakpad/processor/memory_region.h b/src/google_breakpad/processor/memory_region.h index 6e01cddf..15e23ddc 100644 --- a/src/google_breakpad/processor/memory_region.h +++ b/src/google_breakpad/processor/memory_region.h @@ -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/google_breakpad/processor/minidump.h b/src/google_breakpad/processor/minidump.h index 4575fca3..a80a5efd 100644 --- a/src/google_breakpad/processor/minidump.h +++ b/src/google_breakpad/processor/minidump.h @@ -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/google_breakpad/processor/source_line_resolver_interface.h b/src/google_breakpad/processor/source_line_resolver_interface.h index 6f4cf1a7..99710376 100644 --- a/src/google_breakpad/processor/source_line_resolver_interface.h +++ b/src/google_breakpad/processor/source_line_resolver_interface.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/google_breakpad/processor/stack_frame_cpu.h b/src/google_breakpad/processor/stack_frame_cpu.h index 8963f6ff..857f373e 100644 --- a/src/google_breakpad/processor/stack_frame_cpu.h +++ b/src/google_breakpad/processor/stack_frame_cpu.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/google_breakpad/processor/stackwalker.h b/src/google_breakpad/processor/stackwalker.h index 3b62eacc..a475b230 100644 --- a/src/google_breakpad/processor/stackwalker.h +++ b/src/google_breakpad/processor/stackwalker.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/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 diff --git a/src/tools/mac/crash_report/crash_report.mm b/src/tools/mac/crash_report/crash_report.mm index 7fcb726f..2129a411 100644 --- a/src/tools/mac/crash_report/crash_report.mm +++ b/src/tools/mac/crash_report/crash_report.mm @@ -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 -- cgit v1.2.1