From 2c92ed0f2b22ce5460d7da91ab5bbbe5e4b2a80b Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Mon, 9 Mar 2020 04:25:48 +0900 Subject: [PATCH] all: change license author name --- LICENSE | 2 +- doc.go | 2 +- hack/boilerplate/boilerplate.go.txt | 2 +- uri.go | 2 +- uri_test.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 19f5dd3..e874870 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2019, The go-language-server Authors +Copyright (c) 2019, The Go Language Server Authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc.go b/doc.go index d0cf185..3d9d72e 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright 2019 The go-language-server Authors. All rights reserved. +// Copyright 2019 The Go Language Server Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/hack/boilerplate/boilerplate.go.txt b/hack/boilerplate/boilerplate.go.txt index ea87308..25dbad1 100644 --- a/hack/boilerplate/boilerplate.go.txt +++ b/hack/boilerplate/boilerplate.go.txt @@ -1,3 +1,3 @@ -// Copyright YEAR The go-language-server Authors. All rights reserved. +// Copyright YEAR The Go Language Server Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/uri.go b/uri.go index 00867c1..d172a0c 100644 --- a/uri.go +++ b/uri.go @@ -1,4 +1,4 @@ -// Copyright 2019 The go-language-server Authors. All rights reserved. +// Copyright 2019 The Go Language Server Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/uri_test.go b/uri_test.go index c059313..322a43c 100644 --- a/uri_test.go +++ b/uri_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The go-language-server Authors. All rights reserved. +// Copyright 2019 The Go Language Server Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.