Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 8, 2019
1 parent 9d38a96 commit 0a66eb2
Show file tree
Hide file tree
Showing 1,571 changed files with 1,573 additions and 1,573 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ new shell.
Copyright and License information
=================================

IMP is Copyright 2007-2018 IMP Inventors. The IMP Inventors are
IMP is Copyright 2007-2019 IMP Inventors. The IMP Inventors are
Andrej Sali, Ben Webb, Daniel Russel, Keren Lasker, Dina Schneidman,
Javier Velázquez-Muriel, Friedrich Förster, Elina Tjioe, Hao Fan,
Seung Joong Kim, Yannick Spill, Riccardo Pellarin.
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright and licenses {#licenses}
======================

%IMP is Copyright 2007-2018 %IMP Inventors. The %IMP Inventors are
%IMP is Copyright 2007-2019 %IMP Inventors. The %IMP Inventors are
Andrej Sali, Ben Webb, Daniel Russel, Keren Lasker, Dina Schneidman,
Javier Velázquez-Muriel, Friedrich Förster, Elina Tjioe, Hao Fan,
Seung Joong Kim, Yannick Spill, Riccardo Pellarin.
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/benchmark/benchmark_grid_traversal.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/
#include <IMP/benchmark/benchmark_config.h>
#include <IMP/benchmark/benchmark_macros.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/benchmark/benchmark_knn.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#include <IMP/algebra.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/benchmark/benchmark_rotate.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/
#include <IMP/algebra.h>
#include <boost/timer.hpp>
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/benchmark/benchmark_surface.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#include <IMP/algebra/connolly_surface.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/examples/grid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \example grid.cpp
* \brief Show some of the basics of using a grid from C++.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/
#include <IMP/algebra/standard_grids.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/BoundingBoxD.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/BoundingBoxD.h \brief A bounding box in D dimensions.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Cone3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Cone3D.h
* \brief Represent a cone in 3D.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_CONE_3D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Cylinder3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Cylinder3D.h
* \brief Represent a cylinder in 3D.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_CYLINDER_3D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Ellipsoid3D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Ellipsoid3D.h \brief Simple 3D ellipsoid class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Gaussian3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Gaussian3D.h
* \brief Gaussian shape
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/GeometricPrimitiveD.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/GeometricPrimitiveD.h
* \brief Base class for geometric types.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/GridD.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/GridD.h \brief A class to represent a voxel grid.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Line3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Line3D.h
* \brief Simple implementation of lines in 3D
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_LINE_3D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/LinearFit.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/LinearFit.h
* \brief Linear fit of data points
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/ParabolicFit.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/ParabolicFit.h
* \brief Fit data with parabola
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Plane3D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Plane3D.h \brief Simple 3D plane class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/ReferenceFrame3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/ReferenceFrame3D.h
* \brief A reference frame in 3D.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Reflection3D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Reflection3D.h \brief Reflect about a plane in 3D.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Rotation2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Rotation2D.h
* \brief Represent a rotation in 2D space.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_ROTATION_2D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Rotation3D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Rotation3D.h \brief Simple 3D rotation class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Segment3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Segment3D.h
* \brief Simple implementation of segments in 3D
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_SEGMENT_3D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Sphere3D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Sphere3D.h \brief Simple 3D sphere class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/SphereD.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/SphereD.h \brief Simple 3D sphere class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/SpherePatch3D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/SpherePatch3D.h \brief Simple 3D sphere patch class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/SphericalVector3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/SphericalVector3D.h
* \brief Stores and converts spherical coordinates
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_SPHERICAL_VECTOR_3D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Torus3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Torus3D.h
* \brief Represent a torus in 3D.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_TORUS_3D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Transformation2D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Transformation2D.h
* \brief 2D transformations.
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Transformation3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Transformation3D.h
* \brief Simple 3D transformation class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Triangle3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/Triangle3D.h
* \brief Represent a triangle in 3D
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_TRIANGLE_3D_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Vector2D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Vector2D.h \brief Simple 2D vector class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/Vector3D.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/Vector3D.h \brief Simple 3D vector class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/VectorBaseD.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/VectorBaseD.h \brief Simple D vector class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/VectorD.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/VectorD.h \brief Simple D vector class.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/algebra_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/algebra_macros.h
* \brief Various helper macros.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/connolly_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/connolly_surface.h
* \brief Generate surface for a set of atoms.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/constants.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/constants.h \brief Various useful constants.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/distance.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/distance.h
* \brief Distance metrics.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/eigen_analysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/eigen_analysis.h
* \brief Principal component analysis of a set of points
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_EIGEN_ANALYSIS_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/endian.h
* \brief Functions to deal with byte order.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_ENDIAN_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/geometric_alignment.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/geometric_alignment.h
* \brief align sets of points.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*/

#ifndef IMPALGEBRA_GEOMETRIC_ALIGNMENT_H
Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/geometric_primitive_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/geometric_primitive_macros.h
* \brief Various important macros for implementing geometry.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/grid_embeddings.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file IMP/algebra/grid_embeddings.h
* \brief A class to represent a voxel grid.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/algebra/include/grid_indexes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file IMP/algebra/grid_indexes.h \brief A class to represent a voxel grid.
*
* Copyright 2007-2018 IMP Inventors. All rights reserved.
* Copyright 2007-2019 IMP Inventors. All rights reserved.
*
*/

Expand Down
Loading

0 comments on commit 0a66eb2

Please sign in to comment.