Add missing copyright notices

This commit is contained in:
jholdstock 2020-08-19 10:51:23 +01:00 committed by David Hill
parent dab1666310
commit 4a207b15f8
34 changed files with 137 additions and 1 deletions

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package background package background
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package background package background
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package main package main
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package database package database
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package database package database
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package database package database
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package database package database
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package database package database
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package database package database
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package database package database
import ( import (

4
log.go
View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package main package main
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package main package main
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package rpc package rpc
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package rpc package rpc
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package rpc package rpc
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package rpc package rpc
import ( import (

View File

@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
#
# Copyright (c) 2020 The Decred developers
# Use of this source code is governed by an ISC
# license that can be found in the LICENSE file.
#
# usage: # usage:
# ./run_tests.sh # ./run_tests.sh

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package version package version
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package main package main
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import "net/http" import "net/http"

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
type vspInfoResponse struct { type vspInfoResponse struct {

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package webapi package webapi
import ( import (