Skip to content

Commit

Permalink
Various documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mystro256 committed Nov 16, 2016
1 parent 9228081 commit b4e5838
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 5 deletions.
8 changes: 5 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Xsensors was written by:

Kris Kersey <[email protected]> (Original core author)
Kris Kersey <[email protected]> (Original core author)
Jean Delvare <[email protected]> (lib3 support)
Joaquim Fellmann <[email protected]> (Initial autoconf and automake)
Joaquim Fellmann <[email protected]> (Initial autoconf and automake)
Nanley Chery (patches for cairo, various)
Jeremy Newton <mystro256> (GTK3/UI improvements, preferences, fixes)

Please send bug fixes to: [email protected]
Please send bug fixes to: https://github.com/Mystro256/xsensors/issues
2 changes: 2 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Please files bugs here:
https://github.com/Mystro256/xsensors/issues
1 change: 1 addition & 0 deletions src/chips.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
chips.c - Part of xsensors
Copyright (c) 2002-2007 Kris Kersey <[email protected]>
2012-2016 Jeremy Newton (mystro256)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions src/chips.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
chips.h - Part of xsensors
Copyright (c) 2002-2007 Kris Kersey <[email protected]>
2012-2016 Jeremy Newton (mystro256)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
8 changes: 6 additions & 2 deletions src/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
gui.c - Part of xsensors
Copyright (c) 2002-2007 Kris Kersey <[email protected]>
2012-2016 Jeremy Newton (mystro256)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -38,9 +39,12 @@ gint destroy_gui( GtkWidget *widget, gpointer data )
/* About Dialog */
gboolean about_callback( GtkWidget *widget, GdkEvent *event )
{
char* authors [4] = {"Kris Kersey",
char* authors [6] = {"Kris Kersey",
"Jean Delvare",
"Joaquim Fellmann",
"Jeremy Newton (mystro256)",
"with patches from Nanley Chery",NULL};
"with patches from Nanley Chery",
NULL};

gtk_show_about_dialog( GTK_WINDOW (mainwindow),
"version", VERSION,
Expand Down
1 change: 1 addition & 0 deletions src/gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
gui.h - Part of xsensors
Copyright (c) 2002-2007 Kris Kersey <[email protected]>
2012-2016 Jeremy Newton (mystro256)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
main.c - Part of xsensors
Copyright (c) 2002-2007 Kris Kersey <[email protected]>
2012-2016 Jeremy Newton (mystro256)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
main.h - Part of xsensors
Copyright (c) 2002-2007 Kris Kersey <[email protected]>
2012-2016 Jeremy Newton (mystro256)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit b4e5838

Please sign in to comment.