Skip to content

Commit

Permalink
updated copyright notices
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Mukadam <[email protected]>
  • Loading branch information
hyder committed May 21, 2020
1 parent bc33b46 commit 6f28637
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 39 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ All notable changes to this project are documented in this file.

The format is based on {uri-changelog}[Keep a Changelog].

== v1.0.0 (April 23,2020)
== v1.0.0 (May 21,2020)

=== Changes
* First release after split from terraform-oci-base
* changed most variables to simple types
* internet gateway now optional
* updated docs

27 changes: 1 addition & 26 deletions CONTRIBUTORS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,4 @@ OWNERS # have admin access and can merge code to master:
CONTRIBUTORS

- @scross01
- @craigcarl-oracle
- @j0nr33v3
- @mikeraab
- @jeevanjoseph
- @rajesh-chawla
- @cameronsenese
- @AmedeeBulle
- @karthicgit
- @cawilliamson
- @orajhan
- @kristenjacobs
- @CaptTofu
- @mikarinneoracle
- @kapmani
- @briangustafson
- @sahitgollapudi
- @priteshkp
Others:

- Arjav Desai
- Jeet Jagasia
- Karsten Terp-Nielsen
- Erno Venalainen
- Tim Sheppard
- @karthicgit
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Oracle and/or its affiliates.
Copyright (c) 2020 Oracle and/or its affiliates.

The Universal Permissive License (UPL), Version 1.0

Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

module "vcn" {
Expand Down
3 changes: 3 additions & 0 deletions examples/terraform.tfvars.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

# provider identity parameters

api_fingerprint = ""
Expand Down
2 changes: 1 addition & 1 deletion examples/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

# provider identity parameters
Expand Down
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

locals {
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

terraform {
Expand Down
2 changes: 1 addition & 1 deletion nat.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

resource "oci_core_nat_gateway" "nat_gateway" {
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

output "vcn_id" {
Expand Down
2 changes: 1 addition & 1 deletion servicegateway.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

data "oci_core_services" "all_oci_services" {
Expand Down
3 changes: 3 additions & 0 deletions terraform.tfvars.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

# provider identity parameters

api_fingerprint = ""
Expand Down
3 changes: 1 addition & 2 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl

# provider identity parameters
Expand Down Expand Up @@ -85,4 +85,3 @@ variable "vcn_name" {
description = "user-friendly name of to use for the vcn to be appended to the label_prefix"
type = string
}

2 changes: 1 addition & 1 deletion vcn.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
# Copyright 2020 Oracle Corporation and/or affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

resource "oci_core_vcn" "vcn" {
Expand Down

0 comments on commit 6f28637

Please sign in to comment.