From: Bart Van Assche Date: Sun, 13 Mar 2011 12:02:44 +0000 (+0000) Subject: Updated modeline and copyright statement in DRD source files. X-Git-Tag: svn/VALGRIND_3_7_0~587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53eb1ec0c6dbac3d4729123f8d935ec836f2fe8;p=thirdparty%2Fvalgrind.git Updated modeline and copyright statement in DRD source files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11642 --- diff --git a/drd/drd.h b/drd/drd.h index 370ef9297c..3f4ffc5c46 100644 --- a/drd/drd.h +++ b/drd/drd.h @@ -1,4 +1,4 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* ---------------------------------------------------------------- @@ -14,7 +14,7 @@ This file is part of DRD, a Valgrind tool for verification of multithreaded programs. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/drd/drd_barrier.c b/drd/drd_barrier.c index a565511c78..0863de362b 100644 --- a/drd/drd_barrier.c +++ b/drd/drd_barrier.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_barrier.h b/drd/drd_barrier.h index 25dacd734a..0af536b17d 100644 --- a/drd/drd_barrier.h +++ b/drd/drd_barrier.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_basics.h b/drd/drd_basics.h index 2d69e5b1b8..26700cf26d 100644 --- a/drd/drd_basics.h +++ b/drd/drd_basics.h @@ -1,4 +1,4 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of DRD, a thread error detector. diff --git a/drd/drd_bitmap.c b/drd/drd_bitmap.c index 309823e24f..19284b445d 100644 --- a/drd/drd_bitmap.c +++ b/drd/drd_bitmap.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index 5450ae5e0f..85bb767b04 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap2_node.c b/drd/drd_bitmap2_node.c index 9d3aff65ef..3b21dd2798 100644 --- a/drd/drd_bitmap2_node.c +++ b/drd/drd_bitmap2_node.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.c b/drd/drd_clientobj.c index a09c5c0758..7dc3d15fbe 100644 --- a/drd/drd_clientobj.c +++ b/drd/drd_clientobj.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.h b/drd/drd_clientobj.h index 269fed2d9c..86e58d6d56 100644 --- a/drd/drd_clientobj.h +++ b/drd/drd_clientobj.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientreq.c b/drd/drd_clientreq.c index 7e6bdf3a16..6b63dd904d 100644 --- a/drd/drd_clientreq.c +++ b/drd/drd_clientreq.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientreq.h b/drd/drd_clientreq.h index c67e48e58a..3b8d1d56cd 100644 --- a/drd/drd_clientreq.h +++ b/drd/drd_clientreq.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.c b/drd/drd_cond.c index 9565bb7361..e52cf86493 100644 --- a/drd/drd_cond.c +++ b/drd/drd_cond.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.h b/drd/drd_cond.h index 7e386aec93..4e82411d2f 100644 --- a/drd/drd_cond.h +++ b/drd/drd_cond.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_darwin_intercepts.c b/drd/drd_darwin_intercepts.c index c09fb8a14c..0dec939cf0 100644 --- a/drd/drd_darwin_intercepts.c +++ b/drd/drd_darwin_intercepts.c @@ -1,4 +1,4 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. diff --git a/drd/drd_error.c b/drd/drd_error.c index 88452bf59f..cf8c34e1f0 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_error.h b/drd/drd_error.h index a900291309..2126aca1e0 100644 --- a/drd/drd_error.h +++ b/drd/drd_error.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_hb.c b/drd/drd_hb.c index af02033441..3a3f4706cc 100644 --- a/drd/drd_hb.c +++ b/drd/drd_hb.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_hb.h b/drd/drd_hb.h index 62c647716e..7b69082e2c 100644 --- a/drd/drd_hb.h +++ b/drd/drd_hb.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_load_store.c b/drd/drd_load_store.c index 9820da0c7e..a1888347e3 100644 --- a/drd/drd_load_store.c +++ b/drd/drd_load_store.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_load_store.h b/drd/drd_load_store.h index 46b763fa0f..c67e285d4a 100644 --- a/drd/drd_load_store.h +++ b/drd/drd_load_store.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_main.c b/drd/drd_main.c index a172920875..070fb5be84 100644 --- a/drd/drd_main.c +++ b/drd/drd_main.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -751,7 +751,7 @@ void drd_pre_clo_init(void) VG_(details_name) ("drd"); VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); - VG_(details_copyright_author)("Copyright (C) 2006-2010, and GNU GPL'd," + VG_(details_copyright_author)("Copyright (C) 2006-2011, and GNU GPL'd," " by Bart Van Assche."); VG_(details_bug_reports_to) (VG_BUGS_TO); diff --git a/drd/drd_malloc_wrappers.c b/drd/drd_malloc_wrappers.c index 1e6e267594..026b3b8d44 100644 --- a/drd/drd_malloc_wrappers.c +++ b/drd/drd_malloc_wrappers.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_malloc_wrappers.h b/drd/drd_malloc_wrappers.h index d41464d30e..e10fb27ed5 100644 --- a/drd/drd_malloc_wrappers.h +++ b/drd/drd_malloc_wrappers.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_mutex.c b/drd/drd_mutex.c index 0d6ad7a871..425eafe36f 100644 --- a/drd/drd_mutex.c +++ b/drd/drd_mutex.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_mutex.h b/drd/drd_mutex.h index c619ff57c6..d2c05d3be7 100644 --- a/drd/drd_mutex.h +++ b/drd/drd_mutex.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_pthread_intercepts.c b/drd/drd_pthread_intercepts.c index f3ca791c64..43cd63748e 100644 --- a/drd/drd_pthread_intercepts.c +++ b/drd/drd_pthread_intercepts.c @@ -1,4 +1,4 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /*--------------------------------------------------------------------*/ /*--- Client-space code for DRD. drd_pthread_intercepts.c ---*/ diff --git a/drd/drd_qtcore_intercepts.c b/drd/drd_qtcore_intercepts.c index 5a6a5ed93d..e040d08812 100644 --- a/drd/drd_qtcore_intercepts.c +++ b/drd/drd_qtcore_intercepts.c @@ -1,4 +1,4 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /*--------------------------------------------------------------------*/ /*--- Client-space code for drd. drd_qtcore_intercepts.c ---*/ @@ -7,7 +7,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.c b/drd/drd_rwlock.c index ad2968ec85..3a0c601a97 100644 --- a/drd/drd_rwlock.c +++ b/drd/drd_rwlock.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.h b/drd/drd_rwlock.h index 855ad3da7c..2914027466 100644 --- a/drd/drd_rwlock.h +++ b/drd/drd_rwlock.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.c b/drd/drd_segment.c index e4a0680b0c..a8d11454f8 100644 --- a/drd/drd_segment.c +++ b/drd/drd_segment.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.h b/drd/drd_segment.h index b90e9f386d..8eeceb9d2d 100644 --- a/drd/drd_segment.h +++ b/drd/drd_segment.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.c b/drd/drd_semaphore.c index b6a9445673..ac06179e10 100644 --- a/drd/drd_semaphore.c +++ b/drd/drd_semaphore.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.h b/drd/drd_semaphore.h index 8b0b7f3ae3..07ebf39138 100644 --- a/drd/drd_semaphore.h +++ b/drd/drd_semaphore.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_strmem_intercepts.c b/drd/drd_strmem_intercepts.c index 1a87f42603..70beee57b5 100644 --- a/drd/drd_strmem_intercepts.c +++ b/drd/drd_strmem_intercepts.c @@ -1,4 +1,4 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /*--------------------------------------------------------------------*/ /*--- Replacements for strlen() and strnlen(), which run on the ---*/ diff --git a/drd/drd_suppression.c b/drd/drd_suppression.c index eb4f44ea75..bf0041183b 100644 --- a/drd/drd_suppression.c +++ b/drd/drd_suppression.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_suppression.h b/drd/drd_suppression.h index 40e0f4c546..94cc34f0c9 100644 --- a/drd/drd_suppression.h +++ b/drd/drd_suppression.h @@ -1,4 +1,4 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ #ifndef __PUB_CORE_DRD_H #define __PUB_CORE_DRD_H diff --git a/drd/drd_thread.c b/drd/drd_thread.c index 11c5ca8201..1b3262e993 100644 --- a/drd/drd_thread.c +++ b/drd/drd_thread.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread.h b/drd/drd_thread.h index 6b73d8c0bc..50c2e0db8c 100644 --- a/drd/drd_thread.h +++ b/drd/drd_thread.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread_bitmap.h b/drd/drd_thread_bitmap.h index 596a7738f4..1303d1445c 100644 --- a/drd/drd_thread_bitmap.h +++ b/drd/drd_thread_bitmap.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.c b/drd/drd_vc.c index d90d66fc49..88d541f732 100644 --- a/drd/drd_vc.c +++ b/drd/drd_vc.c @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.h b/drd/drd_vc.h index a7d67d02b3..7ce2c65035 100644 --- a/drd/drd_vc.h +++ b/drd/drd_vc.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/pub_drd_bitmap.h b/drd/pub_drd_bitmap.h index 761a049393..80a02bcd7f 100644 --- a/drd/pub_drd_bitmap.h +++ b/drd/pub_drd_bitmap.h @@ -1,8 +1,8 @@ -/* -*- mode: C; c-basic-offset: 3; -*- */ +/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche . + Copyright (C) 2006-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as