summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2019-01-01 00:00:00 +0000
committerBradley Sepos <[email protected]>2018-12-31 23:37:04 -0500
commit959ca5ec8f6b0a28b66838c6190b5efd54fce0ed (patch)
tree3d259f6b7e3818d4356fb0860fe4d5c81bb0d5e9 /gtk/src
parentfffc2418c14d2c623f5805ebc3a061f7c301ab1e (diff)
Update copyright dates to 2019.
(cherry picked from commit 5a65df0d5838a3c8896ca0f5ce077cdf051358dc)
Diffstat (limited to 'gtk/src')
-rw-r--r--gtk/src/appcast.c2
-rw-r--r--gtk/src/appcast.h2
-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/fr.handbrake.ghb.appdata.xml.template2
-rw-r--r--gtk/src/ghb-dvd.c2
-rw-r--r--gtk/src/ghb-dvd.h2
-rw-r--r--gtk/src/ghbcellrenderertext.c2
-rw-r--r--gtk/src/ghbcellrenderertext.h2
-rw-r--r--gtk/src/ghbcompat.h2
-rw-r--r--gtk/src/hb-backend.c2
-rw-r--r--gtk/src/hb-backend.h2
-rw-r--r--gtk/src/icons.c2
-rw-r--r--gtk/src/icons.h2
-rw-r--r--gtk/src/main.c2
-rw-r--r--gtk/src/marshalers.c2
-rw-r--r--gtk/src/marshalers.h2
-rw-r--r--gtk/src/plist.c2
-rw-r--r--gtk/src/plist.h2
-rw-r--r--gtk/src/presets.c2
-rw-r--r--gtk/src/presets.h2
-rw-r--r--gtk/src/preview.c2
-rw-r--r--gtk/src/preview.h2
-rw-r--r--gtk/src/queuehandler.c2
-rw-r--r--gtk/src/queuehandler.h2
-rw-r--r--gtk/src/renderer_button.c2
-rw-r--r--gtk/src/renderer_button.h2
-rw-r--r--gtk/src/resources.c2
-rw-r--r--gtk/src/resources.h2
-rw-r--r--gtk/src/settings.c2
-rw-r--r--gtk/src/settings.h2
-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/values.h2
-rw-r--r--gtk/src/videohandler.c2
-rw-r--r--gtk/src/videohandler.h2
39 files changed, 39 insertions, 39 deletions
diff --git a/gtk/src/appcast.c b/gtk/src/appcast.c
index 71ae6ff91..31a307f70 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* appcast.c is free software.
*
diff --git a/gtk/src/appcast.h b/gtk/src/appcast.h
index fa636bc3a..8c6269659 100644
--- a/gtk/src/appcast.h
+++ b/gtk/src/appcast.h
@@ -1,6 +1,6 @@
/*
* appcast.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* appcast.h is free software.
*
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c
index 68a45ebe8..6724b280a 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* audiohandler.c is free software.
*
diff --git a/gtk/src/audiohandler.h b/gtk/src/audiohandler.h
index 8c60f9e34..d31c5f000 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* audiohandler.h is free software.
*
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c
index ee778de34..d2adefe03 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* callbacks.c is free software.
*
diff --git a/gtk/src/callbacks.h b/gtk/src/callbacks.h
index 80530762e..ff0ec2494 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* callbacks.h is free software.
*
diff --git a/gtk/src/fr.handbrake.ghb.appdata.xml.template b/gtk/src/fr.handbrake.ghb.appdata.xml.template
index 43758e9ea..794d43b55 100644
--- a/gtk/src/fr.handbrake.ghb.appdata.xml.template
+++ b/gtk/src/fr.handbrake.ghb.appdata.xml.template
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2018 John Stebbins <[email protected]> -->
+<!-- Copyright 2018-2019 John Stebbins <[email protected]> -->
<component type="desktop-application">
<id>fr.handbrake.ghb</id>
<translation>ghb</translation>
diff --git a/gtk/src/ghb-dvd.c b/gtk/src/ghb-dvd.c
index ffc393e6f..cfad92d53 100644
--- a/gtk/src/ghb-dvd.c
+++ b/gtk/src/ghb-dvd.c
@@ -1,6 +1,6 @@
/*
* ghb-dvd.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* ghb-dvd.c is free software.
*
diff --git a/gtk/src/ghb-dvd.h b/gtk/src/ghb-dvd.h
index 4b75b95c2..c8abdf90e 100644
--- a/gtk/src/ghb-dvd.h
+++ b/gtk/src/ghb-dvd.h
@@ -1,6 +1,6 @@
/*
* ghb-dvd.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* ghb-dvd.h is free software.
*
diff --git a/gtk/src/ghbcellrenderertext.c b/gtk/src/ghbcellrenderertext.c
index 91709a65d..b8c804ed7 100644
--- a/gtk/src/ghbcellrenderertext.c
+++ b/gtk/src/ghbcellrenderertext.c
@@ -1,6 +1,6 @@
/*
* ghbcellrenderertext.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* ghbcellrenderertext.c is free software.
*
diff --git a/gtk/src/ghbcellrenderertext.h b/gtk/src/ghbcellrenderertext.h
index c1a08d0a7..a00a41d69 100644
--- a/gtk/src/ghbcellrenderertext.h
+++ b/gtk/src/ghbcellrenderertext.h
@@ -1,6 +1,6 @@
/*
* ghbcellrenderertext.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* ghbcellrenderertext.h is free software.
*
diff --git a/gtk/src/ghbcompat.h b/gtk/src/ghbcompat.h
index da3918ff5..b4cf9deea 100644
--- a/gtk/src/ghbcompat.h
+++ b/gtk/src/ghbcompat.h
@@ -1,6 +1,6 @@
/*
* ghbcompat.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* ghbcompat.h is free software.
*
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 3a6936fb7..0ce35c208 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -1,6 +1,6 @@
/*
* hb-backend.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* hb-backend.c is free software.
*
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 22b5c9629..0a836b27a 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -1,6 +1,6 @@
/*
* hb-backend.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* hb-backend.h is free software.
*
diff --git a/gtk/src/icons.c b/gtk/src/icons.c
index 3f9b89b54..f84b39915 100644
--- a/gtk/src/icons.c
+++ b/gtk/src/icons.c
@@ -1,6 +1,6 @@
/*
* icons.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* icons.c is free software.
*
diff --git a/gtk/src/icons.h b/gtk/src/icons.h
index 8a122803b..e5ff65d4f 100644
--- a/gtk/src/icons.h
+++ b/gtk/src/icons.h
@@ -1,6 +1,6 @@
/*
* icons.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* icons.h is free software.
*
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 2203011b8..491ad60e8 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* main.c is free software.
*
diff --git a/gtk/src/marshalers.c b/gtk/src/marshalers.c
index 896fc4b33..9c4b7f1b9 100644
--- a/gtk/src/marshalers.c
+++ b/gtk/src/marshalers.c
@@ -1,6 +1,6 @@
/*
* marshalers.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* marshalers.c is free software.
*
diff --git a/gtk/src/marshalers.h b/gtk/src/marshalers.h
index bc193d1dc..f5e0d1bfe 100644
--- a/gtk/src/marshalers.h
+++ b/gtk/src/marshalers.h
@@ -1,6 +1,6 @@
/*
* marshalers.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* marshalers.h is free software.
*
diff --git a/gtk/src/plist.c b/gtk/src/plist.c
index 571907988..37ec094b0 100644
--- a/gtk/src/plist.c
+++ b/gtk/src/plist.c
@@ -1,6 +1,6 @@
/*
* plist.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* plist.c is free software.
*
diff --git a/gtk/src/plist.h b/gtk/src/plist.h
index a8d725753..b56b2c46e 100644
--- a/gtk/src/plist.h
+++ b/gtk/src/plist.h
@@ -1,6 +1,6 @@
/*
* plist.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* plist.h is free software.
*
diff --git a/gtk/src/presets.c b/gtk/src/presets.c
index 84c2d20a8..b2ef9fa08 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* presets.c is free software.
*
diff --git a/gtk/src/presets.h b/gtk/src/presets.h
index 380383249..1f12ea790 100644
--- a/gtk/src/presets.h
+++ b/gtk/src/presets.h
@@ -1,6 +1,6 @@
/*
* presets.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* presets.h is free software.
*
diff --git a/gtk/src/preview.c b/gtk/src/preview.c
index 4537f9644..f9bf84cfe 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* preview.c is free software.
*
diff --git a/gtk/src/preview.h b/gtk/src/preview.h
index 3e7d9cd77..1be9589cb 100644
--- a/gtk/src/preview.h
+++ b/gtk/src/preview.h
@@ -1,6 +1,6 @@
/*
* preview.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* preview.h is free software.
*
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index fe78fe342..6bff1c61e 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 -*- */
/*
* queuehandler.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* queuehandler.c is free software.
*
diff --git a/gtk/src/queuehandler.h b/gtk/src/queuehandler.h
index decb3b35d..abf2f5f38 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* queuehandler.h is free software.
*
diff --git a/gtk/src/renderer_button.c b/gtk/src/renderer_button.c
index 196227b66..d10745cc0 100644
--- a/gtk/src/renderer_button.c
+++ b/gtk/src/renderer_button.c
@@ -1,6 +1,6 @@
/*
* render_button.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* render_button.c is free software.
*
diff --git a/gtk/src/renderer_button.h b/gtk/src/renderer_button.h
index d8d5a4b97..1f913869d 100644
--- a/gtk/src/renderer_button.h
+++ b/gtk/src/renderer_button.h
@@ -1,6 +1,6 @@
/*
* render_button.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* render_button.h is free software.
*
diff --git a/gtk/src/resources.c b/gtk/src/resources.c
index 47d28b622..ce24facab 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* resources.c is free software.
*
diff --git a/gtk/src/resources.h b/gtk/src/resources.h
index bd00ed40a..ca2ec805e 100644
--- a/gtk/src/resources.h
+++ b/gtk/src/resources.h
@@ -1,6 +1,6 @@
/*
* resources.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* resources.h is free software.
*
diff --git a/gtk/src/settings.c b/gtk/src/settings.c
index 4f4383e3a..40c362437 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* settings.c is free software.
*
diff --git a/gtk/src/settings.h b/gtk/src/settings.h
index 38e2b1a40..78a3349aa 100644
--- a/gtk/src/settings.h
+++ b/gtk/src/settings.h
@@ -1,6 +1,6 @@
/*
* settings.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* settings.h is free software.
*
diff --git a/gtk/src/subtitlehandler.c b/gtk/src/subtitlehandler.c
index 881996d99..a5a5be9e9 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* subtitlehandler.c is free software.
*
diff --git a/gtk/src/subtitlehandler.h b/gtk/src/subtitlehandler.h
index 46c0c573d..5fcef833b 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-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* subtitlehandler.h is free software.
*
diff --git a/gtk/src/values.c b/gtk/src/values.c
index 1d87650c4..a6d37525e 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 -*- */
/*
* values.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* values.c is free software.
*
diff --git a/gtk/src/values.h b/gtk/src/values.h
index b6e1f8cb3..fabc2021f 100644
--- a/gtk/src/values.h
+++ b/gtk/src/values.h
@@ -1,6 +1,6 @@
/*
* values.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* values.h is free software.
*
diff --git a/gtk/src/videohandler.c b/gtk/src/videohandler.c
index a02e58426..96375edde 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 -*- */
/*
* videohandler.c
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* videohandler.c is free software.
*
diff --git a/gtk/src/videohandler.h b/gtk/src/videohandler.h
index d2b2dfb14..ebf122663 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 -*- */
/*
* videohandler.h
- * Copyright (C) John Stebbins 2008-2018 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2019 <stebbins@stebbins>
*
* videohandler.h is free software.
*