浏览代码

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