diff options
| author | Alan Antonuk <alan.antonuk@gmail.com> | 2013-04-11 11:03:02 -0700 |
|---|---|---|
| committer | Alan Antonuk <alan.antonuk@gmail.com> | 2013-04-17 09:56:30 -0700 |
| commit | ccd964f3e6833bf5f1ae934fd56053475c2e7af9 (patch) | |
| tree | 93bce2585164e62bddeab588266d7cbc070bb205 /librabbitmq/win32 | |
| parent | a2a91f532b7e648b2468acad39ae7169ac020d0a (diff) | |
| download | rabbitmq-c-github-ask-ccd964f3e6833bf5f1ae934fd56053475c2e7af9.tar.gz | |
Updating license header in new files
Diffstat (limited to 'librabbitmq/win32')
| -rw-r--r-- | librabbitmq/win32/threads.c | 22 | ||||
| -rw-r--r-- | librabbitmq/win32/threads.h | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/librabbitmq/win32/threads.c b/librabbitmq/win32/threads.c index 1559c5f..edf2d2d 100644 --- a/librabbitmq/win32/threads.c +++ b/librabbitmq/win32/threads.c @@ -1,4 +1,26 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ +/* + * Copyright 2012-2013 Michael Steinert + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + #include "threads.h" DWORD diff --git a/librabbitmq/win32/threads.h b/librabbitmq/win32/threads.h index 77376a6..668b2a3 100644 --- a/librabbitmq/win32/threads.h +++ b/librabbitmq/win32/threads.h @@ -1,4 +1,26 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ +/* + * Copyright 2012-2013 Michael Steinert + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + #ifndef AMQP_THREAD_H #define AMQP_THREAD_H |
