Skip to content

Commit

Permalink
cmd/pubsubhelper: make copyright headers consistent
Browse files Browse the repository at this point in the history
A small subset of the pubsubhelper files added in CL 39353, CL 39535,
and CL 39632 accidentally ended up with something other than the usual
"BSD-style" phrase in the copyright header. Fix that.

Change-Id: Id732f3d9e46eefacea5c8202d8272ed67fdc0f58
Reviewed-on: https://go-review.googlesource.com/c/build/+/472375
Run-TryBot: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed Mar 1, 2023
1 parent da6c8bf commit 9098487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/pubsubhelper/github.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package main
Expand Down
2 changes: 1 addition & 1 deletion cmd/pubsubhelper/pubsubhelper.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// The pubsubhelper is an SMTP server for Gerrit updates and an HTTP
Expand Down
2 changes: 1 addition & 1 deletion cmd/pubsubhelper/pubsubtypes/pubsubtypes.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package pubsubtypes contains types published by pubsubhelper.
Expand Down

0 comments on commit 9098487

Please sign in to comment.