summaryrefslogtreecommitdiff
path: root/plugins/gxvideo
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gxvideo')
-rw-r--r--plugins/gxvideo/cfg.c4
-rw-r--r--plugins/gxvideo/cfg.h10
-rw-r--r--plugins/gxvideo/draw.c4
-rw-r--r--plugins/gxvideo/draw.h4
-rw-r--r--plugins/gxvideo/fps.c4
-rw-r--r--plugins/gxvideo/fps.h4
-rw-r--r--plugins/gxvideo/globals.c4
-rw-r--r--plugins/gxvideo/globals.h4
-rw-r--r--plugins/gxvideo/gpu.c4
-rw-r--r--plugins/gxvideo/gpu_utils.h4
-rw-r--r--plugins/gxvideo/gpucfg/main.c4
11 files changed, 25 insertions, 25 deletions
diff --git a/plugins/gxvideo/cfg.c b/plugins/gxvideo/cfg.c
index b64bd99d..603e3a0e 100644
--- a/plugins/gxvideo/cfg.c
+++ b/plugins/gxvideo/cfg.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#include <sys/stat.h>
diff --git a/plugins/gxvideo/cfg.h b/plugins/gxvideo/cfg.h
index 1e1c456c..c34cfc6d 100644
--- a/plugins/gxvideo/cfg.h
+++ b/plugins/gxvideo/cfg.h
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#ifndef _GPU_CFG_H_
@@ -43,8 +43,8 @@ typedef struct {
void ReadConfig(void);
void WriteConfig(void);
void ReadWinSizeConfig(void);
-
-void SoftDlgProc(void);
-void AboutDlgProc(void);
+
+void SoftDlgProc(void);
+void AboutDlgProc(void);
#endif
diff --git a/plugins/gxvideo/draw.c b/plugins/gxvideo/draw.c
index 5e3b31ad..6c176975 100644
--- a/plugins/gxvideo/draw.c
+++ b/plugins/gxvideo/draw.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/plugins/gxvideo/draw.h b/plugins/gxvideo/draw.h
index 6ab89518..fdca82b6 100644
--- a/plugins/gxvideo/draw.h
+++ b/plugins/gxvideo/draw.h
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#ifndef _GPU_DRAW_H_
diff --git a/plugins/gxvideo/fps.c b/plugins/gxvideo/fps.c
index 3603dad1..5dc262c1 100644
--- a/plugins/gxvideo/fps.c
+++ b/plugins/gxvideo/fps.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#include <unistd.h>
diff --git a/plugins/gxvideo/fps.h b/plugins/gxvideo/fps.h
index c1aec335..e35337c3 100644
--- a/plugins/gxvideo/fps.h
+++ b/plugins/gxvideo/fps.h
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#ifndef _FPS_INTERNALS_H
diff --git a/plugins/gxvideo/globals.c b/plugins/gxvideo/globals.c
index 1ad6b142..7987c84f 100644
--- a/plugins/gxvideo/globals.c
+++ b/plugins/gxvideo/globals.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#include "globals.h"
diff --git a/plugins/gxvideo/globals.h b/plugins/gxvideo/globals.h
index 299548c7..d53e4b0a 100644
--- a/plugins/gxvideo/globals.h
+++ b/plugins/gxvideo/globals.h
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#ifndef GLOBALS_H_
diff --git a/plugins/gxvideo/gpu.c b/plugins/gxvideo/gpu.c
index 853c7da3..1d1eb219 100644
--- a/plugins/gxvideo/gpu.c
+++ b/plugins/gxvideo/gpu.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#include "config.h"
diff --git a/plugins/gxvideo/gpu_utils.h b/plugins/gxvideo/gpu_utils.h
index 471cc9a5..b9d00d0f 100644
--- a/plugins/gxvideo/gpu_utils.h
+++ b/plugins/gxvideo/gpu_utils.h
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#ifndef GPU_UTILS_H_
diff --git a/plugins/gxvideo/gpucfg/main.c b/plugins/gxvideo/gpucfg/main.c
index d3d4f93d..44342dfe 100644
--- a/plugins/gxvideo/gpucfg/main.c
+++ b/plugins/gxvideo/gpucfg/main.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
*/
#include <gtk/gtk.h>