Skip to content

Commit df33475

Browse files
committed
added copyright header to all files (#25)
1 parent 7f8afc1 commit df33475

Some content is hidden

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

62 files changed

+434
-0
lines changed

Convert.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package proj
29

310
import (

Convert_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package proj_test
29

310
import (

cmd/proj/proj.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package main
29

310
import (

cmd/proj/proj_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package main_test
29

310
import (

core/ConvertLPToXY.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package core
29

310
import (

core/Coordinate.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package core
29

310
// CoordType is the enum for the differetn intepretations of a Coordinate object

core/Coordinate_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package core_test
29

310
import (

core/Ellipsoid.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package core
29

310
import (

core/Ellipsoid_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package core_test
29

310
import (

core/Meridian.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright (C) 2018, Michael P. Gerlek (Flaxen Consulting)
2+
//
3+
// Portions of this code were derived from the PROJ.4 software
4+
// In keeping with the terms of the PROJ.4 project, this software
5+
// is provided under the MIT-style license in `LICENSE.md` and may
6+
// additionally be subject to the copyrights of the PROJ.4 authors.
7+
18
package core
29

310
// PrimeMeridian contains information about a prime meridian

0 commit comments

Comments
 (0)