From 59672597953cefc656719ea81a17644f75a86158 Mon Sep 17 00:00:00 2001 From: joeduffy Date: Tue, 22 May 2018 12:43:36 -0700 Subject: [PATCH] Add license headers --- cmd/archive.go | 14 +++++++++++++- cmd/cancel.go | 14 +++++++++++++- cmd/ci.go | 14 +++++++++++++- cmd/config.go | 14 +++++++++++++- cmd/config_test.go | 14 +++++++++++++- cmd/destroy.go | 14 +++++++++++++- cmd/gen_bash_completion.go | 14 +++++++++++++- cmd/gen_markdown.go | 14 +++++++++++++- cmd/login.go | 14 +++++++++++++- cmd/logout.go | 14 +++++++++++++- cmd/logs.go | 14 +++++++++++++- cmd/logs_test.go | 14 +++++++++++++- cmd/new.go | 14 +++++++++++++- cmd/plugin.go | 14 +++++++++++++- cmd/plugin_install.go | 14 +++++++++++++- cmd/plugin_ls.go | 14 +++++++++++++- cmd/plugin_rm.go | 14 +++++++++++++- cmd/preview.go | 14 +++++++++++++- cmd/pulumi.go | 14 +++++++++++++- cmd/refresh.go | 14 +++++++++++++- cmd/stack.go | 14 +++++++++++++- cmd/stack_export.go | 14 +++++++++++++- cmd/stack_graph.go | 14 +++++++++++++- cmd/stack_import.go | 14 +++++++++++++- cmd/stack_init.go | 14 +++++++++++++- cmd/stack_ls.go | 14 +++++++++++++- cmd/stack_output.go | 14 +++++++++++++- cmd/stack_output_test.go | 14 ++++++++++++++ cmd/stack_rm.go | 14 +++++++++++++- cmd/stack_select.go | 14 +++++++++++++- cmd/update.go | 14 +++++++++++++- cmd/util.go | 14 +++++++++++++- cmd/version.go | 14 +++++++++++++- pkg/apitype/core.go | 14 +++++++++++++- pkg/apitype/errors.go | 14 +++++++++++++- pkg/apitype/history.go | 14 +++++++++++++- pkg/apitype/logs.go | 14 +++++++++++++- pkg/apitype/stacks.go | 14 +++++++++++++- pkg/apitype/updates.go | 14 +++++++++++++- pkg/backend/backend.go | 14 +++++++++++++- pkg/backend/cloud/backend.go | 14 +++++++++++++- pkg/backend/cloud/client/api.go | 14 +++++++++++++- pkg/backend/cloud/client/api_endpoints.go | 14 ++++++++++++++ pkg/backend/cloud/client/client.go | 14 +++++++++++++- pkg/backend/cloud/context.go | 14 +++++++++++++- pkg/backend/cloud/context_test.go | 14 +++++++++++++- pkg/backend/cloud/snapshot.go | 14 +++++++++++++- pkg/backend/cloud/stack.go | 14 +++++++++++++- pkg/backend/cloud/state.go | 14 +++++++++++++- pkg/backend/display.go | 14 +++++++++++++- pkg/backend/local/backend.go | 14 +++++++++++++- pkg/backend/local/crypto.go | 14 +++++++++++++- pkg/backend/local/display.go | 14 +++++++++++++- pkg/backend/local/jsonmessage.go | 14 ++++++++++++++ pkg/backend/local/progress.go | 14 +++++++++++++- pkg/backend/local/rows.go | 14 +++++++++++++- pkg/backend/local/snapshot.go | 14 +++++++++++++- pkg/backend/local/stack.go | 14 +++++++++++++- pkg/backend/local/state.go | 14 +++++++++++++- pkg/backend/snapshot.go | 14 ++++++++++++++ pkg/backend/snapshot_test.go | 14 +++++++++++++- pkg/backend/stack.go | 14 +++++++++++++- pkg/backend/state/stacks.go | 14 +++++++++++++- pkg/backend/updates.go | 14 +++++++++++++- pkg/diag/colors/colors.go | 14 +++++++++++++- pkg/diag/colors/diag.go | 14 +++++++++++++- pkg/diag/colors/windows.go | 14 +++++++++++++- pkg/diag/diag.go | 14 +++++++++++++- pkg/diag/errors.go | 14 +++++++++++++- pkg/diag/sink.go | 14 +++++++++++++- pkg/diag/sink_test.go | 14 +++++++++++++- pkg/encoding/init.go | 14 +++++++++++++- pkg/encoding/marshal.go | 14 +++++++++++++- pkg/engine/destroy.go | 14 +++++++++++++- pkg/engine/diff.go | 14 +++++++++++++- pkg/engine/engine.go | 14 +++++++++++++- pkg/engine/events.go | 14 +++++++++++++- pkg/engine/eventsink.go | 14 ++++++++++++++ pkg/engine/plan.go | 14 +++++++++++++- pkg/engine/project.go | 14 +++++++++++++- pkg/engine/refresh.go | 14 +++++++++++++- pkg/engine/snapshot.go | 14 ++++++++++++++ pkg/engine/update.go | 14 +++++++++++++- pkg/graph/dotconv/print.go | 14 +++++++++++++- pkg/graph/graph.go | 14 +++++++++++++- pkg/graph/topsort.go | 14 +++++++++++++- pkg/operations/operations.go | 14 +++++++++++++- pkg/operations/operations_aws.go | 14 +++++++++++++- pkg/operations/operations_aws_test.go | 14 +++++++++++++- pkg/operations/operations_cloud_aws.go | 14 +++++++++++++- pkg/operations/operations_cloud_aws_test.go | 14 +++++++++++++- pkg/operations/resources.go | 14 +++++++++++++- pkg/operations/resources_test.go | 14 +++++++++++++- pkg/resource/asset.go | 14 +++++++++++++- pkg/resource/asset_test.go | 14 +++++++++++++- pkg/resource/config/crypt.go | 14 +++++++++++++- pkg/resource/config/key.go | 14 +++++++++++++- pkg/resource/config/key_test.go | 14 +++++++++++++- pkg/resource/config/map.go | 14 +++++++++++++- pkg/resource/config/map_test.go | 14 +++++++++++++- pkg/resource/config/value.go | 14 +++++++++++++- pkg/resource/config/value_test.go | 14 +++++++++++++- pkg/resource/deploy/plan.go | 14 +++++++++++++- pkg/resource/deploy/plan_apply.go | 14 +++++++++++++- pkg/resource/deploy/plan_test.go | 14 +++++++++++++- pkg/resource/deploy/snapshot.go | 14 +++++++++++++- pkg/resource/deploy/source.go | 14 +++++++++++++- pkg/resource/deploy/source_eval.go | 14 +++++++++++++- pkg/resource/deploy/source_fixed.go | 14 +++++++++++++- pkg/resource/deploy/source_null.go | 14 +++++++++++++- pkg/resource/deploy/source_refresh.go | 14 +++++++++++++- pkg/resource/deploy/step.go | 14 +++++++++++++- pkg/resource/deploy/target.go | 14 +++++++++++++- pkg/resource/errors.go | 14 +++++++++++++- pkg/resource/plugin/analyzer.go | 14 +++++++++++++- pkg/resource/plugin/analyzer_plugin.go | 14 +++++++++++++- pkg/resource/plugin/check.go | 14 +++++++++++++- pkg/resource/plugin/config_source.go | 14 +++++++++++++- pkg/resource/plugin/context.go | 14 +++++++++++++- pkg/resource/plugin/host.go | 14 +++++++++++++- pkg/resource/plugin/host_server.go | 14 +++++++++++++- pkg/resource/plugin/langruntime.go | 14 +++++++++++++- pkg/resource/plugin/langruntime_plugin.go | 14 +++++++++++++- pkg/resource/plugin/plugin.go | 14 +++++++++++++- pkg/resource/plugin/provider.go | 14 +++++++++++++- pkg/resource/plugin/provider_plugin.go | 14 +++++++++++++- pkg/resource/plugin/rpc.go | 14 +++++++++++++- pkg/resource/plugin/rpc_test.go | 14 +++++++++++++- pkg/resource/properties.go | 14 +++++++++++++- pkg/resource/properties_diff.go | 14 +++++++++++++- pkg/resource/properties_diff_test.go | 14 +++++++++++++- pkg/resource/properties_test.go | 14 +++++++++++++- pkg/resource/provider/host.go | 14 +++++++++++++- pkg/resource/provider/main.go | 14 +++++++++++++- pkg/resource/resource_goal.go | 14 +++++++++++++- pkg/resource/resource_id.go | 14 +++++++++++++- pkg/resource/resource_id_test.go | 14 +++++++++++++- pkg/resource/resource_state.go | 14 +++++++++++++- pkg/resource/stack.go | 14 +++++++++++++- pkg/resource/stack/checkpoint.go | 14 +++++++++++++- pkg/resource/stack/checkpoint_test.go | 14 ++++++++++++++ pkg/resource/stack/deployment.go | 14 +++++++++++++- pkg/resource/stack/deployment_test.go | 14 +++++++++++++- pkg/resource/status.go | 14 +++++++++++++- pkg/resource/urn.go | 14 +++++++++++++- pkg/resource/urn_test.go | 14 +++++++++++++- pkg/testing/environment.go | 14 +++++++++++++- pkg/testing/integration/command.go | 14 +++++++++++++- pkg/testing/integration/program.go | 14 +++++++++++++- pkg/testing/integration/program_test.go | 14 +++++++++++++- pkg/testing/integration/pulumi.go | 14 ++++++++++++++ pkg/testing/integration/s3reporter.go | 14 ++++++++++++++ pkg/testing/integration/util.go | 14 +++++++++++++- pkg/tokens/constants.go | 14 +++++++++++++- pkg/tokens/decors.go | 14 +++++++++++++- pkg/tokens/decors_test.go | 14 +++++++++++++- pkg/tokens/names.go | 14 +++++++++++++- pkg/tokens/names_test.go | 14 +++++++++++++- pkg/tokens/tokens.go | 14 +++++++++++++- pkg/tokens/tokens_test.go | 14 +++++++++++++- pkg/tools/gen.go | 14 +++++++++++++- pkg/tools/paths.go | 14 +++++++++++++- pkg/util/archive/archive.go | 14 +++++++++++++- pkg/util/archive/archive_test.go | 15 ++++++++++++++- pkg/util/archive/ignorer.go | 14 +++++++++++++- pkg/util/archive/ignorer_node_modules.go | 14 +++++++++++++- pkg/util/archive/ignorer_path.go | 14 +++++++++++++- pkg/util/archive/ignorer_pulumiignore.go | 14 +++++++++++++- pkg/util/buildutil/semver.go | 14 ++++++++++++++ pkg/util/buildutil/semver_test.go | 14 ++++++++++++++ pkg/util/cancel/context.go | 14 ++++++++++++++ pkg/util/cmdutil/args.go | 14 +++++++++++++- pkg/util/cmdutil/child.go | 14 +++++++++++++- pkg/util/cmdutil/child_windows.go | 14 +++++++++++++- pkg/util/cmdutil/console.go | 14 +++++++++++++- pkg/util/cmdutil/console_password.go | 14 +++++++++++++- pkg/util/cmdutil/console_password_windows.go | 14 +++++++++++++- pkg/util/cmdutil/diag.go | 14 +++++++++++++- pkg/util/cmdutil/exit.go | 14 +++++++++++++- pkg/util/cmdutil/profile.go | 14 ++++++++++++++ pkg/util/cmdutil/spinner.go | 14 +++++++++++++- pkg/util/cmdutil/trace.go | 14 ++++++++++++++ pkg/util/contract/assert.go | 14 +++++++++++++- pkg/util/contract/fail.go | 14 +++++++++++++- pkg/util/contract/failfast.go | 14 +++++++++++++- pkg/util/contract/ignore.go | 14 +++++++++++++- pkg/util/contract/require.go | 14 +++++++++++++- pkg/util/fsutil/copy.go | 14 +++++++++++++- pkg/util/fsutil/qname.go | 14 ++++++++++++++ pkg/util/fsutil/walkup.go | 14 +++++++++++++- pkg/util/httputil/http.go | 14 ++++++++++++++ pkg/util/logging/log.go | 14 +++++++++++++- pkg/util/logging/log_test.go | 14 +++++++++++++- pkg/util/mapper/errors.go | 14 +++++++++++++- pkg/util/mapper/mapper.go | 14 +++++++++++++- pkg/util/mapper/mapper_decode.go | 14 +++++++++++++- pkg/util/mapper/mapper_encode.go | 14 +++++++++++++- pkg/util/mapper/mapper_test.go | 14 +++++++++++++- pkg/util/mapper/object.go | 14 +++++++++++++- pkg/util/retry/until.go | 14 +++++++++++++- pkg/util/rpcutil/interceptor.go | 14 +++++++++++++- pkg/util/rpcutil/rpcerror/rpcerror.go | 14 +++++++++++++- pkg/util/rpcutil/rpcerror/rpcerror_test.go | 14 +++++++++++++- pkg/util/rpcutil/serve.go | 14 +++++++++++++- pkg/util/testutil/testdiagsink.go | 14 +++++++++++++- pkg/version/version.go | 14 +++++++++++++- pkg/workspace/creds.go | 14 +++++++++++++- pkg/workspace/paths.go | 14 +++++++++++++- pkg/workspace/plugins.go | 14 +++++++++++++- pkg/workspace/project.go | 14 +++++++++++++- pkg/workspace/settings.go | 14 +++++++++++++- pkg/workspace/templates.go | 14 +++++++++++++- pkg/workspace/templates_test.go | 14 +++++++++++++- pkg/workspace/workspace.go | 14 +++++++++++++- sdk/nodejs/asset/archive.ts | 14 +++++++++++++- sdk/nodejs/asset/asset.ts | 14 +++++++++++++- sdk/nodejs/asset/index.ts | 14 +++++++++++++- sdk/nodejs/cmd/dynamic-provider/index.ts | 14 +++++++++++++- sdk/nodejs/cmd/pulumi-language-nodejs/main.go | 14 +++++++++++++- .../cmd/pulumi-language-nodejs/main_test.go | 14 +++++++++++++- sdk/nodejs/cmd/run/index.ts | 14 +++++++++++++- sdk/nodejs/config.ts | 14 +++++++++++++- sdk/nodejs/dynamic/index.ts | 14 +++++++++++++- sdk/nodejs/errors.ts | 14 +++++++++++++- sdk/nodejs/index.ts | 14 +++++++++++++- sdk/nodejs/log/index.ts | 14 +++++++++++++- sdk/nodejs/metadata.ts | 14 +++++++++++++- sdk/nodejs/resource.ts | 14 +++++++++++++- sdk/nodejs/runtime/closure/createClosure.ts | 14 +++++++++++++- sdk/nodejs/runtime/closure/parseFunction.ts | 14 +++++++++++++- sdk/nodejs/runtime/closure/rewriteSuper.ts | 14 +++++++++++++- sdk/nodejs/runtime/closure/serializeClosure.ts | 14 +++++++++++++- sdk/nodejs/runtime/closure/v8.ts | 14 +++++++++++++- sdk/nodejs/runtime/config.ts | 14 +++++++++++++- sdk/nodejs/runtime/debuggable.ts | 14 +++++++++++++- sdk/nodejs/runtime/index.ts | 14 +++++++++++++- sdk/nodejs/runtime/invoke.ts | 14 +++++++++++++- sdk/nodejs/runtime/resource.ts | 14 +++++++++++++- sdk/nodejs/runtime/rpc.ts | 14 +++++++++++++- sdk/nodejs/runtime/settings.ts | 14 +++++++++++++- sdk/nodejs/runtime/stack.ts | 14 +++++++++++++- sdk/nodejs/tests/config.spec.ts | 14 +++++++++++++- sdk/nodejs/tests/init.spec.ts | 14 +++++++++++++- sdk/nodejs/tests/runtime/closure.spec.ts | 14 +++++++++++++- sdk/nodejs/tests/runtime/langhost/run.spec.ts | 14 +++++++++++++- sdk/nodejs/tests/runtime/props.spec.ts | 14 +++++++++++++- sdk/nodejs/tests/util.ts | 14 +++++++++++++- sdk/nodejs/tslint.json | 2 +- sdk/nodejs/version.ts | 14 +++++++++++++- sdk/proto/analyzer.proto | 14 +++++++++++++- sdk/proto/engine.proto | 14 +++++++++++++- sdk/proto/errors.proto | 14 +++++++++++++- sdk/proto/language.proto | 14 +++++++++++++- sdk/proto/plugin.proto | 14 +++++++++++++- sdk/proto/provider.proto | 14 +++++++++++++- sdk/proto/resource.proto | 14 +++++++++++++- sdk/python/cmd/pulumi-language-python/main.go | 14 +++++++++++++- sdk/python/lib/pulumi/__init__.py | 14 +++++++++++++- sdk/python/lib/pulumi/config.py | 14 +++++++++++++- sdk/python/lib/pulumi/errors.py | 14 +++++++++++++- sdk/python/lib/pulumi/metadata.py | 14 +++++++++++++- sdk/python/lib/pulumi/resource.py | 14 +++++++++++++- sdk/python/lib/pulumi/runtime/__init__.py | 14 +++++++++++++- sdk/python/lib/pulumi/runtime/config.py | 14 +++++++++++++- sdk/python/lib/pulumi/runtime/proto/__init__.py | 14 +++++++++++++- .../lib/pulumi/runtime/proto/analyzer_pb2.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/analyzer_pb2_grpc.py | 14 ++++++++++++++ sdk/python/lib/pulumi/runtime/proto/engine_pb2.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/engine_pb2_grpc.py | 14 ++++++++++++++ sdk/python/lib/pulumi/runtime/proto/errors_pb2.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/errors_pb2_grpc.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/language_pb2.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/language_pb2_grpc.py | 14 ++++++++++++++ sdk/python/lib/pulumi/runtime/proto/plugin_pb2.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/plugin_pb2_grpc.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/provider_pb2.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/provider_pb2_grpc.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/resource_pb2.py | 14 ++++++++++++++ .../lib/pulumi/runtime/proto/resource_pb2_grpc.py | 14 ++++++++++++++ sdk/python/lib/pulumi/runtime/resource.py | 14 +++++++++++++- sdk/python/lib/pulumi/runtime/settings.py | 14 +++++++++++++- sdk/python/lib/pulumi/runtime/stack.py | 14 +++++++++++++- sdk/python/lib/setup.py | 14 +++++++++++++- sdk/python/pkg/version/version.go | 14 +++++++++++++- 284 files changed, 3711 insertions(+), 254 deletions(-) diff --git a/cmd/archive.go b/cmd/archive.go index 3e204a6a2..182f86741 100644 --- a/cmd/archive.go +++ b/cmd/archive.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/cancel.go b/cmd/cancel.go index 50639b089..e92688d72 100644 --- a/cmd/cancel.go +++ b/cmd/cancel.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/ci.go b/cmd/ci.go index 271e4e9af..c0918cb1f 100644 --- a/cmd/ci.go +++ b/cmd/ci.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/config.go b/cmd/config.go index 53c86384c..641307bd7 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/config_test.go b/cmd/config_test.go index 41cf5153c..ed0f72528 100644 --- a/cmd/config_test.go +++ b/cmd/config_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/destroy.go b/cmd/destroy.go index cc3d7fb2c..e93899cc9 100644 --- a/cmd/destroy.go +++ b/cmd/destroy.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/gen_bash_completion.go b/cmd/gen_bash_completion.go index 86f16c312..161307cc9 100644 --- a/cmd/gen_bash_completion.go +++ b/cmd/gen_bash_completion.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/gen_markdown.go b/cmd/gen_markdown.go index bceb1e5d5..faa1c372c 100644 --- a/cmd/gen_markdown.go +++ b/cmd/gen_markdown.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/login.go b/cmd/login.go index a9174627e..e702dbfc3 100644 --- a/cmd/login.go +++ b/cmd/login.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/logout.go b/cmd/logout.go index 55ddb8c73..6010be833 100644 --- a/cmd/logout.go +++ b/cmd/logout.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/logs.go b/cmd/logs.go index d4bc7a78a..121e3229e 100644 --- a/cmd/logs.go +++ b/cmd/logs.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/logs_test.go b/cmd/logs_test.go index 54c1f24c4..93bea88eb 100644 --- a/cmd/logs_test.go +++ b/cmd/logs_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/new.go b/cmd/new.go index 873eba435..f5b31033e 100644 --- a/cmd/new.go +++ b/cmd/new.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/plugin.go b/cmd/plugin.go index ba66c355e..4104aa87e 100644 --- a/cmd/plugin.go +++ b/cmd/plugin.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/plugin_install.go b/cmd/plugin_install.go index 676c626ab..e8377124d 100644 --- a/cmd/plugin_install.go +++ b/cmd/plugin_install.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/plugin_ls.go b/cmd/plugin_ls.go index 8a1c7a370..502221d83 100644 --- a/cmd/plugin_ls.go +++ b/cmd/plugin_ls.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/plugin_rm.go b/cmd/plugin_rm.go index c7a89d266..efcc06022 100644 --- a/cmd/plugin_rm.go +++ b/cmd/plugin_rm.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/preview.go b/cmd/preview.go index b7fa8be4b..e36848827 100644 --- a/cmd/preview.go +++ b/cmd/preview.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/pulumi.go b/cmd/pulumi.go index 5db8a24e3..463ac1a6e 100644 --- a/cmd/pulumi.go +++ b/cmd/pulumi.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/refresh.go b/cmd/refresh.go index 9fe843405..b4e777121 100644 --- a/cmd/refresh.go +++ b/cmd/refresh.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack.go b/cmd/stack.go index 9d7f0e30e..ed8986933 100644 --- a/cmd/stack.go +++ b/cmd/stack.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_export.go b/cmd/stack_export.go index 6e1daec5e..112a4c724 100644 --- a/cmd/stack_export.go +++ b/cmd/stack_export.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_graph.go b/cmd/stack_graph.go index 139406e4d..32093cc73 100644 --- a/cmd/stack_graph.go +++ b/cmd/stack_graph.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_import.go b/cmd/stack_import.go index 58bd95ffd..f9539ff24 100644 --- a/cmd/stack_import.go +++ b/cmd/stack_import.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_init.go b/cmd/stack_init.go index 8e061e458..1b2376750 100644 --- a/cmd/stack_init.go +++ b/cmd/stack_init.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_ls.go b/cmd/stack_ls.go index c40f2124e..5fe3b1e13 100644 --- a/cmd/stack_ls.go +++ b/cmd/stack_ls.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_output.go b/cmd/stack_output.go index ef9c25fb5..e90c3a0ed 100644 --- a/cmd/stack_output.go +++ b/cmd/stack_output.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_output_test.go b/cmd/stack_output_test.go index 35b012458..45aa6e686 100644 --- a/cmd/stack_output_test.go +++ b/cmd/stack_output_test.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package cmd import ( diff --git a/cmd/stack_rm.go b/cmd/stack_rm.go index 023893396..ad281a920 100644 --- a/cmd/stack_rm.go +++ b/cmd/stack_rm.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/stack_select.go b/cmd/stack_select.go index 1f15fda03..d764d6524 100644 --- a/cmd/stack_select.go +++ b/cmd/stack_select.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/update.go b/cmd/update.go index 9a099569a..d340bb5d0 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/util.go b/cmd/util.go index b103cbc3e..8168a8b02 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/cmd/version.go b/cmd/version.go index 8cb240c9d..c3e762ef5 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmd diff --git a/pkg/apitype/core.go b/pkg/apitype/core.go index 2fcc8165b..4b82cc2f3 100644 --- a/pkg/apitype/core.go +++ b/pkg/apitype/core.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package apitype contains the full set of "exchange types" that are serialized and sent across separately versionable // boundaries, including service APIs, plugins, and file formats. As a result, we must consider the versioning impacts diff --git a/pkg/apitype/errors.go b/pkg/apitype/errors.go index 9b8186c7e..b8d12e1e4 100644 --- a/pkg/apitype/errors.go +++ b/pkg/apitype/errors.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package apitype diff --git a/pkg/apitype/history.go b/pkg/apitype/history.go index 6f6bd1fbc..76b682f51 100644 --- a/pkg/apitype/history.go +++ b/pkg/apitype/history.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package apitype diff --git a/pkg/apitype/logs.go b/pkg/apitype/logs.go index b259efdeb..867fc99fd 100644 --- a/pkg/apitype/logs.go +++ b/pkg/apitype/logs.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package apitype diff --git a/pkg/apitype/stacks.go b/pkg/apitype/stacks.go index 31ef66a2a..b24fccbf8 100644 --- a/pkg/apitype/stacks.go +++ b/pkg/apitype/stacks.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package apitype diff --git a/pkg/apitype/updates.go b/pkg/apitype/updates.go index f2ee09349..ea2824a80 100644 --- a/pkg/apitype/updates.go +++ b/pkg/apitype/updates.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package apitype diff --git a/pkg/backend/backend.go b/pkg/backend/backend.go index 403ceaba9..17d6ac0a0 100644 --- a/pkg/backend/backend.go +++ b/pkg/backend/backend.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package backend encapsulates all extensibility points required to fully implement a new cloud provider. package backend diff --git a/pkg/backend/cloud/backend.go b/pkg/backend/cloud/backend.go index da49ead25..68cd02d17 100644 --- a/pkg/backend/cloud/backend.go +++ b/pkg/backend/cloud/backend.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cloud diff --git a/pkg/backend/cloud/client/api.go b/pkg/backend/cloud/client/api.go index 98471715e..618e63dc8 100644 --- a/pkg/backend/cloud/client/api.go +++ b/pkg/backend/cloud/client/api.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package client diff --git a/pkg/backend/cloud/client/api_endpoints.go b/pkg/backend/cloud/client/api_endpoints.go index 14da88bcb..4eb611cac 100644 --- a/pkg/backend/cloud/client/api_endpoints.go +++ b/pkg/backend/cloud/client/api_endpoints.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package client import ( diff --git a/pkg/backend/cloud/client/client.go b/pkg/backend/cloud/client/client.go index 5a0f634ef..7fb372f84 100644 --- a/pkg/backend/cloud/client/client.go +++ b/pkg/backend/cloud/client/client.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package client diff --git a/pkg/backend/cloud/context.go b/pkg/backend/cloud/context.go index 6734edb73..ee97e0f5d 100644 --- a/pkg/backend/cloud/context.go +++ b/pkg/backend/cloud/context.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cloud diff --git a/pkg/backend/cloud/context_test.go b/pkg/backend/cloud/context_test.go index aae1a8e58..87177e056 100644 --- a/pkg/backend/cloud/context_test.go +++ b/pkg/backend/cloud/context_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cloud diff --git a/pkg/backend/cloud/snapshot.go b/pkg/backend/cloud/snapshot.go index 0c78ce543..356cd1bdf 100644 --- a/pkg/backend/cloud/snapshot.go +++ b/pkg/backend/cloud/snapshot.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cloud diff --git a/pkg/backend/cloud/stack.go b/pkg/backend/cloud/stack.go index c70cdf1a8..3b8c32734 100644 --- a/pkg/backend/cloud/stack.go +++ b/pkg/backend/cloud/stack.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cloud diff --git a/pkg/backend/cloud/state.go b/pkg/backend/cloud/state.go index 15cfdb012..8cd823607 100644 --- a/pkg/backend/cloud/state.go +++ b/pkg/backend/cloud/state.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cloud diff --git a/pkg/backend/display.go b/pkg/backend/display.go index 6f3fb80c7..8c6e7d913 100644 --- a/pkg/backend/display.go +++ b/pkg/backend/display.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package backend diff --git a/pkg/backend/local/backend.go b/pkg/backend/local/backend.go index 66079f54e..f18c28cb7 100644 --- a/pkg/backend/local/backend.go +++ b/pkg/backend/local/backend.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/local/crypto.go b/pkg/backend/local/crypto.go index d08101670..c2e92178f 100644 --- a/pkg/backend/local/crypto.go +++ b/pkg/backend/local/crypto.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/local/display.go b/pkg/backend/local/display.go index 4dacfe8c4..b09a55a8a 100644 --- a/pkg/backend/local/display.go +++ b/pkg/backend/local/display.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/local/jsonmessage.go b/pkg/backend/local/jsonmessage.go index 475c434db..3ef96fdd2 100644 --- a/pkg/backend/local/jsonmessage.go +++ b/pkg/backend/local/jsonmessage.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package local // forked from: https://github.com/moby/moby/blob/master/pkg/jsonmessage/jsonmessage.go diff --git a/pkg/backend/local/progress.go b/pkg/backend/local/progress.go index 04b33e444..36b75d769 100644 --- a/pkg/backend/local/progress.go +++ b/pkg/backend/local/progress.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/local/rows.go b/pkg/backend/local/rows.go index fe2457094..eb274a59e 100644 --- a/pkg/backend/local/rows.go +++ b/pkg/backend/local/rows.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/local/snapshot.go b/pkg/backend/local/snapshot.go index e10247585..0d06ed74d 100644 --- a/pkg/backend/local/snapshot.go +++ b/pkg/backend/local/snapshot.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/local/stack.go b/pkg/backend/local/stack.go index 461324b10..81a90181d 100644 --- a/pkg/backend/local/stack.go +++ b/pkg/backend/local/stack.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/local/state.go b/pkg/backend/local/state.go index 5f522fd84..5da8436a6 100644 --- a/pkg/backend/local/state.go +++ b/pkg/backend/local/state.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package local diff --git a/pkg/backend/snapshot.go b/pkg/backend/snapshot.go index cefccaa8e..8bbd35d18 100644 --- a/pkg/backend/snapshot.go +++ b/pkg/backend/snapshot.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package backend import ( diff --git a/pkg/backend/snapshot_test.go b/pkg/backend/snapshot_test.go index ab11052ec..8ca3e53e9 100644 --- a/pkg/backend/snapshot_test.go +++ b/pkg/backend/snapshot_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package backend diff --git a/pkg/backend/stack.go b/pkg/backend/stack.go index a34d7c88d..08183749f 100644 --- a/pkg/backend/stack.go +++ b/pkg/backend/stack.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package backend diff --git a/pkg/backend/state/stacks.go b/pkg/backend/state/stacks.go index 0ef489fd2..834fbb2c2 100644 --- a/pkg/backend/state/stacks.go +++ b/pkg/backend/state/stacks.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package state diff --git a/pkg/backend/updates.go b/pkg/backend/updates.go index 811bad795..5057b4cb7 100644 --- a/pkg/backend/updates.go +++ b/pkg/backend/updates.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package backend diff --git a/pkg/diag/colors/colors.go b/pkg/diag/colors/colors.go index f282e9de4..5da9d36f3 100644 --- a/pkg/diag/colors/colors.go +++ b/pkg/diag/colors/colors.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package colors diff --git a/pkg/diag/colors/diag.go b/pkg/diag/colors/diag.go index 44d65ca92..7346b1434 100644 --- a/pkg/diag/colors/diag.go +++ b/pkg/diag/colors/diag.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package colors diff --git a/pkg/diag/colors/windows.go b/pkg/diag/colors/windows.go index 51971aa46..73ad7c8f3 100644 --- a/pkg/diag/colors/windows.go +++ b/pkg/diag/colors/windows.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. //+build windows diff --git a/pkg/diag/diag.go b/pkg/diag/diag.go index 034439cc9..0fcd6d76a 100644 --- a/pkg/diag/diag.go +++ b/pkg/diag/diag.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package diag diff --git a/pkg/diag/errors.go b/pkg/diag/errors.go index 08d8d5fed..7c5b9e17a 100644 --- a/pkg/diag/errors.go +++ b/pkg/diag/errors.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package diag diff --git a/pkg/diag/sink.go b/pkg/diag/sink.go index a09b65f31..408cf6949 100644 --- a/pkg/diag/sink.go +++ b/pkg/diag/sink.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package diag diff --git a/pkg/diag/sink_test.go b/pkg/diag/sink_test.go index 6cc909ad0..700a805ed 100644 --- a/pkg/diag/sink_test.go +++ b/pkg/diag/sink_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package diag diff --git a/pkg/encoding/init.go b/pkg/encoding/init.go index 88145861e..6ec7c5837 100644 --- a/pkg/encoding/init.go +++ b/pkg/encoding/init.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package encoding diff --git a/pkg/encoding/marshal.go b/pkg/encoding/marshal.go index 6ac45751e..093ad7b40 100644 --- a/pkg/encoding/marshal.go +++ b/pkg/encoding/marshal.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package encoding diff --git a/pkg/engine/destroy.go b/pkg/engine/destroy.go index ea7c321d6..5e4c9a705 100644 --- a/pkg/engine/destroy.go +++ b/pkg/engine/destroy.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/engine/diff.go b/pkg/engine/diff.go index 9d931330b..2ad3322e3 100644 --- a/pkg/engine/diff.go +++ b/pkg/engine/diff.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/engine/engine.go b/pkg/engine/engine.go index 768aa1fc6..b9453f2b3 100644 --- a/pkg/engine/engine.go +++ b/pkg/engine/engine.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/engine/events.go b/pkg/engine/events.go index 9481518b6..6021382f7 100644 --- a/pkg/engine/events.go +++ b/pkg/engine/events.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/engine/eventsink.go b/pkg/engine/eventsink.go index 487efbbe9..f2bbe22b2 100644 --- a/pkg/engine/eventsink.go +++ b/pkg/engine/eventsink.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package engine import ( diff --git a/pkg/engine/plan.go b/pkg/engine/plan.go index 5bd230651..e4b96b5e4 100644 --- a/pkg/engine/plan.go +++ b/pkg/engine/plan.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/engine/project.go b/pkg/engine/project.go index e5b6a41e0..c0506348b 100644 --- a/pkg/engine/project.go +++ b/pkg/engine/project.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/engine/refresh.go b/pkg/engine/refresh.go index 503716af0..5f4191b07 100644 --- a/pkg/engine/refresh.go +++ b/pkg/engine/refresh.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/engine/snapshot.go b/pkg/engine/snapshot.go index 5bad05224..5e53f1641 100644 --- a/pkg/engine/snapshot.go +++ b/pkg/engine/snapshot.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package engine import ( diff --git a/pkg/engine/update.go b/pkg/engine/update.go index cfc87e828..01c93e80a 100644 --- a/pkg/engine/update.go +++ b/pkg/engine/update.go @@ -1,4 +1,16 @@ -// Copyright 2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package engine diff --git a/pkg/graph/dotconv/print.go b/pkg/graph/dotconv/print.go index 713bae499..d81847184 100644 --- a/pkg/graph/dotconv/print.go +++ b/pkg/graph/dotconv/print.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package dotconv converts a resource graph into its DOT digraph equivalent. This is useful for integration with // various visualization tools, like Graphviz. Please see http://www.graphviz.org/content/dot-language for a thorough diff --git a/pkg/graph/graph.go b/pkg/graph/graph.go index db151f7a3..442ebb97f 100644 --- a/pkg/graph/graph.go +++ b/pkg/graph/graph.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package graph defines resource graphs. Each graph is directed and acyclic, and the nodes have been topologically // sorted based on dependencies (edges) between them. Each node in the graph has a type and a set of properties. diff --git a/pkg/graph/topsort.go b/pkg/graph/topsort.go index ca012897f..8146514ba 100644 --- a/pkg/graph/topsort.go +++ b/pkg/graph/topsort.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package graph diff --git a/pkg/operations/operations.go b/pkg/operations/operations.go index 86f874f40..7521ea3e0 100644 --- a/pkg/operations/operations.go +++ b/pkg/operations/operations.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package operations diff --git a/pkg/operations/operations_aws.go b/pkg/operations/operations_aws.go index 3116bda00..155c13c28 100644 --- a/pkg/operations/operations_aws.go +++ b/pkg/operations/operations_aws.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package operations diff --git a/pkg/operations/operations_aws_test.go b/pkg/operations/operations_aws_test.go index 65a19cffb..9291dcb27 100644 --- a/pkg/operations/operations_aws_test.go +++ b/pkg/operations/operations_aws_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package operations diff --git a/pkg/operations/operations_cloud_aws.go b/pkg/operations/operations_cloud_aws.go index 0af9d8803..c36e14007 100644 --- a/pkg/operations/operations_cloud_aws.go +++ b/pkg/operations/operations_cloud_aws.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package operations diff --git a/pkg/operations/operations_cloud_aws_test.go b/pkg/operations/operations_cloud_aws_test.go index 123bbcc9f..116d4f788 100644 --- a/pkg/operations/operations_cloud_aws_test.go +++ b/pkg/operations/operations_cloud_aws_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package operations diff --git a/pkg/operations/resources.go b/pkg/operations/resources.go index e47c18fe1..2d49fd78d 100644 --- a/pkg/operations/resources.go +++ b/pkg/operations/resources.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package operations diff --git a/pkg/operations/resources_test.go b/pkg/operations/resources_test.go index 50019c3b0..95a1dfbd3 100644 --- a/pkg/operations/resources_test.go +++ b/pkg/operations/resources_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package operations diff --git a/pkg/resource/asset.go b/pkg/resource/asset.go index 90b5d6959..1856ddb7f 100644 --- a/pkg/resource/asset.go +++ b/pkg/resource/asset.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/asset_test.go b/pkg/resource/asset_test.go index 48007b1eb..efeb0bdfd 100644 --- a/pkg/resource/asset_test.go +++ b/pkg/resource/asset_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/config/crypt.go b/pkg/resource/config/crypt.go index 06c35a6dd..101f14d92 100644 --- a/pkg/resource/config/crypt.go +++ b/pkg/resource/config/crypt.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package config diff --git a/pkg/resource/config/key.go b/pkg/resource/config/key.go index 0732facef..fa7622e5d 100644 --- a/pkg/resource/config/key.go +++ b/pkg/resource/config/key.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package config diff --git a/pkg/resource/config/key_test.go b/pkg/resource/config/key_test.go index 7c329db7f..ca800f11f 100644 --- a/pkg/resource/config/key_test.go +++ b/pkg/resource/config/key_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package config diff --git a/pkg/resource/config/map.go b/pkg/resource/config/map.go index b23eb5260..891399082 100644 --- a/pkg/resource/config/map.go +++ b/pkg/resource/config/map.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package config diff --git a/pkg/resource/config/map_test.go b/pkg/resource/config/map_test.go index 0a7d9d117..2f2fa94e2 100644 --- a/pkg/resource/config/map_test.go +++ b/pkg/resource/config/map_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package config diff --git a/pkg/resource/config/value.go b/pkg/resource/config/value.go index 90dffd46c..dcab40be0 100644 --- a/pkg/resource/config/value.go +++ b/pkg/resource/config/value.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package config diff --git a/pkg/resource/config/value_test.go b/pkg/resource/config/value_test.go index 37cedd4b2..4adfdf45d 100644 --- a/pkg/resource/config/value_test.go +++ b/pkg/resource/config/value_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package config diff --git a/pkg/resource/deploy/plan.go b/pkg/resource/deploy/plan.go index 79e873852..11ba5997d 100644 --- a/pkg/resource/deploy/plan.go +++ b/pkg/resource/deploy/plan.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/plan_apply.go b/pkg/resource/deploy/plan_apply.go index 9138e4f2e..1aa772f6b 100644 --- a/pkg/resource/deploy/plan_apply.go +++ b/pkg/resource/deploy/plan_apply.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/plan_test.go b/pkg/resource/deploy/plan_test.go index 8176700f6..3288c51af 100644 --- a/pkg/resource/deploy/plan_test.go +++ b/pkg/resource/deploy/plan_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/snapshot.go b/pkg/resource/deploy/snapshot.go index 7dfa0fd80..a4f6a2f65 100644 --- a/pkg/resource/deploy/snapshot.go +++ b/pkg/resource/deploy/snapshot.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/source.go b/pkg/resource/deploy/source.go index 4b7bcd945..c0ad028a6 100644 --- a/pkg/resource/deploy/source.go +++ b/pkg/resource/deploy/source.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/source_eval.go b/pkg/resource/deploy/source_eval.go index 898d5355a..b174f97b0 100644 --- a/pkg/resource/deploy/source_eval.go +++ b/pkg/resource/deploy/source_eval.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/source_fixed.go b/pkg/resource/deploy/source_fixed.go index eff17450d..f6f4078bb 100644 --- a/pkg/resource/deploy/source_fixed.go +++ b/pkg/resource/deploy/source_fixed.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/source_null.go b/pkg/resource/deploy/source_null.go index 9f4205f71..9c8c415d0 100644 --- a/pkg/resource/deploy/source_null.go +++ b/pkg/resource/deploy/source_null.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/source_refresh.go b/pkg/resource/deploy/source_refresh.go index 4a7495072..9b8a309ae 100644 --- a/pkg/resource/deploy/source_refresh.go +++ b/pkg/resource/deploy/source_refresh.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/step.go b/pkg/resource/deploy/step.go index b2a8b0b2f..4ee44afab 100644 --- a/pkg/resource/deploy/step.go +++ b/pkg/resource/deploy/step.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/deploy/target.go b/pkg/resource/deploy/target.go index 18ae2b6c8..a70afc8c4 100644 --- a/pkg/resource/deploy/target.go +++ b/pkg/resource/deploy/target.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package deploy diff --git a/pkg/resource/errors.go b/pkg/resource/errors.go index f63ad21bb..270f3a2f3 100644 --- a/pkg/resource/errors.go +++ b/pkg/resource/errors.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/plugin/analyzer.go b/pkg/resource/plugin/analyzer.go index 65bf3eed3..c48795985 100644 --- a/pkg/resource/plugin/analyzer.go +++ b/pkg/resource/plugin/analyzer.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/analyzer_plugin.go b/pkg/resource/plugin/analyzer_plugin.go index d28ed32b4..7fe39de6d 100644 --- a/pkg/resource/plugin/analyzer_plugin.go +++ b/pkg/resource/plugin/analyzer_plugin.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/check.go b/pkg/resource/plugin/check.go index b305729c1..00e9aa42e 100644 --- a/pkg/resource/plugin/check.go +++ b/pkg/resource/plugin/check.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/config_source.go b/pkg/resource/plugin/config_source.go index 745cd0d77..3be397c5f 100644 --- a/pkg/resource/plugin/config_source.go +++ b/pkg/resource/plugin/config_source.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/context.go b/pkg/resource/plugin/context.go index 92b8a8bc2..91a3aab0a 100644 --- a/pkg/resource/plugin/context.go +++ b/pkg/resource/plugin/context.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/host.go b/pkg/resource/plugin/host.go index 611d49aab..4c729d8e1 100644 --- a/pkg/resource/plugin/host.go +++ b/pkg/resource/plugin/host.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/host_server.go b/pkg/resource/plugin/host_server.go index 654ace754..92b36411f 100644 --- a/pkg/resource/plugin/host_server.go +++ b/pkg/resource/plugin/host_server.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/langruntime.go b/pkg/resource/plugin/langruntime.go index e53da5f8b..eb9c83685 100644 --- a/pkg/resource/plugin/langruntime.go +++ b/pkg/resource/plugin/langruntime.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/langruntime_plugin.go b/pkg/resource/plugin/langruntime_plugin.go index e8962eb68..9fdfbcb85 100644 --- a/pkg/resource/plugin/langruntime_plugin.go +++ b/pkg/resource/plugin/langruntime_plugin.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/plugin.go b/pkg/resource/plugin/plugin.go index f49539ae3..83566d824 100644 --- a/pkg/resource/plugin/plugin.go +++ b/pkg/resource/plugin/plugin.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/provider.go b/pkg/resource/plugin/provider.go index 511c30d6a..fbb6b7b1a 100644 --- a/pkg/resource/plugin/provider.go +++ b/pkg/resource/plugin/provider.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/provider_plugin.go b/pkg/resource/plugin/provider_plugin.go index 223dcb1e3..acd0004e5 100644 --- a/pkg/resource/plugin/provider_plugin.go +++ b/pkg/resource/plugin/provider_plugin.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/rpc.go b/pkg/resource/plugin/rpc.go index 007e5c630..d58fec114 100644 --- a/pkg/resource/plugin/rpc.go +++ b/pkg/resource/plugin/rpc.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/plugin/rpc_test.go b/pkg/resource/plugin/rpc_test.go index bcffd1620..99c2fe5fb 100644 --- a/pkg/resource/plugin/rpc_test.go +++ b/pkg/resource/plugin/rpc_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package plugin diff --git a/pkg/resource/properties.go b/pkg/resource/properties.go index 2bbf50853..0a80e1f29 100644 --- a/pkg/resource/properties.go +++ b/pkg/resource/properties.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/properties_diff.go b/pkg/resource/properties_diff.go index 3f3476064..9bbec7d92 100644 --- a/pkg/resource/properties_diff.go +++ b/pkg/resource/properties_diff.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/properties_diff_test.go b/pkg/resource/properties_diff_test.go index 00c2f0d4c..b7bc42245 100644 --- a/pkg/resource/properties_diff_test.go +++ b/pkg/resource/properties_diff_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/properties_test.go b/pkg/resource/properties_test.go index a65edb68b..7f91fcafc 100644 --- a/pkg/resource/properties_test.go +++ b/pkg/resource/properties_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/provider/host.go b/pkg/resource/provider/host.go index 49d8f812d..92eb859d5 100644 --- a/pkg/resource/provider/host.go +++ b/pkg/resource/provider/host.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package provider diff --git a/pkg/resource/provider/main.go b/pkg/resource/provider/main.go index 28c727573..ad5abb93d 100644 --- a/pkg/resource/provider/main.go +++ b/pkg/resource/provider/main.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package provider diff --git a/pkg/resource/resource_goal.go b/pkg/resource/resource_goal.go index 7c892f54f..00e59f1bb 100644 --- a/pkg/resource/resource_goal.go +++ b/pkg/resource/resource_goal.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/resource_id.go b/pkg/resource/resource_id.go index 98294406f..a2c249e62 100644 --- a/pkg/resource/resource_id.go +++ b/pkg/resource/resource_id.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/resource_id_test.go b/pkg/resource/resource_id_test.go index 116bb6674..ef3f63252 100644 --- a/pkg/resource/resource_id_test.go +++ b/pkg/resource/resource_id_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/resource_state.go b/pkg/resource/resource_state.go index d988636cd..7c7f68fc0 100644 --- a/pkg/resource/resource_state.go +++ b/pkg/resource/resource_state.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/stack.go b/pkg/resource/stack.go index 8f0efcd2b..37b2d2e22 100644 --- a/pkg/resource/stack.go +++ b/pkg/resource/stack.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/stack/checkpoint.go b/pkg/resource/stack/checkpoint.go index fc55e7008..d349bb7b5 100644 --- a/pkg/resource/stack/checkpoint.go +++ b/pkg/resource/stack/checkpoint.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package stack contains the serialized and configurable state associated with an stack; or, in other // words, a deployment target. It pertains to resources and deployment plans, but is a package unto itself. diff --git a/pkg/resource/stack/checkpoint_test.go b/pkg/resource/stack/checkpoint_test.go index 2c92fea38..2b1e584e6 100644 --- a/pkg/resource/stack/checkpoint_test.go +++ b/pkg/resource/stack/checkpoint_test.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package stack import ( diff --git a/pkg/resource/stack/deployment.go b/pkg/resource/stack/deployment.go index f6f909ed8..a194bcd70 100644 --- a/pkg/resource/stack/deployment.go +++ b/pkg/resource/stack/deployment.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package stack diff --git a/pkg/resource/stack/deployment_test.go b/pkg/resource/stack/deployment_test.go index 86df47a04..f69b7f107 100644 --- a/pkg/resource/stack/deployment_test.go +++ b/pkg/resource/stack/deployment_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package stack diff --git a/pkg/resource/status.go b/pkg/resource/status.go index b67808989..64a51b79d 100644 --- a/pkg/resource/status.go +++ b/pkg/resource/status.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/urn.go b/pkg/resource/urn.go index 6f8ccd674..2fbda5ee8 100644 --- a/pkg/resource/urn.go +++ b/pkg/resource/urn.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/resource/urn_test.go b/pkg/resource/urn_test.go index f756470f1..70f9675d5 100644 --- a/pkg/resource/urn_test.go +++ b/pkg/resource/urn_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package resource diff --git a/pkg/testing/environment.go b/pkg/testing/environment.go index d08a17274..7dd8e5970 100644 --- a/pkg/testing/environment.go +++ b/pkg/testing/environment.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package testing diff --git a/pkg/testing/integration/command.go b/pkg/testing/integration/command.go index 65831ee48..59b40a90d 100644 --- a/pkg/testing/integration/command.go +++ b/pkg/testing/integration/command.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package integration diff --git a/pkg/testing/integration/program.go b/pkg/testing/integration/program.go index 16d25e899..54678d858 100644 --- a/pkg/testing/integration/program.go +++ b/pkg/testing/integration/program.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package integration diff --git a/pkg/testing/integration/program_test.go b/pkg/testing/integration/program_test.go index 8fc041213..a8d489819 100644 --- a/pkg/testing/integration/program_test.go +++ b/pkg/testing/integration/program_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package integration diff --git a/pkg/testing/integration/pulumi.go b/pkg/testing/integration/pulumi.go index eb36824bf..787bd71ca 100644 --- a/pkg/testing/integration/pulumi.go +++ b/pkg/testing/integration/pulumi.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package integration import ( diff --git a/pkg/testing/integration/s3reporter.go b/pkg/testing/integration/s3reporter.go index f65a7e518..bc37c58a5 100644 --- a/pkg/testing/integration/s3reporter.go +++ b/pkg/testing/integration/s3reporter.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package integration import ( diff --git a/pkg/testing/integration/util.go b/pkg/testing/integration/util.go index cfcdb4ae9..39622a200 100644 --- a/pkg/testing/integration/util.go +++ b/pkg/testing/integration/util.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package integration diff --git a/pkg/tokens/constants.go b/pkg/tokens/constants.go index a38fe61dd..f3378a988 100644 --- a/pkg/tokens/constants.go +++ b/pkg/tokens/constants.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tokens diff --git a/pkg/tokens/decors.go b/pkg/tokens/decors.go index 92ee0e94f..48a0f32a1 100644 --- a/pkg/tokens/decors.go +++ b/pkg/tokens/decors.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tokens diff --git a/pkg/tokens/decors_test.go b/pkg/tokens/decors_test.go index 21f0e56c6..6bad7410d 100644 --- a/pkg/tokens/decors_test.go +++ b/pkg/tokens/decors_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tokens diff --git a/pkg/tokens/names.go b/pkg/tokens/names.go index 0acfc6919..836318ee0 100644 --- a/pkg/tokens/names.go +++ b/pkg/tokens/names.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tokens diff --git a/pkg/tokens/names_test.go b/pkg/tokens/names_test.go index def5e3f6c..71e381379 100644 --- a/pkg/tokens/names_test.go +++ b/pkg/tokens/names_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tokens diff --git a/pkg/tokens/tokens.go b/pkg/tokens/tokens.go index b86237b4a..473393648 100644 --- a/pkg/tokens/tokens.go +++ b/pkg/tokens/tokens.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package tokens contains the core symbol and token types for referencing resources and related entities. package tokens diff --git a/pkg/tokens/tokens_test.go b/pkg/tokens/tokens_test.go index 909d40e8d..78f545a3d 100644 --- a/pkg/tokens/tokens_test.go +++ b/pkg/tokens/tokens_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tokens diff --git a/pkg/tools/gen.go b/pkg/tools/gen.go index 27f147a0f..15a859ddb 100644 --- a/pkg/tools/gen.go +++ b/pkg/tools/gen.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tools diff --git a/pkg/tools/paths.go b/pkg/tools/paths.go index 9a9bca110..84b6a0cb9 100644 --- a/pkg/tools/paths.go +++ b/pkg/tools/paths.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package tools diff --git a/pkg/util/archive/archive.go b/pkg/util/archive/archive.go index 3e523feb5..ac4192c8e 100644 --- a/pkg/util/archive/archive.go +++ b/pkg/util/archive/archive.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package archive provides support for creating zip archives of local folders and returning the // in-memory buffer. This is how we pass Pulumi program source to the Cloud for hosted scenarios, diff --git a/pkg/util/archive/archive_test.go b/pkg/util/archive/archive_test.go index a0b9b5a28..9062d0f2e 100644 --- a/pkg/util/archive/archive_test.go +++ b/pkg/util/archive/archive_test.go @@ -1,4 +1,17 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package archive import ( diff --git a/pkg/util/archive/ignorer.go b/pkg/util/archive/ignorer.go index 48731e80f..06cda57a7 100644 --- a/pkg/util/archive/ignorer.go +++ b/pkg/util/archive/ignorer.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package archive diff --git a/pkg/util/archive/ignorer_node_modules.go b/pkg/util/archive/ignorer_node_modules.go index 8617428ce..e05f4d064 100644 --- a/pkg/util/archive/ignorer_node_modules.go +++ b/pkg/util/archive/ignorer_node_modules.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package archive diff --git a/pkg/util/archive/ignorer_path.go b/pkg/util/archive/ignorer_path.go index a266272ba..a7158bc62 100644 --- a/pkg/util/archive/ignorer_path.go +++ b/pkg/util/archive/ignorer_path.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package archive diff --git a/pkg/util/archive/ignorer_pulumiignore.go b/pkg/util/archive/ignorer_pulumiignore.go index 1df7fc841..0b8a583b0 100644 --- a/pkg/util/archive/ignorer_pulumiignore.go +++ b/pkg/util/archive/ignorer_pulumiignore.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package archive diff --git a/pkg/util/buildutil/semver.go b/pkg/util/buildutil/semver.go index b0819c51b..371674768 100644 --- a/pkg/util/buildutil/semver.go +++ b/pkg/util/buildutil/semver.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package buildutil import ( diff --git a/pkg/util/buildutil/semver_test.go b/pkg/util/buildutil/semver_test.go index 6f73b5d5d..3922df323 100644 --- a/pkg/util/buildutil/semver_test.go +++ b/pkg/util/buildutil/semver_test.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package buildutil import ( diff --git a/pkg/util/cancel/context.go b/pkg/util/cancel/context.go index 61f15de09..66d9a1106 100644 --- a/pkg/util/cancel/context.go +++ b/pkg/util/cancel/context.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package cancel import ( diff --git a/pkg/util/cmdutil/args.go b/pkg/util/cmdutil/args.go index b1825cecb..4b399fe7c 100644 --- a/pkg/util/cmdutil/args.go +++ b/pkg/util/cmdutil/args.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmdutil diff --git a/pkg/util/cmdutil/child.go b/pkg/util/cmdutil/child.go index e74b3fa83..7fb4d95bb 100644 --- a/pkg/util/cmdutil/child.go +++ b/pkg/util/cmdutil/child.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // +build !windows package cmdutil diff --git a/pkg/util/cmdutil/child_windows.go b/pkg/util/cmdutil/child_windows.go index a88789056..2836d498a 100644 --- a/pkg/util/cmdutil/child_windows.go +++ b/pkg/util/cmdutil/child_windows.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // +build windows package cmdutil diff --git a/pkg/util/cmdutil/console.go b/pkg/util/cmdutil/console.go index cb1244ea2..989370086 100644 --- a/pkg/util/cmdutil/console.go +++ b/pkg/util/cmdutil/console.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmdutil diff --git a/pkg/util/cmdutil/console_password.go b/pkg/util/cmdutil/console_password.go index 853355228..08ddbe6d2 100644 --- a/pkg/util/cmdutil/console_password.go +++ b/pkg/util/cmdutil/console_password.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // +build !windows package cmdutil diff --git a/pkg/util/cmdutil/console_password_windows.go b/pkg/util/cmdutil/console_password_windows.go index 79e3892c2..187d22d0b 100644 --- a/pkg/util/cmdutil/console_password_windows.go +++ b/pkg/util/cmdutil/console_password_windows.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // +build windows package cmdutil diff --git a/pkg/util/cmdutil/diag.go b/pkg/util/cmdutil/diag.go index 292ca1acb..386521a8f 100644 --- a/pkg/util/cmdutil/diag.go +++ b/pkg/util/cmdutil/diag.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmdutil diff --git a/pkg/util/cmdutil/exit.go b/pkg/util/cmdutil/exit.go index 9dc79282b..43fcd64e0 100644 --- a/pkg/util/cmdutil/exit.go +++ b/pkg/util/cmdutil/exit.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmdutil diff --git a/pkg/util/cmdutil/profile.go b/pkg/util/cmdutil/profile.go index b4d9a1ffc..833659681 100644 --- a/pkg/util/cmdutil/profile.go +++ b/pkg/util/cmdutil/profile.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package cmdutil import ( diff --git a/pkg/util/cmdutil/spinner.go b/pkg/util/cmdutil/spinner.go index 8aa10b8b1..c2fb93b5e 100644 --- a/pkg/util/cmdutil/spinner.go +++ b/pkg/util/cmdutil/spinner.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package cmdutil diff --git a/pkg/util/cmdutil/trace.go b/pkg/util/cmdutil/trace.go index 6379120c8..35b939c2b 100644 --- a/pkg/util/cmdutil/trace.go +++ b/pkg/util/cmdutil/trace.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package cmdutil import ( diff --git a/pkg/util/contract/assert.go b/pkg/util/contract/assert.go index ee3950497..46d6dcdff 100644 --- a/pkg/util/contract/assert.go +++ b/pkg/util/contract/assert.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package contract diff --git a/pkg/util/contract/fail.go b/pkg/util/contract/fail.go index 095f67c56..5f30826d9 100644 --- a/pkg/util/contract/fail.go +++ b/pkg/util/contract/fail.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package contract diff --git a/pkg/util/contract/failfast.go b/pkg/util/contract/failfast.go index 65aa7a2ee..521e419e9 100644 --- a/pkg/util/contract/failfast.go +++ b/pkg/util/contract/failfast.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package contract diff --git a/pkg/util/contract/ignore.go b/pkg/util/contract/ignore.go index f69ffaa49..c9fb0ece4 100644 --- a/pkg/util/contract/ignore.go +++ b/pkg/util/contract/ignore.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package contract diff --git a/pkg/util/contract/require.go b/pkg/util/contract/require.go index ca42d5e23..1e4da611b 100644 --- a/pkg/util/contract/require.go +++ b/pkg/util/contract/require.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package contract diff --git a/pkg/util/fsutil/copy.go b/pkg/util/fsutil/copy.go index 2b6be4495..aa90f34f7 100644 --- a/pkg/util/fsutil/copy.go +++ b/pkg/util/fsutil/copy.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fsutil diff --git a/pkg/util/fsutil/qname.go b/pkg/util/fsutil/qname.go index a57162039..60a7190a4 100644 --- a/pkg/util/fsutil/qname.go +++ b/pkg/util/fsutil/qname.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package fsutil import ( diff --git a/pkg/util/fsutil/walkup.go b/pkg/util/fsutil/walkup.go index a3eda5b27..fe87955be 100644 --- a/pkg/util/fsutil/walkup.go +++ b/pkg/util/fsutil/walkup.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fsutil diff --git a/pkg/util/httputil/http.go b/pkg/util/httputil/http.go index 5607df90a..3b2f84cad 100644 --- a/pkg/util/httputil/http.go +++ b/pkg/util/httputil/http.go @@ -1,3 +1,17 @@ +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package httputil import ( diff --git a/pkg/util/logging/log.go b/pkg/util/logging/log.go index 3542e1274..c87f4da1d 100644 --- a/pkg/util/logging/log.go +++ b/pkg/util/logging/log.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package logging diff --git a/pkg/util/logging/log_test.go b/pkg/util/logging/log_test.go index f0eab4719..d7193420c 100644 --- a/pkg/util/logging/log_test.go +++ b/pkg/util/logging/log_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package logging diff --git a/pkg/util/mapper/errors.go b/pkg/util/mapper/errors.go index 6af2b2d3d..73d455749 100644 --- a/pkg/util/mapper/errors.go +++ b/pkg/util/mapper/errors.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package mapper diff --git a/pkg/util/mapper/mapper.go b/pkg/util/mapper/mapper.go index 5e0e76a9d..d35beb6f1 100644 --- a/pkg/util/mapper/mapper.go +++ b/pkg/util/mapper/mapper.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package mapper diff --git a/pkg/util/mapper/mapper_decode.go b/pkg/util/mapper/mapper_decode.go index cc79d2d45..6c3445a79 100644 --- a/pkg/util/mapper/mapper_decode.go +++ b/pkg/util/mapper/mapper_decode.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package mapper diff --git a/pkg/util/mapper/mapper_encode.go b/pkg/util/mapper/mapper_encode.go index 2612786ce..9680b9680 100644 --- a/pkg/util/mapper/mapper_encode.go +++ b/pkg/util/mapper/mapper_encode.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package mapper diff --git a/pkg/util/mapper/mapper_test.go b/pkg/util/mapper/mapper_test.go index 96543f8fc..3c174cf91 100644 --- a/pkg/util/mapper/mapper_test.go +++ b/pkg/util/mapper/mapper_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package mapper diff --git a/pkg/util/mapper/object.go b/pkg/util/mapper/object.go index 22b414024..5af7c7d94 100644 --- a/pkg/util/mapper/object.go +++ b/pkg/util/mapper/object.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package mapper diff --git a/pkg/util/retry/until.go b/pkg/util/retry/until.go index 6de84fcb1..b4c942212 100644 --- a/pkg/util/retry/until.go +++ b/pkg/util/retry/until.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package retry diff --git a/pkg/util/rpcutil/interceptor.go b/pkg/util/rpcutil/interceptor.go index 052486fe7..3ab97be76 100644 --- a/pkg/util/rpcutil/interceptor.go +++ b/pkg/util/rpcutil/interceptor.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package rpcutil diff --git a/pkg/util/rpcutil/rpcerror/rpcerror.go b/pkg/util/rpcutil/rpcerror/rpcerror.go index 01b6112f4..a28a2e4a4 100644 --- a/pkg/util/rpcutil/rpcerror/rpcerror.go +++ b/pkg/util/rpcutil/rpcerror/rpcerror.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package rpcerror provides helper types and functions for dealing with errors // that cross gRPC boundaries. diff --git a/pkg/util/rpcutil/rpcerror/rpcerror_test.go b/pkg/util/rpcutil/rpcerror/rpcerror_test.go index 074c80921..93efd8fae 100644 --- a/pkg/util/rpcutil/rpcerror/rpcerror_test.go +++ b/pkg/util/rpcutil/rpcerror/rpcerror_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package rpcerror diff --git a/pkg/util/rpcutil/serve.go b/pkg/util/rpcutil/serve.go index 2fa858a1a..b78aeb02c 100644 --- a/pkg/util/rpcutil/serve.go +++ b/pkg/util/rpcutil/serve.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package rpcutil diff --git a/pkg/util/testutil/testdiagsink.go b/pkg/util/testutil/testdiagsink.go index 30486db4d..c71507d50 100644 --- a/pkg/util/testutil/testdiagsink.go +++ b/pkg/util/testutil/testdiagsink.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package testutil diff --git a/pkg/version/version.go b/pkg/version/version.go index 182cf64c2..1d17f3874 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package version diff --git a/pkg/workspace/creds.go b/pkg/workspace/creds.go index f2626b1df..0bd7912e8 100644 --- a/pkg/workspace/creds.go +++ b/pkg/workspace/creds.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/pkg/workspace/paths.go b/pkg/workspace/paths.go index 46b5306ae..4aadea35f 100644 --- a/pkg/workspace/paths.go +++ b/pkg/workspace/paths.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/pkg/workspace/plugins.go b/pkg/workspace/plugins.go index 8c67b5f62..440468a8d 100644 --- a/pkg/workspace/plugins.go +++ b/pkg/workspace/plugins.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/pkg/workspace/project.go b/pkg/workspace/project.go index eeab98662..5b7c5a908 100644 --- a/pkg/workspace/project.go +++ b/pkg/workspace/project.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/pkg/workspace/settings.go b/pkg/workspace/settings.go index eae219955..fbf0a0ca2 100644 --- a/pkg/workspace/settings.go +++ b/pkg/workspace/settings.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/pkg/workspace/templates.go b/pkg/workspace/templates.go index 92030481e..878fa1a73 100644 --- a/pkg/workspace/templates.go +++ b/pkg/workspace/templates.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/pkg/workspace/templates_test.go b/pkg/workspace/templates_test.go index 7168bee1c..2a85bee03 100644 --- a/pkg/workspace/templates_test.go +++ b/pkg/workspace/templates_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/pkg/workspace/workspace.go b/pkg/workspace/workspace.go index 5494fb517..02eb14267 100644 --- a/pkg/workspace/workspace.go +++ b/pkg/workspace/workspace.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package workspace diff --git a/sdk/nodejs/asset/archive.ts b/sdk/nodejs/asset/archive.ts index eff884181..34228eaeb 100644 --- a/sdk/nodejs/asset/archive.ts +++ b/sdk/nodejs/asset/archive.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import { Input } from "../resource"; import { Asset } from "./asset"; diff --git a/sdk/nodejs/asset/asset.ts b/sdk/nodejs/asset/asset.ts index 0a0d8bda5..88dcda1e3 100644 --- a/sdk/nodejs/asset/asset.ts +++ b/sdk/nodejs/asset/asset.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import { Input } from "../resource"; diff --git a/sdk/nodejs/asset/index.ts b/sdk/nodejs/asset/index.ts index c9ca7a371..92d97fae0 100644 --- a/sdk/nodejs/asset/index.ts +++ b/sdk/nodejs/asset/index.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. export * from "./archive"; export * from "./asset"; diff --git a/sdk/nodejs/cmd/dynamic-provider/index.ts b/sdk/nodejs/cmd/dynamic-provider/index.ts index a37ad13d8..681e8ccf8 100644 --- a/sdk/nodejs/cmd/dynamic-provider/index.ts +++ b/sdk/nodejs/cmd/dynamic-provider/index.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as minimist from "minimist"; import * as path from "path"; diff --git a/sdk/nodejs/cmd/pulumi-language-nodejs/main.go b/sdk/nodejs/cmd/pulumi-language-nodejs/main.go index 1fe079fca..f613def69 100644 --- a/sdk/nodejs/cmd/pulumi-language-nodejs/main.go +++ b/sdk/nodejs/cmd/pulumi-language-nodejs/main.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // pulumi-language-nodejs serves as the "language host" for Pulumi // programs written in NodeJS. It is ultimately responsible for spawning the diff --git a/sdk/nodejs/cmd/pulumi-language-nodejs/main_test.go b/sdk/nodejs/cmd/pulumi-language-nodejs/main_test.go index 327b94c4f..00c030d8d 100644 --- a/sdk/nodejs/cmd/pulumi-language-nodejs/main_test.go +++ b/sdk/nodejs/cmd/pulumi-language-nodejs/main_test.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package main diff --git a/sdk/nodejs/cmd/run/index.ts b/sdk/nodejs/cmd/run/index.ts index 318293aef..b80d86b04 100644 --- a/sdk/nodejs/cmd/run/index.ts +++ b/sdk/nodejs/cmd/run/index.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // This is the entrypoint for running a Node.js program with minimal scaffolding. diff --git a/sdk/nodejs/config.ts b/sdk/nodejs/config.ts index 9c7607c12..828d91255 100644 --- a/sdk/nodejs/config.ts +++ b/sdk/nodejs/config.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as util from "util"; import { RunError } from "./errors"; diff --git a/sdk/nodejs/dynamic/index.ts b/sdk/nodejs/dynamic/index.ts index 247594671..fa4621345 100644 --- a/sdk/nodejs/dynamic/index.ts +++ b/sdk/nodejs/dynamic/index.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as resource from "../resource"; import * as runtime from "../runtime"; diff --git a/sdk/nodejs/errors.ts b/sdk/nodejs/errors.ts index e64be3a5f..a5d0bb342 100644 --- a/sdk/nodejs/errors.ts +++ b/sdk/nodejs/errors.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * RunError can be used for terminating a program abruptly, but resulting in a clean exit rather than the usual diff --git a/sdk/nodejs/index.ts b/sdk/nodejs/index.ts index 615ec5b1a..bfae7277c 100644 --- a/sdk/nodejs/index.ts +++ b/sdk/nodejs/index.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Enable source map support so we get good stack traces. import "source-map-support/register"; diff --git a/sdk/nodejs/log/index.ts b/sdk/nodejs/log/index.ts index e667fe110..48a57abb4 100644 --- a/sdk/nodejs/log/index.ts +++ b/sdk/nodejs/log/index.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // The log module logs messages in a way that tightly integrates with the resource engine's interface. diff --git a/sdk/nodejs/metadata.ts b/sdk/nodejs/metadata.ts index 648a4415d..8a8ab03c5 100644 --- a/sdk/nodejs/metadata.ts +++ b/sdk/nodejs/metadata.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // This file exports metadata about the context in which a program is being run. diff --git a/sdk/nodejs/resource.ts b/sdk/nodejs/resource.ts index c8895b75a..054b2d6a9 100644 --- a/sdk/nodejs/resource.ts +++ b/sdk/nodejs/resource.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import { RunError } from "./errors"; import * as runtime from "./runtime"; diff --git a/sdk/nodejs/runtime/closure/createClosure.ts b/sdk/nodejs/runtime/closure/createClosure.ts index a2a3849a0..111074825 100644 --- a/sdk/nodejs/runtime/closure/createClosure.ts +++ b/sdk/nodejs/runtime/closure/createClosure.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import { relative as pathRelative } from "path"; import { basename } from "path"; diff --git a/sdk/nodejs/runtime/closure/parseFunction.ts b/sdk/nodejs/runtime/closure/parseFunction.ts index 2124d1cfc..375fff6de 100644 --- a/sdk/nodejs/runtime/closure/parseFunction.ts +++ b/sdk/nodejs/runtime/closure/parseFunction.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as ts from "typescript"; import * as log from "../../log"; diff --git a/sdk/nodejs/runtime/closure/rewriteSuper.ts b/sdk/nodejs/runtime/closure/rewriteSuper.ts index d1ca83a48..c591ae991 100644 --- a/sdk/nodejs/runtime/closure/rewriteSuper.ts +++ b/sdk/nodejs/runtime/closure/rewriteSuper.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as ts from "typescript"; import * as closure from "./createClosure"; diff --git a/sdk/nodejs/runtime/closure/serializeClosure.ts b/sdk/nodejs/runtime/closure/serializeClosure.ts index aaab3abdb..03567aa47 100644 --- a/sdk/nodejs/runtime/closure/serializeClosure.ts +++ b/sdk/nodejs/runtime/closure/serializeClosure.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as closure from "./createClosure"; diff --git a/sdk/nodejs/runtime/closure/v8.ts b/sdk/nodejs/runtime/closure/v8.ts index 3c9e70985..785b5e5dc 100644 --- a/sdk/nodejs/runtime/closure/v8.ts +++ b/sdk/nodejs/runtime/closure/v8.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // This file provides a low-level interface to a few V8 runtime objects. // We will use this low-level interface when serializing closures to walk the scope diff --git a/sdk/nodejs/runtime/config.ts b/sdk/nodejs/runtime/config.ts index 003eda02b..11ad5b5e1 100644 --- a/sdk/nodejs/runtime/config.ts +++ b/sdk/nodejs/runtime/config.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * configEnvKey is the environment variable key that the language plugin uses to set configuration values. diff --git a/sdk/nodejs/runtime/debuggable.ts b/sdk/nodejs/runtime/debuggable.ts index 1c1d14c53..b8c899565 100644 --- a/sdk/nodejs/runtime/debuggable.ts +++ b/sdk/nodejs/runtime/debuggable.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as log from "../log"; diff --git a/sdk/nodejs/runtime/index.ts b/sdk/nodejs/runtime/index.ts index e3425c82f..026608a12 100644 --- a/sdk/nodejs/runtime/index.ts +++ b/sdk/nodejs/runtime/index.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. export { serializeFunctionAsync } from "./closure/serializeClosure"; export * from "./config"; diff --git a/sdk/nodejs/runtime/invoke.ts b/sdk/nodejs/runtime/invoke.ts index 438fd7963..33c3b7472 100644 --- a/sdk/nodejs/runtime/invoke.ts +++ b/sdk/nodejs/runtime/invoke.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as grpc from "grpc"; import * as log from "../log"; diff --git a/sdk/nodejs/runtime/resource.ts b/sdk/nodejs/runtime/resource.ts index f59fe1019..a6c0bb1dc 100644 --- a/sdk/nodejs/runtime/resource.ts +++ b/sdk/nodejs/runtime/resource.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as grpc from "grpc"; import * as log from "../log"; diff --git a/sdk/nodejs/runtime/rpc.ts b/sdk/nodejs/runtime/rpc.ts index cc9eeb203..41bff7494 100644 --- a/sdk/nodejs/runtime/rpc.ts +++ b/sdk/nodejs/runtime/rpc.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as assert from "assert"; import * as asset from "../asset"; diff --git a/sdk/nodejs/runtime/settings.ts b/sdk/nodejs/runtime/settings.ts index b6898a117..addb528ae 100644 --- a/sdk/nodejs/runtime/settings.ts +++ b/sdk/nodejs/runtime/settings.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as minimist from "minimist"; import { RunError } from "../errors"; diff --git a/sdk/nodejs/runtime/stack.ts b/sdk/nodejs/runtime/stack.ts index ccff89245..8ec80bbee 100644 --- a/sdk/nodejs/runtime/stack.ts +++ b/sdk/nodejs/runtime/stack.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as log from "../log"; import { getProject, getStack } from "../metadata"; diff --git a/sdk/nodejs/tests/config.spec.ts b/sdk/nodejs/tests/config.spec.ts index 5005af617..2c44a643f 100644 --- a/sdk/nodejs/tests/config.spec.ts +++ b/sdk/nodejs/tests/config.spec.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as assert from "assert"; import { Config, runtime } from "../index"; diff --git a/sdk/nodejs/tests/init.spec.ts b/sdk/nodejs/tests/init.spec.ts index 26a169aac..2ccdb0540 100644 --- a/sdk/nodejs/tests/init.spec.ts +++ b/sdk/nodejs/tests/init.spec.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Ensure we run the top-level module initializer so we get source-maps, etc. import "../index"; diff --git a/sdk/nodejs/tests/runtime/closure.spec.ts b/sdk/nodejs/tests/runtime/closure.spec.ts index 0a5c7a484..6892a2adc 100644 --- a/sdk/nodejs/tests/runtime/closure.spec.ts +++ b/sdk/nodejs/tests/runtime/closure.spec.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // tslint:disable diff --git a/sdk/nodejs/tests/runtime/langhost/run.spec.ts b/sdk/nodejs/tests/runtime/langhost/run.spec.ts index 534ff39ea..d173f07b6 100644 --- a/sdk/nodejs/tests/runtime/langhost/run.spec.ts +++ b/sdk/nodejs/tests/runtime/langhost/run.spec.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as assert from "assert"; import * as childProcess from "child_process"; diff --git a/sdk/nodejs/tests/runtime/props.spec.ts b/sdk/nodejs/tests/runtime/props.spec.ts index 29186e46f..167c080d6 100644 --- a/sdk/nodejs/tests/runtime/props.spec.ts +++ b/sdk/nodejs/tests/runtime/props.spec.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as assert from "assert"; import { Inputs, runtime } from "../../index"; diff --git a/sdk/nodejs/tests/util.ts b/sdk/nodejs/tests/util.ts index 947f3cb61..163283cf9 100644 --- a/sdk/nodejs/tests/util.ts +++ b/sdk/nodejs/tests/util.ts @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. import * as assert from "assert"; diff --git a/sdk/nodejs/tslint.json b/sdk/nodejs/tslint.json index a7d60cc16..0bceaed45 100644 --- a/sdk/nodejs/tslint.json +++ b/sdk/nodejs/tslint.json @@ -15,7 +15,7 @@ "eofline": true, "file-header": [ true, - "Copyright 2016-2018, Pulumi Corporation. All rights reserved." + "Copyright \\d{4}-\\d{4}, Pulumi Corporation." ], "forin": true, "indent": [ diff --git a/sdk/nodejs/version.ts b/sdk/nodejs/version.ts index e42ac1384..b0455cb13 100644 --- a/sdk/nodejs/version.ts +++ b/sdk/nodejs/version.ts @@ -1,3 +1,15 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. export const version = "${VERSION}"; diff --git a/sdk/proto/analyzer.proto b/sdk/proto/analyzer.proto index 43a64ee4b..e854138b9 100644 --- a/sdk/proto/analyzer.proto +++ b/sdk/proto/analyzer.proto @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. syntax = "proto3"; diff --git a/sdk/proto/engine.proto b/sdk/proto/engine.proto index 3398d215c..eb679a164 100644 --- a/sdk/proto/engine.proto +++ b/sdk/proto/engine.proto @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. syntax = "proto3"; diff --git a/sdk/proto/errors.proto b/sdk/proto/errors.proto index de29f2ec4..7a5cda2aa 100644 --- a/sdk/proto/errors.proto +++ b/sdk/proto/errors.proto @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. syntax = "proto3"; diff --git a/sdk/proto/language.proto b/sdk/proto/language.proto index 2c422d503..de93bc296 100644 --- a/sdk/proto/language.proto +++ b/sdk/proto/language.proto @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. syntax = "proto3"; diff --git a/sdk/proto/plugin.proto b/sdk/proto/plugin.proto index a5bae80f0..9125eab3e 100644 --- a/sdk/proto/plugin.proto +++ b/sdk/proto/plugin.proto @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. syntax = "proto3"; diff --git a/sdk/proto/provider.proto b/sdk/proto/provider.proto index d853d933c..3f880b51e 100644 --- a/sdk/proto/provider.proto +++ b/sdk/proto/provider.proto @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. syntax = "proto3"; diff --git a/sdk/proto/resource.proto b/sdk/proto/resource.proto index bc7eefcde..1f6898188 100644 --- a/sdk/proto/resource.proto +++ b/sdk/proto/resource.proto @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. syntax = "proto3"; diff --git a/sdk/python/cmd/pulumi-language-python/main.go b/sdk/python/cmd/pulumi-language-python/main.go index 9acc97951..f1111c547 100644 --- a/sdk/python/cmd/pulumi-language-python/main.go +++ b/sdk/python/cmd/pulumi-language-python/main.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // pulumi-language-python serves as the "language host" for Pulumi programs written in Python. It is ultimately // responsible for spawning the language runtime that executes the program. diff --git a/sdk/python/lib/pulumi/__init__.py b/sdk/python/lib/pulumi/__init__.py index 06d544dad..78859f2bb 100644 --- a/sdk/python/lib/pulumi/__init__.py +++ b/sdk/python/lib/pulumi/__init__.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ The primary Pulumi Python SDK package. diff --git a/sdk/python/lib/pulumi/config.py b/sdk/python/lib/pulumi/config.py index 367f4d35e..146d41109 100644 --- a/sdk/python/lib/pulumi/config.py +++ b/sdk/python/lib/pulumi/config.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ The config module contains all configuration management functionality. diff --git a/sdk/python/lib/pulumi/errors.py b/sdk/python/lib/pulumi/errors.py index 58b929079..471b62389 100644 --- a/sdk/python/lib/pulumi/errors.py +++ b/sdk/python/lib/pulumi/errors.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. class RunError(Exception): """ diff --git a/sdk/python/lib/pulumi/metadata.py b/sdk/python/lib/pulumi/metadata.py index faef79288..3f72f0cc5 100644 --- a/sdk/python/lib/pulumi/metadata.py +++ b/sdk/python/lib/pulumi/metadata.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import runtime diff --git a/sdk/python/lib/pulumi/resource.py b/sdk/python/lib/pulumi/resource.py index b0be1e3b7..da5f45f03 100644 --- a/sdk/python/lib/pulumi/resource.py +++ b/sdk/python/lib/pulumi/resource.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """The Resource module, containing all resource-related definitions.""" diff --git a/sdk/python/lib/pulumi/runtime/__init__.py b/sdk/python/lib/pulumi/runtime/__init__.py index 0af3a01ae..8ccbee01f 100644 --- a/sdk/python/lib/pulumi/runtime/__init__.py +++ b/sdk/python/lib/pulumi/runtime/__init__.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ The runtime implementation of the Pulumi Python SDK. diff --git a/sdk/python/lib/pulumi/runtime/config.py b/sdk/python/lib/pulumi/runtime/config.py index 6172daa55..eb4765fcd 100644 --- a/sdk/python/lib/pulumi/runtime/config.py +++ b/sdk/python/lib/pulumi/runtime/config.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Runtime support for the Pulumi configuration system. Please use pulumi.Config instead. diff --git a/sdk/python/lib/pulumi/runtime/proto/__init__.py b/sdk/python/lib/pulumi/runtime/proto/__init__.py index 6faf58291..a4c781962 100644 --- a/sdk/python/lib/pulumi/runtime/proto/__init__.py +++ b/sdk/python/lib/pulumi/runtime/proto/__init__.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ The Pulumi SDK runtime's Protobufs and gRPC stubs. These are meant for internal use only. diff --git a/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2.py b/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2.py index 8f59c283b..43a2709e0 100644 --- a/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2.py +++ b/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: analyzer.proto diff --git a/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2_grpc.py b/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2_grpc.py index 3ad2ef622..407f88de5 100644 --- a/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2_grpc.py +++ b/sdk/python/lib/pulumi/runtime/proto/analyzer_pb2_grpc.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc diff --git a/sdk/python/lib/pulumi/runtime/proto/engine_pb2.py b/sdk/python/lib/pulumi/runtime/proto/engine_pb2.py index c6928c02f..9ca9af4ad 100644 --- a/sdk/python/lib/pulumi/runtime/proto/engine_pb2.py +++ b/sdk/python/lib/pulumi/runtime/proto/engine_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: engine.proto diff --git a/sdk/python/lib/pulumi/runtime/proto/engine_pb2_grpc.py b/sdk/python/lib/pulumi/runtime/proto/engine_pb2_grpc.py index 208759399..9a482795b 100644 --- a/sdk/python/lib/pulumi/runtime/proto/engine_pb2_grpc.py +++ b/sdk/python/lib/pulumi/runtime/proto/engine_pb2_grpc.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc diff --git a/sdk/python/lib/pulumi/runtime/proto/errors_pb2.py b/sdk/python/lib/pulumi/runtime/proto/errors_pb2.py index 97d90a302..83ac232d4 100644 --- a/sdk/python/lib/pulumi/runtime/proto/errors_pb2.py +++ b/sdk/python/lib/pulumi/runtime/proto/errors_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: errors.proto diff --git a/sdk/python/lib/pulumi/runtime/proto/errors_pb2_grpc.py b/sdk/python/lib/pulumi/runtime/proto/errors_pb2_grpc.py index a89435267..73d24385d 100644 --- a/sdk/python/lib/pulumi/runtime/proto/errors_pb2_grpc.py +++ b/sdk/python/lib/pulumi/runtime/proto/errors_pb2_grpc.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc diff --git a/sdk/python/lib/pulumi/runtime/proto/language_pb2.py b/sdk/python/lib/pulumi/runtime/proto/language_pb2.py index 1995ac3af..4ce675356 100644 --- a/sdk/python/lib/pulumi/runtime/proto/language_pb2.py +++ b/sdk/python/lib/pulumi/runtime/proto/language_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: language.proto diff --git a/sdk/python/lib/pulumi/runtime/proto/language_pb2_grpc.py b/sdk/python/lib/pulumi/runtime/proto/language_pb2_grpc.py index 88781d49f..c78b8ef46 100644 --- a/sdk/python/lib/pulumi/runtime/proto/language_pb2_grpc.py +++ b/sdk/python/lib/pulumi/runtime/proto/language_pb2_grpc.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc diff --git a/sdk/python/lib/pulumi/runtime/proto/plugin_pb2.py b/sdk/python/lib/pulumi/runtime/proto/plugin_pb2.py index 63c22ac7f..73faf3755 100644 --- a/sdk/python/lib/pulumi/runtime/proto/plugin_pb2.py +++ b/sdk/python/lib/pulumi/runtime/proto/plugin_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: plugin.proto diff --git a/sdk/python/lib/pulumi/runtime/proto/plugin_pb2_grpc.py b/sdk/python/lib/pulumi/runtime/proto/plugin_pb2_grpc.py index a89435267..73d24385d 100644 --- a/sdk/python/lib/pulumi/runtime/proto/plugin_pb2_grpc.py +++ b/sdk/python/lib/pulumi/runtime/proto/plugin_pb2_grpc.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc diff --git a/sdk/python/lib/pulumi/runtime/proto/provider_pb2.py b/sdk/python/lib/pulumi/runtime/proto/provider_pb2.py index 433b114d4..e4c6817a2 100644 --- a/sdk/python/lib/pulumi/runtime/proto/provider_pb2.py +++ b/sdk/python/lib/pulumi/runtime/proto/provider_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: provider.proto diff --git a/sdk/python/lib/pulumi/runtime/proto/provider_pb2_grpc.py b/sdk/python/lib/pulumi/runtime/proto/provider_pb2_grpc.py index 0ee376a7e..f6ad4e3ac 100644 --- a/sdk/python/lib/pulumi/runtime/proto/provider_pb2_grpc.py +++ b/sdk/python/lib/pulumi/runtime/proto/provider_pb2_grpc.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc diff --git a/sdk/python/lib/pulumi/runtime/proto/resource_pb2.py b/sdk/python/lib/pulumi/runtime/proto/resource_pb2.py index f43068375..012af52f6 100644 --- a/sdk/python/lib/pulumi/runtime/proto/resource_pb2.py +++ b/sdk/python/lib/pulumi/runtime/proto/resource_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: resource.proto diff --git a/sdk/python/lib/pulumi/runtime/proto/resource_pb2_grpc.py b/sdk/python/lib/pulumi/runtime/proto/resource_pb2_grpc.py index 5f42a86a7..724006e7a 100644 --- a/sdk/python/lib/pulumi/runtime/proto/resource_pb2_grpc.py +++ b/sdk/python/lib/pulumi/runtime/proto/resource_pb2_grpc.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc diff --git a/sdk/python/lib/pulumi/runtime/resource.py b/sdk/python/lib/pulumi/runtime/resource.py index 6505776c7..c6ff4f98a 100644 --- a/sdk/python/lib/pulumi/runtime/resource.py +++ b/sdk/python/lib/pulumi/runtime/resource.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Resource-related runtime functions. These are not designed for external use. diff --git a/sdk/python/lib/pulumi/runtime/settings.py b/sdk/python/lib/pulumi/runtime/settings.py index 060abc868..a03f7a031 100644 --- a/sdk/python/lib/pulumi/runtime/settings.py +++ b/sdk/python/lib/pulumi/runtime/settings.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Runtime settings and configuration. diff --git a/sdk/python/lib/pulumi/runtime/stack.py b/sdk/python/lib/pulumi/runtime/stack.py index fc8a909cf..e53eae382 100644 --- a/sdk/python/lib/pulumi/runtime/stack.py +++ b/sdk/python/lib/pulumi/runtime/stack.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Support for automatic stack components. diff --git a/sdk/python/lib/setup.py b/sdk/python/lib/setup.py index cc8efffb6..248b4d8c3 100644 --- a/sdk/python/lib/setup.py +++ b/sdk/python/lib/setup.py @@ -1,4 +1,16 @@ -# Copyright 2016-2018, Pulumi Corporation. All rights reserved. +# Copyright 2016-2018, Pulumi Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """The Pulumi Python SDK.""" diff --git a/sdk/python/pkg/version/version.go b/sdk/python/pkg/version/version.go index 182cf64c2..1d17f3874 100644 --- a/sdk/python/pkg/version/version.go +++ b/sdk/python/pkg/version/version.go @@ -1,4 +1,16 @@ -// Copyright 2016-2018, Pulumi Corporation. All rights reserved. +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package version