Merge pull request #6975 from jabielecki/doc-helmpath

doc(helmpath) move licensing info out of godoc
pull/7435/head
Matthew Fisher 5 years ago committed by GitHub
commit 29fc78f975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// Package helmpath calculates filesystem paths to Helm's configuration, cache and data.
package helmpath package helmpath
// This helper builds paths to Helm's configuration, cache and data paths. // This helper builds paths to Helm's configuration, cache and data paths.

@ -10,6 +10,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package helmpath package helmpath
import ( import (

@ -1,16 +1,22 @@
// Copyright The Helm Authors. /*
// Licensed under the Apache License, Version 2.0 (the "License"); Copyright The Helm Authors.
// you may not use this file except in compliance with the License. Licensed under the Apache License, Version 2.0 (the "License");
// You may obtain a copy of the License at you may not use this file except in compliance with the License.
You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and See the License for the specific language governing permissions and
// limitations under the License. limitations under the License.
*/
// Package xdg holds constants pertaining to XDG Base Directory Specification.
//
// The XDG Base Directory Specification https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
// specifies the environment variables that define user-specific base directories for various categories of files.
package xdg package xdg
const ( const (

Loading…
Cancel
Save