Skip to content

Commit

Permalink
Updated copyright notice for 2018, adjusted README-like files
Browse files Browse the repository at this point in the history
  • Loading branch information
galexv committed Jan 3, 2018
1 parent 7f5ea9e commit 9f53374
Show file tree
Hide file tree
Showing 300 changed files with 397 additions and 378 deletions.
27 changes: 7 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,10 @@ Contributions are welcome!

The basic guidelines for contributing:

* GitHub is used as the collaborative environment. You are welcome to
clone [our repo](https://github.com/ALPSCore/ALPSCore) and submit a
pull request.
* Bug reports and feature requests should be submitted to the
project's [issue tracker](https://github.com/ALPSCore/ALPSCore/issues).
* The project uses CMake as its build system.
* Contributed code should be structured as described in
[Repository structure](https://github.com/ALPSCore/ALPSCore/wiki/Repository-structure).
* Any new code should be accompanied by a unit test using
[Google Test](https://github.com/google/googletest).
* The only allowed
[dependencies](https://github.com/ALPSCore/ALPSCore/wiki/Installation#prerequisites)
are [Boost](http://boost.org), HDF5 and MPI.
* Introducing dependencies on Boost libraries that are
[not header-only](http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html#header-only-libraries)
is discouraged unless really necessary.
* The language is C++03 to minimize incompatibilities with existing
HPC (High Performance Computing) systems (if you really, really need
to use a C++11 feature,
[it can be discussed](https://github.com/ALPSCore/ALPSCore/issues)).
* GitHub is used as the collaborative environment. You are welcome to clone [our repo](https://github.com/ALPSCore/ALPSCore) and submit a pull request.
* Bug reports and feature requests should be submitted to the project's [issue tracker](https://github.com/ALPSCore/ALPSCore/issues).
* The project uses [CMake 3.1](https://cmake.org/cmake/help/v3.1/) as its build system.
* Contributed code should be structured as described in [Repository structure](https://github.com/ALPSCore/ALPSCore/wiki/Repository-structure).
* Any new code should be accompanied by a unit test using [Google Test](https://github.com/google/googletest).
* The only allowed [dependencies](https://github.com/ALPSCore/ALPSCore/wiki/Installation#prerequisites) are [**header-only**](http://www.boost.org/doc/libs/release/more/getting_started/unix-variants.html#header-only-libraries) [Boost](http://boost.org), HDF5 and MPI.
* The language is C++11 to minimize incompatibilities with existing HPC (High Performance Computing) systems (if you really, really need to use a C++14 or newer feature, [it can be discussed](https://github.com/ALPSCore/ALPSCore/issues)).
2 changes: 1 addition & 1 deletion COPYRIGHT.TXT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (C) 2012-17 University of Michigan
Copyright (C) 2012-18 University of Michigan
Copyright (C) 1998-14 ETH Zurich
2 changes: 1 addition & 1 deletion HEADER.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
All rights reserved. Use is subject to license terms. See LICENSE.TXT
For use in publications, see ACKNOWLEDGE.TXT
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
The ALPSCore project, based on the ALPS (Algorithms and Libraries for Physics Simulations) project, provides generic algorithms and utilities for physics problems. It strives to increase software reuse in the physics community.

For copyright see COPYRIGHT.txt
For licensing see LICENSE.txt
For acknowledgment in scientific publications see ACKNOWLEDGE.txt
For copyright see [COPYRIGHT.TXT][]
For licensing see [LICENSE.TXT][]
For acknowledgment in scientific publications see [ACKNOWLEDGE.TXT][]

[COPYRIGHT.TXT]: ./COPYRIGHT.TXT
[LICENSE.TXT]: ./LICENSE.TXT
[ACKNOWLEDGE.TXT]: ./ACKNOWLEDGE.TXT
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/accumulator.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/archive_traits.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/convergence.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/feature.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/feature/count.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/feature/error.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/feature/mean.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/feature/weight.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/mpi.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/parameter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/wrapper_set.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators/wrappers.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/include/alps/accumulators_.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/src/accumulator.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/src/accumulators.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/src/wrapper_set.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/acc_check_eigen.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/acc_count_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/accumulator_generator.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/add_accumulators.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/autocorrelation.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/binop_mixed.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/binop_mixed_faildemo.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/binop_with_constant.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/binop_with_scalar.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/count.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/custom_type.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/custom_type.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/divide_accumulators.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/divide_accumulators2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/get_results.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/mean.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/mean_err_count.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/mean_wrapped.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/merge.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/mpi_merge.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/mpi_merge_uneven.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/mult_by_constant.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/negative_error.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/nonexistent.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/print.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/save_load.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/save_load2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
2 changes: 1 addition & 1 deletion accumulators/test/scalar_result_type.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 1998-2017 ALPS Collaboration. See COPYRIGHT.TXT
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
* For use in publications, see ACKNOWLEDGE.TXT
*/
Expand Down
Loading

0 comments on commit 9f53374

Please sign in to comment.