aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cell_explorer.c8
-rw-r--r--src/multihistogram.c4
-rw-r--r--src/multihistogram.h4
3 files changed, 11 insertions, 5 deletions
diff --git a/src/cell_explorer.c b/src/cell_explorer.c
index 70df7d02..bbc3f964 100644
--- a/src/cell_explorer.c
+++ b/src/cell_explorer.c
@@ -9,18 +9,20 @@
* Authors:
* 2014 Thomas White <taw@physics.org>
*
- * This program is free software: you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/multihistogram.c b/src/multihistogram.c
index afdb1cdb..cf2b8c2b 100644
--- a/src/multihistogram.c
+++ b/src/multihistogram.c
@@ -9,7 +9,9 @@
* Authors:
* 2013-2014 Thomas White <taw@physics.org>
*
- * This program is free software: you can redistribute it and/or modify
+ * 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.
diff --git a/src/multihistogram.h b/src/multihistogram.h
index f943454a..e4c2ae89 100644
--- a/src/multihistogram.h
+++ b/src/multihistogram.h
@@ -9,7 +9,9 @@
* Authors:
* 2013-2014 Thomas White <taw@physics.org>
*
- * This program is free software: you can redistribute it and/or modify
+ * 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.