aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
diff options
context:
space:
mode:
authorjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-02-09 17:08:56 +0000
committerjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-02-09 17:08:56 +0000
commit83e085b7a331c96237cf8e814f97b3ef4c36a70f (patch)
tree5cf5241b578ff86529160421327e78d6cdd55f4b /src/common/linux
parentPrint ARM register values in minidump_stackwalk. r=nealsid at http://breakpad... (diff)
downloadbreakpad-83e085b7a331c96237cf8e814f97b3ef4c36a70f.tar.xz
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
Diffstat (limited to 'src/common/linux')
-rw-r--r--src/common/linux/dump_stabs.cc2
-rw-r--r--src/common/linux/dump_stabs.h2
-rw-r--r--src/common/linux/dump_stabs_unittest.cc2
-rw-r--r--src/common/linux/dump_symbols.cc2
-rw-r--r--src/common/linux/dwarf_cu_to_module.cc2
-rw-r--r--src/common/linux/dwarf_cu_to_module.h2
-rw-r--r--src/common/linux/dwarf_cu_to_module_unittest.cc2
-rw-r--r--src/common/linux/dwarf_line_to_module.cc2
-rw-r--r--src/common/linux/dwarf_line_to_module.h2
-rw-r--r--src/common/linux/dwarf_line_to_module_unittest.cc2
-rw-r--r--src/common/linux/eintr_wrapper.h2
-rw-r--r--src/common/linux/language.cc2
-rw-r--r--src/common/linux/language.h2
-rw-r--r--src/common/linux/module.cc2
-rw-r--r--src/common/linux/module.h2
-rw-r--r--src/common/linux/module_unittest.cc2
-rw-r--r--src/common/linux/stabs_reader.cc2
-rw-r--r--src/common/linux/stabs_reader.h2
-rw-r--r--src/common/linux/stabs_reader_unittest.cc2
19 files changed, 19 insertions, 19 deletions
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