Skip to content

Commit

Permalink
Merge pull request #10 from chuckatkins/insert-copyright-headers
Browse files Browse the repository at this point in the history
Add copyright / license headers
  • Loading branch information
Chuck Atkins authored Mar 30, 2017
2 parents e3c9a81 + c79d502 commit c1dd165
Show file tree
Hide file tree
Showing 124 changed files with 389 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bindings/python/include/ADIOSPy.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* ADIOSPy.h
*
* Created on: Mar 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/include/EnginePy.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* EnginePy.h
*
* Created on: Mar 15, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/include/MethodPy.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* MethodPy.h
*
* Created on: Mar 14, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/include/VariablePy.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* VariablePy.h
*
* Created on: Mar 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/include/adiosPyFunctions.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* adiosPyFunctions.h
*
* Created on: Mar 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/src/ADIOSPy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* ADIOSPy.cpp
*
* Created on: Mar 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/src/EnginePy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* EnginePy.cpp
*
* Created on: Mar 15, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/src/MethodPy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* MethodPy.cpp
*
* Created on: Mar 14, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/src/VariablePy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* VariablePy.cpp
*
* Created on: Mar 17, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/src/adiosPyFunctions.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* adiosPyFunctions.cpp
*
* Created on: Mar 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/src/glueBoostPython.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* glue.cpp
*
* Created on: Mar 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/src/gluePyBind11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* gluePyBind11.cpp
*
* Created on: Mar 16, 2017
Expand Down
4 changes: 4 additions & 0 deletions bindings/python/test_hello.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#
# test_hello.py
# Created on: Feb 2, 2017
# Author: wfg
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindDataMan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

#
# FindDataMan
# ---------
#
Expand Down
5 changes: 5 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

add_subdirectory(hello)
3 changes: 3 additions & 0 deletions examples/globalArray/globalArrayNoXML.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* globalArrayNoXML.cpp
*
* Created on: Oct 31, 2016
Expand Down
3 changes: 3 additions & 0 deletions examples/globalArray/globalArrayXML.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* globalArrayXML.cpp
*
* Created on: Oct 31, 2016
Expand Down
3 changes: 3 additions & 0 deletions examples/globalArray/globalArrayZeroCopy.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* globalArrayZeroCopy.cpp
*
* Created on: Oct 31, 2016
Expand Down
3 changes: 3 additions & 0 deletions examples/groupless/basic/reader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* reader.cpp
*
* Created on: Feb 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/groupless/basic/writer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* writer.cpp
*
* Created on: Feb 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/groupless/compound/reader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* reader.cpp
*
* Created on: Feb 21, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/groupless/compound/writer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* writer.cpp
*
* Created on: Feb 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/groupless/multistep/reader_allsteps.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* reader.cpp
*
* Created on: Feb 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/groupless/multistep/reader_stepping.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* reader.cpp
*
* Created on: Feb 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/groupless/multistep/writer_multistep.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* writer.cpp
*
* Created on: Feb 13, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/HeatTransfer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* heatTransfer.cpp
*
* Recreates heat_transfer.f90 (Fortran) in C++
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/HeatTransfer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* HeatTransfer.h
*
* Created on: Feb 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/IO.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* IO.h
*
* Created on: Feb 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/IO_adios1.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* IO_ADIOS1.cpp
*
* Created on: Feb 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/IO_adios2.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* IO_ADIOS2.cpp
*
* Created on: Feb 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/IO_ascii.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* IO_ascii.cpp
*
* Created on: Feb 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/IO_hdf5_a.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* IO_hdf5_a.cpp
*
* Write output with sequential HDF5, one file per process, one separate set per
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/Settings.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* Settings.cpp
*
* Created on: Feb 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/Settings.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* Settings.h
*
* Created on: Feb 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/heatTransfer/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* main.cpp
*
* Recreates heat_transfer.f90 (Fortran) ADIOS tutorial example in C++
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/C/helloFStream.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloFStream.c Test for C API version of helloFStream
* Created on: Nov 2, 2016
* Author: wfg
Expand Down
5 changes: 5 additions & 0 deletions examples/hello/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

add_subdirectory(bpWriter)
add_subdirectory(timeBP)

Expand Down
3 changes: 3 additions & 0 deletions examples/hello/adios1Writer/helloADIOS1Writer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloWriter.cpp
*
* Created on: Feb 16, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/adios1Writer/helloADIOS1Writer_nompi.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloADIOSNoXML_OOP.cpp
*
* Created on: Jan 9, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/bpReader/helloBPReader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloWriter.cpp
*
* Created on: Feb 16, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/bpReader/helloBPReader_nompi.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloADIOSNoXML_OOP.cpp
*
* Created on: Jan 9, 2017
Expand Down
5 changes: 5 additions & 0 deletions examples/hello/bpWriter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

add_executable(hello_bpWriter helloBPWriter.cpp)
target_link_libraries(hello_bpWriter adios2)

Expand Down
3 changes: 3 additions & 0 deletions examples/hello/bpWriter/helloBPWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloWriter.cpp
*
* Created on: Feb 16, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/bpWriter/helloBPWriter_nompi.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloADIOSNoXML_OOP.cpp
*
* Created on: Jan 9, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/compound/helloCompound.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloCompound.cpp
*
* Created on: Feb 20, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/compound/helloCompound_nompi.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloCompound.cpp
*
* Created on: Feb 20, 2017
Expand Down
5 changes: 5 additions & 0 deletions examples/hello/datamanReader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

add_executable(hello_datamanReader helloDataManReader.cpp)
target_link_libraries(hello_datamanReader adios2)

Expand Down
3 changes: 3 additions & 0 deletions examples/hello/datamanReader/helloDataManReader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloDataManReader.cpp
*
* Created on: Feb 16, 2017
Expand Down
3 changes: 3 additions & 0 deletions examples/hello/datamanReader/helloDataManReader_nompi.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* helloADIOSNoXML_OOP.cpp
*
* Created on: Jan 9, 2017
Expand Down
Loading

0 comments on commit c1dd165

Please sign in to comment.