Skip to content

Commit 33a44c5

Browse files
committed
all: use spdx license headers
1 parent c7f592b commit 33a44c5

8 files changed

Lines changed: 17 additions & 38 deletions

File tree

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014, Google Inc. All rights reserved.
1+
Copyright (c) 2014 Google, Will Norris
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are
@@ -20,8 +20,8 @@ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2020
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2121
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2222
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2525
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2626
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmd/webmention/main.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2014 Google Inc. All rights reserved.
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// Copyright (c) The webmention project authors.
2+
// SPDX-License-Identifier: BSD-3-Clause
63

74
// The webmention binary is a command line utility for sending webmentions to
85
// the URLs linked to by a given webpage.

html.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2014 Google Inc. All rights reserved.
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// Copyright (c) The webmention project authors.
2+
// SPDX-License-Identifier: BSD-3-Clause
63

74
package webmention
85

html_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2014 Google Inc. All rights reserved.
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// Copyright (c) The webmention project authors.
2+
// SPDX-License-Identifier: BSD-3-Clause
63

74
package webmention
85

http.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2014 Google Inc. All rights reserved.
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// Copyright (c) The webmention project authors.
2+
// SPDX-License-Identifier: BSD-3-Clause
63

74
package webmention
85

http_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2014 Google Inc. All rights reserved.
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// Copyright (c) The webmention project authors.
2+
// SPDX-License-Identifier: BSD-3-Clause
63

74
package webmention
85

webmention.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2014 Google Inc. All rights reserved.
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// Copyright (c) The webmention project authors.
2+
// SPDX-License-Identifier: BSD-3-Clause
63

74
// Package webmention provides functions for discovering the webmention
85
// endpoint for URLs, and sending webmentions according to

webmention_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2014 Google Inc. All rights reserved.
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// Copyright (c) The webmention project authors.
2+
// SPDX-License-Identifier: BSD-3-Clause
63

74
package webmention
85

0 commit comments

Comments
 (0)