Add license identifiers

This commit is contained in:
bjorn3 2023-03-21 17:07:23 +00:00
parent 6352a405dd
commit 608ca6f45b
3 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: 'wasmtime github releases'
description: 'wasmtime github releases'
inputs:

View File

@ -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");

View File

@ -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",