Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2022-01-07 21:14:18 +0300
committerHenrik Gramner <gramner@twoorioles.com>2022-01-10 01:18:59 +0300
commitf98240139c86bf084fe3f4f42b7c83934dbe721e (patch)
tree40e496c4b43195a5c8843c572dffcc73b7a8ae5e /meson.build
parentace8efe60afb659cb6c3bf8b0e0c54c381c958da (diff)
Update copyright year
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index d29faf3..67cd409 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-# Copyright © 2018-2021, VideoLAN and dav1d authors
+# Copyright © 2018-2022, VideoLAN and dav1d authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -128,7 +128,7 @@ if host_machine.system() == 'windows'
rc_data.set('API_VERSION_MAJOR', dav1d_api_version_major)
rc_data.set('API_VERSION_MINOR', dav1d_api_version_minor)
rc_data.set('API_VERSION_REVISION', dav1d_api_version_revision)
- rc_data.set('COPYRIGHT_YEARS', '2021')
+ rc_data.set('COPYRIGHT_YEARS', '2022')
else
thread_dependency = dependency('threads')
thread_compat_dep = []