Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
4936bb44
Commit
4936bb44
authored
Feb 22, 2012
by
Thomas White
Browse files
GPLv3 boilerplate comments
parent
54b40940
Changes
72
Hide whitespace changes
Inline
Side-by-side
libcrystfel/src/beam-parameters.c
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/beam-parameters.h
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/cell.c
View file @
4936bb44
...
...
@@ -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/>.
*
*/
...
...
libcrystfel/src/cell.h
View file @
4936bb44
...
...
@@ -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/>.
*
*/
...
...
libcrystfel/src/detector.c
View file @
4936bb44
...
...
@@ -3,14 +3,26 @@
*
* Detector properties
*
*
(c) 2006-2011
Thomas White <taw@physics.org>
*
(c)
201
1
Rick Kirian <rkirian@asu.edu>
*
Copyright © 2012
Thomas White <taw@physics.org>
*
Copyright ©
201
2
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>
...
...
libcrystfel/src/detector.h
View file @
4936bb44
...
...
@@ -3,10 +3,23 @@
*
* Detector properties
*
*
(c) 2006-2011
Thomas White <taw@physics.org>
*
(c)
201
1
Rick Kirian <rkirian@asu.edu>
*
Copyright © 2012
Thomas White <taw@physics.org>
*
Copyright ©
201
2
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/>.
*
*/
...
...
libcrystfel/src/dirax.c
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/dirax.h
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/filters.c
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/filters.h
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/geometry.c
View file @
4936bb44
...
...
@@ -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/>.
*
*/
...
...
libcrystfel/src/geometry.h
View file @
4936bb44
...
...
@@ -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/>.
*
*/
...
...
libcrystfel/src/hdf5-file.c
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/hdf5-file.h
View file @
4936bb44
...
...
@@ -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/>.
*
*/
...
...
libcrystfel/src/image.c
View file @
4936bb44
...
...
@@ -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>
...
...
libcrystfel/src/image.h
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/index-priv.h
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/index.c
View file @
4936bb44
...
...
@@ -3,14 +3,26 @@
*
* Perform indexing (somehow)
*
*
(c) 2006-
2012 Thomas White <taw@physics.org>
*
(c)
201
0
Ric
hard
Kirian <rkirian@asu.edu>
*
Copyright ©
2012 Thomas White <taw@physics.org>
*
Copyright ©
201
2
Ric
k
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
...
...
libcrystfel/src/index.h
View file @
4936bb44
...
...
@@ -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
...
...
libcrystfel/src/mosflm.c
View file @
4936bb44
...
...
@@ -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/>.
*
*/
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment