remove copyright notice header and add COPYRIGHT file
This commit is contained in:
parent
dbbe8665e6
commit
322422f235
|
@ -0,0 +1 @@
|
|||
Copyright (c) 2017 Oracle America, Inc.
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
// Package bmcs contains a packer.Builder implementation that builds Oracle
|
||||
// Bare Metal Cloud Services (BMCS) images.
|
||||
package bmcs
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
// ComputeClient is a client for the BMCS Compute API.
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import "fmt"
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
// Copyright (c) 2017 Oracle America, Inc.
|
||||
// The contents of this file are subject to the Mozilla Public License Version
|
||||
// 2.0 (the "License"); you may not use this file except in compliance with the
|
||||
// License. If a copy of the MPL was not distributed with this file, You can
|
||||
// obtain one at http://mozilla.org/MPL/2.0/
|
||||
|
||||
package bmcs
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
---
|
||||
layout: docs
|
||||
sidebar_current: docs-builders-oracle-bmcs
|
||||
page_title: Oracle Bare Metal Cloud Services (BMCS) - Builders
|
||||
description: |-
|
||||
The oracle-bmcs Packer builder is able to create new custom images for use
|
||||
with Oracle Bare Metal Cloud Services (BMCS). The builder takes an
|
||||
Oracle-provided base image, runs any provisioning necessary on the base image
|
||||
after launching it, and finally snapshots it creating a reusable custom
|
||||
|
|
Loading…
Reference in New Issue