Skip to content

Commit

Permalink
added license
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 9, 2021
1 parent 34e8301 commit 6defe7d
Show file tree
Hide file tree
Showing 66 changed files with 263 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2020 Nokia
# Licensed under the BSD 3-Clause License.
# SPDX-License-Identifier: BSD-3-Clause

project_name: containerlab
builds:
- env:
Expand Down
4 changes: 1 addition & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BSD 3-Clause License
Copyright (c) 2021 Nokia. All rights reserved.

Copyright (c) 2021, SRL Labs
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 4 additions & 0 deletions clab/ceos.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/cert.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/clab.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/config_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/crpd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/file.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/graph.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/inventory.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/inventory_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/linux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/mysocketio.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/mysocketio_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/netlink.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/ovs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/sonic.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import "github.com/srl-labs/containerlab/types"
Expand Down
4 changes: 4 additions & 0 deletions clab/srl.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/tc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vr-csr.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vr-ros.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vr-sros.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vr-veos.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vr-vmx.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vr-xrv.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vr-xrv9k.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions clab/vxlan.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package clab

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/completion.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/destroy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/disableTxOffload.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/exec.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/generate.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/generate_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/graph.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/inspect.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/mysocketio.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/save.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/tools_cert.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/tools_veth.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/verUpgrade.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions cmd/vxlan.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package cmd

import (
Expand Down
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package main

import "github.com/srl-labs/containerlab/cmd"
Expand Down
4 changes: 4 additions & 0 deletions runtime/docker/docker.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package docker

import (
Expand Down
4 changes: 4 additions & 0 deletions runtime/runtime.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2020 Nokia
// Licensed under the BSD 3-Clause License.
// SPDX-License-Identifier: BSD-3-Clause

package runtime

import (
Expand Down
Loading

0 comments on commit 6defe7d

Please sign in to comment.