Skip to content

Commit 01a0940

Browse files
authored
Merge pull request #119 from Tronald/Develop
Develop
2 parents 985324d + a2ddcd0 commit 01a0940

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2708
-1042
lines changed

CoordinateSharp/Cartesians/Cartesian.Methods.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ are referring to this work.
99
1010
License
1111
12+
CoordinateSharp is split licensed and may be licensed under the GNU Affero General Public License version 3 or a commercial use license as stated.
13+
1214
Copyright (C) 2019, Signature Group, LLC
1315
1416
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3
@@ -31,6 +33,13 @@ as soon as you develop commercial activities involving the CoordinateSharp softw
3133
These activities include: offering paid services to customers as an ASP, on the fly location based calculations in a web application,
3234
or shipping CoordinateSharp with a closed source product.
3335
36+
Organizations or use cases that fall under the following conditions may receive a free commercial use license upon request.
37+
-Department of Defense
38+
-Department of Homeland Security
39+
-Open source contributors to this library
40+
-Scholarly or scientific uses on a case by case basis.
41+
-Emergency response / management uses on a case by case basis.
42+
3443
For more information, please contact Signature Group, LLC at this address: sales@signatgroup.com
3544
*/
3645
using System;

CoordinateSharp/Cartesians/Cartesian.Model.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ are referring to this work.
99
1010
License
1111
12+
CoordinateSharp is split licensed and may be licensed under the GNU Affero General Public License version 3 or a commercial use license as stated.
13+
1214
Copyright (C) 2019, Signature Group, LLC
1315
1416
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3
@@ -31,6 +33,13 @@ as soon as you develop commercial activities involving the CoordinateSharp softw
3133
These activities include: offering paid services to customers as an ASP, on the fly location based calculations in a web application,
3234
or shipping CoordinateSharp with a closed source product.
3335
36+
Organizations or use cases that fall under the following conditions may receive a free commercial use license upon request.
37+
-Department of Defense
38+
-Department of Homeland Security
39+
-Open source contributors to this library
40+
-Scholarly or scientific uses on a case by case basis.
41+
-Emergency response / management uses on a case by case basis.
42+
3443
For more information, please contact Signature Group, LLC at this address: sales@signatgroup.com
3544
*/
3645
using System;

CoordinateSharp/Cartesians/ECEF.Methods.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ are referring to this work.
99
1010
License
1111
12+
CoordinateSharp is split licensed and may be licensed under the GNU Affero General Public License version 3 or a commercial use license as stated.
13+
1214
Copyright (C) 2019, Signature Group, LLC
1315
1416
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3
@@ -31,6 +33,13 @@ as soon as you develop commercial activities involving the CoordinateSharp softw
3133
These activities include: offering paid services to customers as an ASP, on the fly location based calculations in a web application,
3234
or shipping CoordinateSharp with a closed source product.
3335
36+
Organizations or use cases that fall under the following conditions may receive a free commercial use license upon request.
37+
-Department of Defense
38+
-Department of Homeland Security
39+
-Open source contributors to this library
40+
-Scholarly or scientific uses on a case by case basis.
41+
-Emergency response / management uses on a case by case basis.
42+
3443
For more information, please contact Signature Group, LLC at this address: sales@signatgroup.com
3544
*/
3645
using System;

CoordinateSharp/Cartesians/ECEF.Model.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ are referring to this work.
99
1010
License
1111
12+
CoordinateSharp is split licensed and may be licensed under the GNU Affero General Public License version 3 or a commercial use license as stated.
13+
1214
Copyright (C) 2019, Signature Group, LLC
1315
1416
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3
@@ -31,6 +33,13 @@ as soon as you develop commercial activities involving the CoordinateSharp softw
3133
These activities include: offering paid services to customers as an ASP, on the fly location based calculations in a web application,
3234
or shipping CoordinateSharp with a closed source product.
3335
36+
Organizations or use cases that fall under the following conditions may receive a free commercial use license upon request.
37+
-Department of Defense
38+
-Department of Homeland Security
39+
-Open source contributors to this library
40+
-Scholarly or scientific uses on a case by case basis.
41+
-Emergency response / management uses on a case by case basis.
42+
3443
For more information, please contact Signature Group, LLC at this address: sales@signatgroup.com
3544
*/
3645
using System;

0 commit comments

Comments
 (0)