From 5001a161d733634c5aa991692625d3aa3ac0229e Mon Sep 17 00:00:00 2001 From: Cody Lamson Date: Mon, 4 May 2020 11:00:26 +0200 Subject: [PATCH] file updates for license recognition (#101) * file updates for license recognition * update rustfmt to use FILE_TEMPLATE --- .rustfmt.toml | 2 +- LICENSE_TEMPLATE => FILE_TEMPLATE | 0 LICENSE | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename LICENSE_TEMPLATE => FILE_TEMPLATE (100%) diff --git a/.rustfmt.toml b/.rustfmt.toml index 224f58aed2..da09889f0c 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -9,7 +9,7 @@ format_code_in_doc_comments = false comment_width = 80 normalize_comments = true # changed normalize_doc_attributes = false -license_template_path = "LICENSE_TEMPLATE" # changed +license_template_path = "FILE_TEMPLATE" # changed format_strings = false format_macro_matchers = false format_macro_bodies = true diff --git a/LICENSE_TEMPLATE b/FILE_TEMPLATE similarity index 100% rename from LICENSE_TEMPLATE rename to FILE_TEMPLATE diff --git a/LICENSE b/LICENSE index 9cecc1d466..733c072369 100644 --- a/LICENSE +++ b/LICENSE @@ -672,3 +672,4 @@ may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . +