summaryrefslogtreecommitdiffstats
path: root/libhb/handbrake
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/handbrake')
-rw-r--r--libhb/handbrake/audio_remap.h2
-rw-r--r--libhb/handbrake/audio_resample.h2
-rw-r--r--libhb/handbrake/avfilter_priv.h2
-rw-r--r--libhb/handbrake/bits.h2
-rw-r--r--libhb/handbrake/colormap.h2
-rw-r--r--libhb/handbrake/common.h2
-rw-r--r--libhb/handbrake/compat.h2
-rw-r--r--libhb/handbrake/deccc608sub.h2
-rw-r--r--libhb/handbrake/decomb.h2
-rw-r--r--libhb/handbrake/decsrtsub.h2
-rw-r--r--libhb/handbrake/decssasub.h2
-rw-r--r--libhb/handbrake/dvd.h2
-rw-r--r--libhb/handbrake/eedi2.h2
-rw-r--r--libhb/handbrake/encx264.h2
-rw-r--r--libhb/handbrake/h264_common.h2
-rw-r--r--libhb/handbrake/h265_common.h2
-rw-r--r--libhb/handbrake/handbrake.h2
-rw-r--r--libhb/handbrake/hb_dict.h2
-rw-r--r--libhb/handbrake/hb_json.h2
-rw-r--r--libhb/handbrake/hbavfilter.h2
-rw-r--r--libhb/handbrake/hbffmpeg.h2
-rw-r--r--libhb/handbrake/hbtypes.h2
-rw-r--r--libhb/handbrake/internal.h2
-rw-r--r--libhb/handbrake/lang.h2
-rw-r--r--libhb/handbrake/nal_units.h2
-rw-r--r--libhb/handbrake/nlmeans.h2
-rw-r--r--libhb/handbrake/nvenc_common.h2
-rw-r--r--libhb/handbrake/param.h2
-rw-r--r--libhb/handbrake/plist.h2
-rw-r--r--libhb/handbrake/ports.h2
-rw-r--r--libhb/handbrake/preset.h2
-rw-r--r--libhb/handbrake/qsv_common.h2
-rw-r--r--libhb/handbrake/ssautil.h2
-rw-r--r--libhb/handbrake/taskset.h2
-rw-r--r--libhb/handbrake/vce_common.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/libhb/handbrake/audio_remap.h b/libhb/handbrake/audio_remap.h
index aca8b301d..324852bcb 100644
--- a/libhb/handbrake/audio_remap.h
+++ b/libhb/handbrake/audio_remap.h
@@ -1,6 +1,6 @@
/* audio_remap.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code
* Homepage: <http://handbrake.fr/>
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/audio_resample.h b/libhb/handbrake/audio_resample.h
index 32a724d5a..bbfe4557b 100644
--- a/libhb/handbrake/audio_resample.h
+++ b/libhb/handbrake/audio_resample.h
@@ -1,6 +1,6 @@
/* audio_resample.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code
* Homepage: <http://handbrake.fr/>
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/avfilter_priv.h b/libhb/handbrake/avfilter_priv.h
index 629a04228..fbe2f46fe 100644
--- a/libhb/handbrake/avfilter_priv.h
+++ b/libhb/handbrake/avfilter_priv.h
@@ -1,6 +1,6 @@
/* avfilter_priv.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/bits.h b/libhb/handbrake/bits.h
index 5a069a840..5279a7192 100644
--- a/libhb/handbrake/bits.h
+++ b/libhb/handbrake/bits.h
@@ -1,6 +1,6 @@
/* bits.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/colormap.h b/libhb/handbrake/colormap.h
index 3486a80ff..bbe9f57ed 100644
--- a/libhb/handbrake/colormap.h
+++ b/libhb/handbrake/colormap.h
@@ -1,6 +1,6 @@
/* colormap.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/common.h b/libhb/handbrake/common.h
index ab0e60545..40c2e31ba 100644
--- a/libhb/handbrake/common.h
+++ b/libhb/handbrake/common.h
@@ -1,6 +1,6 @@
/* common.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/compat.h b/libhb/handbrake/compat.h
index 1ddd96c86..5799fbfef 100644
--- a/libhb/handbrake/compat.h
+++ b/libhb/handbrake/compat.h
@@ -1,6 +1,6 @@
/* compat.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/deccc608sub.h b/libhb/handbrake/deccc608sub.h
index b814dbacc..e4b111cbf 100644
--- a/libhb/handbrake/deccc608sub.h
+++ b/libhb/handbrake/deccc608sub.h
@@ -1,6 +1,6 @@
/* deccc608sub.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/decomb.h b/libhb/handbrake/decomb.h
index b0c8f9f37..62ab7443e 100644
--- a/libhb/handbrake/decomb.h
+++ b/libhb/handbrake/decomb.h
@@ -1,6 +1,6 @@
/* decomb.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/decsrtsub.h b/libhb/handbrake/decsrtsub.h
index d81760d32..4b1283328 100644
--- a/libhb/handbrake/decsrtsub.h
+++ b/libhb/handbrake/decsrtsub.h
@@ -1,6 +1,6 @@
/* decsrtsub.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/decssasub.h b/libhb/handbrake/decssasub.h
index cc05845e0..3364b1751 100644
--- a/libhb/handbrake/decssasub.h
+++ b/libhb/handbrake/decssasub.h
@@ -1,6 +1,6 @@
/* decssasub.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/dvd.h b/libhb/handbrake/dvd.h
index f26953996..f56027058 100644
--- a/libhb/handbrake/dvd.h
+++ b/libhb/handbrake/dvd.h
@@ -1,6 +1,6 @@
/* dvd.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/eedi2.h b/libhb/handbrake/eedi2.h
index a67de103b..95d257c44 100644
--- a/libhb/handbrake/eedi2.h
+++ b/libhb/handbrake/eedi2.h
@@ -1,6 +1,6 @@
/* eedi2.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/encx264.h b/libhb/handbrake/encx264.h
index 97bac979a..2b47dbb98 100644
--- a/libhb/handbrake/encx264.h
+++ b/libhb/handbrake/encx264.h
@@ -1,6 +1,6 @@
/* encx264.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/h264_common.h b/libhb/handbrake/h264_common.h
index 3f1edc336..4ea3b3661 100644
--- a/libhb/handbrake/h264_common.h
+++ b/libhb/handbrake/h264_common.h
@@ -1,6 +1,6 @@
/* h264_common.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/h265_common.h b/libhb/handbrake/h265_common.h
index 5be17bdc1..97e8d6c95 100644
--- a/libhb/handbrake/h265_common.h
+++ b/libhb/handbrake/h265_common.h
@@ -1,6 +1,6 @@
/* h265_common.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/handbrake.h b/libhb/handbrake/handbrake.h
index 94c79a492..ea7deb6d7 100644
--- a/libhb/handbrake/handbrake.h
+++ b/libhb/handbrake/handbrake.h
@@ -1,6 +1,6 @@
/* handbrake.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/hb_dict.h b/libhb/handbrake/hb_dict.h
index cc539dc4c..5b1044c14 100644
--- a/libhb/handbrake/hb_dict.h
+++ b/libhb/handbrake/hb_dict.h
@@ -1,6 +1,6 @@
/* hb_dict.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/hb_json.h b/libhb/handbrake/hb_json.h
index 725072ded..8c61a3c9b 100644
--- a/libhb/handbrake/hb_json.h
+++ b/libhb/handbrake/hb_json.h
@@ -1,6 +1,6 @@
/* hb_json.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/hbavfilter.h b/libhb/handbrake/hbavfilter.h
index 77974fdb5..49ae6799d 100644
--- a/libhb/handbrake/hbavfilter.h
+++ b/libhb/handbrake/hbavfilter.h
@@ -1,6 +1,6 @@
/* hbavfilter.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/hbffmpeg.h b/libhb/handbrake/hbffmpeg.h
index 8612f12d7..0135afc62 100644
--- a/libhb/handbrake/hbffmpeg.h
+++ b/libhb/handbrake/hbffmpeg.h
@@ -1,6 +1,6 @@
/* hbffmpeg.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/hbtypes.h b/libhb/handbrake/hbtypes.h
index 01535a099..e7c15b716 100644
--- a/libhb/handbrake/hbtypes.h
+++ b/libhb/handbrake/hbtypes.h
@@ -1,6 +1,6 @@
/* hbtypes.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/internal.h b/libhb/handbrake/internal.h
index 98111017b..0afb2970c 100644
--- a/libhb/handbrake/internal.h
+++ b/libhb/handbrake/internal.h
@@ -1,6 +1,6 @@
/* internal.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/lang.h b/libhb/handbrake/lang.h
index d5bdec3b4..8d6aed986 100644
--- a/libhb/handbrake/lang.h
+++ b/libhb/handbrake/lang.h
@@ -1,6 +1,6 @@
/* lang.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/nal_units.h b/libhb/handbrake/nal_units.h
index 00b89fd50..289bf7048 100644
--- a/libhb/handbrake/nal_units.h
+++ b/libhb/handbrake/nal_units.h
@@ -1,6 +1,6 @@
/* nal_units.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code.
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/nlmeans.h b/libhb/handbrake/nlmeans.h
index 8c2dec0b9..b15016f9d 100644
--- a/libhb/handbrake/nlmeans.h
+++ b/libhb/handbrake/nlmeans.h
@@ -1,7 +1,7 @@
/* nlmeans.h
Copyright (c) 2013 Dirk Farin
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/nvenc_common.h b/libhb/handbrake/nvenc_common.h
index 1a94c77fc..8c97bfc4d 100644
--- a/libhb/handbrake/nvenc_common.h
+++ b/libhb/handbrake/nvenc_common.h
@@ -1,6 +1,6 @@
/* nvenc_common.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code.
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/param.h b/libhb/handbrake/param.h
index a7394346d..d1df010bd 100644
--- a/libhb/handbrake/param.h
+++ b/libhb/handbrake/param.h
@@ -1,6 +1,6 @@
/* param.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/plist.h b/libhb/handbrake/plist.h
index 0cbf44ddf..f3bc5f47b 100644
--- a/libhb/handbrake/plist.h
+++ b/libhb/handbrake/plist.h
@@ -1,6 +1,6 @@
/* plist.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/ports.h b/libhb/handbrake/ports.h
index ccbf37823..05fd9b3af 100644
--- a/libhb/handbrake/ports.h
+++ b/libhb/handbrake/ports.h
@@ -1,6 +1,6 @@
/* ports.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/preset.h b/libhb/handbrake/preset.h
index 0c8f4b717..e27571826 100644
--- a/libhb/handbrake/preset.h
+++ b/libhb/handbrake/preset.h
@@ -1,6 +1,6 @@
/* preset.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/qsv_common.h b/libhb/handbrake/qsv_common.h
index 1f762fa77..93d1f9609 100644
--- a/libhb/handbrake/qsv_common.h
+++ b/libhb/handbrake/qsv_common.h
@@ -1,6 +1,6 @@
/* qsv_common.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code.
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/ssautil.h b/libhb/handbrake/ssautil.h
index 072c96e96..dafb0aa66 100644
--- a/libhb/handbrake/ssautil.h
+++ b/libhb/handbrake/ssautil.h
@@ -1,6 +1,6 @@
/* ssautil.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/taskset.h b/libhb/handbrake/taskset.h
index 9276cb38d..0e8eb513c 100644
--- a/libhb/handbrake/taskset.h
+++ b/libhb/handbrake/taskset.h
@@ -1,6 +1,6 @@
/* taskset.h
- Copyright (c) 2003-2019 HandBrake Team
+ Copyright (c) 2003-2020 HandBrake Team
This file is part of the HandBrake source code
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License v2.
diff --git a/libhb/handbrake/vce_common.h b/libhb/handbrake/vce_common.h
index b8e8166f4..f48915907 100644
--- a/libhb/handbrake/vce_common.h
+++ b/libhb/handbrake/vce_common.h
@@ -1,6 +1,6 @@
/* vce_common.h
*
- * Copyright (c) 2003-2019 HandBrake Team
+ * Copyright (c) 2003-2020 HandBrake Team
* This file is part of the HandBrake source code.
* Homepage: <http://handbrake.fr/>.
* It may be used under the terms of the GNU General Public License v2.