Apply license adjustments and fixes
Add configuration file for automated license modifications, remove automated licese modifications from specific locations, and update the license set in the gem specification.
This commit is contained in:
parent
d9dc1d6d8a
commit
a7135c000b
15
.copywrite.hcl
Normal file
15
.copywrite.hcl
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
schema_version = 1
|
||||||
|
|
||||||
|
project {
|
||||||
|
license = "BUSL-1.1"
|
||||||
|
copyright_year = 2010
|
||||||
|
|
||||||
|
header_ignore = [
|
||||||
|
"internal/pkg/defaults/**",
|
||||||
|
"internal/pkg/spinner/**",
|
||||||
|
"internal/server/bindata_ui.go",
|
||||||
|
"internal/server/gen/**",
|
||||||
|
"lib/vagrant/protobufs/**",
|
||||||
|
"thirdparty/**",
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go: 1.13
|
go: 1.13
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
package defaults
|
package defaults
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
package defaults
|
package defaults
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
package fixture
|
package fixture
|
||||||
|
|
||||||
// Sample is a struct that contains 1 exported field and 1 unexported field
|
// Sample is a struct that contains 1 exported field and 1 unexported field
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
package defaults
|
package defaults
|
||||||
|
|
||||||
// Setter is an interface for setting default values
|
// Setter is an interface for setting default values
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.13
|
- 1.13
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
// Example application that uses all of the available API options.
|
// Example application that uses all of the available API options.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
package spinner
|
package spinner
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
// You may obtain a copy of the License at
|
// You may obtain a copy of the License at
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) HashiCorp, Inc.
|
|
||||||
// SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
// Code generated by go-bindata.
|
// Code generated by go-bindata.
|
||||||
// sources:
|
// sources:
|
||||||
// ui/dist/android-chrome-144x144.png
|
// ui/dist/android-chrome-144x144.png
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# source: proto/ruby_vagrant/ruby-server.proto
|
# source: proto/ruby_vagrant/ruby-server.proto
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# Source: proto/ruby_vagrant/ruby-server.proto for package 'hashicorp.vagrant'
|
# Source: proto/ruby_vagrant/ruby-server.proto for package 'hashicorp.vagrant'
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# source: proto/vagrant_server/server.proto
|
# source: proto/vagrant_server/server.proto
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# Source: proto/vagrant_server/server.proto for package 'hashicorp.vagrant'
|
# Source: proto/vagrant_server/server.proto for package 'hashicorp.vagrant'
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# source: plugin/grpc_broker.proto
|
# source: plugin/grpc_broker.proto
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# Source: plugin/grpc_broker.proto for package 'plugin'
|
# Source: plugin/grpc_broker.proto for package 'plugin'
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# source: protostructure.proto
|
# source: protostructure.proto
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# source: proto/ruby_vagrant/ruby-server.proto
|
# source: proto/ruby_vagrant/ruby-server.proto
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# Source: proto/ruby_vagrant/ruby-server.proto for package 'hashicorp.vagrant'
|
# Source: proto/ruby_vagrant/ruby-server.proto for package 'hashicorp.vagrant'
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# source: vagrant_plugin_sdk/plugin.proto
|
# source: vagrant_plugin_sdk/plugin.proto
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# Source: vagrant_plugin_sdk/plugin.proto for package 'hashicorp.vagrant.sdk'
|
# Source: vagrant_plugin_sdk/plugin.proto for package 'hashicorp.vagrant.sdk'
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# source: proto/vagrant_server/server.proto
|
# source: proto/vagrant_server/server.proto
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: BUSL-1.1
|
|
||||||
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# Source: proto/vagrant_server/server.proto for package 'hashicorp.vagrant'
|
# Source: proto/vagrant_server/server.proto for package 'hashicorp.vagrant'
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|||||||
s.authors = ["Mitchell Hashimoto", "John Bender"]
|
s.authors = ["Mitchell Hashimoto", "John Bender"]
|
||||||
s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]
|
s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]
|
||||||
s.homepage = "https://www.vagrantup.com"
|
s.homepage = "https://www.vagrantup.com"
|
||||||
s.license = 'MIT'
|
s.license = 'BUSL-1.1'
|
||||||
s.summary = "Build and distribute virtualized development environments."
|
s.summary = "Build and distribute virtualized development environments."
|
||||||
s.description = "Vagrant is a tool for building and distributing virtualized development environments."
|
s.description = "Vagrant is a tool for building and distributing virtualized development environments."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user