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:
authorMatthias Dressel <code@deadcode.eu>2021-01-25 15:26:53 +0300
committerMatthias Dressel <code@deadcode.eu>2021-01-25 15:26:53 +0300
commitbb3539a938cb1ace4df942c42a8979302bac5457 (patch)
tree0396e110d865bab020207c71874e977189abb3bc /meson.build
parent9463c9f5a881914286cfd92f96d21400c358946b (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 98d2c35..3b354d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-# Copyright © 2018-2020, VideoLAN and dav1d authors
+# Copyright © 2018-2021, 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', '2020')
+ rc_data.set('COPYRIGHT_YEARS', '2021')
else
thread_dependency = dependency('threads')
thread_compat_dep = []