Skip to content

Commit 0c70032

Browse files
committed
Updated references of InfectedLibraries to MochiLibraries.
1 parent ef2abb4 commit 0c70032

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ClangSharp.Pathogen/LibClangSharpResolver.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ namespace ClangSharp.Pathogen
1010
{
1111
/// <summary>Handles resolving the native runtimes for ClangSharp and ClangSharp.Pathogen.</summary>
1212
/// <remarks>
13-
/// For the reasons described in https://github.com/InfectedLibraries/llvm-project/issues/2#issuecomment-712897834 we use the same (modified) libclang DLL for
13+
/// For the reasons described in https://github.com/MochiLibraries/llvm-project/issues/2#issuecomment-712897834 we use the same (modified) libclang DLL for
1414
/// libclang, libClangSharp, and the ClangSharp.Pathogen native runtime. This class manages redirecting the library references within ClangSharp to this central instance.
15-
///
15+
///
1616
/// Additionally, this class allows you to override the native runtime used for all of the above as well as verify this resolver was used to resolve libclang for ClangSharp.
1717
/// </remarks>
1818
public static class LibClangSharpResolver

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ClangSharp + Pathogen Extensions
22

3-
[![MIT Licensed](https://img.shields.io/github/license/infectedlibraries/clangsharp.pathogen?style=flat-square)](LICENSE.txt)
4-
[![CI Status](https://img.shields.io/github/workflow/status/infectedlibraries/clangsharp.pathogen/ClangSharp.Pathogen?style=flat-square)](https://github.com/InfectedLibraries/ClangSharp.Pathogen/actions?query=workflow%3AClangSharp.Pathogen+branch%3Amain)
3+
[![MIT Licensed](https://img.shields.io/github/license/mochilibraries/clangsharp.pathogen?style=flat-square)](LICENSE.txt)
4+
[![CI Status](https://img.shields.io/github/workflow/status/mochilibraries/clangsharp.pathogen/ClangSharp.Pathogen?style=flat-square)](https://github.com/MochiLibraries/ClangSharp.Pathogen/actions?query=workflow%3AClangSharp.Pathogen+branch%3Amain)
55
[![NuGet Version](https://img.shields.io/nuget/v/ClangSharp.Pathogen?style=flat-square)](https://www.nuget.org/packages/ClangSharp.Pathogen/)
66
[![Sponsor](https://img.shields.io/badge/sponsor-%E2%9D%A4-lightgrey?logo=github&style=flat-square)](https://github.com/sponsors/PathogenDavid)
77

8-
This repo contains C# bindings for the [libclang Pathogen Extensions](https://github.com/InfectedLibraries/llvm-project) as well as other utilities used by Biohazrd for interacting with ClangSharp.
8+
This repo contains C# bindings for the [libclang Pathogen Extensions](https://github.com/MochiLibraries/llvm-project) as well as other utilities used by Biohazrd for interacting with ClangSharp.
99

1010
Currently this project targets libclang 12.0.1 and ClangSharp 12.0.0-beta2. The NuGet package is currently built for Windows x64 and Linux x64 (glibc >= 2.27).
1111

tooling/Common.csproj.props

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

1010
<!-- Common NuGet Package Properties -->
1111
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
12-
<PackageProjectUrl>https://github.com/InfectedLibraries</PackageProjectUrl>
12+
<PackageProjectUrl>https://github.com/MochiLibraries</PackageProjectUrl>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414

1515
<!-- Ignore warnings about stable packages referencing pre-release ones. -->

0 commit comments

Comments
 (0)