From 693e1fa1702603ae45512d01f81342b58ebfae66 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Mon, 5 Apr 2021 16:59:09 +0200 Subject: [PATCH] Update links, references and copyright --- CONTRIBUTING.md | 14 +++++++------- LICENSE.md | 2 +- README.fa.md | 4 ++-- README.md | 4 ++-- README.zh.md | 4 ++-- docs/README.md | 4 ++-- docs/input/_layout.cshtml | 4 ++-- docs/src/Constants.cs | 2 +- src/Directory.Build.props | 11 +++++------ .../Unit/Cli/CommandAppTests.Xml.cs | 15 --------------- 10 files changed, 24 insertions(+), 40 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f710e1d..2316734 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,8 +22,8 @@ By contributing to Spectre.Console, you assert that: * The contribution is your own original work. * You have the right to assign the copyright for the work (it is not owned by your employer, or you have been given copyright assignment in writing). -* You [license](https://github.com/spectresystems/spectre.console/blob/main/LICENSE) the contribution under the terms applied to the rest of the Spectre.Console project. -* You agree to follow the [code of conduct](https://github.com/spectresystems/spectre.console/blob/main/CODE_OF_CONDUCT.md). +* You [license](https://github.com/spectreconsole/spectre.console/blob/main/LICENSE) the contribution under the terms applied to the rest of the Spectre.Console project. +* You agree to follow the [code of conduct](https://github.com/spectreconsole/spectre.console/blob/main/CODE_OF_CONDUCT.md). ## Definition of trivial contributions It's hard to define what is a trivial contribution. Sometimes even a 1 character change can be considered significant. @@ -53,19 +53,19 @@ Any new code should also have reasonable unit test coverage. ## Contributing process ### Get buyoff or find open community issues or features - * Through GitHub, or through the [GitHub discussions](https://github.com/spectresystems/spectre.console/discussions) (preferred), + * Through GitHub, or through the [GitHub discussions](https://github.com/spectreconsole/spectre.console/discussions) (preferred), you talk about a feature you would like to see (or a bug), and why it should be in Spectre.Console. * If approved through the GitHub discussions, ensure an accompanying GitHub issue is created with information and a link back to the discussion. * Once you get a nod from someone in the Spectre.Console Team, you can start on the feature. * Alternatively, if a feature is on the issues list with the - [Up For Grabs](https://github.com/spectresystems/spectre.console/labels/up-for-grabs) label, + [Up For Grabs](https://github.com/spectreconsole/spectre.console/labels/up-for-grabs) label, it is open for a community member (contributor) to patch. You should comment that you are signing up for it on the issue so someone else doesn't also sign up for the work. ### Set up your environment - * You create, or update, a fork of `spectresystems/spectre.console` under your GitHub account. + * You create, or update, a fork of `spectreconsole/spectre.console` under your GitHub account. * From there you create a branch named specific to the feature. * In the branch you do work specific to the feature. * Please also observe the following: @@ -96,7 +96,7 @@ Prerequisites: Submitting PR: - * Once you feel it is ready, submit the pull request to the `spectresystems/spectre.console` repository against the `main` branch + * Once you feel it is ready, submit the pull request to the `spectreconsole/spectre.console` repository against the `main` branch unless specifically requested to submit it against another branch. * In the case of a larger change that is going to require more discussion, please submit a PR sooner. Waiting until you are ready may mean more changes than you are @@ -129,7 +129,7 @@ the issue/open a new PR (referencing old one). Sometimes we may need you to rebase your commit against the latest code before we can review it further. If this happens, you can do the following: - * `git fetch upstream` (upstream remote would be `spectresystems/spectre.console`) + * `git fetch upstream` (upstream remote would be `spectreconsole/spectre.console`) * `git checkout main` * `git rebase upstream/main` * `git checkout your-branch` diff --git a/LICENSE.md b/LICENSE.md index 146231b..c5b332d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Spectre Systems AB +Copyright (c) 2020 Patrik Svensson, Phil Scott 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/README.fa.md b/README.fa.md index 876ee70..fb25306 100644 --- a/README.fa.md +++ b/README.fa.md @@ -39,7 +39,7 @@ dotnet add package Spectre.Console مستندات `Spectre.Console` را در اینجا می‌توایند پیدا کنید:
-https://spectresystems.github.io/spectre.console/ +https://spectreconsole.github.io/spectre.console/

مثال‌ها

@@ -67,7 +67,7 @@ https://spectresystems.github.io/spectre.console/

مجوز

-Copyright © Spectre Systems. +Copyright © Patrik Svensson, Phil Scott
همانطور که Spectre.Console تحت مجوز MIT ارائه شده است؛ برای کسب اطلاعات بیشتر به مجوز مراجعه کنید. diff --git a/README.md b/README.md index 7d424c0..786a66b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ dotnet add package Spectre.Console ## Documentation The documentation for `Spectre.Console` can be found at -https://spectresystems.github.io/spectre.console/ +https://spectreconsole.github.io/spectre.console/ ## Examples @@ -85,7 +85,7 @@ I really appreciate it. ## License -Copyright © Spectre Systems. +Copyright © Patrik Svensson, Phil Scott Spectre.Console is provided as-is under the MIT license. For more information see LICENSE. diff --git a/README.zh.md b/README.zh.md index 2cdd73d..b5af86d 100644 --- a/README.zh.md +++ b/README.zh.md @@ -34,7 +34,7 @@ dotnet add package Spectre.Console ## 文档 `Spectre.Console`的文档可以在这里查看 -https://spectresystems.github.io/spectre.console/ +https://spectreconsole.github.io/spectre.console/ ## 例子 @@ -58,7 +58,7 @@ https://spectresystems.github.io/spectre.console/ ## License -版权所有 © Spectre Systems。 +版权所有 © Patrik Svensson, Phil Scott Spectre.Console 基于 MIT 协议提供。查看 LICENSE 文件了解更多信息。 diff --git a/docs/README.md b/docs/README.md index bb62c73..a7cfafe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Documentation -To start contributing to the [Spectre.Console](https://github.com/spectresystems/spectre.console) documentation, you will need the [.NET Core SDK](https://dot.net) 3.1 or higher. +To start contributing to the [Spectre.Console](https://github.com/spectreconsole/spectre.console) documentation, you will need the [.NET Core SDK](https://dot.net) 3.1 or higher. ## Running Preview Site @@ -35,7 +35,7 @@ The documentation site has custom enhancements to Statiq located under the [./sr MIT License -Copyright (c) 2020 Spectre Systems AB +Copyright (c) 2020 Patrik Svensson, Phil Scott Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/docs/input/_layout.cshtml b/docs/input/_layout.cshtml index f90ae5b..2cb4e2f 100644 --- a/docs/input/_layout.cshtml +++ b/docs/input/_layout.cshtml @@ -41,7 +41,7 @@ Sponsor @@ -203,7 +203,7 @@