From 0f0699a751ea412e702abe82f29226d0d32a5846 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 22 Dec 2017 05:35:17 +0800 Subject: [PATCH] revise form of copyright notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The notice for visually perceptible copies should contain all three elements described below. 1. The symbol © (letter C in a circle); the word "Copyright"; or the abbreviation “Copr.” 2. The year of first publication. If the work is a derivative work or a compilation incorporating previously published material, the year date of first publication of the derivative work or compilation is sufficient. 3. The name of the copyright owner, an abbreviation by which the name can be recognized, or a generally known alternative designation of owner source: https://en.wikipedia.org/wiki/Copyright_notice --- LICENSE | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index db17d8f..ca84ad0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Project Komodo -Copyright (c) Microsoft Corporation -All rights reserved. +Copyright (c) 2016-2017 Microsoft Corporation +All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining diff --git a/README.md b/README.md index 71888d4..ecbfc4c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ To just run verification: ## License -Komodo is licensed under the MIT license included in the `LICENSE.txt` file. +Komodo is licensed under the MIT license included in the `LICENSE` file. ## Contributing @@ -115,4 +115,4 @@ to do this once across all repos using our CLA. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.