summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-02-07 14:11:24 +0000
committerjstebbins <[email protected]>2015-02-07 14:11:24 +0000
commit7e2a8accddcfda0a2a4514209afb5cf2054dd9b1 (patch)
treedafa31438e8da110e9c9c187c29a2c89a985073c /gtk
parent487ea244e6ebe777773712d5763870f688a2e804 (diff)
LinGui: update year to 2015
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6875 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/appcast.c2
-rw-r--r--gtk/src/audiohandler.c2
-rw-r--r--gtk/src/audiohandler.h2
-rw-r--r--gtk/src/callbacks.c2
-rw-r--r--gtk/src/callbacks.h2
-rw-r--r--gtk/src/ghb-3.12.ui4
-rw-r--r--gtk/src/ghb-3.14.ui4
-rw-r--r--gtk/src/ghb-dvd.c2
-rw-r--r--gtk/src/ghb.ui4
-rw-r--r--gtk/src/hb-backend.c2
-rw-r--r--gtk/src/main.c2
-rw-r--r--gtk/src/presets.c2
-rw-r--r--gtk/src/preview.c2
-rw-r--r--gtk/src/queuehandler.c2
-rw-r--r--gtk/src/queuehandler.h2
-rw-r--r--gtk/src/resources.c2
-rw-r--r--gtk/src/settings.c2
-rw-r--r--gtk/src/subtitlehandler.c2
-rw-r--r--gtk/src/subtitlehandler.h2
-rw-r--r--gtk/src/values.c2
-rw-r--r--gtk/src/videohandler.c2
-rw-r--r--gtk/src/videohandler.h2
-rw-r--r--gtk/src/x264handler.c2
-rw-r--r--gtk/src/x264handler.h2
24 files changed, 27 insertions, 27 deletions
diff --git a/gtk/src/appcast.c b/gtk/src/appcast.c
index 561e08270..43e45b6a9 100644
--- a/gtk/src/appcast.c
+++ b/gtk/src/appcast.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* appcast.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* appcast.c is free software.
*
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c
index 8a7f358d2..2af63fb67 100644
--- a/gtk/src/audiohandler.c
+++ b/gtk/src/audiohandler.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* audiohandler.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* audiohandler.c is free software.
*
diff --git a/gtk/src/audiohandler.h b/gtk/src/audiohandler.h
index 51f1840a6..b0afdac0c 100644
--- a/gtk/src/audiohandler.h
+++ b/gtk/src/audiohandler.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* audiohandler.h
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* audiohandler.h is free software.
*
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c
index 4cdf210ea..471a62574 100644
--- a/gtk/src/callbacks.c
+++ b/gtk/src/callbacks.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* callbacks.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* callbacks.c is free software.
*
diff --git a/gtk/src/callbacks.h b/gtk/src/callbacks.h
index eb7c02260..97e2e1ce1 100644
--- a/gtk/src/callbacks.h
+++ b/gtk/src/callbacks.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* callbacks.h
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* callbacks.h is free software.
*
diff --git a/gtk/src/ghb-3.12.ui b/gtk/src/ghb-3.12.ui
index 9944aab8c..bd2b1e5ae 100644
--- a/gtk/src/ghb-3.12.ui
+++ b/gtk/src/ghb-3.12.ui
@@ -346,8 +346,8 @@ conjunction with the "Forced" option.</property>
<property name="skip_pager_hint">True</property>
<property name="program_name">HandBrake</property>
<property name="version">0.9.2</property>
- <property name="copyright" translatable="yes">Copyright © 2008 - 2013 John Stebbins
-Copyright © 2004 - 2013, HandBrake Devs</property>
+ <property name="copyright" translatable="yes">Copyright © 2008 - 2015 John Stebbins
+Copyright © 2004 - 2015, HandBrake Devs</property>
<property name="comments" translatable="yes">HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.</property>
<property name="website">http://handbrake.fr</property>
<property name="website_label" translatable="yes">http://handbrake.fr</property>
diff --git a/gtk/src/ghb-3.14.ui b/gtk/src/ghb-3.14.ui
index a057ced78..408230d54 100644
--- a/gtk/src/ghb-3.14.ui
+++ b/gtk/src/ghb-3.14.ui
@@ -347,8 +347,8 @@ conjunction with the "Forced" option.</property>
<property name="skip_pager_hint">True</property>
<property name="program_name">HandBrake</property>
<property name="version">0.9.2</property>
- <property name="copyright" translatable="yes">Copyright © 2008 - 2013 John Stebbins
-Copyright © 2004 - 2013, HandBrake Devs</property>
+ <property name="copyright" translatable="yes">Copyright © 2008 - 2015 John Stebbins
+Copyright © 2004 - 2015, HandBrake Devs</property>
<property name="comments" translatable="yes">HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.</property>
<property name="website">http://handbrake.fr</property>
<property name="website_label" translatable="yes">http://handbrake.fr</property>
diff --git a/gtk/src/ghb-dvd.c b/gtk/src/ghb-dvd.c
index 133580d5a..a61604073 100644
--- a/gtk/src/ghb-dvd.c
+++ b/gtk/src/ghb-dvd.c
@@ -2,7 +2,7 @@
* ghb-dvd.c
*
* Sat Apr 19 11:12:53 2008
- * Copyright 2008-2013 John Stebbins
+ * Copyright 2008-2015 John Stebbins
* <john at stebbins dot name>
****************************************************************************/
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index dda4f7b89..c91ccfc31 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -346,8 +346,8 @@ conjunction with the "Forced" option.</property>
<property name="skip_pager_hint">True</property>
<property name="program_name">HandBrake</property>
<property name="version">0.9.2</property>
- <property name="copyright" translatable="yes">Copyright © 2008 - 2013 John Stebbins
-Copyright © 2004 - 2013, HandBrake Devs</property>
+ <property name="copyright" translatable="yes">Copyright © 2008 - 2015 John Stebbins
+Copyright © 2004 - 2015, HandBrake Devs</property>
<property name="comments" translatable="yes">HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.</property>
<property name="website">http://handbrake.fr</property>
<property name="website_label" translatable="yes">http://handbrake.fr</property>
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 509c9acc8..5489ad0f7 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -2,7 +2,7 @@
* hb-backend.c
*
* Fri Mar 28 10:38:44 2008
- * Copyright 2008-2013 John Stebbins
+ * Copyright 2008-2015 John Stebbins
* <john at stebbins dot name>
****************************************************************************/
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 8a8b6c666..730a95775 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* main.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* main.c is free software.
*
diff --git a/gtk/src/presets.c b/gtk/src/presets.c
index ab07d14f3..3d0c12c99 100644
--- a/gtk/src/presets.c
+++ b/gtk/src/presets.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* presets.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* presets.c is free software.
*
diff --git a/gtk/src/preview.c b/gtk/src/preview.c
index cb78fce7e..b57d7c1a8 100644
--- a/gtk/src/preview.c
+++ b/gtk/src/preview.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* preview.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* preview.c is free software.
*
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index d7e808d99..b37b3dc38 100644
--- a/gtk/src/queuehandler.c
+++ b/gtk/src/queuehandler.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* callbacks.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* callbacks.c is free software.
*
diff --git a/gtk/src/queuehandler.h b/gtk/src/queuehandler.h
index 3a5f8d145..2b1a18850 100644
--- a/gtk/src/queuehandler.h
+++ b/gtk/src/queuehandler.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* queuehandler.h
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* queuehandler.h is free software.
*
diff --git a/gtk/src/resources.c b/gtk/src/resources.c
index 39c304011..d0b5dee4b 100644
--- a/gtk/src/resources.c
+++ b/gtk/src/resources.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* resources.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* resources.c is free software.
*
diff --git a/gtk/src/settings.c b/gtk/src/settings.c
index 6e965f42e..5e7bcee20 100644
--- a/gtk/src/settings.c
+++ b/gtk/src/settings.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* settings.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* settings.c is free software.
*
diff --git a/gtk/src/subtitlehandler.c b/gtk/src/subtitlehandler.c
index 0c3933dd1..960fdb0ff 100644
--- a/gtk/src/subtitlehandler.c
+++ b/gtk/src/subtitlehandler.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* subtitlehandler.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* subtitlehandler.c is free software.
*
diff --git a/gtk/src/subtitlehandler.h b/gtk/src/subtitlehandler.h
index 74c5f7f69..597d82f11 100644
--- a/gtk/src/subtitlehandler.h
+++ b/gtk/src/subtitlehandler.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* subtitlehandler.h
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* audiohandler.h is free software.
*
diff --git a/gtk/src/values.c b/gtk/src/values.c
index 3b5c5df38..39f7303d8 100644
--- a/gtk/src/values.c
+++ b/gtk/src/values.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* presets.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* presets.c is free software.
*
diff --git a/gtk/src/videohandler.c b/gtk/src/videohandler.c
index 13524dec2..70245d0e0 100644
--- a/gtk/src/videohandler.c
+++ b/gtk/src/videohandler.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* callbacks.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* callbacks.c is free software.
*
diff --git a/gtk/src/videohandler.h b/gtk/src/videohandler.h
index 92d2c50c4..b649f9307 100644
--- a/gtk/src/videohandler.h
+++ b/gtk/src/videohandler.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* audiohandler.h
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* audiohandler.h is free software.
*
diff --git a/gtk/src/x264handler.c b/gtk/src/x264handler.c
index 2cc280488..14a04ebcc 100644
--- a/gtk/src/x264handler.c
+++ b/gtk/src/x264handler.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* x264handler.c
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* x264handler.c is free software.
*
diff --git a/gtk/src/x264handler.h b/gtk/src/x264handler.h
index 1e1220d55..c510b425d 100644
--- a/gtk/src/x264handler.h
+++ b/gtk/src/x264handler.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* x264handler.h
- * Copyright (C) John Stebbins 2008-2013 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2015 <stebbins@stebbins>
*
* x264handler.h is free software.
*