Skip to content

Commit 0e0803c

Browse files
committed
Add copyright messages to doc.go files
1 parent 819954e commit 0e0803c

File tree

80 files changed

+240
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+240
-0
lines changed

api/agent/hostkeyreporter/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package hostkeyreporter implements the client-side API facade used
25
// by the hostkeyreporter worker.
36
package hostkeyreporter

api/agent/leadership/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package leadership implements the client to the analog leadership
25
// service.
36
package leadership

api/agent/machineactions/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package machineactions implements the API side of
25
// running actions on machines.
36
package machineactions

api/agent/meterstatus/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package meterstatus contains an implementation of the API facade to
25
// watch the meter status of a unit for changes and return the current meter status.
36
package meterstatus

api/agent/metricsadder/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package metricsadder contains an implementation of the API facade to
25
// add metrics to the state.
36
package metricsadder

api/client/application/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package application provides access to the application API facade.
25
// This facade contains API calls that are specific to applications.
36
// As a rule of thumb, if the argument for an API requires an application name

api/client/bundle/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package bundle provides access to the bundle API facade.
25
// This facade contains API calls that are specific to bundles.
36
package bundle

api/client/charms/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package charms provides a client for accessing the charms API.
25
package charms

api/client/metricsdebug/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package metricsdebug implements the client to access metrics debug
25
// functions within state.
36
package metricsdebug

api/common/charms/doc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
// Copyright 2022 Canonical Ltd.
2+
// Licensed under the AGPLv3, see LICENCE file for details.
3+
14
// Package charms provides common helpers for charm-related APIs.
25
package charms

0 commit comments

Comments
 (0)