Add license identifiers
This commit is contained in:
parent
6352a405dd
commit
608ca6f45b
1
.github/actions/github-release/action.yml
vendored
1
.github/actions/github-release/action.yml
vendored
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
name: 'wasmtime github releases'
|
||||
description: 'wasmtime github releases'
|
||||
inputs:
|
||||
|
2
.github/actions/github-release/main.js
vendored
2
.github/actions/github-release/main.js
vendored
@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
|
||||
const core = require('@actions/core');
|
||||
const path = require("path");
|
||||
const fs = require("fs");
|
||||
|
1
.github/actions/github-release/package.json
vendored
1
.github/actions/github-release/package.json
vendored
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "wasmtime-github-release",
|
||||
"version": "0.0.0",
|
||||
"license": "Apache-2.0 WITH LLVM-exception",
|
||||
"main": "main.js",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user