summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2021-01-01 00:00:00 +0000
committerBradley Sepos <[email protected]>2021-01-01 00:00:00 +0000
commite4d444553b85fa1d72addfa5b274ed7782f0b77b (patch)
tree435d480d44ed4c18549ec3c53b1d061465e45cdb /gtk/src
parent31aad54a4a7eee00c9c8101f99d388b05df1f754 (diff)
Update copyright dates to 2021.
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/chapters.c2
-rw-r--r--gtk/src/chapters.h2
-rw-r--r--gtk/src/fr.handbrake.ghb.metainfo.template.xml2
-rw-r--r--gtk/src/ghb-dvd.c2
-rw-r--r--gtk/src/ghb-dvd.h2
-rw-r--r--gtk/src/ghbcompat.c2
-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/jobdict.c2
-rw-r--r--gtk/src/jobdict.h2
-rw-r--r--gtk/src/main.c2
-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/titledict.c2
-rw-r--r--gtk/src/titledict.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
42 files changed, 42 insertions, 42 deletions
diff --git a/gtk/src/appcast.c b/gtk/src/appcast.c
index d6bde37da..307685716 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* appcast.c is free software.
*
diff --git a/gtk/src/appcast.h b/gtk/src/appcast.h
index 1c2e5e269..be5645830 100644
--- a/gtk/src/appcast.h
+++ b/gtk/src/appcast.h
@@ -1,6 +1,6 @@
/*
* appcast.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* appcast.h is free software.
*
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c
index 27e5d376e..6552a4583 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* audiohandler.c is free software.
*
diff --git a/gtk/src/audiohandler.h b/gtk/src/audiohandler.h
index 24ad2a3d7..8892540e6 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* audiohandler.h is free software.
*
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c
index 5cab0cb49..f39987253 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* callbacks.c is free software.
*
diff --git a/gtk/src/callbacks.h b/gtk/src/callbacks.h
index 74343c009..b0571ced7 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* callbacks.h is free software.
*
diff --git a/gtk/src/chapters.c b/gtk/src/chapters.c
index b2a0c645d..e16aaac20 100644
--- a/gtk/src/chapters.c
+++ b/gtk/src/chapters.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* chapters.c
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* chapters.c is free software.
*
diff --git a/gtk/src/chapters.h b/gtk/src/chapters.h
index ba69a83ed..7ff4b6e39 100644
--- a/gtk/src/chapters.h
+++ b/gtk/src/chapters.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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* callbacks.h is free software.
*
diff --git a/gtk/src/fr.handbrake.ghb.metainfo.template.xml b/gtk/src/fr.handbrake.ghb.metainfo.template.xml
index 196194245..109c4e472 100644
--- a/gtk/src/fr.handbrake.ghb.metainfo.template.xml
+++ b/gtk/src/fr.handbrake.ghb.metainfo.template.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2018-2020 John Stebbins <[email protected]> -->
+<!-- Copyright 2018-2021 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 5c21b8c43..39b90dc3d 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* ghb-dvd.c is free software.
*
diff --git a/gtk/src/ghb-dvd.h b/gtk/src/ghb-dvd.h
index 462926ebc..dea4950c6 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* ghb-dvd.h is free software.
*
diff --git a/gtk/src/ghbcompat.c b/gtk/src/ghbcompat.c
index bd22fb2cd..90b30fe0a 100644
--- a/gtk/src/ghbcompat.c
+++ b/gtk/src/ghbcompat.c
@@ -1,6 +1,6 @@
/*
* ghbcompat.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* ghbcompat.h is free software.
*
diff --git a/gtk/src/ghbcompat.h b/gtk/src/ghbcompat.h
index 0626fe357..adee9c1df 100644
--- a/gtk/src/ghbcompat.h
+++ b/gtk/src/ghbcompat.h
@@ -1,6 +1,6 @@
/*
* ghbcompat.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* ghbcompat.h is free software.
*
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 954e8424d..39d953031 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* hb-backend.c is free software.
*
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 6563d8be8..346b67381 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* hb-backend.h is free software.
*
diff --git a/gtk/src/icons.c b/gtk/src/icons.c
index 25f340f56..188157533 100644
--- a/gtk/src/icons.c
+++ b/gtk/src/icons.c
@@ -1,6 +1,6 @@
/*
* icons.c
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* icons.c is free software.
*
diff --git a/gtk/src/icons.h b/gtk/src/icons.h
index 1181899a8..d8f7a7447 100644
--- a/gtk/src/icons.h
+++ b/gtk/src/icons.h
@@ -1,6 +1,6 @@
/*
* icons.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* icons.h is free software.
*
diff --git a/gtk/src/jobdict.c b/gtk/src/jobdict.c
index e2ef1a855..f3b03689c 100644
--- a/gtk/src/jobdict.c
+++ b/gtk/src/jobdict.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* jobdict.c
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* settings.c is free software.
*
diff --git a/gtk/src/jobdict.h b/gtk/src/jobdict.h
index e3fc12858..d8388c459 100644
--- a/gtk/src/jobdict.h
+++ b/gtk/src/jobdict.h
@@ -1,6 +1,6 @@
/*
* settings.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* settings.h is free software.
*
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 89c932ed9..7b76c75b9 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* main.c is free software.
*
diff --git a/gtk/src/plist.c b/gtk/src/plist.c
index 82be26e9e..8c50bafd9 100644
--- a/gtk/src/plist.c
+++ b/gtk/src/plist.c
@@ -1,6 +1,6 @@
/*
* plist.c
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* plist.c is free software.
*
diff --git a/gtk/src/plist.h b/gtk/src/plist.h
index de321bd86..675f59a8a 100644
--- a/gtk/src/plist.h
+++ b/gtk/src/plist.h
@@ -1,6 +1,6 @@
/*
* plist.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* plist.h is free software.
*
diff --git a/gtk/src/presets.c b/gtk/src/presets.c
index dd0a5b96f..c9a16f25a 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* presets.c is free software.
*
diff --git a/gtk/src/presets.h b/gtk/src/presets.h
index 0147efbac..c829d941f 100644
--- a/gtk/src/presets.h
+++ b/gtk/src/presets.h
@@ -1,6 +1,6 @@
/*
* presets.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* presets.h is free software.
*
diff --git a/gtk/src/preview.c b/gtk/src/preview.c
index a25e49ee3..beda5e154 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* preview.c is free software.
*
diff --git a/gtk/src/preview.h b/gtk/src/preview.h
index 94911790b..cf4341f6a 100644
--- a/gtk/src/preview.h
+++ b/gtk/src/preview.h
@@ -1,6 +1,6 @@
/*
* preview.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* preview.h is free software.
*
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index 6b17a4928..f957099fe 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* queuehandler.c is free software.
*
diff --git a/gtk/src/queuehandler.h b/gtk/src/queuehandler.h
index ef16b627f..3249dbcec 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* queuehandler.h is free software.
*
diff --git a/gtk/src/renderer_button.c b/gtk/src/renderer_button.c
index 14ac3cbf8..807114c38 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* render_button.c is free software.
*
diff --git a/gtk/src/renderer_button.h b/gtk/src/renderer_button.h
index 8e5d891c5..92998f142 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* render_button.h is free software.
*
diff --git a/gtk/src/resources.c b/gtk/src/resources.c
index e2f2aace0..52b57850e 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* resources.c is free software.
*
diff --git a/gtk/src/resources.h b/gtk/src/resources.h
index 52b2c5be4..b065e0929 100644
--- a/gtk/src/resources.h
+++ b/gtk/src/resources.h
@@ -1,6 +1,6 @@
/*
* resources.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* resources.h is free software.
*
diff --git a/gtk/src/settings.c b/gtk/src/settings.c
index c1330d287..a1adef892 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* settings.c is free software.
*
diff --git a/gtk/src/settings.h b/gtk/src/settings.h
index 20f9b911a..28954a418 100644
--- a/gtk/src/settings.h
+++ b/gtk/src/settings.h
@@ -1,6 +1,6 @@
/*
* settings.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* settings.h is free software.
*
diff --git a/gtk/src/subtitlehandler.c b/gtk/src/subtitlehandler.c
index c55cda12f..55a33ee98 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* subtitlehandler.c is free software.
*
diff --git a/gtk/src/subtitlehandler.h b/gtk/src/subtitlehandler.h
index e6b18a66b..682d9dea0 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* subtitlehandler.h is free software.
*
diff --git a/gtk/src/titledict.c b/gtk/src/titledict.c
index a6c67a57f..44df7722f 100644
--- a/gtk/src/titledict.c
+++ b/gtk/src/titledict.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* titledict.c
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* settings.c is free software.
*
diff --git a/gtk/src/titledict.h b/gtk/src/titledict.h
index 1d85cd7c6..aa25397e4 100644
--- a/gtk/src/titledict.h
+++ b/gtk/src/titledict.h
@@ -1,6 +1,6 @@
/*
* titledict.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* settings.h is free software.
*
diff --git a/gtk/src/values.c b/gtk/src/values.c
index 7262f3cf0..c30072239 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* values.c is free software.
*
diff --git a/gtk/src/values.h b/gtk/src/values.h
index 06d1f5e78..ebaa9e0c3 100644
--- a/gtk/src/values.h
+++ b/gtk/src/values.h
@@ -1,6 +1,6 @@
/*
* values.h
- * Copyright (C) John Stebbins 2008-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* values.h is free software.
*
diff --git a/gtk/src/videohandler.c b/gtk/src/videohandler.c
index 5ac7552ee..35fe97448 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* videohandler.c is free software.
*
diff --git a/gtk/src/videohandler.h b/gtk/src/videohandler.h
index 2224dfe97..35e79d84e 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-2020 <stebbins@stebbins>
+ * Copyright (C) John Stebbins 2008-2021 <stebbins@stebbins>
*
* videohandler.h is free software.
*