-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #582 from thomasjacquin/AddContributor
Add contributor
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -961,7 +961,9 @@ const char *locale = DEFAULT_LOCALE; | |
printf("-Yang and Sam from ZWO\n"); | ||
printf("-Robert Wagner\n"); | ||
printf("-Michael J. Kidd - <[email protected]>\n"); | ||
printf("-Chris Kuethe\n\n"); | ||
printf("-Chris Kuethe\n"); | ||
printf("-Eric Claeys\n"); | ||
printf("\n"); | ||
|
||
// The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. | ||
// If you are running the old allsky.sh, set this to false: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -698,7 +698,9 @@ int main(int argc, char *argv[]) | |
printf("-Yang and Sam from ZWO\n"); | ||
printf("-Robert Wagner\n"); | ||
printf("-Michael J. Kidd - <[email protected]>\n"); | ||
printf("-Rob Musquetier\n\n"); | ||
printf("-Rob Musquetier\n"); | ||
printf("-Eric Claeys\n"); | ||
printf("\n"); | ||
|
||
// The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. | ||
// If you are running the old allsky.sh, set this to false: | ||
|