1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-17 18:40:02 +02:00

all: fix LICENSE header and split package top level synopsis to doc.go

This commit is contained in:
Koichi Shiraishi 2019-06-05 08:40:08 +09:00
parent 11c1af96df
commit a62f200b52
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B
3 changed files with 8 additions and 3 deletions

6
doc.go Normal file
View file

@ -0,0 +1,6 @@
// 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.
// Package uri is an implementation of the URI Uniform Resource Identifier(RFC3986) specification for Go.
package uri

3
uri.go
View file

@ -1,8 +1,7 @@
// Copyright 2019 The uri 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.
// Package uri implementation vscode-uri for Go.
package uri
import (

View file

@ -1,4 +1,4 @@
// Copyright 2019 The uri 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.