Skip to content

Commit 0d24051

Browse files
committed
Update the license for the forked project for (hopefully) temporarily pushing to NuGet.
1 parent 82ef663 commit 0d24051

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behaviour may be
58-
reported by contacting [Muhammad Rehan Saeed](https://github.com/RehanSaeed). All
58+
reported by contacting [Timmy Christensen](https://github.com/TimmyMC). All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
If you want to make a small change, go ahead and raise a pull request, otherwise follow these steps:
66

7-
1. View the [Issues](https://github.com/RehanSaeed/Schema.NET/issues) page to see a To-Do list of things to be implemented.
7+
1. View the [Issues](https://github.com/TimmyMC/Schema.NET/issues) page to see a To-Do list of things to be implemented.
88
2. Raise an issue or comment on an existing issue with what you want to contribute if one does not already exist.
99
3. When you get the go ahead, follow the coding guidelines and raise a pull request.
1010
4. Include a link to the issue in your pull request.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Thank you good citizen for your hard work!
33
44
Please read the contributing guide before raising a pull request.
5-
https://github.com/RehanSaeed/Schema.NET/blob/main/.github/CONTRIBUTING.md
5+
https://github.com/TimmyMC/Schema.NET/blob/main/.github/CONTRIBUTING.md
66
-->

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This project supports only the latest version with security updates. However, we
66

77
## Reporting a Vulnerability
88

9-
Contact [Muhammad Rehan Saeed](https://github.com/RehanSaeed) to report a security vulnerability. You will be thanked!
9+
Contact [Timmy Christensen](https://github.com/TimmyMC) to report a security vulnerability. You will be thanked!

Directory.Build.props

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@
1313
</PropertyGroup>
1414

1515
<PropertyGroup Label="Package">
16-
<Authors>Muhammad Rehan Saeed (RehanSaeed.com)</Authors>
17-
<Company>Muhammad Rehan Saeed (RehanSaeed.com)</Company>
18-
<Copyright>Copyright © Muhammad Rehan Saeed. All rights Reserved</Copyright>
16+
<Authors>Muhammad Rehan Saeed, Timmy Christensen</Authors>
17+
<Copyright>Copyright © 2017-2025 Muhammad Rehan Saeed. Copyright © 2025 Timmy Christensen. All rights Reserved</Copyright>
1918
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2019
<PackageLicenseExpression>MIT</PackageLicenseExpression>
21-
<PackageProjectUrl>https://github.com/RehanSaeed/Schema.NET</PackageProjectUrl>
22-
<PackageIcon>Icon.png</PackageIcon>
20+
<PackageProjectUrl>https://github.com/TimmyMC/Schema.NET</PackageProjectUrl>
21+
<!-- <PackageIcon>Icon.png</PackageIcon>-->
2322
<PackageReadmeFile>README.md</PackageReadmeFile>
24-
<RepositoryUrl>https://github.com/RehanSaeed/Schema.NET.git</RepositoryUrl>
23+
<RepositoryUrl>https://github.com/TimmyMC/Schema.NET.git</RepositoryUrl>
2524
<RepositoryType>git</RepositoryType>
26-
<PackageReleaseNotes>https://github.com/RehanSaeed/Schema.NET/releases</PackageReleaseNotes>
25+
<PackageReleaseNotes>https://github.com/TimmyMC/Schema.NET/releases</PackageReleaseNotes>
2726
</PropertyGroup>
2827

2928
<ItemGroup Label="Package References">

LICENSE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2017 Muhammad Rehan Saeed
3+
Copyright (c) 2017-2025 Muhammad Rehan Saeed
4+
Copyright (c) 2025 Timmy Christensen
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ There are many pending types on [schema.org](https://schema.org) which are not y
158158
| Azure Pipelines | Mac | [![Azure Pipelines Mac Build Status](https://dev.azure.com/schema-net/Schema.NET/_apis/build/status/Schema.NET?branchName=main&stageName=Build&jobName=Build&configuration=Build%20Mac)](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) |
159159
| Azure Pipelines | Windows | [![Azure Pipelines Windows Build Status](https://dev.azure.com/schema-net/Schema.NET/_apis/build/status/Schema.NET?branchName=main&stageName=Build&jobName=Build&configuration=Build%20Windows)](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) |
160160
| Azure Pipelines | Overall | [![Azure Pipelines Overall Build Status](https://dev.azure.com/schema-net/Schema.NET/_apis/build/status/Schema.NET?branchName=main)](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) | [![Azure DevOps Build History](https://buildstats.info/azurepipelines/chart/schema-net/Schema.NET/1?branch=main&includeBuildsFromPullRequest=false)](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) |
161-
| GitHub Actions | Ubuntu, Mac & Windows | [![GitHub Actions Status](https://github.com/RehanSaeed/Schema.NET/workflows/Build/badge.svg?branch=main)](https://github.com/RehanSaeed/Schema.NET/actions) | [![GitHub Actions Build History](https://buildstats.info/github/chart/RehanSaeed/Schema.NET?branch=main&includeBuildsFromPullRequest=false)](https://github.com/RehanSaeed/Schema.NET/actions) |
161+
| GitHub Actions | Ubuntu, Mac & Windows | [![GitHub Actions Status](https://github.com/TimmyMC/Schema.NET/workflows/Build/badge.svg?branch=main)](https://github.com/TimmyMC/Schema.NET/actions) | [![GitHub Actions Build History](https://buildstats.info/github/chart/RehanSaeed/Schema.NET?branch=main&includeBuildsFromPullRequest=false)](https://github.com/TimmyMC/Schema.NET/actions) |
162162
| AppVeyor | Ubuntu, Mac & Windows | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/djxrpkw8ckyf24c1/branch/main?svg=true)](https://ci.appveyor.com/project/RehanSaeed/schema-net/branch/main) | [![AppVeyor Build History](https://buildstats.info/appveyor/chart/RehanSaeed/schema-net?branch=main&includeBuildsFromPullRequest=false)](https://ci.appveyor.com/project/RehanSaeed/schema-net) |
163163

164164
## Contributions and Thanks
165165

166-
Please view the [contributing guide](https://github.com/RehanSaeed/Schema.NET/blob/main/.github/CONTRIBUTING.md) for more information.
166+
Please view the [contributing guide](https://github.com/TimmyMC/Schema.NET/blob/main/.github/CONTRIBUTING.md) for more information.
167167

168168
- [kirkone](https://github.com/kirkone) - CI reads .NET Core version from new global.json file.
169169
- [Turnerj](https://github.com/Turnerj) - Added `System.Text.Json` support, Had all types implement `IEquatable<T>` `GetHashCode` and added extra unit tests and bug fixes.

0 commit comments

Comments
 (0)