Skip to content

Commit 49cda41

Browse files
committed
- Fixed licenses stating incorrect names.
1 parent 502d2e9 commit 49cda41

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

.gitignore

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,11 @@ crashlytics-build.properties
7373
/UComputeNet.csproj.meta
7474
/UComputeNet.sln.DotSettings.user.meta
7575
/UComputeNet.sln.meta
76-
77-
# Default ignored files
78-
/shelf/
79-
/workspace.xml
80-
# Rider ignored files
81-
/modules.xml
82-
/projectSettingsUpdater.xml
83-
/.idea.UComputeNet.iml
84-
/contentModel.xml
85-
# Editor-based HTTP Client requests
86-
/httpRequests/
87-
# Datasource local storage ignored files
88-
/dataSources/
89-
/dataSources.local.xml
76+
/.idea/.idea.UComputeNet.dir/.idea/.gitignore
77+
/.idea/.idea.UComputeNet.dir/.idea/encodings.xml
78+
/.idea/.idea.UComputeNet/.idea/indexLayout.xml
79+
/.idea/.idea.UComputeNet.dir/.idea/indexLayout.xml
80+
/.idea/.idea.UComputeNet/.idea/projectSettingsUpdater.xml
81+
/.idea/.idea.UComputeNet/.idea/vcs.xml
82+
/.idea/.idea.UComputeNet.dir/.idea/vcs.xml
83+
/.idea/.idea.UComputeNet/.idea/workspace.xml

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
UComputeNet, a package designed to ease the use of mathematical functions.
22
Copyright © 2023 Ben Knight
33

44
This program is free software: you can redistribute it and/or modify

Runtime/Edge2D.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
// UComputeNet, a package designed to ease the use of mathematical functions.
22
// Copyright © 2023 Ben Knight
33
//
44
// This program is free software: you can redistribute it and/or modify

Runtime/Edge3D.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
// UComputeNet, a package designed to ease the use of mathematical functions.
22
// Copyright © 2023 Ben Knight
33
//
44
// This program is free software: you can redistribute it and/or modify

Runtime/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
// UComputeNet, a package designed to ease the use of mathematical functions.
22
// Copyright © 2023 Ben Knight
33
//
44
// This program is free software: you can redistribute it and/or modify

Runtime/Intersection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
// UComputeNet, a package designed to ease the use of mathematical functions.
22
// Copyright © 2023 Ben Knight
33
//
44
// This program is free software: you can redistribute it and/or modify

Runtime/IrishFix.UComputeNet.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/PointComputations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
// UComputeNet, a package designed to ease the use of mathematical functions.
22
// Copyright © 2023 Ben Knight
33
//
44
// This program is free software: you can redistribute it and/or modify

Runtime/Random.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
// UComputeNet, a package designed to ease the use of mathematical functions.
22
// Copyright © 2023 Ben Knight
33
//
44
// This program is free software: you can redistribute it and/or modify

Runtime/Triangle2D.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Computational Geometry, a package designed to ease the use of geometry-based mathematical functions.
1+
// UComputeNet, a package designed to ease the use of mathematical functions.
22
// Copyright © 2023 Ben Knight
33
//
44
// This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)