diff options
72 files changed, 1095 insertions, 177 deletions
diff --git a/libcrystfel/src/beam-parameters.c b/libcrystfel/src/beam-parameters.c index ac30ad04..082e9651 100644 --- a/libcrystfel/src/beam-parameters.c +++ b/libcrystfel/src/beam-parameters.c @@ -3,13 +3,25 @@ * * Beam parameters * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/beam-parameters.h b/libcrystfel/src/beam-parameters.h index 411ab449..6f5d8a75 100644 --- a/libcrystfel/src/beam-parameters.h +++ b/libcrystfel/src/beam-parameters.h @@ -3,13 +3,25 @@ * * Beam parameters * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef BEAM_PARAMETERS_H #define BEAM_PARAMETERS_H diff --git a/libcrystfel/src/cell.c b/libcrystfel/src/cell.c index 38bca61c..59910605 100644 --- a/libcrystfel/src/cell.c +++ b/libcrystfel/src/cell.c @@ -3,9 +3,22 @@ * * Unit Cell Calculations * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h index e69ce721..f4b7a7c8 100644 --- a/libcrystfel/src/cell.h +++ b/libcrystfel/src/cell.h @@ -3,9 +3,22 @@ * * Unit Cell Calculations * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index 91aa6c6e..ee2a8ac5 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -3,14 +3,26 @@ * * Detector properties * - * (c) 2006-2011 Thomas White <taw@physics.org> - * (c) 2011 Rick Kirian <rkirian@asu.edu> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Rick Kirian <rkirian@asu.edu> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #define _ISOC99_SOURCE #define _GNU_SOURCE #include <stdlib.h> diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 0bffd043..74e26cfa 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -3,10 +3,23 @@ * * Detector properties * - * (c) 2006-2011 Thomas White <taw@physics.org> - * (c) 2011 Rick Kirian <rkirian@asu.edu> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Rick Kirian <rkirian@asu.edu> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c index 1abfd64c..b6276fbd 100644 --- a/libcrystfel/src/dirax.c +++ b/libcrystfel/src/dirax.c @@ -3,13 +3,25 @@ * * Invoke the DirAx auto-indexing program * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/dirax.h b/libcrystfel/src/dirax.h index 8c429710..5b89196d 100644 --- a/libcrystfel/src/dirax.h +++ b/libcrystfel/src/dirax.h @@ -3,13 +3,25 @@ * * Invoke the DirAx auto-indexing program * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef DIRAX_H #define DIRAX_H diff --git a/libcrystfel/src/filters.c b/libcrystfel/src/filters.c index c4e409df..5bfab0ab 100644 --- a/libcrystfel/src/filters.c +++ b/libcrystfel/src/filters.c @@ -3,13 +3,25 @@ * * Image filtering * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/filters.h b/libcrystfel/src/filters.h index 6b35d7e8..1cf8a80c 100644 --- a/libcrystfel/src/filters.h +++ b/libcrystfel/src/filters.h @@ -3,13 +3,25 @@ * * Image filtering * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef FILTERS_H #define FILTERS_H diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c index e05cbdc7..1aa834ec 100644 --- a/libcrystfel/src/geometry.c +++ b/libcrystfel/src/geometry.c @@ -3,9 +3,22 @@ * * Geometry of diffraction * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index 943a95b0..5264e4ee 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -3,9 +3,22 @@ * * Geometry of diffraction * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index d488de7a..05cff70c 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -3,13 +3,25 @@ * * Read/write HDF5 data files * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index 385e919c..eec71554 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -3,9 +3,22 @@ * * Read/write HDF5 data files * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index a682f87d..e54e645c 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -3,13 +3,25 @@ * * Handle images and image features * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #define _ISOC99_SOURCE #include <stdlib.h> #include <assert.h> diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 5f11b425..a6120066 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -3,13 +3,25 @@ * * Handle images and image features * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/index-priv.h b/libcrystfel/src/index-priv.h index 3d8c8a22..566c72fa 100644 --- a/libcrystfel/src/index-priv.h +++ b/libcrystfel/src/index-priv.h @@ -3,13 +3,25 @@ * * Indexing private data * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef INDEXPRIV_H #define INDEXPRIV_H diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 31239179..d97ef07c 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -3,14 +3,26 @@ * * Perform indexing (somehow) * - * (c) 2006-2012 Thomas White <taw@physics.org> - * (c) 2010 Richard Kirian <rkirian@asu.edu> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Rick Kirian <rkirian@asu.edu> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 1457e93f..464e754a 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -3,13 +3,25 @@ * * Perform indexing (somehow) * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef INDEX_H #define INDEX_H diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c index f415271c..c344dd53 100644 --- a/libcrystfel/src/mosflm.c +++ b/libcrystfel/src/mosflm.c @@ -3,10 +3,23 @@ * * Invoke the DPS auto-indexing algorithm through MOSFLM * - * (c) 2010 Richard Kirian <rkirian@asu.edu> - * (c) 2006-2012 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Richard Kirian <rkirian@asu.edu> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h index 82b80a44..c7b52241 100644 --- a/libcrystfel/src/mosflm.h +++ b/libcrystfel/src/mosflm.h @@ -3,14 +3,26 @@ * * Invoke the DPS auto-indexing algorithm through MOSFLM * - * (c) 2010 Richard Kirian <rkirian@asu.edu> - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Rick Kirian <rkirian@asu.edu> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef MOSFLM_H #define MOSFLM_H diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c index 067d32a4..fa765b65 100644 --- a/libcrystfel/src/peaks.c +++ b/libcrystfel/src/peaks.c @@ -3,10 +3,23 @@ * * Peak search and other image analysis * - * (c) 2006-2012 Thomas White <taw@physics.org> - * 2011 Andrew Martin + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Andrew Martin <andrew.martin@desy.de> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h index ffeb896b..2360dc42 100644 --- a/libcrystfel/src/peaks.h +++ b/libcrystfel/src/peaks.h @@ -3,13 +3,25 @@ * * Peak search and other image analysis * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef PEAKS_H #define PEAKS_H diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c index d624e236..057a89aa 100644 --- a/libcrystfel/src/reax.c +++ b/libcrystfel/src/reax.c @@ -3,13 +3,25 @@ * * A new auto-indexer * - * (c) 2011-2012 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h index 60decac9..af514b89 100644 --- a/libcrystfel/src/reax.h +++ b/libcrystfel/src/reax.h @@ -3,13 +3,25 @@ * * A new auto-indexer * - * (c) 2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef REAX_H #define REAX_H diff --git a/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c index 66bd377e..8ad33f3f 100644 --- a/libcrystfel/src/reflist-utils.c +++ b/libcrystfel/src/reflist-utils.c @@ -3,13 +3,25 @@ * * Utilities to complement the core reflist.c * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #define _ISOC99_SOURCE #define _GNU_SOURCE #include <math.h> diff --git a/libcrystfel/src/reflist-utils.h b/libcrystfel/src/reflist-utils.h index 2da0dec1..f03be906 100644 --- a/libcrystfel/src/reflist-utils.h +++ b/libcrystfel/src/reflist-utils.h @@ -3,9 +3,22 @@ * * Utilities to complement the core reflist.c * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/reflist.c b/libcrystfel/src/reflist.c index 18856c67..4bfa113c 100644 --- a/libcrystfel/src/reflist.c +++ b/libcrystfel/src/reflist.c @@ -3,13 +3,25 @@ * * Fast reflection/peak list * - * (c) 2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #include <stdlib.h> #include <assert.h> #include <stdio.h> diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h index 955db69b..fe1ca2af 100644 --- a/libcrystfel/src/reflist.h +++ b/libcrystfel/src/reflist.h @@ -3,9 +3,22 @@ * * Fast reflection/peak list * - * (c) 2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/render.c b/libcrystfel/src/render.c index 896d3eca..2d61a399 100644 --- a/libcrystfel/src/render.c +++ b/libcrystfel/src/render.c @@ -3,9 +3,22 @@ * * Render a high dynamic range buffer in some sensible way * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/render.h b/libcrystfel/src/render.h index f456616f..836909ad 100644 --- a/libcrystfel/src/render.h +++ b/libcrystfel/src/render.h @@ -3,13 +3,25 @@ * * Render a high dynamic range buffer in some sensible way * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/statistics.c b/libcrystfel/src/statistics.c index 83cac13c..24def424 100644 --- a/libcrystfel/src/statistics.c +++ b/libcrystfel/src/statistics.c @@ -3,13 +3,25 @@ * * Structure-factor statistics * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/statistics.h b/libcrystfel/src/statistics.h index 8fa78ea6..8b2c957c 100644 --- a/libcrystfel/src/statistics.h +++ b/libcrystfel/src/statistics.h @@ -3,9 +3,22 @@ * * Structure-factor statistics * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index b713e399..165e9085 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -3,10 +3,23 @@ * * Stream tools * - * (c) 2006-2011 Thomas White <taw@physics.org> - * (c) 2011 Rick Kirian <rkirian@asu.edu> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Rick Kirian <rkirian@asu.edu> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h index ba218fb9..f3958097 100644 --- a/libcrystfel/src/stream.h +++ b/libcrystfel/src/stream.h @@ -3,9 +3,22 @@ * * Stream tools * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/symmetry.c b/libcrystfel/src/symmetry.c index c961b7be..d46614a6 100644 --- a/libcrystfel/src/symmetry.c +++ b/libcrystfel/src/symmetry.c @@ -3,13 +3,25 @@ * * Symmetry * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/symmetry.h b/libcrystfel/src/symmetry.h index 78a13922..ac61b7f1 100644 --- a/libcrystfel/src/symmetry.h +++ b/libcrystfel/src/symmetry.h @@ -3,13 +3,25 @@ * * Symmetry * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef SYMMETRY_H #define SYMMETRY_H diff --git a/libcrystfel/src/thread-pool.c b/libcrystfel/src/thread-pool.c index 0ae26e17..cd092351 100644 --- a/libcrystfel/src/thread-pool.c +++ b/libcrystfel/src/thread-pool.c @@ -3,13 +3,25 @@ * * A thread pool implementation * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/libcrystfel/src/thread-pool.h b/libcrystfel/src/thread-pool.h index a99a7ade..33849e25 100644 --- a/libcrystfel/src/thread-pool.h +++ b/libcrystfel/src/thread-pool.h @@ -3,13 +3,25 @@ * * A thread pool implementation * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ - #ifndef THREAD_POOL_H #define THREAD_POOL_H diff --git a/libcrystfel/src/utils.c b/libcrystfel/src/utils.c index 6242cc95..bc1408e7 100644 --- a/libcrystfel/src/utils.c +++ b/libcrystfel/src/utils.c @@ -3,9 +3,22 @@ * * Utility stuff * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/libcrystfel/src/utils.h b/libcrystfel/src/utils.h index ab86097b..8d5ee479 100644 --- a/libcrystfel/src/utils.h +++ b/libcrystfel/src/utils.h @@ -3,9 +3,22 @@ * * Utility stuff * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/check_hkl.c b/src/check_hkl.c index 99f49252..bdcc838f 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -3,9 +3,22 @@ * * Characterise reflection lists * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/cl-utils.c b/src/cl-utils.c index 65a09363..3c45978a 100644 --- a/src/cl-utils.c +++ b/src/cl-utils.c @@ -3,9 +3,22 @@ * * OpenCL utility functions * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/cl-utils.h b/src/cl-utils.h index 21a7ecd2..6b88e61e 100644 --- a/src/cl-utils.h +++ b/src/cl-utils.h @@ -3,9 +3,22 @@ * * OpenCL utility functions * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 4445b182..9d848fe1 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -3,9 +3,22 @@ * * Compare reflection lists * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/diffraction-gpu.c b/src/diffraction-gpu.c index 464adf02..cfb3c187 100644 --- a/src/diffraction-gpu.c +++ b/src/diffraction-gpu.c @@ -3,9 +3,22 @@ * * Calculate diffraction patterns by Fourier methods (GPU version) * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/diffraction-gpu.h b/src/diffraction-gpu.h index a3bde4e1..dc95a43f 100644 --- a/src/diffraction-gpu.h +++ b/src/diffraction-gpu.h @@ -3,9 +3,22 @@ * * Calculate diffraction patterns by Fourier methods (GPU version) * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/diffraction.c b/src/diffraction.c index 34dd6f41..d0413863 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -3,9 +3,22 @@ * * Calculate diffraction patterns by Fourier methods * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/diffraction.h b/src/diffraction.h index f71d3cce..8f33c2c1 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -3,9 +3,22 @@ * * Calculate diffraction patterns by Fourier methods * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index ebf9a776..ec30f6eb 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -3,9 +3,22 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h index 8ed0de2a..23584723 100644 --- a/src/dw-hdfsee.h +++ b/src/dw-hdfsee.h @@ -3,9 +3,22 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/get_hkl.c b/src/get_hkl.c index e5e1a180..3ebfe3db 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -3,9 +3,22 @@ * * Small program to manipulate reflection lists * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/hdfsee-render.c b/src/hdfsee-render.c index bb29638a..e5af371f 100644 --- a/src/hdfsee-render.c +++ b/src/hdfsee-render.c @@ -3,9 +3,22 @@ * * Rendering bits for hdfsee * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/hdfsee-render.h b/src/hdfsee-render.h index 6202feb5..c825bcf0 100644 --- a/src/hdfsee-render.h +++ b/src/hdfsee-render.h @@ -3,9 +3,22 @@ * * Rendering bits for hdfsee * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/hdfsee.c b/src/hdfsee.c index 74d38a90..05c9e1dd 100644 --- a/src/hdfsee.c +++ b/src/hdfsee.c @@ -3,9 +3,22 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/hdfsee.h b/src/hdfsee.h index 92a9c441..e159d49b 100644 --- a/src/hdfsee.h +++ b/src/hdfsee.h @@ -3,9 +3,22 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index d17d28b9..fd82536f 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -3,9 +3,22 @@ * * Intensity scaling using generalised HRS target function * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index 3eba8b7d..d13ef66d 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -3,9 +3,22 @@ * * Intensity scaling using generalised HRS target function * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/indexamajig.c b/src/indexamajig.c index 9cc1206f..714c4947 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -3,9 +3,22 @@ * * Index patterns, output hkl+intensity etc. * - * (c) 2006-2012 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/list_tmp.h b/src/list_tmp.h index a524b2f9..63d4ef20 100644 --- a/src/list_tmp.h +++ b/src/list_tmp.h @@ -18,6 +18,26 @@ * */ +/* + * Copyright © 2012 Thomas White <taw@physics.org> + * + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. + * + */ + #include <stdio.h> #define ERROR_T(...) fprintf(stderr, __VA_ARGS__) diff --git a/src/partial_sim.c b/src/partial_sim.c index da7566d5..e9baabcc 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -3,9 +3,22 @@ * * Generate partials for testing scaling * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/partialator.c b/src/partialator.c index a0344b4a..a834aeb3 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -3,9 +3,22 @@ * * Scaling and post refinement for coherent nanocrystallography * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 88781f15..56ac25a9 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -3,9 +3,22 @@ * * Simulate diffraction patterns from small crystals * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/pattern_sim.h b/src/pattern_sim.h index 5d31dadf..496dcfa7 100644 --- a/src/pattern_sim.h +++ b/src/pattern_sim.h @@ -3,9 +3,22 @@ * * Simulate diffraction patterns from small crystals * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/post-refinement.c b/src/post-refinement.c index 0f541ace..783ee238 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -3,9 +3,22 @@ * * Post refinement * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/post-refinement.h b/src/post-refinement.h index 28d65877..364dc1a6 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -3,9 +3,22 @@ * * Post refinement * - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/powder_plot.c b/src/powder_plot.c index 8b870dfc..cd93c7cc 100644 --- a/src/powder_plot.c +++ b/src/powder_plot.c @@ -3,10 +3,23 @@ * * Plot powder patterns * - * (c) 2011 Andrew Aquila <andrew.aquila@cfel.de> - * (c) 2006-2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Andrew Aquila <andrew.aquila@cfel.de> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/process_hkl.c b/src/process_hkl.c index 37183c06..bbb8b0ca 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -3,11 +3,24 @@ * * Assemble and process FEL Bragg intensities * - * (c) 2006-2011 Thomas White <taw@physics.org> - * (c) 2011 Andrew Martin <andrew.martin@desy.de> - * (c) 2011 Lorenzo Galli <lorenzo.galli@desy.de> + * Copyright © 2012 Thomas White <taw@physics.org> + * Copyright © 2012 Andrew Martin <andrew.martin@desy.de> + * Copyright © 2012 Lorenzo Galli <lorenzo.galli@desy.de> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/render_hkl.c b/src/render_hkl.c index f2f60024..ebb2947b 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -3,9 +3,22 @@ * * Draw pretty renderings of reflection lists * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/render_hkl.h b/src/render_hkl.h index 921a9331..02ed040f 100644 --- a/src/render_hkl.h +++ b/src/render_hkl.h @@ -3,9 +3,22 @@ * * Draw pretty renderings of reflection lists * - * (c) 2006-2010 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/scaling-report.c b/src/scaling-report.c index 9ca83552..b18f76cd 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -3,9 +3,22 @@ * * Write a nice PDF of scaling parameters * - * (c) 2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/scaling-report.h b/src/scaling-report.h index 419acc0b..529544a9 100644 --- a/src/scaling-report.h +++ b/src/scaling-report.h @@ -3,9 +3,22 @@ * * Write a nice PDF of scaling parameters * - * (c) 2011 Thomas White <taw@physics.org> + * Copyright © 2012 Thomas White <taw@physics.org> * - * Part of CrystFEL - crystallography with a FEL + * This file is part of CrystFEL. + * + * CrystFEL is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * CrystFEL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. * */ |