mirror of
https://github.com/laravel-ls/uri
synced 2026-07-04 16:34:11 +02:00
all: fix LICENSE header and split package top level synopsis to doc.go
This commit is contained in:
parent
11c1af96df
commit
a62f200b52
3 changed files with 8 additions and 3 deletions
6
doc.go
Normal file
6
doc.go
Normal 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
3
uri.go
|
|
@ -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
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Package uri implementation vscode-uri for Go.
|
|
||||||
package uri
|
package uri
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -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
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue