Skip to content

Commit

Permalink
Add license identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 24, 2023
1 parent 6352a40 commit 608ca6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/github-release/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: 'wasmtime github releases'
description: 'wasmtime github releases'
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/github-release/main.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
1 change: 1 addition & 0 deletions .github/actions/github-release/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 608ca6f

Please sign in to comment.