From aa72f380a3346a344fdecb1b51f63eda3e1cb6c6 Mon Sep 17 00:00:00 2001 From: "deniz_irgin@yahoo.com" Date: Wed, 1 Feb 2023 20:44:51 +0300 Subject: [PATCH] update LICENSE, README, CONTRIBUTING and ISSUE_TEMPLATE --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 LICENSE | 2 +- README.md | 4 +--- 4 files changed, 2 insertions(+), 4 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/LICENSE b/LICENSE index d03b6e1..79dfe2e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 LocalStack.NET +Copyright (c) 2023 LocalStack.NET 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.md b/README.md index 58cd03d..06c1f25 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ dotnet tool install --global LocalStack.AwsLocal |---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [![NuGet](https://img.shields.io/nuget/v/LocalStack.AwsLocal.svg)](https://www.nuget.org/packages/LocalStack.AwsLocal/) | [![MyGet](https://img.shields.io/myget/localstack-dotnet-client/v/LocalStack.AwsLocal.svg?label=myget)](https://www.myget.org/feed/localstack-dotnet-client/package/nuget/LocalStack.AwsLocal) | - ## Usage The `awslocal` command has the same usage as the `aws` command. For detailed usage, @@ -74,5 +73,4 @@ See details : https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-paramet ## License -Licensed under MIT, see [LICENSE](LICENSE) for the full text. - +Licensed under MIT, see [LICENSE](LICENSE) for the full text. \ No newline at end of file