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.