mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
[COMPLIANCE] Add Copyright and License Headers
This commit is contained in:
committed by
GitHub
parent
b8a472d692
commit
f005448366
@@ -1,3 +1,6 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
// dynamicplugins is a package that manages dynamic plugins in Nomad.
|
||||
// It exposes a registry that allows for plugins to be registered/deregistered
|
||||
// and also allows subscribers to receive real time updates of these events.
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
package dynamicplugins
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user