diff options
author | Anton Yabchinskiy <arn@bestmx.ru> | 2014-11-24 15:56:02 +0300 |
---|---|---|
committer | Anton Yabchinskiy <arn@bestmx.ru> | 2014-11-24 15:56:02 +0300 |
commit | 3e09c0991561d0068b38f054bba81bdc2d21c1e2 (patch) | |
tree | d0ddbd83fa3a24ce4da768f8e5278bbbbef8be2d | |
parent | 298f6be9bf47e5948f2242747cce4214143d1432 (diff) |
Update the list of authors in libao driver sources
-rw-r--r-- | drivers/ao/audio_driver_ao.cpp | 1 | ||||
-rw-r--r-- | drivers/ao/audio_driver_ao.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ao/audio_driver_ao.cpp b/drivers/ao/audio_driver_ao.cpp index b42e3af6bb..50c3ef7fa5 100644 --- a/drivers/ao/audio_driver_ao.cpp +++ b/drivers/ao/audio_driver_ao.cpp @@ -6,6 +6,7 @@ /* http://www.godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014 Anton Yabchinskiy. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/drivers/ao/audio_driver_ao.h b/drivers/ao/audio_driver_ao.h index b64b8dce9d..023e051c8b 100644 --- a/drivers/ao/audio_driver_ao.h +++ b/drivers/ao/audio_driver_ao.h @@ -6,6 +6,7 @@ /* http://www.godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014 Anton Yabchinskiy. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ |