Skip to content

Commit

Permalink
Added a "LICENSE_NOTICE.txt" for the project with Constants.
Browse files Browse the repository at this point in the history
Also updated project files with URL's to their respective license files.
  • Loading branch information
TomasJohansson committed Dec 31, 2018
1 parent f21d563 commit e1a7405
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>Coordinate Reference System Transformations adapter implementation using the adaptee third-part library 'DotSpatial'.</Description>
<Authors>TomasJohansson</Authors>
<PackageProjectUrl>https://github.com/TomasJohansson/crsTransformations-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/LICENSE_NOTICE.txt</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/Programmerare.CrsTransformations.Adapter.DotSpatial/LICENSE_NOTICE.txt</PackageLicenseUrl>
<Version>1.0.0</Version>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>Coordinate Reference System Transformations adapter implementation using the adaptee third-part library 'MightyLittleGeodesy'.</Description>
<Authors>TomasJohansson</Authors>
<PackageProjectUrl>https://github.com/TomasJohansson/crsTransformations-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/LICENSE_NOTICE.txt</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/Programmerare.CrsTransformations.Adapter.MightyLittleGeodesy/LICENSE_NOTICE.txt</PackageLicenseUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>Coordinate Reference System Transformations adapter implementation using the adaptee third-part library 'ProjNet4GeoAPI'.</Description>
<Authors>TomasJohansson</Authors>
<PackageProjectUrl>https://github.com/TomasJohansson/crsTransformations-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/LICENSE_NOTICE.txt</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/Programmerare.CrsTransformations.Adapter.ProjNet4GeoAPI/LICENSE_NOTICE.txt</PackageLicenseUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
13 changes: 13 additions & 0 deletions Programmerare.CrsTransformations.Constants/LICENSE_NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Regarding the license for "Programmerare.CrsTransformations.Constants":
MIT license for this .NET library with C# constants for EPSG codes.
(and those constants have been generated by using the EPSG Dataset mentioned below)

Regarding the data itself:
Ownership of the EPSG Dataset by IOGP is acknowledged.

See the URL http://www.epsg.org/TermsOfUse.aspx
Some quotes from the above 'Terms of use' URL:
'The EPSG database is published by IOGP at no charge.
Distribution for profit is forbidden....
Ownership of the EPSG Dataset by IOGP must be acknowledged...'
See the URL for detailed information
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Regarding the data itself: Ownership of the EPSG Dataset by IOGP is acknowledged
Some quotes from the 'Terms of use' URL:
'The EPSG database is published by IOGP at no charge. Distribution for profit is forbidden.... Ownership of the EPSG Dataset by IOGP must be acknowledged...' See the URL for detailed information</Description>
<PackageProjectUrl>https://github.com/TomasJohansson/crsTransformations-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/LICENSE_NOTICE.txt</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/Programmerare.CrsTransformations.Constants/LICENSE_NOTICE.txt</PackageLicenseUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The core assembly provides an adapter interface which is implemented by other as
</Description>
<Authors>TomasJohansson</Authors>
<PackageProjectUrl>https://github.com/TomasJohansson/crsTransformations-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/LICENSE_NOTICE.txt</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/Programmerare.CrsTransformations.Core/LICENSE_NOTICE.txt</PackageLicenseUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit e1a7405

Please sign in to comment.