aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/check_hkl.c17
-rw-r--r--src/cl-utils.c17
-rw-r--r--src/cl-utils.h17
-rw-r--r--src/compare_hkl.c17
-rw-r--r--src/diffraction-gpu.c17
-rw-r--r--src/diffraction-gpu.h17
-rw-r--r--src/diffraction.c17
-rw-r--r--src/diffraction.h17
-rw-r--r--src/dw-hdfsee.c17
-rw-r--r--src/dw-hdfsee.h17
-rw-r--r--src/get_hkl.c17
-rw-r--r--src/hdfsee-render.c17
-rw-r--r--src/hdfsee-render.h17
-rw-r--r--src/hdfsee.c17
-rw-r--r--src/hdfsee.h17
-rw-r--r--src/hrs-scaling.c17
-rw-r--r--src/hrs-scaling.h17
-rw-r--r--src/indexamajig.c17
-rw-r--r--src/list_tmp.h20
-rw-r--r--src/partial_sim.c17
-rw-r--r--src/partialator.c17
-rw-r--r--src/pattern_sim.c17
-rw-r--r--src/pattern_sim.h17
-rw-r--r--src/post-refinement.c17
-rw-r--r--src/post-refinement.h17
-rw-r--r--src/powder_plot.c19
-rw-r--r--src/process_hkl.c21
-rw-r--r--src/render_hkl.c17
-rw-r--r--src/render_hkl.h17
-rw-r--r--src/scaling-report.c17
-rw-r--r--src/scaling-report.h17
31 files changed, 473 insertions, 63 deletions
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/>.
*
*/