diff --git a/examples/src/AudioDevice.cpp b/examples/src/AudioDevice.cpp index 66043e8..ad1d91b 100644 --- a/examples/src/AudioDevice.cpp +++ b/examples/src/AudioDevice.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/examples/src/AudioDevice.h b/examples/src/AudioDevice.h index 385b2b3..02658be 100644 --- a/examples/src/AudioDevice.h +++ b/examples/src/AudioDevice.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Dimitri Diakopoulos All rights reserved. +Copyright (c) 2019, Dimitri Diakopoulos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/examples/src/Main.cpp b/examples/src/Main.cpp index c111592..dcbc5fa 100644 --- a/examples/src/Main.cpp +++ b/examples/src/Main.cpp @@ -1,5 +1,5 @@ // Note to Visual Studio / Windows users: you must set the working directory manually on the project file -// to $(ProjectDir)../../../ since these settings are not saved directly in project. The loader +// to $(ProjectDir)../ since these settings are not saved directly in project. The loader // will be unable to find the example assets unless the proper working directory is set. #if defined(_MSC_VER)