Fix and add missing license headers

This commit is contained in:
Filippo Valsorda
2019-06-01 14:58:20 +01:00
parent 245b2732c8
commit 74ab68812e
8 changed files with 17 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2018 The Go Authors. All rights reserved. // Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.

View File

@@ -1,3 +1,7 @@
// Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//+build !go1.10 //+build !go1.10
package main package main

View File

@@ -1,4 +1,4 @@
// Copyright 2018 The Go Authors. All rights reserved. // Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.

View File

@@ -1,4 +1,4 @@
// Copyright 2018 The Go Authors. All rights reserved. // Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.

View File

@@ -1,4 +1,4 @@
// Copyright 2018 The Go Authors. All rights reserved. // Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.

View File

@@ -1,4 +1,4 @@
// Copyright 2018 The Go Authors. All rights reserved. // Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.

View File

@@ -1,3 +1,7 @@
// Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main package main
import ( import (

View File

@@ -1,3 +1,7 @@
// Copyright 2018 The mkcert Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main package main
import ( import (