Dependencies of Firely Server and their licenses

Firely Server is mainly built using libraries from Microsoft .Net Core and ASP.NET Core, along with a limited list of other libraries. This is the full list of direct depencies that Firely Server has on other libraries, along with their licenses.

This list uses the NuGet package names (or prefixes of them) so you can easily lookup further details of those packages on NuGet.org if needed.

  1. Microsoft.AspNetCore.* - Apache 2.0

  2. Microsoft.ApplicationInsights.* - MIT

  3. Microsoft.Bcl.AsyncInterfaces - MIT

  4. Microsoft.EntityFrameworkCore.* - MIT

  5. Microsoft.Extensions.* - MIT

  6. Microsoft.AspNet.WebApi.Client - MS-.NET-Library License

  7. System.Interactive.Async - MIT

  8. Microsoft.Data.SqlClient - MIT

  9. Microsoft.CSharp - MIT

  10. System.Interactive.Async - MIT

  11. System.Text.Json - MIT

  12. System.* - MS-.NET-Library License

  13. NETStandard.Library - MIT

  14. NewtonSoft.Json - MIT

  15. IdentityModel.* - Apache 2.0

  16. IdentityServer4.AccessTokenValidation - Apache 2.0

  17. IPNetwork2 - BSD 2-Clause “Simplified” License

  18. Quartz - Apache 2.0

  19. Serilog(.*) - Apache-2.0

  20. LinqKit.Microsoft.EntityFrameworkCore - MIT

  21. Hl7.Fhir.* - Firely OSS license (see below)

  22. Fhir.Metrics - as Hl7.Fhir

  23. Simplifier.Licensing - as Hl7.Fhir

  24. Dapper - Apache 2.0

  25. SQLitePCLRaw.lib.e_sqlite3 - Apache 2.0

  26. SqlKata.* - MIT

MongoDB:

  1. MongoDB.* - Apache 2.0

For in-house telemetry:

  1. OpenTelemetry.* - Apache 2.0

  2. MongoDB.Driver.Core.Extensions.OpenTelemetry - Apache 2.0

For unit testing:

  1. XUnit - Apache 2.0

  2. Moq - BSD 3

  3. FluentAssertions - Apache 2.0

  4. Microsoft.NETCore.Platforms - MIT

  5. Microsoft.NET.Test.Sdk - MS-.NET-Library License

  6. System.Reactive - MIT

  7. coverlet.collector - MIT

  8. WireMock.Net - Apache 2.0

Firely OSS License

Firely Server relies on the reference .NET FHIR library: Hl7.Fhir.*, also created and maintained by Firely. The license is this (as stated in the LICENSE file:

Copyright (c) 2013-2020, HL7, Firely (info@fire.ly), 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:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • 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.

  • 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.