-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from FirelyTeam/feature/add-bsd3-license
Add BSD-3 license to solution, and reference it in all files
- Loading branch information
Showing
153 changed files
with
804 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
BSD 3-Clause License | ||
|
||
Copyright (c) 2013-2024, HL7, Firely ([email protected]), Microsoft Open Technologies | ||
and contributors. See the file CONTRIBUTORS for details | ||
|
||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, this | ||
list of conditions and the following disclaimer in the documentation and/or | ||
other materials provided with the distribution. | ||
|
||
3. Neither the name of Firely nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR | ||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 9 additions & 1 deletion
10
src/Firely.Fhir.Validation.Compilation.Shared/CommonTypeRefComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
using Hl7.Fhir.Model; | ||
/* | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using static Hl7.Fhir.Model.ElementDefinition; | ||
|
8 changes: 5 additions & 3 deletions
8
src/Firely.Fhir.Validation.Compilation.Shared/CommonTypeRefComponentExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* | ||
* Copyright (C) 2021, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
|
8 changes: 5 additions & 3 deletions
8
src/Firely.Fhir.Validation.Compilation.Shared/DiscriminatorFactory.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* | ||
* Copyright (C) 2021, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
|
8 changes: 5 additions & 3 deletions
8
src/Firely.Fhir.Validation.Compilation.Shared/ElementConversionMode.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* | ||
* Copyright (C) 2021, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
|
8 changes: 5 additions & 3 deletions
8
src/Firely.Fhir.Validation.Compilation.Shared/ISchemaBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Specification.Navigation; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using System; | ||
using System.Runtime.CompilerServices; | ||
|
||
|
8 changes: 5 additions & 3 deletions
8
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* | ||
* Copyright (C) 2021, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilderExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Linq; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/BaseSchemaBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/BindingBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/CanonicalBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
||
|
16 changes: 9 additions & 7 deletions
16
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/CardinalityBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
using Hl7.Fhir.Introspection; | ||
using Hl7.Fhir.Model; | ||
using Hl7.Fhir.Specification.Navigation; | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
/* | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Introspection; | ||
using Hl7.Fhir.Model; | ||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
||
namespace Firely.Fhir.Validation.Compilation | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/ContentReferenceBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/FhirPathBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/FixedBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/MaxLengthBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/MaxValueBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.ElementModel; | ||
using Hl7.Fhir.Introspection; | ||
using Hl7.Fhir.Specification.Navigation; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/MinValueBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.ElementModel; | ||
using Hl7.Fhir.Introspection; | ||
using Hl7.Fhir.Specification.Navigation; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/PatternBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/RegExBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
using Hl7.Fhir.Specification.Navigation; | ||
using System.Collections.Generic; | ||
|
9 changes: 5 additions & 4 deletions
9
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/StandardBuilders.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/* | ||
* Copyright (C) 2023, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Specification.Navigation; | ||
using Hl7.Fhir.Specification.Source; | ||
using System.Collections.Generic; | ||
|
8 changes: 5 additions & 3 deletions
8
src/Firely.Fhir.Validation.Compilation.Shared/SchemaBuilders/TypeReferenceBuilder.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* | ||
* Copyright (C) 2021, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
|
8 changes: 5 additions & 3 deletions
8
src/Firely.Fhir.Validation.Compilation.Shared/StructureDefinitionCorrectionsResolver.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* | ||
* Copyright (C) 2021, Firely ([email protected]) - All Rights Reserved | ||
* Proprietary and confidential. Unauthorized copying of this file, | ||
* via any medium is strictly prohibited. | ||
* Copyright (c) 2024, Firely ([email protected]) and contributors | ||
* See the file CONTRIBUTORS for details. | ||
* | ||
* This file is licensed under the BSD 3-Clause license | ||
* available at https://github.com/FirelyTeam/firely-validator-api/blob/main/LICENSE | ||
*/ | ||
|
||
using Hl7.Fhir.Model; | ||
|
Oops, something went wrong.