From e03a87fd3b7de45a8d602f031ea328c9bf63ac84 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Thu, 12 May 2022 11:49:13 +0300 Subject: [PATCH] Restored the copyright headers in `setup.cfg` and `pyproject.toml` accidentially lost in semi-automatic conversions. --- pyproject.toml | 3 +++ setup.cfg | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1aa50163..3923ecf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +# Copyright 2017-2020 Palantir Technologies, Inc. +# Copyright 2021- Python Language Server Contributors. + [build-system] requires = ["setuptools>=61.2.0", "wheel", "setuptools_scm[toml]>=3.4.3"] build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg index 0b2f84ca..933ff6a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +# Copyright 2017-2020 Palantir Technologies, Inc. +# Copyright 2021- Python Language Server Contributors. + [pycodestyle] ignore = E226, E722, W504 max-line-length = 120