Skip to content
GitLab
Menu
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
98b3ee00
Commit
98b3ee00
authored
Jan 15, 2010
by
Thomas White
Browse files
Update copyright dates
parent
8a1980e7
Changes
40
Hide whitespace changes
Inline
Side-by-side
src/cell.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Unit Cell Calculations
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/cell.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Unit Cell Calculations
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/detector.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Detector properties
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/detector.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Detector properties
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/diffraction.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Calculate diffraction patterns by Fourier methods
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/diffraction.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Calculate diffraction patterns by Fourier methods
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/dirax.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Invoke the DirAx auto-indexing program
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/dirax.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Invoke the DirAx auto-indexing program
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/displaywindow.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
@@ -480,7 +480,7 @@ static gint displaywindow_about(GtkWidget *widget, DisplayWindow *dw)
gtk_about_dialog_set_comments
(
GTK_ABOUT_DIALOG
(
window
),
"Quick viewer for HDF files"
);
gtk_about_dialog_set_license
(
GTK_ABOUT_DIALOG
(
window
),
"(c) 2006-200
9
Thomas White <taw@physics.org>
\n
"
);
"(c) 2006-20
1
0 Thomas White <taw@physics.org>
\n
"
);
gtk_about_dialog_set_website
(
GTK_ABOUT_DIALOG
(
window
),
"http://www.bitwiz.org.uk/"
);
gtk_about_dialog_set_authors
(
GTK_ABOUT_DIALOG
(
window
),
authors
);
...
...
src/displaywindow.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/ewald.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Calculate q-vector arrays
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/ewald.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Calculate q-vector arrays
*
* (c) 200
7
-200
9
Thomas White <taw@physics.org>
* (c) 200
6
-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/get_hkl.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Small program to write out a list of h,k,l,I values given a structure
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/hdf5-file.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Read/write HDF5 data files
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/hdf5-file.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Read/write HDF5 data files
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/hdfsee.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/hdfsee.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/image.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Handle images and image features
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/image.h
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Handle images and image features
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/index.c
View file @
98b3ee00
...
...
@@ -3,7 +3,7 @@
*
* Perform indexing (somehow)
*
* (c) 2006-200
9
Thomas White <taw@physics.org>
* (c) 2006-20
1
0 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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