Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 7, 2023
1 parent b9d5fb4 commit 3cb6a3f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
20 changes: 15 additions & 5 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 @@ -116,7 +116,7 @@
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
Expand Down
1 change: 1 addition & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ import { ChildBridgesModule } from './modules/child-bridges/child-bridges.module
AppGateway,
],
})

export class AppModule { }
1 change: 0 additions & 1 deletion src/bin/platforms/win32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,4 @@ export class Win32Installer extends BasePlatform {
this.hbService.logger(e);
}
}

}
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ class HomebridgeConfigUi {
const accessories = [];
callback(accessories);
}

}
2 changes: 1 addition & 1 deletion test/e2e/config-editor.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ describe('ConfigEditorController (e2e)', () => {
},
});

// there is a race condition here whereby we might read the backup file
// there is a race condition here whereby we might read the backup file
// path before the deletion has actually happened, causing the test to fail,
// so I have added a 1 second delay.
await new Promise((resolve) => setTimeout(resolve, 1000));
Expand Down
4 changes: 2 additions & 2 deletions ui/src/app/modules/status/status.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<small>
<!-- The below copyright notice shall be included and displayed on all copies or substantial portions of this software. -->
<a class="grey-text" target="_blank" rel="noopener noreferrer" href="https://github.com/oznu">
&copy; 2022 oznu
&copy; 2023 oznu
</a>
<!-- The above copyright notice shall be included and displayed on all copies or substantial portions of this software. -->
</small>
</div>
</div>
</div>
</div>

0 comments on commit 3cb6a3f

Please sign in to comment.