1 # (C) Copyright IBM Corporation 2004 2 # All Rights Reserved. 3 # 4 # Permission is hereby granted, free of charge, to any person obtaining a 5 # copy of this software and associated documentation files (the "Software"), 6 # to deal in the Software without restriction, including without limitation 7 # on the rights to use, copy, modify, merge, publish, distribute, sub 8 # license, and/or sell copies of the Software, and to permit persons to whom 9 # the Software is furnished to do so, subject to the following conditions: 10 # 11 # The above copyright notice and this permission notice (including the next 12 # paragraph) shall be included in all copies or substantial portions of the 13 # Software. 14 # 15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 18 # IBM AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 20 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 21 # IN THE SOFTWARE. 22 # 23 # Authors: 24 # Ian Romanick <idr (at] us.ibm.com> 25 26 bsd_license_template = """%s 27 All Rights Reserved. 28 29 Permission is hereby granted, free of charge, to any person obtaining a 30 copy of this software and associated documentation files (the "Software"), 31 to deal in the Software without restriction, including without limitation 32 the rights to use, copy, modify, merge, publish, distribute, sub license, 33 and/or sell copies of the Software, and to permit persons to whom the 34 Software is furnished to do so, subject to the following conditions: 35 36 The above copyright notice and this permission notice (including the next 37 paragraph) shall be included in all copies or substantial portions of the 38 Software. 39 40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 42 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 43 %s, 44 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 46 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 47 SOFTWARE.""" 48