Skip to content

Commit

Permalink
Ensure SPDX header in all source code
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed May 30, 2023
1 parent 8848ea0 commit 98b0c53
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Pull requests with mappings and tests for further scripts and languages are more

## Licence

Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2023 Lovell Fuller and contributors.
Copyright 2013 Lovell Fuller and others.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Lovell Fuller and others.
// SPDX-License-Identifier: Apache-2.0

type Options = {
custom?: string[] | { [key: string]: string; };
lang?: string;
Expand Down
3 changes: 3 additions & 0 deletions lib/limax.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Lovell Fuller and others.
// SPDX-License-Identifier: Apache-2.0

'use strict';

const speakingurl = require('speakingurl');
Expand Down
3 changes: 3 additions & 0 deletions test/unit.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Lovell Fuller and others.
// SPDX-License-Identifier: Apache-2.0

'use strict';

const ava = require('ava');
Expand Down

0 comments on commit 98b0c53

Please sign in to comment.