Skip to content

Commit

Permalink
Add missing copyright declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
amberstarlight committed May 24, 2024
1 parent 6d93b81 commit 4bbc84c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ repos:
hooks:
- id: insert-license
files: '\.(js.?|ts.?)$'
exclude: '\.d.ts.?$'
args:
- --license-filepath
- ./license_header.txt
Expand Down
2 changes: 1 addition & 1 deletion packages/types/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# types

<!-- TODO: https://www.typescriptlang.org/docs/handbook/declaration-files/by-example.html -->
Types and interface exports for Starlight. Based on the Zigbee2MQTT project.
3 changes: 3 additions & 0 deletions packages/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: © 2024 Amber Cronin <software@amber.vision>
// SPDX-License-Identifier: AGPL-3.0-or-later

export interface Device {
[index: string]: any;
ieee_address: string;
Expand Down

0 comments on commit 4bbc84c

Please sign in to comment.