diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-12 23:05:30 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-12 23:05:30 +0100 |
commit | 322fad70bd59eb7b2a9a94387611401180458d82 (patch) | |
tree | 61d01e51acfb977307984486a9b61be531f63d37 /modules/gdnative/include/videodecoder | |
parent | 9430e68cf3013aaa0673a4dfff844324a9c1274a (diff) |
Fix copyright year in VideoStreamGDNative
Diffstat (limited to 'modules/gdnative/include/videodecoder')
-rw-r--r-- | modules/gdnative/include/videodecoder/godot_videodecoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/include/videodecoder/godot_videodecoder.h b/modules/gdnative/include/videodecoder/godot_videodecoder.h index 360fc0f5f5..1b08be30f0 100644 --- a/modules/gdnative/include/videodecoder/godot_videodecoder.h +++ b/modules/gdnative/include/videodecoder/godot_videodecoder.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md) */ +/* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ |