From 8bc0c9b370ec09a599e8064858357d06b6b06497 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 22 Apr 2024 09:13:52 +0200 Subject: [PATCH] Add SPDX tags and link to specific version --- third_party/styleguide/.pylintrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/third_party/styleguide/.pylintrc b/third_party/styleguide/.pylintrc index 7a957a0..e3f653e 100644 --- a/third_party/styleguide/.pylintrc +++ b/third_party/styleguide/.pylintrc @@ -1,10 +1,14 @@ +# SPDX-FileCopyrightText: Google LLC +# SPDX-FileCopyrightText: The PFDL Contributors +# SPDX-License-Identifier: CC-BY-3.0 AND Apache-2.0 +# # This Pylint rcfile contains a best-effort configuration to uphold the # best-practices and style described in the Google Python style guide # https://google.github.io/styleguide/pyguide.html # and was further slightly adapted to our needs. # # Its original open-source location is: -# https://google.github.io/styleguide/pylintrc +# https://github.com/google/styleguide/blob/ea180f7259da4ae90ae086c1eefbeb5f440dbea2/pylintrc [MASTER]