Skip to content

Commit

Permalink
Remove enabled-by-default license restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgthegreat committed Sep 11, 2023
1 parent 37785d3 commit 69a2f6e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions ydb/apps/ydbd/ya.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PROGRAM(ydbd)

INCLUDE(${ARCADIA_ROOT}/ydb/opensource.inc)

IF (OS_LINUX)
ALLOCATOR(TCMALLOC_256K)
ELSE()
Expand Down
6 changes: 0 additions & 6 deletions ydb/opensource.inc

This file was deleted.

3 changes: 0 additions & 3 deletions ydb/public/tools/local_ydb/ya.make
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
PY3_PROGRAM(local_ydb)

INCLUDE(${ARCADIA_ROOT}/ydb/opensource.inc)


PY_SRCS(__main__.py)

PEERDIR(
Expand Down
4 changes: 0 additions & 4 deletions yt/opensource.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ IF (OPENSOURCE)
IF (MODULE_KIND == PY23_TEST)
EXCLUDE_TAGS(PY2)
ENDIF()

LICENSE_RESTRICTION(
DENY REQUIRE_DISCLOSURE FORBIDDEN
)
ENDIF()
4 changes: 0 additions & 4 deletions yt/opensource_tests.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ IF (OPENSOURCE)
EXCLUDE_TAGS(PY2)
ENDIF()

LICENSE_RESTRICTION(
DENY REQUIRE_DISCLOSURE FORBIDDEN
)

LICENSE_RESTRICTION_EXCEPTIONS(
# Java tests
contrib/java/junit/junit/4.13
Expand Down

0 comments on commit 69a2f6e

Please sign in to comment.