From 81eddc8c0b55990194e112b02d127b87d54164a9 Mon Sep 17 00:00:00 2001 From: heretic Date: Thu, 10 Feb 2022 16:45:46 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- contrib/libs/python/Include/ya.make | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'contrib/libs/python/Include') diff --git a/contrib/libs/python/Include/ya.make b/contrib/libs/python/Include/ya.make index 1206cb0abe7..e65263e6a0b 100644 --- a/contrib/libs/python/Include/ya.make +++ b/contrib/libs/python/Include/ya.make @@ -1,14 +1,14 @@ PY23_LIBRARY() -WITHOUT_LICENSE_TEXTS() - +WITHOUT_LICENSE_TEXTS() + LICENSE(YandexOpen) -OWNER( - orivej - spreis - g:contrib -) +OWNER( + orivej + spreis + g:contrib +) NO_PYTHON_INCLUDES() @@ -16,14 +16,14 @@ ADDINCL(GLOBAL contrib/libs/python/Include) IF (PYTHON2) CFLAGS(GLOBAL -DUSE_PYTHON2) - PEERDIR( - contrib/tools/python/lib - ) + PEERDIR( + contrib/tools/python/lib + ) ELSE() CFLAGS(GLOBAL -DUSE_PYTHON3) - PEERDIR( - contrib/tools/python3/src - ) + PEERDIR( + contrib/tools/python3/src + ) ENDIF() END() -- cgit v1.3