|
From: <sv...@va...> - 2013-10-04 05:55:42
|
Author: bart
Date: Fri Oct 4 05:55:30 2013
New Revision: 13613
Log:
drd: Update copyright notice
Modified:
trunk/drd/drd.h
trunk/drd/drd_barrier.c
trunk/drd/drd_barrier.h
trunk/drd/drd_basics.h
trunk/drd/drd_bitmap.c
trunk/drd/drd_bitmap.h
trunk/drd/drd_clientobj.c
trunk/drd/drd_clientobj.h
trunk/drd/drd_clientreq.c
trunk/drd/drd_clientreq.h
trunk/drd/drd_cond.c
trunk/drd/drd_cond.h
trunk/drd/drd_darwin_intercepts.c
trunk/drd/drd_error.c
trunk/drd/drd_error.h
trunk/drd/drd_hb.c
trunk/drd/drd_hb.h
trunk/drd/drd_load_store.c
trunk/drd/drd_load_store.h
trunk/drd/drd_main.c
trunk/drd/drd_malloc_wrappers.c
trunk/drd/drd_malloc_wrappers.h
trunk/drd/drd_mutex.c
trunk/drd/drd_mutex.h
trunk/drd/drd_pthread_intercepts.c
trunk/drd/drd_qtcore_intercepts.c
trunk/drd/drd_rwlock.c
trunk/drd/drd_rwlock.h
trunk/drd/drd_segment.c
trunk/drd/drd_segment.h
trunk/drd/drd_semaphore.c
trunk/drd/drd_semaphore.h
trunk/drd/drd_suppression.c
trunk/drd/drd_thread.c
trunk/drd/drd_thread.h
trunk/drd/drd_thread_bitmap.h
trunk/drd/drd_vc.c
trunk/drd/drd_vc.h
trunk/drd/pub_drd_bitmap.h
Modified: trunk/drd/drd.h
==============================================================================
--- trunk/drd/drd.h (original)
+++ trunk/drd/drd.h Fri Oct 4 05:55:30 2013
@@ -12,7 +12,7 @@
This file is part of DRD, a Valgrind tool for verification of
multithreaded programs.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
Modified: trunk/drd/drd_barrier.c
==============================================================================
--- trunk/drd/drd_barrier.c (original)
+++ trunk/drd/drd_barrier.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_barrier.h
==============================================================================
--- trunk/drd/drd_barrier.h (original)
+++ trunk/drd/drd_barrier.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_basics.h
==============================================================================
--- trunk/drd/drd_basics.h (original)
+++ trunk/drd/drd_basics.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of DRD, a thread error detector.
- Copyright (C) 2009-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2009-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_bitmap.c
==============================================================================
--- trunk/drd/drd_bitmap.c (original)
+++ trunk/drd/drd_bitmap.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_bitmap.h
==============================================================================
--- trunk/drd/drd_bitmap.h (original)
+++ trunk/drd/drd_bitmap.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientobj.c
==============================================================================
--- trunk/drd/drd_clientobj.c (original)
+++ trunk/drd/drd_clientobj.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientobj.h
==============================================================================
--- trunk/drd/drd_clientobj.h (original)
+++ trunk/drd/drd_clientobj.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientreq.c
==============================================================================
--- trunk/drd/drd_clientreq.c (original)
+++ trunk/drd/drd_clientreq.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientreq.h
==============================================================================
--- trunk/drd/drd_clientreq.h (original)
+++ trunk/drd/drd_clientreq.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_cond.c
==============================================================================
--- trunk/drd/drd_cond.c (original)
+++ trunk/drd/drd_cond.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_cond.h
==============================================================================
--- trunk/drd/drd_cond.h (original)
+++ trunk/drd/drd_cond.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_darwin_intercepts.c
==============================================================================
--- trunk/drd/drd_darwin_intercepts.c (original)
+++ trunk/drd/drd_darwin_intercepts.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_error.c
==============================================================================
--- trunk/drd/drd_error.c (original)
+++ trunk/drd/drd_error.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_error.h
==============================================================================
--- trunk/drd/drd_error.h (original)
+++ trunk/drd/drd_error.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_hb.c
==============================================================================
--- trunk/drd/drd_hb.c (original)
+++ trunk/drd/drd_hb.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_hb.h
==============================================================================
--- trunk/drd/drd_hb.h (original)
+++ trunk/drd/drd_hb.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_load_store.c
==============================================================================
--- trunk/drd/drd_load_store.c (original)
+++ trunk/drd/drd_load_store.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_load_store.h
==============================================================================
--- trunk/drd/drd_load_store.h (original)
+++ trunk/drd/drd_load_store.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_main.c
==============================================================================
--- trunk/drd/drd_main.c (original)
+++ trunk/drd/drd_main.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -815,7 +815,7 @@
VG_(details_name) ("drd");
VG_(details_version) (NULL);
VG_(details_description) ("a thread error detector");
- VG_(details_copyright_author)("Copyright (C) 2006-2012, and GNU GPL'd,"
+ VG_(details_copyright_author)("Copyright (C) 2006-2013, and GNU GPL'd,"
" by Bart Van Assche.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
Modified: trunk/drd/drd_malloc_wrappers.c
==============================================================================
--- trunk/drd/drd_malloc_wrappers.c (original)
+++ trunk/drd/drd_malloc_wrappers.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_malloc_wrappers.h
==============================================================================
--- trunk/drd/drd_malloc_wrappers.h (original)
+++ trunk/drd/drd_malloc_wrappers.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_mutex.c
==============================================================================
--- trunk/drd/drd_mutex.c (original)
+++ trunk/drd/drd_mutex.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_mutex.h
==============================================================================
--- trunk/drd/drd_mutex.h (original)
+++ trunk/drd/drd_mutex.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_pthread_intercepts.c
==============================================================================
--- trunk/drd/drd_pthread_intercepts.c (original)
+++ trunk/drd/drd_pthread_intercepts.c Fri Oct 4 05:55:30 2013
@@ -5,7 +5,7 @@
/*
This file is part of DRD, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_qtcore_intercepts.c
==============================================================================
--- trunk/drd/drd_qtcore_intercepts.c (original)
+++ trunk/drd/drd_qtcore_intercepts.c Fri Oct 4 05:55:30 2013
@@ -5,7 +5,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_rwlock.c
==============================================================================
--- trunk/drd/drd_rwlock.c (original)
+++ trunk/drd/drd_rwlock.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_rwlock.h
==============================================================================
--- trunk/drd/drd_rwlock.h (original)
+++ trunk/drd/drd_rwlock.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_segment.c
==============================================================================
--- trunk/drd/drd_segment.c (original)
+++ trunk/drd/drd_segment.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_segment.h
==============================================================================
--- trunk/drd/drd_segment.h (original)
+++ trunk/drd/drd_segment.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_semaphore.c
==============================================================================
--- trunk/drd/drd_semaphore.c (original)
+++ trunk/drd/drd_semaphore.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_semaphore.h
==============================================================================
--- trunk/drd/drd_semaphore.h (original)
+++ trunk/drd/drd_semaphore.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_suppression.c
==============================================================================
--- trunk/drd/drd_suppression.c (original)
+++ trunk/drd/drd_suppression.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread.c
==============================================================================
--- trunk/drd/drd_thread.c (original)
+++ trunk/drd/drd_thread.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread.h
==============================================================================
--- trunk/drd/drd_thread.h (original)
+++ trunk/drd/drd_thread.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread_bitmap.h
==============================================================================
--- trunk/drd/drd_thread_bitmap.h (original)
+++ trunk/drd/drd_thread_bitmap.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_vc.c
==============================================================================
--- trunk/drd/drd_vc.c (original)
+++ trunk/drd/drd_vc.c Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_vc.h
==============================================================================
--- trunk/drd/drd_vc.h (original)
+++ trunk/drd/drd_vc.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/pub_drd_bitmap.h
==============================================================================
--- trunk/drd/pub_drd_bitmap.h (original)
+++ trunk/drd/pub_drd_bitmap.h Fri Oct 4 05:55:30 2013
@@ -1,7 +1,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2012 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2013 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
|