Skip to content

Commit

Permalink
fix: change license to GPLv3
Browse files Browse the repository at this point in the history
Signed-off-by: James Chien <james@numbersprotocol.io>
  • Loading branch information
shc261392 committed Nov 10, 2023
1 parent e96266f commit 5e70c94
Show file tree
Hide file tree
Showing 8 changed files with 678 additions and 62 deletions.
702 changes: 674 additions & 28 deletions LICENSE

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions docs-src/_data/api.11tydata.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

const fs = require('fs');

module.exports = () => {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lit"
],
"author": "Numbers Protocol",
"license": "BSD-3-Clause",
"license": "GPL-3.0",
"dependencies": {
"lit": "^3.0.0"
},
Expand Down
6 changes: 0 additions & 6 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @license
* Copyright 2018 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import summary from 'rollup-plugin-summary';
import {terser} from 'rollup-plugin-terser';
import resolve from '@rollup/plugin-node-resolve';
Expand Down
6 changes: 0 additions & 6 deletions src/test/capture-eye_test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import {CaptureEye} from '../capture-eye.js';

import {fixture, assert} from '@open-wc/testing';
Expand Down
6 changes: 0 additions & 6 deletions web-dev-server.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import {legacyPlugin} from '@web/dev-server-legacy';

const mode = process.env.MODE || 'dev';
Expand Down
6 changes: 0 additions & 6 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import {legacyPlugin} from '@web/dev-server-legacy';
import {playwrightLauncher} from '@web/test-runner-playwright';

Expand Down

0 comments on commit 5e70c94

Please sign in to comment.