From f92b8335ede066eac9fdb979e2d271037791caa9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 23 Feb 2026 11:33:20 +0000 Subject: [PATCH 1/2] Migrate all references from alexkhil to ipdata Update GitHub URLs, Azure DevOps references, and copyright holder across LICENSE, csproj, nuspec, README, and PR template to point to the ipdata/dotnet repository. https://claude.ai/code/session_013C9LnDefoZu8s7V61xAfGR --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/README.md | 8 ++++---- LICENSE | 2 +- src/IPData/IPData.csproj | 6 +++--- src/IPData/IPData.nuspec | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 37dfa50..e4f3a58 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,7 @@ _Put an `x` in the boxes that apply_ _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ -- [ ] I have read the [CONTRIBUTING](https://github.com/alexkhil/IPData/blob/master/.github/CONTRIBUTING.md) doc +- [ ] I have read the [CONTRIBUTING](https://github.com/ipdata/dotnet/blob/master/.github/CONTRIBUTING.md) doc - [ ] Lint and unit tests pass locally with my changes - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added necessary documentation (if appropriate) diff --git a/.github/README.md b/.github/README.md index 562dec7..3c11e4f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # ipdata -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/alexkhil/IPData/blob/master/LICENSE) [![IPData](https://img.shields.io/nuget/v/IPData.svg)](https://www.nuget.org/packages/IPData/) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ipdata/dotnet/blob/master/LICENSE) [![IPData](https://img.shields.io/nuget/v/IPData.svg)](https://www.nuget.org/packages/IPData/) > **v3.0.0 Breaking Changes** — All public types have been renamed to follow .NET naming conventions for two-letter acronyms. See the [Migration Guide](#migrating-from-v2-to-v3) for details. @@ -197,8 +197,8 @@ We use [SemVer] for versioning. For the versions available, see the tags on this This project is licensed under the MIT License - see the [LICENSE.md][LICENSE] file for details -[AzureStatus]: https://dev.azure.com/alexkhildev/IPData/_apis/build/status/gated?branchName=master +[AzureStatus]: https://dev.azure.com/ipdata/dotnet/_apis/build/status/gated?branchName=master [IPDataLogo]: https://image.ibb.co/iDQdUS/ipdatalogo.png [SemVer]: http://semver.org/ -[CONTRIBUTING]: https://github.com/alexkhil/IPData/blob/master/.github/CONTRIBUTING.md -[LICENSE]: https://github.com/alexkhil/IPData/blob/master/LICENSE +[CONTRIBUTING]: https://github.com/ipdata/dotnet/blob/master/.github/CONTRIBUTING.md +[LICENSE]: https://github.com/ipdata/dotnet/blob/master/LICENSE diff --git a/LICENSE b/LICENSE index 6755985..6b9d528 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2018 Alex Khil +Copyright (c) 2018 ipdata Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/IPData/IPData.csproj b/src/IPData/IPData.csproj index 47a23b4..129a9ce 100644 --- a/src/IPData/IPData.csproj +++ b/src/IPData/IPData.csproj @@ -7,8 +7,8 @@ C# library to gather information for an IP using ipdata.co IPData Community true - https://github.com/alexkhil/IPData - https://github.com/alexkhil/IPData + https://github.com/ipdata/dotnet + https://github.com/ipdata/dotnet git false MIT @@ -16,7 +16,7 @@ ipdata.ico IPData Community - Release notes are at https://github.com/alexkhil/IPData/releases + Release notes are at https://github.com/ipdata/dotnet/releases false false $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb diff --git a/src/IPData/IPData.nuspec b/src/IPData/IPData.nuspec index c971b7c..ea4b6e0 100644 --- a/src/IPData/IPData.nuspec +++ b/src/IPData/IPData.nuspec @@ -7,13 +7,13 @@ IPData Contributors false https://licenses.nuget.org/MIT - https://github.com/alexkhil/IPData + https://github.com/ipdata/dotnet https://image.ibb.co/iDQdUS/ipdatalogo.png C# library to gather information for an IP using ipdata.co - Release notes are at https://github.com/alexkhil/IPData/releases + Release notes are at https://github.com/ipdata/dotnet/releases IPData Community ip ipdata csharp - + From 4f0df9533b990a474ac784297549bcc62c049e5d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 23 Feb 2026 11:35:16 +0000 Subject: [PATCH 2/2] Credit Alex Khil as original creator in LICENSE Restore Alex Khil's copyright line alongside ipdata to acknowledge him as the initial creator of the repository. https://claude.ai/code/session_013C9LnDefoZu8s7V61xAfGR --- LICENSE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 6b9d528..c170a1c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ # MIT License -Copyright (c) 2018 ipdata +Copyright (c) 2018 Alex Khil +Copyright (c) 2020 ipdata Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal