diff options
| author | Ray <[email protected]> | 2019-04-07 17:53:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-07 17:53:48 +0200 |
| commit | 81b63890dd11ef52848efe794b27f85b4c7245f0 (patch) | |
| tree | 52fc801c80cf60c177b6900cff03dd7e5cd007c8 /examples/audio | |
| parent | c23ceec338ac46c28d0b1fe2ab286775efc7f041 (diff) | |
| parent | f21761fbbb02f0b58b5b54342f0c3ad3abc0003e (diff) | |
| download | raylib-81b63890dd11ef52848efe794b27f85b4c7245f0.tar.gz raylib-81b63890dd11ef52848efe794b27f85b4c7245f0.zip | |
Merge pull request #793 from ChillerDragon/pr_copyright_2k19
Happy new year 2019
Diffstat (limited to 'examples/audio')
| -rw-r--r-- | examples/audio/audio_raw_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/audio/audio_raw_stream.c b/examples/audio/audio_raw_stream.c index 7eee46f6..d7fa5d79 100644 --- a/examples/audio/audio_raw_stream.c +++ b/examples/audio/audio_raw_stream.c @@ -7,7 +7,7 @@ * This example has been created using raylib 1.6 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Copyright (c) 2015-2018 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox) +* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox) * ********************************************************************************************/ |
