Skip to content

Commit 46a9e34

Browse files
authored
docs: adds missing copyright headers, fixes some package descriptions (#577)
1 parent c4b9ce0 commit 46a9e34

File tree

15 files changed

+69
-1
lines changed

15 files changed

+69
-1
lines changed

pkg/apf/processor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Copyright (c) Intel Corporation 2022
33
* SPDX-License-Identifier: Apache-2.0
44
**********************************************************************/
5+
6+
// Package apf implements the APF (AMT Port Forwarding) Protocol
57
package apf
68

79
import (

pkg/wsman/cim/messages.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) Intel Corporation 2023
33
* SPDX-License-Identifier: Apache-2.0
44
**********************************************************************/
5+
56
// Package cim implements CIM classes to support communicating with Intel® AMT Devices
67
package cim
78

pkg/wsman/ips/ieee8021x/credentialcontext.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* Copyright (c) Intel Corporation 2023
33
* SPDX-License-Identifier: Apache-2.0
44
**********************************************************************/
5-
// Package 8021xCredentialContext facilitates communication with Intel® AMT devices to create an association between an instance of IPS_IEEE8021xSettings and an instance of AMT_PublicKeyCertificate that it uses.
5+
6+
// Package ieee8021x facilitates communication with Intel® AMT devices to create an association between an instance of IPS_IEEE8021xSettings and an instance of AMT_PublicKeyCertificate that it uses.
67
package ieee8021x
78

89
import (

pkg/wsman/ips/kvmredirection/decoder.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*********************************************************************
2+
* Copyright (c) Intel Corporation 2025
3+
* SPDX-License-Identifier: Apache-2.0
4+
**********************************************************************/
5+
16
package kvmredirection
27

38
const (

pkg/wsman/ips/kvmredirection/settingdata.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*********************************************************************
2+
* Copyright (c) Intel Corporation 2025
3+
* SPDX-License-Identifier: Apache-2.0
4+
**********************************************************************/
5+
6+
// Package kvmredirection represents configuration-related and operational parameters for the KVM redirection service in the Intel(R) AMT.
17
package kvmredirection
28

39
import (

pkg/wsman/ips/kvmredirection/settingdata_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*********************************************************************
2+
* Copyright (c) Intel Corporation 2025
3+
* SPDX-License-Identifier: Apache-2.0
4+
**********************************************************************/
5+
16
package kvmredirection
27

38
import (

pkg/wsman/ips/kvmredirection/types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*********************************************************************
2+
* Copyright (c) Intel Corporation 2025
3+
* SPDX-License-Identifier: Apache-2.0
4+
**********************************************************************/
5+
16
package kvmredirection
27

38
import (

pkg/wsman/ips/screensetting/data.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*********************************************************************
2+
* Copyright (c) Intel Corporation 2025
3+
* SPDX-License-Identifier: Apache-2.0
4+
**********************************************************************/
5+
6+
// Package screensetting provides the data structures and methods for managing screen settings in Intel® AMT devices.
17
package screensetting
28

39
import (

pkg/wsman/ips/screensetting/data_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*********************************************************************
2+
* Copyright (c) Intel Corporation 2025
3+
* SPDX-License-Identifier: Apache-2.0
4+
**********************************************************************/
5+
16
package screensetting
27

38
import (

pkg/wsman/ips/screensetting/decoder.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*********************************************************************
2+
* Copyright (c) Intel Corporation 2025
3+
* SPDX-License-Identifier: Apache-2.0
4+
**********************************************************************/
5+
16
package screensetting
27

38
const (

0 commit comments

Comments
 (0)