diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-04-30 14:14:01 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-04-30 14:14:01 +0100 |
commit | b485ae5b90bf72cde0c30c2350e03d1369ca6dcd (patch) | |
tree | 74e05758d8d3b7bee5a7bb1d708e3c2772151110 | |
parent | 4ee5119a3467ea086efccef2907b0c576d600b79 (diff) |
atomic: Add Andrea's copyright notice
Note Andrea's copyright for his contribution of platform agnostic
fallbacks and the implementation for MacOS/X.
-rw-r--r-- | src/cairo-atomic-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-atomic-private.h b/src/cairo-atomic-private.h index f97ceadc..572f8494 100644 --- a/src/cairo-atomic-private.h +++ b/src/cairo-atomic-private.h @@ -1,6 +1,7 @@ /* cairo - a vector graphics library with display and print output * * Copyright © 2007 Chris Wilson + * Copyright © 2010 Andrea Canciani * * This library is free software; you can redistribute it and/or * modify it either under the terms of the GNU Lesser General Public @@ -32,6 +33,7 @@ * * Contributor(s): * Chris Wilson <chris@chris-wilson.co.uk> + * Andrea Canciani <ranma42@gmail.com> */ #ifndef CAIRO_ATOMIC_PRIVATE_H |