diff options
Diffstat (limited to 'base/loader')
-rw-r--r-- | base/loader/elf_object.cc | 2 | ||||
-rw-r--r-- | base/loader/elf_object.hh | 2 | ||||
-rw-r--r-- | base/loader/object_file.cc | 2 | ||||
-rw-r--r-- | base/loader/object_file.hh | 2 | ||||
-rw-r--r-- | base/loader/symtab.cc | 2 | ||||
-rw-r--r-- | base/loader/symtab.hh | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/base/loader/elf_object.cc b/base/loader/elf_object.cc index 5a8f937cc..b8f46449a 100644 --- a/base/loader/elf_object.cc +++ b/base/loader/elf_object.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2003-2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/loader/elf_object.hh b/base/loader/elf_object.hh index 35a6c6d6e..9ae587e9c 100644 --- a/base/loader/elf_object.hh +++ b/base/loader/elf_object.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2003-2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/loader/object_file.cc b/base/loader/object_file.cc index 25e9b2d19..2eeace36d 100644 --- a/base/loader/object_file.cc +++ b/base/loader/object_file.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2002-2003 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/loader/object_file.hh b/base/loader/object_file.hh index a29bdc153..740cd1b40 100644 --- a/base/loader/object_file.hh +++ b/base/loader/object_file.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2002-2003 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/loader/symtab.cc b/base/loader/symtab.cc index cb18d499c..f6abf7e3d 100644 --- a/base/loader/symtab.cc +++ b/base/loader/symtab.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2002-2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/loader/symtab.hh b/base/loader/symtab.hh index 1502e4250..48230c7a2 100644 --- a/base/loader/symtab.hh +++ b/base/loader/symtab.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2002-2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without |