ref: f1cdb441978cbc7a4ab8e1fb55bad1a2a2d80315
parent: 2abc436e7ed8c5dadc24973a6891782fc105212e
author: Matthias Dressel <code@deadcode.eu>
date: Fri Mar 1 02:46:54 EST 2019
Update the copyright year to 2019
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright © 2018, VideoLAN and dav1d authors
+Copyright © 2019, VideoLAN and dav1d authors
All rights reserved.
Redistribution and use in source and binary forms, with or without
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,4 +1,4 @@
-# Copyright © 2018, VideoLAN and dav1d authors
+# Copyright © 2019, VideoLAN and dav1d authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -151,7 +151,7 @@
rc_data.set('VERSION_MINOR', rc_version_array[1])
rc_data.set('VERSION_REVISION', rc_version_array[2])
rc_data.set('VERSION_EXTRA', '0')
- rc_data.set('COPYRIGHT_YEARS', '2018')
+ rc_data.set('COPYRIGHT_YEARS', '2019')
rc_file = configure_file(
input : 'dav1d.rc.in',