@@ -4,14 +4,49 @@ Copyright 2016 The Symphony Software Foundation
4
4
This product includes software developed at
5
5
The Symphony Software Foundation (http://symphony.foundation).
6
6
7
+ ---
8
+
7
9
Source files (*.cs) in src/SymphonyOSS.RestApiClient.Generated/
8
10
have been generated using swagger-codegen
9
11
(https://github.com/swagger-api/swagger-codegen), licensed
10
12
under the Apache License, Version 2.0.
11
13
14
+ ---
15
+
12
16
The following files do not contain license headers but are still
13
17
licensed under the Apache License, Version 2.0:
14
18
**/AssemblyInfo.cs
15
19
**/packages.config
16
20
src/SymphonyOSS.RestApiClient.Generated/OpenApi/Yaml/**/*.yaml
17
21
.travis.yml
22
+
23
+ ---
24
+
25
+ The code in src/SymphonyOSS.RestApiClient.Generated/Json/JsonSubtypeConverter.cs
26
+ was initially copied from a .NET Fiddle at https://dotnetfiddle.net/ELcvnk,
27
+ written by Anatoly Ressin. This code was licensed under the MIT License, according
28
+ to the license header:
29
+
30
+ // Discriminated Json Converter (JsonSubtypes) implementation for .NET
31
+ //
32
+ // MIT License
33
+ //
34
+ // Copyright (c) 2016 Anatoly Ressin
35
+
36
+ // Permission is hereby granted, free of charge, to any person obtaining a
37
+ // copy of this software and associated documentation files (the "Software"),
38
+ // to deal in the Software without restriction, including without limitation
39
+ // the rights to use, copy, modify, merge, publish, distribute, sublicense,
40
+ // and/or sell copies of the Software, and to permit persons to whom the
41
+ // Software is furnished to do so, subject to the following conditions:
42
+ //
43
+ // The above copyright notice and this permission notice shall be included in
44
+ // all copies or substantial portions of the Software.
45
+ //
46
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
47
+ // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
51
+ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
52
+ // DEALINGS IN THE SOFTWARE.
0 commit comments