aboutsummaryrefslogtreecommitdiff
path: root/src/common/solaris/file_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/solaris/file_id.h')
-rw-r--r--src/common/solaris/file_id.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/solaris/file_id.h b/src/common/solaris/file_id.h
index 375e8575..2e41f0ae 100644
--- a/src/common/solaris/file_id.h
+++ b/src/common/solaris/file_id.h
@@ -1,5 +1,4 @@
-// Copyright (c) 2007, Google Inc.
-// All rights reserved.
+// Copyright 2007 Google LLC
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
@@ -11,7 +10,7 @@
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
-// * Neither the name of Google Inc. nor the names of its
+// * Neither the name of Google LLC nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
@@ -37,6 +36,7 @@
#include <limits.h>
namespace google_breakpad {
+namespace elf {
class FileID {
public:
@@ -61,6 +61,7 @@ class FileID {
char path_[PATH_MAX];
};
+} // elf
} // namespace google_breakpad
#endif // COMMON_SOLARIS_FILE_ID_H__