[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-19-g2f43246

Service Account noreply at mpich.org
Wed Feb 26 16:31:18 CST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  2f432462eee87341428315ec08a6be398352f404 (commit)
       via  090e0632ca39be85ef5fd395f192b17d238d79ac (commit)
      from  0c77e93a3f6abfd106c320be8324eb3fef4b0491 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/2f432462eee87341428315ec08a6be398352f404

commit 2f432462eee87341428315ec08a6be398352f404
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Tue Feb 25 00:15:07 2014 -0600

    Update Copyright version dates.
    
    Simply ran the new ./maint/check_copyright.bash script.
    
    Fixes #2032.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/maint/extractcvars b/maint/extractcvars
index 202c027..e159534 100755
--- a/maint/extractcvars
+++ b/maint/extractcvars
@@ -137,7 +137,7 @@ my $hdr_guard = Header2InclGuard($header_file);
 print OUTPUT_H <<EOT;
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
@@ -184,7 +184,7 @@ close(OUTPUT_H);
 print OUTPUT_C <<EOT;
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 /* automatically generated
@@ -406,7 +406,7 @@ close(OUTPUT_C);
 #===============================================================
 #Step 5.3 Dump the readme file
 print OUTPUT_README <<EOT;
-(C) 2011 by Argonne National Laboratory.
+(C) 2010 by Argonne National Laboratory.
     See COPYRIGHT in top-level directory.
 
 Automatically generated
diff --git a/src/env/mpivars.c b/src/env/mpivars.c
index 33cc456..6d87d41 100644
--- a/src/env/mpivars.c
+++ b/src/env/mpivars.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2013 by Argonne National Laboratory.
+ *  (C) 2014 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/include/mpifunc.h b/src/include/mpifunc.h
index eb1a08c..8630cd4 100644
--- a/src/include/mpifunc.h
+++ b/src/include/mpifunc.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/include/mpir_nbc.h b/src/include/mpir_nbc.h
index 1a3964e..d9c3224 100644
--- a/src/include/mpir_nbc.h
+++ b/src/include/mpir_nbc.h
@@ -1,6 +1,6 @@
 /* -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/coll/nbcutil.c b/src/mpi/coll/nbcutil.c
index 6527fd4..7752736 100644
--- a/src/mpi/coll/nbcutil.c
+++ b/src/mpi/coll/nbcutil.c
@@ -1,6 +1,6 @@
 /* -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/coll/red_scat_block.c b/src/mpi/coll/red_scat_block.c
index 045f63a..6086115 100644
--- a/src/mpi/coll/red_scat_block.c
+++ b/src/mpi/coll/red_scat_block.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/comm/comm_group_failed.c b/src/mpi/comm/comm_group_failed.c
index 4c7a4a0..25017b9 100644
--- a/src/mpi/comm/comm_group_failed.c
+++ b/src/mpi/comm/comm_group_failed.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/comm/comm_reenable_anysource.c b/src/mpi/comm/comm_reenable_anysource.c
index 98db116..30e4cd5 100644
--- a/src/mpi/comm/comm_reenable_anysource.c
+++ b/src/mpi/comm/comm_reenable_anysource.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/comm/comm_remote_group_failed.c b/src/mpi/comm/comm_remote_group_failed.c
index 5a19fe4..a7616fb 100644
--- a/src/mpi/comm/comm_remote_group_failed.c
+++ b/src/mpi/comm/comm_remote_group_failed.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/datatype/get_elements_x.c b/src/mpi/datatype/get_elements_x.c
index df4be1f..57bef2b 100644
--- a/src/mpi/datatype/get_elements_x.c
+++ b/src/mpi/datatype/get_elements_x.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/datatype/status_set_elements_x.c b/src/mpi/datatype/status_set_elements_x.c
index c1d7ae2..e2acee9 100644
--- a/src/mpi/datatype/status_set_elements_x.c
+++ b/src/mpi/datatype/status_set_elements_x.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/datatype/type_get_extent_x.c b/src/mpi/datatype/type_get_extent_x.c
index 72f9db1..b59a740 100644
--- a/src/mpi/datatype/type_get_extent_x.c
+++ b/src/mpi/datatype/type_get_extent_x.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/datatype/type_get_true_extent_x.c b/src/mpi/datatype/type_get_true_extent_x.c
index 4a6d9a9..48c7778 100644
--- a/src/mpi/datatype/type_get_true_extent_x.c
+++ b/src/mpi/datatype/type_get_true_extent_x.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/datatype/type_size_x.c b/src/mpi/datatype/type_size_x.c
index 2ab5bcb..8efcb97 100644
--- a/src/mpi/datatype/type_size_x.c
+++ b/src/mpi/datatype/type_size_x.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/info/Makefile.mk b/src/mpi/info/Makefile.mk
index 371a816..78eb1f8 100644
--- a/src/mpi/info/Makefile.mk
+++ b/src/mpi/info/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpi/pt2pt/improbe.c b/src/mpi/pt2pt/improbe.c
index 3dd1ae4..34a1692 100644
--- a/src/mpi/pt2pt/improbe.c
+++ b/src/mpi/pt2pt/improbe.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/pt2pt/imrecv.c b/src/mpi/pt2pt/imrecv.c
index 34a39d2..22e1496 100644
--- a/src/mpi/pt2pt/imrecv.c
+++ b/src/mpi/pt2pt/imrecv.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/pt2pt/mprobe.c b/src/mpi/pt2pt/mprobe.c
index 9a923bd..18c5e9a 100644
--- a/src/mpi/pt2pt/mprobe.c
+++ b/src/mpi/pt2pt/mprobe.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/pt2pt/mrecv.c b/src/mpi/pt2pt/mrecv.c
index 8fb1451..683b51f 100644
--- a/src/mpi/pt2pt/mrecv.c
+++ b/src/mpi/pt2pt/mrecv.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/rma/win_get_info.c b/src/mpi/rma/win_get_info.c
index 1680a7b..69a3d34 100644
--- a/src/mpi/rma/win_get_info.c
+++ b/src/mpi/rma/win_get_info.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/rma/win_set_info.c b/src/mpi/rma/win_set_info.c
index fa53357..bfcb5b2 100644
--- a/src/mpi/rma/win_set_info.c
+++ b/src/mpi/rma/win_set_info.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpi/romio/adio/ad_bg/Makefile.mk b/src/mpi/romio/adio/ad_bg/Makefile.mk
index ea01bc0..69fef21 100644
--- a/src/mpi/romio/adio/ad_bg/Makefile.mk
+++ b/src/mpi/romio/adio/ad_bg/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpi/romio/configure.ac b/src/mpi/romio/configure.ac
index 8f05dfa..e9d388d 100644
--- a/src/mpi/romio/configure.ac
+++ b/src/mpi/romio/configure.ac
@@ -44,7 +44,7 @@ fi
 
 AC_CONFIG_HEADER(adio/include/romioconf.h)
 AH_TOP([/*
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 #ifndef ROMIOCONF_H_INCLUDED
diff --git a/src/mpid/ch3/channels/nemesis/include/mpidi_nem_statistics.h b/src/mpid/ch3/channels/nemesis/include/mpidi_nem_statistics.h
index 1afbb0d..a81959e 100644
--- a/src/mpid/ch3/channels/nemesis/include/mpidi_nem_statistics.h
+++ b/src/mpid/ch3/channels/nemesis/include/mpidi_nem_statistics.h
@@ -1,6 +1,6 @@
 /* -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2013 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpid/ch3/channels/nemesis/netmod/Makefile.mk b/src/mpid/ch3/channels/nemesis/netmod/Makefile.mk
index ccf83dc..f7acca4 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/netmod/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/channels/nemesis/netmod/ib/Makefile.mk b/src/mpid/ch3/channels/nemesis/netmod/ib/Makefile.mk
index de363dc..e63376d 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/ib/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/netmod/ib/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2013 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mx/Makefile.mk b/src/mpid/ch3/channels/nemesis/netmod/mx/Makefile.mk
index 6f2b323..e08a991 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mx/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/netmod/mx/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/channels/nemesis/netmod/newmad/Makefile.mk b/src/mpid/ch3/channels/nemesis/netmod/newmad/Makefile.mk
index 25f9f96..5eb6d4a 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/newmad/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/netmod/newmad/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/channels/nemesis/netmod/portals4/Makefile.mk b/src/mpid/ch3/channels/nemesis/netmod/portals4/Makefile.mk
index bca8ebe..aae165e 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/portals4/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/netmod/portals4/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/channels/nemesis/netmod/scif/Makefile.mk b/src/mpid/ch3/channels/nemesis/netmod/scif/Makefile.mk
index 61ba4d2..17ad2e0 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/scif/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/netmod/scif/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/channels/nemesis/netmod/tcp/Makefile.mk b/src/mpid/ch3/channels/nemesis/netmod/tcp/Makefile.mk
index 32777f2..5d7ac7b 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/tcp/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/netmod/tcp/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_dma.c b/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_dma.c
index e2f8512..db2bf1f 100644
--- a/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_dma.c
+++ b/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_dma.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 #include "mpid_nem_impl.h"
diff --git a/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_vmsplice.c b/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_vmsplice.c
index 10d08e8..56431ec 100644
--- a/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_vmsplice.c
+++ b/src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_vmsplice.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 #include "mpid_nem_impl.h"
diff --git a/src/mpid/ch3/channels/nemesis/utils/Makefile.mk b/src/mpid/ch3/channels/nemesis/utils/Makefile.mk
index 54eacd9..eabd194 100644
--- a/src/mpid/ch3/channels/nemesis/utils/Makefile.mk
+++ b/src/mpid/ch3/channels/nemesis/utils/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/mpid/ch3/include/mpidi_recvq_statistics.h b/src/mpid/ch3/include/mpidi_recvq_statistics.h
index 9c3f263..d1d83f6 100644
--- a/src/mpid/ch3/include/mpidi_recvq_statistics.h
+++ b/src/mpid/ch3/include/mpidi_recvq_statistics.h
@@ -1,6 +1,6 @@
 /* -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2013 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpid/ch3/src/ch3u_comm.c b/src/mpid/ch3/src/ch3u_comm.c
index 06cf6ba..0fc766b 100644
--- a/src/mpid/ch3/src/ch3u_comm.c
+++ b/src/mpid/ch3/src/ch3u_comm.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpid/ch3/src/mpid_comm_reenable_anysource.c b/src/mpid/ch3/src/mpid_comm_reenable_anysource.c
index 093d382..c6bfdc3 100644
--- a/src/mpid/ch3/src/mpid_comm_reenable_anysource.c
+++ b/src/mpid/ch3/src/mpid_comm_reenable_anysource.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2011 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpid/common/sched/mpid_sched.c b/src/mpid/common/sched/mpid_sched.c
index d44412a..2fab4d6 100644
--- a/src/mpid/common/sched/mpid_sched.c
+++ b/src/mpid/common/sched/mpid_sched.c
@@ -1,6 +1,6 @@
 /* -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpid/common/sched/mpid_sched.h b/src/mpid/common/sched/mpid_sched.h
index f85efe7..ef040e6 100644
--- a/src/mpid/common/sched/mpid_sched.h
+++ b/src/mpid/common/sched/mpid_sched.h
@@ -1,6 +1,6 @@
 /* -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpid/common/sched/mpid_sched_pre.h b/src/mpid/common/sched/mpid_sched_pre.h
index 01de9cf..4fe5c7d 100644
--- a/src/mpid/common/sched/mpid_sched_pre.h
+++ b/src/mpid/common/sched/mpid_sched_pre.h
@@ -1,6 +1,6 @@
 /* -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/mpl/VERSION b/src/mpl/VERSION
index 0b1446b..e275339 100644
--- a/src/mpl/VERSION
+++ b/src/mpl/VERSION
@@ -1,6 +1,6 @@
 # -*- Mode: c-basic-offset:4 ; indent-tabs-mode:nil ; -*-
 #  
-#  (C) 2008 by Argonne National Laboratory.
+#  (C) 2010 by Argonne National Laboratory.
 #      See COPYRIGHT in top-level directory.
 # 
 
diff --git a/src/mpl/include/mpl_valgrind.h b/src/mpl/include/mpl_valgrind.h
index 4d36a9e..2006ada 100644
--- a/src/mpl/include/mpl_valgrind.h
+++ b/src/mpl/include/mpl_valgrind.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2009 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/Makefile.am b/src/pm/hydra/Makefile.am
index a4626f5..87b63f1 100644
--- a/src/pm/hydra/Makefile.am
+++ b/src/pm/hydra/Makefile.am
@@ -1,6 +1,6 @@
 # -*- Mode: Makefile; -*-
 #
-# (C) 2008 by Argonne National Laboratory.
+# (C) 2009 by Argonne National Laboratory.
 #     See COPYRIGHT in top-level directory.
 #
 
diff --git a/src/pm/hydra/examples/binding.c b/src/pm/hydra/examples/binding.c
index 53880d7..6204832 100644
--- a/src/pm/hydra/examples/binding.c
+++ b/src/pm/hydra/examples/binding.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/Makefile.mk b/src/pm/hydra/pm/pmiserv/Makefile.mk
index 5dd1b7d..bd88598 100644
--- a/src/pm/hydra/pm/pmiserv/Makefile.mk
+++ b/src/pm/hydra/pm/pmiserv/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/pm/pmiserv/common.c b/src/pm/hydra/pm/pmiserv/common.c
index 2fd99ef..f80d28b 100644
--- a/src/pm/hydra/pm/pmiserv/common.c
+++ b/src/pm/hydra/pm/pmiserv/common.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/common.h b/src/pm/hydra/pm/pmiserv/common.h
index 0fa38a5..c0d6dee 100644
--- a/src/pm/hydra/pm/pmiserv/common.h
+++ b/src/pm/hydra/pm/pmiserv/common.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmi_v2_common.c b/src/pm/hydra/pm/pmiserv/pmi_v2_common.c
index 9aebe8d..4913ddd 100644
--- a/src/pm/hydra/pm/pmiserv/pmi_v2_common.c
+++ b/src/pm/hydra/pm/pmiserv/pmi_v2_common.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmi_v2_common.h b/src/pm/hydra/pm/pmiserv/pmi_v2_common.h
index dabae41..b2411c5 100644
--- a/src/pm/hydra/pm/pmiserv/pmi_v2_common.h
+++ b/src/pm/hydra/pm/pmiserv/pmi_v2_common.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmip.c b/src/pm/hydra/pm/pmiserv/pmip.c
index 047c0fd..9c90f7c 100644
--- a/src/pm/hydra/pm/pmiserv/pmip.c
+++ b/src/pm/hydra/pm/pmiserv/pmip.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmip.h b/src/pm/hydra/pm/pmiserv/pmip.h
index 0d2e878..977f5f8 100644
--- a/src/pm/hydra/pm/pmiserv/pmip.h
+++ b/src/pm/hydra/pm/pmiserv/pmip.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmip_cb.c b/src/pm/hydra/pm/pmiserv/pmip_cb.c
index 72f3f5a..6880df8 100644
--- a/src/pm/hydra/pm/pmiserv/pmip_cb.c
+++ b/src/pm/hydra/pm/pmiserv/pmip_cb.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmip_pmi.h b/src/pm/hydra/pm/pmiserv/pmip_pmi.h
index ddfc410..4becfe9 100644
--- a/src/pm/hydra/pm/pmiserv/pmip_pmi.h
+++ b/src/pm/hydra/pm/pmiserv/pmip_pmi.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmip_pmi_v1.c b/src/pm/hydra/pm/pmiserv/pmip_pmi_v1.c
index e36e047..291e57f 100644
--- a/src/pm/hydra/pm/pmiserv/pmip_pmi_v1.c
+++ b/src/pm/hydra/pm/pmiserv/pmip_pmi_v1.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmip_pmi_v2.c b/src/pm/hydra/pm/pmiserv/pmip_pmi_v2.c
index d2958c7..66f677b 100644
--- a/src/pm/hydra/pm/pmiserv/pmip_pmi_v2.c
+++ b/src/pm/hydra/pm/pmiserv/pmip_pmi_v2.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmip_utils.c b/src/pm/hydra/pm/pmiserv/pmip_utils.c
index d612416..bfac58f 100644
--- a/src/pm/hydra/pm/pmiserv/pmip_utils.c
+++ b/src/pm/hydra/pm/pmiserv/pmip_utils.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmiserv.h b/src/pm/hydra/pm/pmiserv/pmiserv.h
index 10387fe..aff5be6 100644
--- a/src/pm/hydra/pm/pmiserv/pmiserv.h
+++ b/src/pm/hydra/pm/pmiserv/pmiserv.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmiserv_pmi.c b/src/pm/hydra/pm/pmiserv/pmiserv_pmi.c
index 9cd1fa0..82b6db7 100644
--- a/src/pm/hydra/pm/pmiserv/pmiserv_pmi.c
+++ b/src/pm/hydra/pm/pmiserv/pmiserv_pmi.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmiserv_pmi.h b/src/pm/hydra/pm/pmiserv/pmiserv_pmi.h
index 1a3d6ae..a6af206 100644
--- a/src/pm/hydra/pm/pmiserv/pmiserv_pmi.h
+++ b/src/pm/hydra/pm/pmiserv/pmiserv_pmi.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmiserv_utils.c b/src/pm/hydra/pm/pmiserv/pmiserv_utils.c
index 95abb81..00dff91 100644
--- a/src/pm/hydra/pm/pmiserv/pmiserv_utils.c
+++ b/src/pm/hydra/pm/pmiserv/pmiserv_utils.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/pm/pmiserv/pmiserv_utils.h b/src/pm/hydra/pm/pmiserv/pmiserv_utils.h
index 992bb6a..e45f4c8 100644
--- a/src/pm/hydra/pm/pmiserv/pmiserv_utils.h
+++ b/src/pm/hydra/pm/pmiserv/pmiserv_utils.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/Makefile.mk b/src/pm/hydra/tools/Makefile.mk
index 6ddca80..4dfae98 100644
--- a/src/pm/hydra/tools/Makefile.mk
+++ b/src/pm/hydra/tools/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/bootstrap/Makefile.mk b/src/pm/hydra/tools/bootstrap/Makefile.mk
index ca4aeba..eddd7ca 100644
--- a/src/pm/hydra/tools/bootstrap/Makefile.mk
+++ b/src/pm/hydra/tools/bootstrap/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/bootstrap/external/Makefile.mk b/src/pm/hydra/tools/bootstrap/external/Makefile.mk
index 8cf57a5..c337c76 100644
--- a/src/pm/hydra/tools/bootstrap/external/Makefile.mk
+++ b/src/pm/hydra/tools/bootstrap/external/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2010 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/bootstrap/external/cobalt.h b/src/pm/hydra/tools/bootstrap/external/cobalt.h
index 95db346..6294b91 100644
--- a/src/pm/hydra/tools/bootstrap/external/cobalt.h
+++ b/src/pm/hydra/tools/bootstrap/external/cobalt.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/cobalt_init.c b/src/pm/hydra/tools/bootstrap/external/cobalt_init.c
index 4182bde..22bf6bf 100644
--- a/src/pm/hydra/tools/bootstrap/external/cobalt_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/cobalt_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/cobalt_query_node_list.c b/src/pm/hydra/tools/bootstrap/external/cobalt_query_node_list.c
index 9745318..66f9aec 100644
--- a/src/pm/hydra/tools/bootstrap/external/cobalt_query_node_list.c
+++ b/src/pm/hydra/tools/bootstrap/external/cobalt_query_node_list.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/common.h b/src/pm/hydra/tools/bootstrap/external/common.h
index 19f1091..bb20606 100644
--- a/src/pm/hydra/tools/bootstrap/external/common.h
+++ b/src/pm/hydra/tools/bootstrap/external/common.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/external_common.c b/src/pm/hydra/tools/bootstrap/external/external_common.c
index e53fdb8..dc3a846 100644
--- a/src/pm/hydra/tools/bootstrap/external/external_common.c
+++ b/src/pm/hydra/tools/bootstrap/external/external_common.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/external_init.c b/src/pm/hydra/tools/bootstrap/external/external_init.c
index 8b8f0d2..ebe4d70 100644
--- a/src/pm/hydra/tools/bootstrap/external/external_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/external_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/fork_init.c b/src/pm/hydra/tools/bootstrap/external/fork_init.c
index fb60cd6..037b9e9 100644
--- a/src/pm/hydra/tools/bootstrap/external/fork_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/fork_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ll.h b/src/pm/hydra/tools/bootstrap/external/ll.h
index 9d67453..22d8db7 100644
--- a/src/pm/hydra/tools/bootstrap/external/ll.h
+++ b/src/pm/hydra/tools/bootstrap/external/ll.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ll_env.c b/src/pm/hydra/tools/bootstrap/external/ll_env.c
index 65d2375..6e5bce6 100644
--- a/src/pm/hydra/tools/bootstrap/external/ll_env.c
+++ b/src/pm/hydra/tools/bootstrap/external/ll_env.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ll_init.c b/src/pm/hydra/tools/bootstrap/external/ll_init.c
index cf23c91..b973333 100644
--- a/src/pm/hydra/tools/bootstrap/external/ll_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/ll_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ll_query_node_list.c b/src/pm/hydra/tools/bootstrap/external/ll_query_node_list.c
index b0d6729..09586ce 100644
--- a/src/pm/hydra/tools/bootstrap/external/ll_query_node_list.c
+++ b/src/pm/hydra/tools/bootstrap/external/ll_query_node_list.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ll_query_proxy_id.c b/src/pm/hydra/tools/bootstrap/external/ll_query_proxy_id.c
index f1548f2..0c03573 100644
--- a/src/pm/hydra/tools/bootstrap/external/ll_query_proxy_id.c
+++ b/src/pm/hydra/tools/bootstrap/external/ll_query_proxy_id.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/lsf.h b/src/pm/hydra/tools/bootstrap/external/lsf.h
index fbe7b11..9c91a2e 100644
--- a/src/pm/hydra/tools/bootstrap/external/lsf.h
+++ b/src/pm/hydra/tools/bootstrap/external/lsf.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/lsf_env.c b/src/pm/hydra/tools/bootstrap/external/lsf_env.c
index 3bde2ef..a30c8c8 100644
--- a/src/pm/hydra/tools/bootstrap/external/lsf_env.c
+++ b/src/pm/hydra/tools/bootstrap/external/lsf_env.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/lsf_init.c b/src/pm/hydra/tools/bootstrap/external/lsf_init.c
index 1df89cb..d2bddc1 100644
--- a/src/pm/hydra/tools/bootstrap/external/lsf_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/lsf_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/lsf_query_node_list.c b/src/pm/hydra/tools/bootstrap/external/lsf_query_node_list.c
index 5522039..c20502a 100644
--- a/src/pm/hydra/tools/bootstrap/external/lsf_query_node_list.c
+++ b/src/pm/hydra/tools/bootstrap/external/lsf_query_node_list.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/manual_init.c b/src/pm/hydra/tools/bootstrap/external/manual_init.c
index 8af842b..fb20565 100644
--- a/src/pm/hydra/tools/bootstrap/external/manual_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/manual_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/pbs.h b/src/pm/hydra/tools/bootstrap/external/pbs.h
index cc25a8d..f5c0be0 100644
--- a/src/pm/hydra/tools/bootstrap/external/pbs.h
+++ b/src/pm/hydra/tools/bootstrap/external/pbs.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/pbs_env.c b/src/pm/hydra/tools/bootstrap/external/pbs_env.c
index 8ebcd73..8be126b 100644
--- a/src/pm/hydra/tools/bootstrap/external/pbs_env.c
+++ b/src/pm/hydra/tools/bootstrap/external/pbs_env.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/pbs_finalize.c b/src/pm/hydra/tools/bootstrap/external/pbs_finalize.c
index e9f22aa..44c544f 100644
--- a/src/pm/hydra/tools/bootstrap/external/pbs_finalize.c
+++ b/src/pm/hydra/tools/bootstrap/external/pbs_finalize.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/pbs_init.c b/src/pm/hydra/tools/bootstrap/external/pbs_init.c
index b72b8af..9a92e76 100644
--- a/src/pm/hydra/tools/bootstrap/external/pbs_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/pbs_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/pbs_launch.c b/src/pm/hydra/tools/bootstrap/external/pbs_launch.c
index 32c6f14..1a9196c 100644
--- a/src/pm/hydra/tools/bootstrap/external/pbs_launch.c
+++ b/src/pm/hydra/tools/bootstrap/external/pbs_launch.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/pbs_query_node_list.c b/src/pm/hydra/tools/bootstrap/external/pbs_query_node_list.c
index 4c45dcf..1a9f6a7 100644
--- a/src/pm/hydra/tools/bootstrap/external/pbs_query_node_list.c
+++ b/src/pm/hydra/tools/bootstrap/external/pbs_query_node_list.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/pbs_wait.c b/src/pm/hydra/tools/bootstrap/external/pbs_wait.c
index f4fe2ad..1f13520 100644
--- a/src/pm/hydra/tools/bootstrap/external/pbs_wait.c
+++ b/src/pm/hydra/tools/bootstrap/external/pbs_wait.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/rsh.h b/src/pm/hydra/tools/bootstrap/external/rsh.h
index 513e97d..c36c71b 100644
--- a/src/pm/hydra/tools/bootstrap/external/rsh.h
+++ b/src/pm/hydra/tools/bootstrap/external/rsh.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/rsh_env.c b/src/pm/hydra/tools/bootstrap/external/rsh_env.c
index 825237a..f99dcae 100644
--- a/src/pm/hydra/tools/bootstrap/external/rsh_env.c
+++ b/src/pm/hydra/tools/bootstrap/external/rsh_env.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/rsh_init.c b/src/pm/hydra/tools/bootstrap/external/rsh_init.c
index c429e34..27c65b7 100644
--- a/src/pm/hydra/tools/bootstrap/external/rsh_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/rsh_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/sge.h b/src/pm/hydra/tools/bootstrap/external/sge.h
index 5b7f6fc..294574f 100644
--- a/src/pm/hydra/tools/bootstrap/external/sge.h
+++ b/src/pm/hydra/tools/bootstrap/external/sge.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/sge_env.c b/src/pm/hydra/tools/bootstrap/external/sge_env.c
index 563f070..d48fdfa 100644
--- a/src/pm/hydra/tools/bootstrap/external/sge_env.c
+++ b/src/pm/hydra/tools/bootstrap/external/sge_env.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/sge_init.c b/src/pm/hydra/tools/bootstrap/external/sge_init.c
index 4352f7c..57cc332 100644
--- a/src/pm/hydra/tools/bootstrap/external/sge_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/sge_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/sge_query_node_list.c b/src/pm/hydra/tools/bootstrap/external/sge_query_node_list.c
index 5167ad5..8256f36 100644
--- a/src/pm/hydra/tools/bootstrap/external/sge_query_node_list.c
+++ b/src/pm/hydra/tools/bootstrap/external/sge_query_node_list.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/slurm.h b/src/pm/hydra/tools/bootstrap/external/slurm.h
index 6b4bd09..f4a7c85 100644
--- a/src/pm/hydra/tools/bootstrap/external/slurm.h
+++ b/src/pm/hydra/tools/bootstrap/external/slurm.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/slurm_env.c b/src/pm/hydra/tools/bootstrap/external/slurm_env.c
index f35f2b6..6bf3ced 100644
--- a/src/pm/hydra/tools/bootstrap/external/slurm_env.c
+++ b/src/pm/hydra/tools/bootstrap/external/slurm_env.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/slurm_init.c b/src/pm/hydra/tools/bootstrap/external/slurm_init.c
index f14bc6d..0046067 100644
--- a/src/pm/hydra/tools/bootstrap/external/slurm_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/slurm_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/slurm_query_node_list.c b/src/pm/hydra/tools/bootstrap/external/slurm_query_node_list.c
index 4479ce0..b631746 100644
--- a/src/pm/hydra/tools/bootstrap/external/slurm_query_node_list.c
+++ b/src/pm/hydra/tools/bootstrap/external/slurm_query_node_list.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/slurm_query_proxy_id.c b/src/pm/hydra/tools/bootstrap/external/slurm_query_proxy_id.c
index a99ca04..9c025bb 100644
--- a/src/pm/hydra/tools/bootstrap/external/slurm_query_proxy_id.c
+++ b/src/pm/hydra/tools/bootstrap/external/slurm_query_proxy_id.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ssh.c b/src/pm/hydra/tools/bootstrap/external/ssh.c
index 9c92c5b..0e82892 100644
--- a/src/pm/hydra/tools/bootstrap/external/ssh.c
+++ b/src/pm/hydra/tools/bootstrap/external/ssh.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ssh.h b/src/pm/hydra/tools/bootstrap/external/ssh.h
index eafabff..2cf61c1 100644
--- a/src/pm/hydra/tools/bootstrap/external/ssh.h
+++ b/src/pm/hydra/tools/bootstrap/external/ssh.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ssh_env.c b/src/pm/hydra/tools/bootstrap/external/ssh_env.c
index 3d67d80..ba45f18 100644
--- a/src/pm/hydra/tools/bootstrap/external/ssh_env.c
+++ b/src/pm/hydra/tools/bootstrap/external/ssh_env.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/ssh_init.c b/src/pm/hydra/tools/bootstrap/external/ssh_init.c
index 9f02244..64927fb 100644
--- a/src/pm/hydra/tools/bootstrap/external/ssh_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/ssh_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/external/user_init.c b/src/pm/hydra/tools/bootstrap/external/user_init.c
index 7a1d1b8..30adb10 100644
--- a/src/pm/hydra/tools/bootstrap/external/user_init.c
+++ b/src/pm/hydra/tools/bootstrap/external/user_init.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/persist/Makefile.mk b/src/pm/hydra/tools/bootstrap/persist/Makefile.mk
index 3adf3c3..42407af 100644
--- a/src/pm/hydra/tools/bootstrap/persist/Makefile.mk
+++ b/src/pm/hydra/tools/bootstrap/persist/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/bootstrap/persist/persist.h b/src/pm/hydra/tools/bootstrap/persist/persist.h
index 705e993..bc4eaf4 100644
--- a/src/pm/hydra/tools/bootstrap/persist/persist.h
+++ b/src/pm/hydra/tools/bootstrap/persist/persist.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/persist/persist_client.h b/src/pm/hydra/tools/bootstrap/persist/persist_client.h
index d8470f8..ee2c92b 100644
--- a/src/pm/hydra/tools/bootstrap/persist/persist_client.h
+++ b/src/pm/hydra/tools/bootstrap/persist/persist_client.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/persist/persist_server.c b/src/pm/hydra/tools/bootstrap/persist/persist_server.c
index 0561b5e..ea71198 100644
--- a/src/pm/hydra/tools/bootstrap/persist/persist_server.c
+++ b/src/pm/hydra/tools/bootstrap/persist/persist_server.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/persist/persist_server.h b/src/pm/hydra/tools/bootstrap/persist/persist_server.h
index 8b96cb1..95e98cc 100644
--- a/src/pm/hydra/tools/bootstrap/persist/persist_server.h
+++ b/src/pm/hydra/tools/bootstrap/persist/persist_server.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/persist/persist_wait.c b/src/pm/hydra/tools/bootstrap/persist/persist_wait.c
index be39ee4..b8d2582 100644
--- a/src/pm/hydra/tools/bootstrap/persist/persist_wait.c
+++ b/src/pm/hydra/tools/bootstrap/persist/persist_wait.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/src/Makefile.mk b/src/pm/hydra/tools/bootstrap/src/Makefile.mk
index 785b0e8..e3d738f 100644
--- a/src/pm/hydra/tools/bootstrap/src/Makefile.mk
+++ b/src/pm/hydra/tools/bootstrap/src/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/bootstrap/src/bsci_init.c.in b/src/pm/hydra/tools/bootstrap/src/bsci_init.c.in
index abbd61e..ae4df63 100644
--- a/src/pm/hydra/tools/bootstrap/src/bsci_init.c.in
+++ b/src/pm/hydra/tools/bootstrap/src/bsci_init.c.in
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/bootstrap/utils/Makefile.mk b/src/pm/hydra/tools/bootstrap/utils/Makefile.mk
index f3d3f25..b81710b 100644
--- a/src/pm/hydra/tools/bootstrap/utils/Makefile.mk
+++ b/src/pm/hydra/tools/bootstrap/utils/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/ckpoint/Makefile.mk b/src/pm/hydra/tools/ckpoint/Makefile.mk
index a47bab2..2b7c123 100644
--- a/src/pm/hydra/tools/ckpoint/Makefile.mk
+++ b/src/pm/hydra/tools/ckpoint/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/ckpoint/blcr/ckpoint_blcr.h b/src/pm/hydra/tools/ckpoint/blcr/ckpoint_blcr.h
index 327ee14..e363422 100644
--- a/src/pm/hydra/tools/ckpoint/blcr/ckpoint_blcr.h
+++ b/src/pm/hydra/tools/ckpoint/blcr/ckpoint_blcr.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/ckpoint/ckpoint.c b/src/pm/hydra/tools/ckpoint/ckpoint.c
index d24888f..8f8d253 100644
--- a/src/pm/hydra/tools/ckpoint/ckpoint.c
+++ b/src/pm/hydra/tools/ckpoint/ckpoint.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/ckpoint/ckpoint.h b/src/pm/hydra/tools/ckpoint/ckpoint.h
index 000c71d..55d3af6 100644
--- a/src/pm/hydra/tools/ckpoint/ckpoint.h
+++ b/src/pm/hydra/tools/ckpoint/ckpoint.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/debugger/debugger.c b/src/pm/hydra/tools/debugger/debugger.c
index 408c066..c88bb14 100644
--- a/src/pm/hydra/tools/debugger/debugger.c
+++ b/src/pm/hydra/tools/debugger/debugger.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/debugger/debugger.h b/src/pm/hydra/tools/debugger/debugger.h
index 09a427d..1270d5f 100644
--- a/src/pm/hydra/tools/debugger/debugger.h
+++ b/src/pm/hydra/tools/debugger/debugger.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/demux/demux_internal.h b/src/pm/hydra/tools/demux/demux_internal.h
index dec14da..8b4e781 100644
--- a/src/pm/hydra/tools/demux/demux_internal.h
+++ b/src/pm/hydra/tools/demux/demux_internal.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/demux/demux_poll.c b/src/pm/hydra/tools/demux/demux_poll.c
index 3b98f9a..b10ab96 100644
--- a/src/pm/hydra/tools/demux/demux_poll.c
+++ b/src/pm/hydra/tools/demux/demux_poll.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/demux/demux_select.c b/src/pm/hydra/tools/demux/demux_select.c
index 13ccc62..de875ac 100644
--- a/src/pm/hydra/tools/demux/demux_select.c
+++ b/src/pm/hydra/tools/demux/demux_select.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/ftb/hydt_ftb.c b/src/pm/hydra/tools/ftb/hydt_ftb.c
index 5037a31..b684dc0 100644
--- a/src/pm/hydra/tools/ftb/hydt_ftb.c
+++ b/src/pm/hydra/tools/ftb/hydt_ftb.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/ftb/hydt_ftb.h b/src/pm/hydra/tools/ftb/hydt_ftb.h
index e0f047a..9635fec 100644
--- a/src/pm/hydra/tools/ftb/hydt_ftb.h
+++ b/src/pm/hydra/tools/ftb/hydt_ftb.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/ftb/hydt_ftb_dummy.c b/src/pm/hydra/tools/ftb/hydt_ftb_dummy.c
index 0a1d920..8fcee97 100644
--- a/src/pm/hydra/tools/ftb/hydt_ftb_dummy.c
+++ b/src/pm/hydra/tools/ftb/hydt_ftb_dummy.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/nameserver/Makefile.mk b/src/pm/hydra/tools/nameserver/Makefile.mk
index f173024..31d0a85 100644
--- a/src/pm/hydra/tools/nameserver/Makefile.mk
+++ b/src/pm/hydra/tools/nameserver/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2010 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/nameserver/hydra_nameserver.c b/src/pm/hydra/tools/nameserver/hydra_nameserver.c
index af57689..6b4d93e 100644
--- a/src/pm/hydra/tools/nameserver/hydra_nameserver.c
+++ b/src/pm/hydra/tools/nameserver/hydra_nameserver.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/topo/hwloc/Makefile.mk b/src/pm/hydra/tools/topo/hwloc/Makefile.mk
index 7dc6482..441ea1a 100644
--- a/src/pm/hydra/tools/topo/hwloc/Makefile.mk
+++ b/src/pm/hydra/tools/topo/hwloc/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2011 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c b/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c
index 6e8bd58..987e52a 100644
--- a/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c
+++ b/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  *
  */
diff --git a/src/pm/hydra/tools/topo/hwloc/topo_hwloc.h b/src/pm/hydra/tools/topo/hwloc/topo_hwloc.h
index ecef20c..728cd00 100644
--- a/src/pm/hydra/tools/topo/hwloc/topo_hwloc.h
+++ b/src/pm/hydra/tools/topo/hwloc/topo_hwloc.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  *
  * Copyright © 2006-2011 Guillaume Mercier, Institut Polytechnique de
diff --git a/src/pm/hydra/tools/topo/topo.c b/src/pm/hydra/tools/topo/topo.c
index 72a26de..2b3a6ce 100644
--- a/src/pm/hydra/tools/topo/topo.c
+++ b/src/pm/hydra/tools/topo/topo.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/tools/topo/topo.h b/src/pm/hydra/tools/topo/topo.h
index deeff79..aaf4134 100644
--- a/src/pm/hydra/tools/topo/topo.h
+++ b/src/pm/hydra/tools/topo/topo.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/ui/include/ui.h b/src/pm/hydra/ui/include/ui.h
index 88acb61..91f2401 100644
--- a/src/pm/hydra/ui/include/ui.h
+++ b/src/pm/hydra/ui/include/ui.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/ui/mpich/Makefile.mk b/src/pm/hydra/ui/mpich/Makefile.mk
index aad94a8..7ea655b 100644
--- a/src/pm/hydra/ui/mpich/Makefile.mk
+++ b/src/pm/hydra/ui/mpich/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/ui/mpich/mpiexec.h b/src/pm/hydra/ui/mpich/mpiexec.h
index c591d62..4127ce8 100644
--- a/src/pm/hydra/ui/mpich/mpiexec.h
+++ b/src/pm/hydra/ui/mpich/mpiexec.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/ui/utils/uiu.h b/src/pm/hydra/ui/utils/uiu.h
index 19bed20..b387f01 100644
--- a/src/pm/hydra/ui/utils/uiu.h
+++ b/src/pm/hydra/ui/utils/uiu.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/utils/Makefile.mk b/src/pm/hydra/utils/Makefile.mk
index cb322d5..dc27ac3 100644
--- a/src/pm/hydra/utils/Makefile.mk
+++ b/src/pm/hydra/utils/Makefile.mk
@@ -1,6 +1,6 @@
 ## -*- Mode: Makefile; -*-
 ##
-## (C) 2008 by Argonne National Laboratory.
+## (C) 2009 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pm/hydra/utils/alloc/alloc.c b/src/pm/hydra/utils/alloc/alloc.c
index fa5d429..89012c4 100644
--- a/src/pm/hydra/utils/alloc/alloc.c
+++ b/src/pm/hydra/utils/alloc/alloc.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/utils/others/others.c b/src/pm/hydra/utils/others/others.c
index 3216e46..2aa538e 100644
--- a/src/pm/hydra/utils/others/others.c
+++ b/src/pm/hydra/utils/others/others.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/hydra/utils/string/string.c b/src/pm/hydra/utils/string/string.c
index 3f8bf7f..b2083dc 100644
--- a/src/pm/hydra/utils/string/string.c
+++ b/src/pm/hydra/utils/string/string.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/src/pm/remshell/Makefile.mk b/src/pm/remshell/Makefile.mk
index d2cc6e2..ea366a9 100644
--- a/src/pm/remshell/Makefile.mk
+++ b/src/pm/remshell/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pmi/pmi2/Makefile.mk b/src/pmi/pmi2/Makefile.mk
index 4000a38..fd3d7f4 100644
--- a/src/pmi/pmi2/Makefile.mk
+++ b/src/pmi/pmi2/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/pmi/pmi2/simple/Makefile.mk b/src/pmi/pmi2/simple/Makefile.mk
index 4336dd5..6b90099 100644
--- a/src/pmi/pmi2/simple/Makefile.mk
+++ b/src/pmi/pmi2/simple/Makefile.mk
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2011 by Argonne National Laboratory.
+## (C) 2012 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/src/util/mem/trmem.c b/src/util/mem/trmem.c
index 48e009e..e02ced8 100644
--- a/src/util/mem/trmem.c
+++ b/src/util/mem/trmem.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2009 by Argonne National Laboratory.
+ *  (C) 2008 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/attr/attrend2.c b/test/mpi/attr/attrend2.c
index dd3f2ed..8e4abc9 100644
--- a/test/mpi/attr/attrend2.c
+++ b/test/mpi/attr/attrend2.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 /*
diff --git a/test/mpi/coll/red_scat_block2.c b/test/mpi/coll/red_scat_block2.c
index 5346905..4451b88 100644
--- a/test/mpi/coll/red_scat_block2.c
+++ b/test/mpi/coll/red_scat_block2.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 /* 
diff --git a/test/mpi/comm/comm_idup_mul.c b/test/mpi/comm/comm_idup_mul.c
index d294d2d..2830f02 100644
--- a/test/mpi/comm/comm_idup_mul.c
+++ b/test/mpi/comm/comm_idup_mul.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2013 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/cxx/attr/Makefile.am b/test/mpi/cxx/attr/Makefile.am
index e8d8efb..85313e0 100644
--- a/test/mpi/cxx/attr/Makefile.am
+++ b/test/mpi/cxx/attr/Makefile.am
@@ -1,7 +1,7 @@
 # -*- Mode: Makefile; -*-
 # vim: set ft=automake :
 #
-# (C) 2011 by Argonne National Laboratory.
+# (C) 2010 by Argonne National Laboratory.
 #     See COPYRIGHT in top-level directory.
 #
 
diff --git a/test/mpi/cxx/coll/Makefile.am b/test/mpi/cxx/coll/Makefile.am
index a2723b0..3a6f7cb 100644
--- a/test/mpi/cxx/coll/Makefile.am
+++ b/test/mpi/cxx/coll/Makefile.am
@@ -1,7 +1,7 @@
 # -*- Mode: Makefile; -*-
 # vim: set ft=automake :
 #
-# (C) 2011 by Argonne National Laboratory.
+# (C) 2008 by Argonne National Laboratory.
 #     See COPYRIGHT in top-level directory.
 #
 
diff --git a/test/mpi/errors/f77/io/Makefile.am b/test/mpi/errors/f77/io/Makefile.am
index 56f28c1..735d002 100644
--- a/test/mpi/errors/f77/io/Makefile.am
+++ b/test/mpi/errors/f77/io/Makefile.am
@@ -1,7 +1,7 @@
 # -*- Mode: Makefile; -*-
 # vim: set ft=automake :
 #
-# (C) 2013 by Argonne National Laboratory.
+# (C) 2011 by Argonne National Laboratory.
 #     See COPYRIGHT in top-level directory.
 #
 
diff --git a/test/mpi/f77/coll/split_typef.f b/test/mpi/f77/coll/split_typef.f
index 3f3aa3e..27cfcd0 100644
--- a/test/mpi/f77/coll/split_typef.f
+++ b/test/mpi/f77/coll/split_typef.f
@@ -1,6 +1,6 @@
 C -*- Mode: Fortran; -*-
 C
-C  (C) 2011 by Argonne National Laboratory.
+C  (C) 2012 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
 C
       program main
diff --git a/test/mpi/f77/ext/ctypesinf.f b/test/mpi/f77/ext/ctypesinf.f
index 4693bc8..f4d8ccb 100644
--- a/test/mpi/f77/ext/ctypesinf.f
+++ b/test/mpi/f77/ext/ctypesinf.f
@@ -1,6 +1,6 @@
 C -*- Mode: Fortran; -*- 
 C
-C  (C) 2010 by Argonne National Laboratory.
+C  (C) 2008 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
 C
       program main
diff --git a/test/mpi/f77/pt2pt/dummyf.f b/test/mpi/f77/pt2pt/dummyf.f
index 7524a19..ace5e03 100644
--- a/test/mpi/f77/pt2pt/dummyf.f
+++ b/test/mpi/f77/pt2pt/dummyf.f
@@ -1,6 +1,6 @@
 C -*- Mode: Fortran; -*- 
 C
-C  (C) 2010 by Argonne National Laboratory.
+C  (C) 2011 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
 C
 C
diff --git a/test/mpi/f77/topo/dgraph_unwgtf.f b/test/mpi/f77/topo/dgraph_unwgtf.f
index 63aa027..f040a86 100644
--- a/test/mpi/f77/topo/dgraph_unwgtf.f
+++ b/test/mpi/f77/topo/dgraph_unwgtf.f
@@ -1,6 +1,6 @@
 C -*- Mode: Fortran; -*- 
 C
-C  (C) 2010 by Argonne National Laboratory.
+C  (C) 2011 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
 C
 C     This program is Fortran version of dgraph_unwgt.c
diff --git a/test/mpi/f77/topo/dgraph_wgtf.f b/test/mpi/f77/topo/dgraph_wgtf.f
index d7fb19a..dd4556f 100644
--- a/test/mpi/f77/topo/dgraph_wgtf.f
+++ b/test/mpi/f77/topo/dgraph_wgtf.f
@@ -1,6 +1,6 @@
 C -*- Mode: Fortran; -*- 
 C
-C  (C) 2010 by Argonne National Laboratory.
+C  (C) 2011 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
 C
 C     This program is Fortran version of dgraph_unwgt.c
diff --git a/test/mpi/impls/hydra/dummy.c b/test/mpi/impls/hydra/dummy.c
index 7eeb76f..1eae58a 100644
--- a/test/mpi/impls/hydra/dummy.c
+++ b/test/mpi/impls/hydra/dummy.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2013 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 /* */
diff --git a/test/mpi/impls/mpich/Makefile.am b/test/mpi/impls/mpich/Makefile.am
index 00dbe35..5b94f89 100644
--- a/test/mpi/impls/mpich/Makefile.am
+++ b/test/mpi/impls/mpich/Makefile.am
@@ -1,7 +1,7 @@
 # -*- Mode: Makefile; -*-
 # vim: set ft=automake :
 #
-# (C) 2011 by Argonne National Laboratory.
+# (C) 2013 by Argonne National Laboratory.
 #     See COPYRIGHT in top-level directory.
 #
 
diff --git a/test/mpi/manual/mpi_t/nem_fbox_fallback_to_queue_count.c b/test/mpi/manual/mpi_t/nem_fbox_fallback_to_queue_count.c
index 640d5c1..4f4f2af 100644
--- a/test/mpi/manual/mpi_t/nem_fbox_fallback_to_queue_count.c
+++ b/test/mpi/manual/mpi_t/nem_fbox_fallback_to_queue_count.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2013 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/manual/mpi_t/unexpected_recvq_buffer_size.c b/test/mpi/manual/mpi_t/unexpected_recvq_buffer_size.c
index a0286db..f30bba7 100644
--- a/test/mpi/manual/mpi_t/unexpected_recvq_buffer_size.c
+++ b/test/mpi/manual/mpi_t/unexpected_recvq_buffer_size.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2013 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/mpi_t/Makefile.am b/test/mpi/mpi_t/Makefile.am
index 0cd2132..7e0b5b7 100644
--- a/test/mpi/mpi_t/Makefile.am
+++ b/test/mpi/mpi_t/Makefile.am
@@ -1,7 +1,7 @@
 # -*- Mode: Makefile; -*-
 # vim: set ft=automake :
 #
-# (C) 2012 by Argonne National Laboratory.
+# (C) 2011 by Argonne National Laboratory.
 #     See COPYRIGHT in top-level directory.
 #
 
diff --git a/test/mpi/mpi_t/mpi_t_str.c b/test/mpi/mpi_t/mpi_t_str.c
index 547b0ba..ab48e15 100644
--- a/test/mpi/mpi_t/mpi_t_str.c
+++ b/test/mpi/mpi_t/mpi_t_str.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2012 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/rma/manyrma3.c b/test/mpi/rma/manyrma3.c
index ee222a9..6560b84 100644
--- a/test/mpi/rma/manyrma3.c
+++ b/test/mpi/rma/manyrma3.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2013 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/rma/rmazero.c b/test/mpi/rma/rmazero.c
index d3a559a..9e27b77 100644
--- a/test/mpi/rma/rmazero.c
+++ b/test/mpi/rma/rmazero.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2013 by Argonne National Laboratory.
+ *  (C) 2010 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 #include "mpi.h"
diff --git a/test/mpi/rma/strided_getacc_indexed_shared.c b/test/mpi/rma/strided_getacc_indexed_shared.c
index 6ff4f76..e1c8169 100644
--- a/test/mpi/rma/strided_getacc_indexed_shared.c
+++ b/test/mpi/rma/strided_getacc_indexed_shared.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/rma/strided_putget_indexed_shared.c b/test/mpi/rma/strided_putget_indexed_shared.c
index 727190b..1e65f2a 100644
--- a/test/mpi/rma/strided_putget_indexed_shared.c
+++ b/test/mpi/rma/strided_putget_indexed_shared.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2012 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 
diff --git a/test/mpi/spawn/spawnmanyarg.c b/test/mpi/spawn/spawnmanyarg.c
index a9ed468..1e69996 100644
--- a/test/mpi/spawn/spawnmanyarg.c
+++ b/test/mpi/spawn/spawnmanyarg.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2008 by Argonne National Laboratory.
+ *  (C) 2009 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 #include "mpi.h"
diff --git a/test/mpi/threads/mpi_t/Makefile.am b/test/mpi/threads/mpi_t/Makefile.am
index 12fdd46..4c84006 100644
--- a/test/mpi/threads/mpi_t/Makefile.am
+++ b/test/mpi/threads/mpi_t/Makefile.am
@@ -1,7 +1,7 @@
 ## -*- Mode: Makefile; -*-
 ## vim: set ft=automake :
 ##
-## (C) 2013 by Argonne National Laboratory.
+## (C) 2011 by Argonne National Laboratory.
 ##     See COPYRIGHT in top-level directory.
 ##
 
diff --git a/test/mpi/topo/dims4.c b/test/mpi/topo/dims4.c
index 4015c01..8284bfa 100644
--- a/test/mpi/topo/dims4.c
+++ b/test/mpi/topo/dims4.c
@@ -1,6 +1,6 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (C) 2014 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 #include "mpi.h"
diff --git a/test/mpix/mutex/mutex_lock_unlock.c b/test/mpix/mutex/mutex_lock_unlock.c
index cc4767c..2fe50bb 100644
--- a/test/mpix/mutex/mutex_lock_unlock.c
+++ b/test/mpix/mutex/mutex_lock_unlock.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
  *
- *  (C) 2010 by Argonne National Laboratory.
+ *  (C) 2011 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
 

http://git.mpich.org/mpich.git/commitdiff/090e0632ca39be85ef5fd395f192b17d238d79ac

commit 090e0632ca39be85ef5fd395f192b17d238d79ac
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Wed Feb 19 17:15:30 2014 -0600

    Added copyright check script.
    
    Simple script to check the git log and mark the first date the file
    was created on as the copyright date.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/maint/check_copyright.bash b/maint/check_copyright.bash
new file mode 100755
index 0000000..4dc0079
--- /dev/null
+++ b/maint/check_copyright.bash
@@ -0,0 +1,27 @@
+#! /bin/bash
+
+for x in `find . ! -type d | grep -v .git | egrep -v '(src/openpa)'` ; do
+
+    if test  -z "`git log $x`" ; then
+	continue
+    fi
+
+    listed=`grep "(C) [0-9]* by Argonne National Laboratory" $x | head -1 | \
+	sed -e 's/.*(C) \([0-9]*\) by Argonne National Laboratory.*/\1/g'`
+    if test -z "$listed" ; then
+	continue
+    fi
+    expected=`date --date="\`git log --follow 6a1cbdcf..HEAD $x | grep ^Date: | tail -1 | \
+	sed -e 's/Date: *//g' | cut -f1-5 -d' '\`" +'%Y'`
+
+    if test $listed -le 2007 ; then
+	# echo "ignoring $x because of cvs->svn migration date loss"
+	continue
+    fi
+
+    if test "$expected" != "$listed" ; then
+	# echo "$x (expected: $expected; listed: $listed)"
+	sed -i "s/(C) $listed by Argonne National Laboratory/(C) $expected by Argonne National Laboratory/g" $x
+    fi
+
+done

-----------------------------------------------------------------------

Summary of changes:
 maint/check_copyright.bash                         |   27 ++++++++++++++++++++
 maint/extractcvars                                 |    6 ++--
 src/env/mpivars.c                                  |    2 +-
 src/include/mpifunc.h                              |    2 +-
 src/include/mpir_nbc.h                             |    2 +-
 src/mpi/coll/nbcutil.c                             |    2 +-
 src/mpi/coll/red_scat_block.c                      |    2 +-
 src/mpi/comm/comm_group_failed.c                   |    2 +-
 src/mpi/comm/comm_reenable_anysource.c             |    2 +-
 src/mpi/comm/comm_remote_group_failed.c            |    2 +-
 src/mpi/datatype/get_elements_x.c                  |    2 +-
 src/mpi/datatype/status_set_elements_x.c           |    2 +-
 src/mpi/datatype/type_get_extent_x.c               |    2 +-
 src/mpi/datatype/type_get_true_extent_x.c          |    2 +-
 src/mpi/datatype/type_size_x.c                     |    2 +-
 src/mpi/info/Makefile.mk                           |    2 +-
 src/mpi/pt2pt/improbe.c                            |    2 +-
 src/mpi/pt2pt/imrecv.c                             |    2 +-
 src/mpi/pt2pt/mprobe.c                             |    2 +-
 src/mpi/pt2pt/mrecv.c                              |    2 +-
 src/mpi/rma/win_get_info.c                         |    2 +-
 src/mpi/rma/win_set_info.c                         |    2 +-
 src/mpi/romio/adio/ad_bg/Makefile.mk               |    2 +-
 src/mpi/romio/configure.ac                         |    2 +-
 .../nemesis/include/mpidi_nem_statistics.h         |    2 +-
 src/mpid/ch3/channels/nemesis/netmod/Makefile.mk   |    2 +-
 .../ch3/channels/nemesis/netmod/ib/Makefile.mk     |    2 +-
 .../ch3/channels/nemesis/netmod/mx/Makefile.mk     |    2 +-
 .../ch3/channels/nemesis/netmod/newmad/Makefile.mk |    2 +-
 .../channels/nemesis/netmod/portals4/Makefile.mk   |    2 +-
 .../ch3/channels/nemesis/netmod/scif/Makefile.mk   |    2 +-
 .../ch3/channels/nemesis/netmod/tcp/Makefile.mk    |    2 +-
 .../ch3/channels/nemesis/src/mpid_nem_lmt_dma.c    |    2 +-
 .../channels/nemesis/src/mpid_nem_lmt_vmsplice.c   |    2 +-
 src/mpid/ch3/channels/nemesis/utils/Makefile.mk    |    2 +-
 src/mpid/ch3/include/mpidi_recvq_statistics.h      |    2 +-
 src/mpid/ch3/src/ch3u_comm.c                       |    2 +-
 src/mpid/ch3/src/mpid_comm_reenable_anysource.c    |    2 +-
 src/mpid/common/sched/mpid_sched.c                 |    2 +-
 src/mpid/common/sched/mpid_sched.h                 |    2 +-
 src/mpid/common/sched/mpid_sched_pre.h             |    2 +-
 src/mpl/VERSION                                    |    2 +-
 src/mpl/include/mpl_valgrind.h                     |    2 +-
 src/pm/hydra/Makefile.am                           |    2 +-
 src/pm/hydra/examples/binding.c                    |    2 +-
 src/pm/hydra/pm/pmiserv/Makefile.mk                |    2 +-
 src/pm/hydra/pm/pmiserv/common.c                   |    2 +-
 src/pm/hydra/pm/pmiserv/common.h                   |    2 +-
 src/pm/hydra/pm/pmiserv/pmi_v2_common.c            |    2 +-
 src/pm/hydra/pm/pmiserv/pmi_v2_common.h            |    2 +-
 src/pm/hydra/pm/pmiserv/pmip.c                     |    2 +-
 src/pm/hydra/pm/pmiserv/pmip.h                     |    2 +-
 src/pm/hydra/pm/pmiserv/pmip_cb.c                  |    2 +-
 src/pm/hydra/pm/pmiserv/pmip_pmi.h                 |    2 +-
 src/pm/hydra/pm/pmiserv/pmip_pmi_v1.c              |    2 +-
 src/pm/hydra/pm/pmiserv/pmip_pmi_v2.c              |    2 +-
 src/pm/hydra/pm/pmiserv/pmip_utils.c               |    2 +-
 src/pm/hydra/pm/pmiserv/pmiserv.h                  |    2 +-
 src/pm/hydra/pm/pmiserv/pmiserv_pmi.c              |    2 +-
 src/pm/hydra/pm/pmiserv/pmiserv_pmi.h              |    2 +-
 src/pm/hydra/pm/pmiserv/pmiserv_utils.c            |    2 +-
 src/pm/hydra/pm/pmiserv/pmiserv_utils.h            |    2 +-
 src/pm/hydra/tools/Makefile.mk                     |    2 +-
 src/pm/hydra/tools/bootstrap/Makefile.mk           |    2 +-
 src/pm/hydra/tools/bootstrap/external/Makefile.mk  |    2 +-
 src/pm/hydra/tools/bootstrap/external/cobalt.h     |    2 +-
 .../hydra/tools/bootstrap/external/cobalt_init.c   |    2 +-
 .../bootstrap/external/cobalt_query_node_list.c    |    2 +-
 src/pm/hydra/tools/bootstrap/external/common.h     |    2 +-
 .../tools/bootstrap/external/external_common.c     |    2 +-
 .../hydra/tools/bootstrap/external/external_init.c |    2 +-
 src/pm/hydra/tools/bootstrap/external/fork_init.c  |    2 +-
 src/pm/hydra/tools/bootstrap/external/ll.h         |    2 +-
 src/pm/hydra/tools/bootstrap/external/ll_env.c     |    2 +-
 src/pm/hydra/tools/bootstrap/external/ll_init.c    |    2 +-
 .../tools/bootstrap/external/ll_query_node_list.c  |    2 +-
 .../tools/bootstrap/external/ll_query_proxy_id.c   |    2 +-
 src/pm/hydra/tools/bootstrap/external/lsf.h        |    2 +-
 src/pm/hydra/tools/bootstrap/external/lsf_env.c    |    2 +-
 src/pm/hydra/tools/bootstrap/external/lsf_init.c   |    2 +-
 .../tools/bootstrap/external/lsf_query_node_list.c |    2 +-
 .../hydra/tools/bootstrap/external/manual_init.c   |    2 +-
 src/pm/hydra/tools/bootstrap/external/pbs.h        |    2 +-
 src/pm/hydra/tools/bootstrap/external/pbs_env.c    |    2 +-
 .../hydra/tools/bootstrap/external/pbs_finalize.c  |    2 +-
 src/pm/hydra/tools/bootstrap/external/pbs_init.c   |    2 +-
 src/pm/hydra/tools/bootstrap/external/pbs_launch.c |    2 +-
 .../tools/bootstrap/external/pbs_query_node_list.c |    2 +-
 src/pm/hydra/tools/bootstrap/external/pbs_wait.c   |    2 +-
 src/pm/hydra/tools/bootstrap/external/rsh.h        |    2 +-
 src/pm/hydra/tools/bootstrap/external/rsh_env.c    |    2 +-
 src/pm/hydra/tools/bootstrap/external/rsh_init.c   |    2 +-
 src/pm/hydra/tools/bootstrap/external/sge.h        |    2 +-
 src/pm/hydra/tools/bootstrap/external/sge_env.c    |    2 +-
 src/pm/hydra/tools/bootstrap/external/sge_init.c   |    2 +-
 .../tools/bootstrap/external/sge_query_node_list.c |    2 +-
 src/pm/hydra/tools/bootstrap/external/slurm.h      |    2 +-
 src/pm/hydra/tools/bootstrap/external/slurm_env.c  |    2 +-
 src/pm/hydra/tools/bootstrap/external/slurm_init.c |    2 +-
 .../bootstrap/external/slurm_query_node_list.c     |    2 +-
 .../bootstrap/external/slurm_query_proxy_id.c      |    2 +-
 src/pm/hydra/tools/bootstrap/external/ssh.c        |    2 +-
 src/pm/hydra/tools/bootstrap/external/ssh.h        |    2 +-
 src/pm/hydra/tools/bootstrap/external/ssh_env.c    |    2 +-
 src/pm/hydra/tools/bootstrap/external/ssh_init.c   |    2 +-
 src/pm/hydra/tools/bootstrap/external/user_init.c  |    2 +-
 src/pm/hydra/tools/bootstrap/persist/Makefile.mk   |    2 +-
 src/pm/hydra/tools/bootstrap/persist/persist.h     |    2 +-
 .../hydra/tools/bootstrap/persist/persist_client.h |    2 +-
 .../hydra/tools/bootstrap/persist/persist_server.c |    2 +-
 .../hydra/tools/bootstrap/persist/persist_server.h |    2 +-
 .../hydra/tools/bootstrap/persist/persist_wait.c   |    2 +-
 src/pm/hydra/tools/bootstrap/src/Makefile.mk       |    2 +-
 src/pm/hydra/tools/bootstrap/src/bsci_init.c.in    |    2 +-
 src/pm/hydra/tools/bootstrap/utils/Makefile.mk     |    2 +-
 src/pm/hydra/tools/ckpoint/Makefile.mk             |    2 +-
 src/pm/hydra/tools/ckpoint/blcr/ckpoint_blcr.h     |    2 +-
 src/pm/hydra/tools/ckpoint/ckpoint.c               |    2 +-
 src/pm/hydra/tools/ckpoint/ckpoint.h               |    2 +-
 src/pm/hydra/tools/debugger/debugger.c             |    2 +-
 src/pm/hydra/tools/debugger/debugger.h             |    2 +-
 src/pm/hydra/tools/demux/demux_internal.h          |    2 +-
 src/pm/hydra/tools/demux/demux_poll.c              |    2 +-
 src/pm/hydra/tools/demux/demux_select.c            |    2 +-
 src/pm/hydra/tools/ftb/hydt_ftb.c                  |    2 +-
 src/pm/hydra/tools/ftb/hydt_ftb.h                  |    2 +-
 src/pm/hydra/tools/ftb/hydt_ftb_dummy.c            |    2 +-
 src/pm/hydra/tools/nameserver/Makefile.mk          |    2 +-
 src/pm/hydra/tools/nameserver/hydra_nameserver.c   |    2 +-
 src/pm/hydra/tools/topo/hwloc/Makefile.mk          |    2 +-
 src/pm/hydra/tools/topo/hwloc/topo_hwloc.c         |    2 +-
 src/pm/hydra/tools/topo/hwloc/topo_hwloc.h         |    2 +-
 src/pm/hydra/tools/topo/topo.c                     |    2 +-
 src/pm/hydra/tools/topo/topo.h                     |    2 +-
 src/pm/hydra/ui/include/ui.h                       |    2 +-
 src/pm/hydra/ui/mpich/Makefile.mk                  |    2 +-
 src/pm/hydra/ui/mpich/mpiexec.h                    |    2 +-
 src/pm/hydra/ui/utils/uiu.h                        |    2 +-
 src/pm/hydra/utils/Makefile.mk                     |    2 +-
 src/pm/hydra/utils/alloc/alloc.c                   |    2 +-
 src/pm/hydra/utils/others/others.c                 |    2 +-
 src/pm/hydra/utils/string/string.c                 |    2 +-
 src/pm/remshell/Makefile.mk                        |    2 +-
 src/pmi/pmi2/Makefile.mk                           |    2 +-
 src/pmi/pmi2/simple/Makefile.mk                    |    2 +-
 src/util/mem/trmem.c                               |    2 +-
 test/mpi/attr/attrend2.c                           |    2 +-
 test/mpi/coll/red_scat_block2.c                    |    2 +-
 test/mpi/comm/comm_idup_mul.c                      |    2 +-
 test/mpi/cxx/attr/Makefile.am                      |    2 +-
 test/mpi/cxx/coll/Makefile.am                      |    2 +-
 test/mpi/errors/f77/io/Makefile.am                 |    2 +-
 test/mpi/f77/coll/split_typef.f                    |    2 +-
 test/mpi/f77/ext/ctypesinf.f                       |    2 +-
 test/mpi/f77/pt2pt/dummyf.f                        |    2 +-
 test/mpi/f77/topo/dgraph_unwgtf.f                  |    2 +-
 test/mpi/f77/topo/dgraph_wgtf.f                    |    2 +-
 test/mpi/impls/hydra/dummy.c                       |    2 +-
 test/mpi/impls/mpich/Makefile.am                   |    2 +-
 .../mpi_t/nem_fbox_fallback_to_queue_count.c       |    2 +-
 .../manual/mpi_t/unexpected_recvq_buffer_size.c    |    2 +-
 test/mpi/mpi_t/Makefile.am                         |    2 +-
 test/mpi/mpi_t/mpi_t_str.c                         |    2 +-
 test/mpi/rma/manyrma3.c                            |    2 +-
 test/mpi/rma/rmazero.c                             |    2 +-
 test/mpi/rma/strided_getacc_indexed_shared.c       |    2 +-
 test/mpi/rma/strided_putget_indexed_shared.c       |    2 +-
 test/mpi/spawn/spawnmanyarg.c                      |    2 +-
 test/mpi/threads/mpi_t/Makefile.am                 |    2 +-
 test/mpi/topo/dims4.c                              |    2 +-
 test/mpix/mutex/mutex_lock_unlock.c                |    2 +-
 171 files changed, 199 insertions(+), 172 deletions(-)
 create mode 100755 maint/check_copyright.bash


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list