[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc4-3-gbc39d1b

Service Account noreply at mpich.org
Wed Feb 19 17:16:58 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  bc39d1b02dec4719db957286fb17f3730100da8e (commit)
      from  e7cef017d770711afd152c3899602c9d58a5c392 (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/bc39d1b02dec4719db957286fb17f3730100da8e

commit bc39d1b02dec4719db957286fb17f3730100da8e
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Mon Feb 17 09:00:11 2014 -0600

    add missing copyright statements
    
    Signed-off-by: Pavan Balaji <balaji at mcs.anl.gov>

diff --git a/src/mpi/debugger/allcommdbg.c b/src/mpi/debugger/allcommdbg.c
index f723257..a7a2cdd 100644
--- a/src/mpi/debugger/allcommdbg.c
+++ b/src/mpi/debugger/allcommdbg.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #include "mpi.h"
 #include <stdio.h>
 
diff --git a/src/mpi/romio/adio/ad_bglockless/ad_bglockless_features.c b/src/mpi/romio/adio/ad_bglockless/ad_bglockless_features.c
index 5e78f80..784f726 100644
--- a/src/mpi/romio/adio/ad_bglockless/ad_bglockless_features.c
+++ b/src/mpi/romio/adio/ad_bglockless/ad_bglockless_features.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 /* begin_generated_IBM_copyright_prolog                             */
 /*                                                                  */
 /* This is an automatically generated copyright prolog.             */
diff --git a/src/mpi/romio/adio/ad_gridftp/ad_gridftp_features.c b/src/mpi/romio/adio/ad_gridftp/ad_gridftp_features.c
index 6eea527..cbdc395 100644
--- a/src/mpi/romio/adio/ad_gridftp/ad_gridftp_features.c
+++ b/src/mpi/romio/adio/ad_gridftp/ad_gridftp_features.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 int ADIOI_GRIDFTP_Feature (ADIO_File fd, int flag)
 {
 	switch(flag) {
diff --git a/src/mpi/romio/adio/ad_nfs/ad_nfs_features.c b/src/mpi/romio/adio/ad_nfs/ad_nfs_features.c
index 1491806..5fb42da 100644
--- a/src/mpi/romio/adio/ad_nfs/ad_nfs_features.c
+++ b/src/mpi/romio/adio/ad_nfs/ad_nfs_features.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #include "adio.h"
 #include "ad_nfs.h"
 
diff --git a/src/mpi/romio/adio/ad_ntfs/ad_ntfs_feature.c b/src/mpi/romio/adio/ad_ntfs/ad_ntfs_feature.c
index 691c224..335b5ae 100644
--- a/src/mpi/romio/adio/ad_ntfs/ad_ntfs_feature.c
+++ b/src/mpi/romio/adio/ad_ntfs/ad_ntfs_feature.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #include "adio.h"
 
 int ADIOI_NTFS_Feature(ADIO_File fd, int flag)
diff --git a/src/mpi/romio/adio/ad_piofs/ad_piofs_features.c b/src/mpi/romio/adio/ad_piofs/ad_piofs_features.c
index 11b17bf..f3b0df6 100644
--- a/src/mpi/romio/adio/ad_piofs/ad_piofs_features.c
+++ b/src/mpi/romio/adio/ad_piofs/ad_piofs_features.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 int ADIOI_PIOFS_Features(int flag)
 {
 	switch(flag) {
diff --git a/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_features.c b/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_features.c
index 71d99e6..3ce72f3 100644
--- a/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_features.c
+++ b/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_features.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #include "adio.h"
 #include "ad_pvfs2.h"
 
diff --git a/src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_features.c b/src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_features.c
index 892e4ca..a3f5c14 100644
--- a/src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_features.c
+++ b/src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_features.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #include "adio.h"
 #include "ad_zoidfs.h"
 
diff --git a/src/mpi/romio/adio/common/ad_features.c b/src/mpi/romio/adio/common/ad_features.c
index 5be6cb3..571f2a5 100644
--- a/src/mpi/romio/adio/common/ad_features.c
+++ b/src/mpi/romio/adio/common/ad_features.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #include "adio.h"
 
 int ADIOI_GEN_Feature(ADIO_File fd, int flag)
diff --git a/src/mpi/romio/test-internal/heap_test.c b/src/mpi/romio/test-internal/heap_test.c
index c47b538..2f0041d 100644
--- a/src/mpi/romio/test-internal/heap_test.c
+++ b/src/mpi/romio/test-internal/heap_test.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #include "../adio/include/heap-sort.h"
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/src/mpi/romio/test/hindexed.c b/src/mpi/romio/test/hindexed.c
index 796c825..ebc0ae8 100644
--- a/src/mpi/romio/test/hindexed.c
+++ b/src/mpi/romio/test/hindexed.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2008 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 /* Wei-keng Liao (wkliao at ece.northwestern.edu) September 8, 2008 */
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/src/pm/hydra/examples/print_cpus_allowed.c b/src/pm/hydra/examples/print_cpus_allowed.c
index 9e5b6f2..0534e03 100644
--- a/src/pm/hydra/examples/print_cpus_allowed.c
+++ b/src/pm/hydra/examples/print_cpus_allowed.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 #define PATH_MAX 1000
 
 #include "mpi.h"
diff --git a/test/mpi/f77/profile/profile1f.f b/test/mpi/f77/profile/profile1f.f
index f3e4af8..a055a92 100644
--- a/test/mpi/f77/profile/profile1f.f
+++ b/test/mpi/f77/profile/profile1f.f
@@ -1,3 +1,8 @@
+C -*- Mode: Fortran; -*-
+C
+C  (C) 2013 by Argonne National Laboratory.
+C      See COPYRIGHT in top-level directory.
+C
        program main
        include "mpif.h"
        integer ierr
diff --git a/test/mpi/manual/mpi_t/mpit_test.c b/test/mpi/manual/mpi_t/mpit_test.c
index 596f2fa..28db9ca 100644
--- a/test/mpi/manual/mpi_t/mpit_test.c
+++ b/test/mpi/manual/mpi_t/mpit_test.c
@@ -1,23 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  Copyright (c) 2011 by Argonne National Laboratory
  *
- *  Permission is hereby granted, free of charge, to any person obtaining a copy
- *  of this software and associated documentation files (the "Software"), to
- *  deal in the Software without restriction, including without limitation the
- *  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
- *  sell copies of the Software, and to permit persons to whom the Software is
- *  furnished to do so, subject to the following conditions:
- *
- *  The above copyright notice and this permission notice shall be included in
- *  all copies or substantial portions of the Software.
- *
- *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- *  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- *  IN THE SOFTWARE.
+ *  (C) 2011 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
 /* A simple test of the proposed MPI_T_ interface that queries all of
diff --git a/test/mpi/manual/mpi_t/mpit_test2.c b/test/mpi/manual/mpi_t/mpit_test2.c
index 656cc59..7ff6d1f 100644
--- a/test/mpi/manual/mpi_t/mpit_test2.c
+++ b/test/mpi/manual/mpi_t/mpit_test2.c
@@ -1,23 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  Copyright (c) 2011 by Argonne National Laboratory
  *
- *  Permission is hereby granted, free of charge, to any person obtaining a copy
- *  of this software and associated documentation files (the "Software"), to
- *  deal in the Software without restriction, including without limitation the
- *  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
- *  sell copies of the Software, and to permit persons to whom the Software is
- *  furnished to do so, subject to the following conditions:
- *
- *  The above copyright notice and this permission notice shall be included in
- *  all copies or substantial portions of the Software.
- *
- *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- *  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- *  IN THE SOFTWARE.
+ *  (C) 2011 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
 /* A simple test of the proposed MPI_T_ interface that assumes the

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

Summary of changes:
 src/mpi/debugger/allcommdbg.c                      |    6 +++++
 .../adio/ad_bglockless/ad_bglockless_features.c    |    6 +++++
 .../romio/adio/ad_gridftp/ad_gridftp_features.c    |    6 +++++
 src/mpi/romio/adio/ad_nfs/ad_nfs_features.c        |    6 +++++
 src/mpi/romio/adio/ad_ntfs/ad_ntfs_feature.c       |    6 +++++
 src/mpi/romio/adio/ad_piofs/ad_piofs_features.c    |    6 +++++
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_features.c    |    6 +++++
 src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_features.c  |    6 +++++
 src/mpi/romio/adio/common/ad_features.c            |    6 +++++
 src/mpi/romio/test-internal/heap_test.c            |    6 +++++
 src/mpi/romio/test/hindexed.c                      |    6 +++++
 src/pm/hydra/examples/print_cpus_allowed.c         |    6 +++++
 test/mpi/f77/profile/profile1f.f                   |    5 ++++
 test/mpi/manual/mpi_t/mpit_test.c                  |   21 ++-----------------
 test/mpi/manual/mpi_t/mpit_test2.c                 |   21 ++-----------------
 15 files changed, 83 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list