Skip to content

Commit

Permalink
Fixed license-list.plist so that LicenseListtests passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Nov 22, 2023
1 parent c0681dd commit 101ffe8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/LicenseListTests/license-list.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</string>
<key>name</key>
<string>Package-A</string>
<key>url</key>
<string>https://github.com/sample/Package-A.git</string>
</dict>
<dict>
<key>licenseBody</key>
Expand Down Expand Up @@ -227,6 +229,8 @@
</string>
<key>name</key>
<string>Package-B</string>
<key>url</key>
<string>https://github.com/sample/Package-B.git</string>
</dict>
<dict>
<key>licenseBody</key>
Expand Down Expand Up @@ -255,6 +259,8 @@ SOFTWARE.
</string>
<key>name</key>
<string>Package-C</string>
<key>url</key>
<string>https://github.com/sample/Package-C.git</string>
</dict>
<dict>
<key>licenseBody</key>
Expand Down Expand Up @@ -288,6 +294,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</string>
<key>name</key>
<string>Package-D</string>
<key>url</key>
<string>https://github.com/sample/Package-D.git</string>
</dict>
<dict>
<key>licenseBody</key>
Expand All @@ -314,6 +322,8 @@ redistribute it freely, subject to the following restrictions:
</string>
<key>name</key>
<string>Package-E</string>
<key>url</key>
<string>https://github.com/sample/Package-E.git</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit 101ffe8

Please sign in to comment.