Skip to content

Commit

Permalink
fix copyright job
Browse files Browse the repository at this point in the history
Signed-off-by: Patricia Reinoso <patricia.reinoso@canonical.com>
  • Loading branch information
patriciareinoso committed Jun 21, 2024
1 parent f03b08c commit 24152f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/webui_service/dummy_ui_service.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024 Canonical Ltd.

//go:build !ui

Expand Down
1 change: 1 addition & 0 deletions backend/webui_service/ui_service.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024 Canonical Ltd.

// +build ui

Expand Down
3 changes: 2 additions & 1 deletion ui/embed.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024 Canonical Ltd.

// +build ui

Expand All @@ -9,4 +10,4 @@ import (
)

//go:embed all:frontend_files
var FrontendFS embed.FS
var FrontendFS embed.FS

0 comments on commit 24152f4

Please sign in to comment.