Release v1.0.0 under Apache-2.0 license

This commit is contained in:
2026-04-15 18:14:28 +02:00
parent 6a48c12449
commit 701674399a
84 changed files with 309 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package checker

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package checker

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package config

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package config

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package grpcapi

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package grpcapi

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package grpcapi

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package health

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package health

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package health

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package health

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
// Package metrics exposes Prometheus metrics for maglevd.
//

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package prober

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package prober

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package prober

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package prober

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package prober

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package prober

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package prober

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
// Package vpp manages the connection to a local VPP instance over its
// binary API and stats sockets. The Client reconnects automatically when

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2026, Pim van Pelt <pim@ipng.ch>
// SPDX-License-Identifier: Apache-2.0
package vpp