diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-02-15 08:47:44 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-02-15 08:47:44 -0800 |
commit | 019c60c1e83edb5659484ed55df3a68e4e583f29 (patch) | |
tree | 98e11f0608239257a2bf3d77753f76215acb9baa /src/atomic | |
parent | 49c4f1e07fcc50f849da00d0e0fee1f053f02c82 (diff) |
Happy New Year!
Diffstat (limited to 'src/atomic')
-rw-r--r-- | src/atomic/SDL_atomic.c | 2 | ||||
-rw-r--r-- | src/atomic/SDL_spinlock.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/atomic/SDL_atomic.c b/src/atomic/SDL_atomic.c index d8be4c89dc..34a298edc7 100644 --- a/src/atomic/SDL_atomic.c +++ b/src/atomic/SDL_atomic.c @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/atomic/SDL_spinlock.c b/src/atomic/SDL_spinlock.c index ab3c5cb313..3bb319e9c0 100644 --- a/src/atomic/SDL_spinlock.c +++ b/src/atomic/SDL_spinlock.c @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages |