소스 검색

chore: fix broken symlinks in license files (#6336)

symlink to repo root
Akshay 2 년 전
부모
커밋
a08d1b248f
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      core/tests/restart/LICENSE.spdx
  2. 1 1
      core/tests/restart/LICENSE_APACHE-2.0
  3. 1 1
      core/tests/restart/LICENSE_MIT

+ 1 - 1
core/tests/restart/LICENSE.spdx

@@ -1 +1 @@
-../../../../LICENSE.spdx
+../../../LICENSE.spdx

+ 1 - 1
core/tests/restart/LICENSE_APACHE-2.0

@@ -1 +1 @@
-../../../../LICENSE_APACHE-2.0
+../../../LICENSE_APACHE-2.0

+ 1 - 1
core/tests/restart/LICENSE_MIT

@@ -1 +1 @@
-../../../../LICENSE_MIT
+../../../LICENSE_MIT