From dbb063c7a9b12f239ddd035cf040f40a3baa31b5 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 27 May 2020 12:28:45 -0700 Subject: [PATCH] Canonicalize license file header to reliably fit in 80-columns. (#28) The original header was exactly 80-columns which made every file format with a line-start comment syntax reflow the text. Instead, pick a canonical re-flowing that keeps it to just three lines. This also lets the text refer to the project which seems more clear. No practical or semantic change here, just getting consistent wording and line breaks for regularity. --- CODE_OF_CONDUCT.md | 4 ++-- CONTRIBUTING.md | 8 ++++---- README.md | 4 ++-- docs/README.md | 4 ++-- docs/guides/README.md | 4 ++-- docs/project/README.md | 4 ++-- docs/project/commenting_guidelines.md | 4 ++-- docs/project/consensus_decision_making.md | 4 ++-- docs/project/evolution.md | 4 ++-- docs/project/goals.md | 4 ++-- docs/project/roadmap_process.md | 4 ++-- docs/spec/README.md | 4 ++-- src/README.md | 4 ++-- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 224f1fb8fa37..25daaf47c0cf 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,6 @@ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67accc2dd79f..6229e8a9f997 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ @@ -219,8 +219,8 @@ Markdown files always have at the top: ``` ``` diff --git a/README.md b/README.md index 4653b6d5caeb..6fb3a0f8f901 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ diff --git a/docs/README.md b/docs/README.md index 4547b1903a9b..b1c18683a7e1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ diff --git a/docs/guides/README.md b/docs/guides/README.md index a275587c0b42..e4977628aa76 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -1,6 +1,6 @@ diff --git a/docs/project/README.md b/docs/project/README.md index 67ed9bc0676a..71bc13e72ff0 100644 --- a/docs/project/README.md +++ b/docs/project/README.md @@ -1,6 +1,6 @@ diff --git a/docs/project/commenting_guidelines.md b/docs/project/commenting_guidelines.md index 4a2844ef8f9a..4fa036e500d8 100644 --- a/docs/project/commenting_guidelines.md +++ b/docs/project/commenting_guidelines.md @@ -1,6 +1,6 @@ diff --git a/docs/project/consensus_decision_making.md b/docs/project/consensus_decision_making.md index 947364d6fc0d..8fc345062095 100644 --- a/docs/project/consensus_decision_making.md +++ b/docs/project/consensus_decision_making.md @@ -1,6 +1,6 @@ diff --git a/docs/project/evolution.md b/docs/project/evolution.md index c7852d5e4021..02fbbfd3a8cf 100644 --- a/docs/project/evolution.md +++ b/docs/project/evolution.md @@ -1,6 +1,6 @@ diff --git a/docs/project/goals.md b/docs/project/goals.md index 4046a76f75ff..b765f2c2ada1 100644 --- a/docs/project/goals.md +++ b/docs/project/goals.md @@ -1,6 +1,6 @@ diff --git a/docs/project/roadmap_process.md b/docs/project/roadmap_process.md index e95fbc9da882..010f90f89d38 100644 --- a/docs/project/roadmap_process.md +++ b/docs/project/roadmap_process.md @@ -1,6 +1,6 @@ diff --git a/docs/spec/README.md b/docs/spec/README.md index 11629797cfd4..dddf1245c53c 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -1,6 +1,6 @@ diff --git a/src/README.md b/src/README.md index 36da67a13c60..b73e98d2b4cf 100644 --- a/src/README.md +++ b/src/README.md @@ -1,6 +1,6 @@