Skip to content

Commit 0911b04

Browse files
committed
license comments
1 parent 2d5910e commit 0911b04

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

dhcpd/handler.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Package dhcpd contains snippets from MIT-licensed coredhcp project at
2+
// https://github.com/coredhcp/coredhcp
13
package dhcpd
24

35
import (

dhcpd/server.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Package dhcpd contains snippets from MIT-licensed coredhcp project at
2+
// https://github.com/coredhcp/coredhcp
13
package dhcpd
24

35
import (

static/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This package embeds [iPXE](https://ipxe.org), which is available
2+
under [multiple free-software licenses](https://ipxe.org/licensing).

0 commit comments

Comments
 (0)