Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
dswarbrick committed May 12, 2020
1 parent a985674 commit 6b13402
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Package config handles the configuration parsing for FabricMon.
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: github.com/dswarbrick/fabricmon
Source: https://github.com/dswarbrick/fabricmon

Files: *
Copyright: 2018, Daniel Swarbrick
Copyright: 2017-20, Daniel Swarbrick
License: GPL-3

License: GPL-3
Expand Down
2 changes: 1 addition & 1 deletion infiniband/bitops.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Low-level bit operations.
Expand Down
2 changes: 1 addition & 1 deletion infiniband/bitops_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Low-level bit operations.
Expand Down
2 changes: 1 addition & 1 deletion infiniband/ibumad.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Functions analogous to libibumad.
Expand Down
2 changes: 1 addition & 1 deletion infiniband/infiniband.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.
//
// TODO: Implement user-friendly display of link rate (see ib_types.h).
Expand Down
2 changes: 1 addition & 1 deletion infiniband/netdiscover.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

package infiniband
Expand Down
2 changes: 1 addition & 1 deletion infiniband/nodenamemap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Go implementation of InfiniBand node name map lookup functions.
Expand Down
2 changes: 1 addition & 1 deletion infiniband/nodenamemap_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

package infiniband
Expand Down
2 changes: 1 addition & 1 deletion infiniband/sm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Subnet manager functions.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// cgo wrapper around libibumad / libibnetdiscover.
Expand Down
2 changes: 1 addition & 1 deletion version/info.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

package version
Expand Down
2 changes: 1 addition & 1 deletion webui/js/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* FabricMon - an InfiniBand fabric monitor daemon.
* Copyright 2017-18 Daniel Swarbrick
* Copyright 2017-20 Daniel Swarbrick
*/

var fabrics = [
Expand Down
2 changes: 1 addition & 1 deletion webui/js/device_ids.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* FabricMon - an InfiniBand fabric monitor daemon.
* Copyright 2017-18 Daniel Swarbrick
* Copyright 2017-20 Daniel Swarbrick
*
* Device IDs from https://pci-ids.ucw.cz/
*/
Expand Down
2 changes: 1 addition & 1 deletion webui/js/fabricmon.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* FabricMon - an InfiniBand fabric monitor daemon.
* Copyright 2017-18 Daniel Swarbrick
* Copyright 2017-20 Daniel Swarbrick
*/

var nodeTypes = {1: "HCA", 2: "Switch", 3: "Router"},
Expand Down
2 changes: 1 addition & 1 deletion writer/forcegraph/forcegraph.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Package forecegraph implements the ForceGraphWriter, which writes the fabric topology to a JSON
Expand Down
2 changes: 1 addition & 1 deletion writer/influxdb/influxdb.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Package influxdb implements the InfluxDBWriter, which writes InfiniBand performance counters to
Expand Down
2 changes: 1 addition & 1 deletion writer/writer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-18 Daniel Swarbrick. All rights reserved.
// Copyright 2017-20 Daniel Swarbrick. All rights reserved.
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.

// Package writer defines the FabricWriter interface type, which all FabricMon writers must
Expand Down

0 comments on commit 6b13402

Please sign in to comment.