comparison stdint.h @ 25:a5b39e660e83

Fix license bug - the name of the product and the names of contributors must not be used for promotion.
author alexander.chemeris@gmail.com@d525d15b-5824-0410-80a3-6185d19c2cde
date Fri, 24 May 2013 22:24:11 +0000
parents b1e002710e2d
children 480de4e30dcd
comparison
equal deleted inserted replaced
24:fce0b7d5cef7 25:a5b39e660e83
1 // ISO C9x compliant stdint.h for Microsoft Visual Studio 1 // ISO C9x compliant stdint.h for Microsoft Visual Studio
2 // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 2 // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
3 // 3 //
4 // Copyright (c) 2006-2008 Alexander Chemeris 4 // Copyright (c) 2006-2013 Alexander Chemeris
5 // 5 //
6 // Redistribution and use in source and binary forms, with or without 6 // Redistribution and use in source and binary forms, with or without
7 // modification, are permitted provided that the following conditions are met: 7 // modification, are permitted provided that the following conditions are met:
8 // 8 //
9 // 1. Redistributions of source code must retain the above copyright notice, 9 // 1. Redistributions of source code must retain the above copyright notice,
11 // 11 //
12 // 2. Redistributions in binary form must reproduce the above copyright 12 // 2. Redistributions in binary form must reproduce the above copyright
13 // notice, this list of conditions and the following disclaimer in the 13 // notice, this list of conditions and the following disclaimer in the
14 // documentation and/or other materials provided with the distribution. 14 // documentation and/or other materials provided with the distribution.
15 // 15 //
16 // 3. The name of the author may be used to endorse or promote products 16 // 3. Neither the name of the product nor the names of its contributors may
17 // derived from this software without specific prior written permission. 17 // be used to endorse or promote products derived from this software
18 // without specific prior written permission.
18 // 19 //
19 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED 20 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
20 // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 21 // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
21 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 22 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
22 // EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 23 // EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,