Skip to content

Commit b43181c

Browse files
committed
License: ISC -> MIT
1 parent 3ba0140 commit b43181c

58 files changed

Lines changed: 133 additions & 842 deletions

Some content is hidden

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

.editorconfig

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,8 @@
22
# https://editorconfig.org
33
# https://aka.ms/editorconfigdocs
44
#
5-
# Copyright 2022 Jeffrey Sharp
6-
#
7-
# Permission to use, copy, modify, and distribute this software for any
8-
# purpose with or without fee is hereby granted, provided that the above
9-
# copyright notice and this permission notice appear in all copies.
10-
#
11-
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12-
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13-
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14-
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15-
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16-
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17-
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5+
# Copyright Subatomix Research Inc.
6+
# SPDX-License-Identifier: MIT
187

198
root = true
209

.gitattributes

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
# Copyright 2022 Jeffrey Sharp
2-
#
3-
# Permission to use, copy, modify, and distribute this software for any
4-
# purpose with or without fee is hereby granted, provided that the above
5-
# copyright notice and this permission notice appear in all copies.
6-
#
7-
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8-
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9-
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10-
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11-
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12-
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13-
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1+
# Copyright Subatomix Research Inc.
2+
# SPDX-License-Identifier: MIT
143

154
# Auto detect text files and perform LF normalization
165
* text=auto

.github/workflows/build.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
# GitHub Actions workflow
22
# https://help.github.com/en/actions/reference
33
#
4-
# Copyright 2022 Jeffrey Sharp
5-
#
6-
# Permission to use, copy, modify, and distribute this software for any
7-
# purpose with or without fee is hereby granted, provided that the above
8-
# copyright notice and this permission notice appear in all copies.
9-
#
10-
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11-
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12-
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13-
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14-
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15-
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16-
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4+
# Copyright Subatomix Research Inc.
5+
# SPDX-License-Identifier: MIT
176

187
name: Build
198

.gitignore

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
# Copyright 2022 Jeffrey Sharp
2-
#
3-
# Permission to use, copy, modify, and distribute this software for any
4-
# purpose with or without fee is hereby granted, provided that the above
5-
# copyright notice and this permission notice appear in all copies.
6-
#
7-
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8-
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9-
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10-
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11-
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12-
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13-
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1+
# Copyright Subatomix Research Inc.
2+
# SPDX-License-Identifier: MIT
143

154
# Build products
165
obj/

.root.targets

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,8 @@
22
<!-- https://github.com/microsoft/MSBuildSdks/tree/master/src/NoTargets -->
33

44
<!--
5-
Copyright 2022 Jeffrey Sharp
6-
7-
Permission to use, copy, modify, and distribute this software for any
8-
purpose with or without fee is hereby granted, provided that the above
9-
copyright notice and this permission notice appear in all copies.
10-
11-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5+
Copyright Subatomix Research Inc.
6+
SPDX-License-Identifier: MIT
187
-->
198

209
<PropertyGroup>

CHANGES.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ Future release.
1616
Future release.
1717

1818
<!--
19-
Copyright 2022 Jeffrey Sharp
20-
21-
Permission to use, copy, modify, and distribute this software for any
22-
purpose with or without fee is hereby granted, provided that the above
23-
copyright notice and this permission notice appear in all copies.
24-
25-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
26-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
27-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
28-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
29-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
30-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
31-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19+
Copyright Subatomix Research Inc.
20+
SPDX-License-Identifier: MIT
3221
-->

Coverlet.runsettings

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<!--
3-
Copyright 2022 Jeffrey Sharp
4-
5-
Permission to use, copy, modify, and distribute this software for any
6-
purpose with or without fee is hereby granted, provided that the above
7-
copyright notice and this permission notice appear in all copies.
8-
9-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3+
Copyright Subatomix Research Inc.
4+
SPDX-License-Identifier: MIT
165
-->
176
<!--
187
Documentation:

DependencyQueue.Tests/AsyncMonitorTests.cs

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
/*
2-
Copyright 2022 Jeffrey Sharp
3-
4-
Permission to use, copy, modify, and distribute this software for any
5-
purpose with or without fee is hereby granted, provided that the above
6-
copyright notice and this permission notice appear in all copies.
7-
8-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15-
*/
1+
// Copyright Subatomix Research Inc.
2+
// SPDX-License-Identifier: MIT
163

174
namespace DependencyQueue;
185

DependencyQueue.Tests/CollectionViewTests.cs

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
/*
2-
Copyright 2022 Jeffrey Sharp
3-
4-
Permission to use, copy, modify, and distribute this software for any
5-
purpose with or without fee is hereby granted, provided that the above
6-
copyright notice and this permission notice appear in all copies.
7-
8-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15-
*/
1+
// Copyright Subatomix Research Inc.
2+
// SPDX-License-Identifier: MIT
163

174
namespace DependencyQueue;
185

DependencyQueue.Tests/DependencyQueue.Tests.csproj

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<!--
4-
Copyright 2022 Jeffrey Sharp
5-
6-
Permission to use, copy, modify, and distribute this software for any
7-
purpose with or without fee is hereby granted, provided that the above
8-
copyright notice and this permission notice appear in all copies.
9-
10-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4+
Copyright Subatomix Research Inc.
5+
SPDX-License-Identifier: MIT
176
-->
187

198
<PropertyGroup>

0 commit comments

Comments
 (0)