Populate tree. · rust-lang/rust@d6b7c96 (original) (raw)

`@@ -53,7 +53,8 @@ The following third party packages are included:

`

53

53

` All rights reserved.

`

54

54

``

55

55

` Redistribution and use in source and binary forms, with or without

`

56

``

`-

modification, are permitted provided that the following conditions are met:

`

``

56

`+

modification, are permitted provided that the following conditions are

`

``

57

`+

met:

`

57

58

``

58

59

` * Redistributions of source code must retain the above copyright

`

59

60

` notice, this list of conditions and the following disclaimer.

`

`@@ -71,9 +72,10 @@ The following third party packages are included:

`

71

72

` SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

`

72

73

``

73

74

``

74

``

`-

`

75

``

`-

at src/rt/valgrind.h and src/rt/memcheck.h, within this distribution. These

`

76

``

`-

files are redistributed under the following terms, as noted in them:

`

``

75

`+

`

``

76

`+

found at src/rt/valgrind.h and src/rt/memcheck.h, within this

`

``

77

`+

distribution. These files are redistributed under the following terms, as

`

``

78

`+

noted in them:

`

77

79

``

78

80

` for src/rt/valgrind.h:

`

79

81

``

`@@ -158,20 +160,20 @@ well as the collective work itslf, is distributed under the following terms:

`

158

160

` Copyright (c) 2006-2010 Graydon Hoare

`

159

161

` Copyright (c) 2009-2010 Mozilla Foundation

`

160

162

``

161

``

`-

Permission is hereby granted, free of charge, to any person obtaining a copy

`

162

``

`-

of this software and associated documentation files (the "Software"), to deal

`

163

``

`-

in the Software without restriction, including without limitation the rights

`

164

``

`-

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

`

165

``

`-

copies of the Software, and to permit persons to whom the Software is

`

166

``

`-

furnished to do so, subject to the following conditions:

`

``

163

`+

Permission is hereby granted, free of charge, to any person obtaining a

`

``

164

`+

copy of this software and associated documentation files (the "Software"),

`

``

165

`+

to deal in the Software without restriction, including without limitation

`

``

166

`+

the rights to use, copy, modify, merge, publish, distribute, sublicense,

`

``

167

`+

and/or sell copies of the Software, and to permit persons to whom the

`

``

168

`+

Software is furnished to do so, subject to the following conditions:

`

167

169

``

168

170

` The above copyright notice and this permission notice shall be included in

`

169

171

` all copies or substantial portions of the Software.

`

170

172

``

171

173

` THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

`

172

174

` IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

`

173

``

`-

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

`

174

``

`-

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

`

175

``

`-

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

`

176

``

`-

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

`

177

``

`-

THE SOFTWARE.

`

``

175

`+

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL

`

``

176

`+

THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

`

``

177

`+

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

`

``

178

`+

FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

`

``

179

`+

DEALINGS IN THE SOFTWARE.

`