mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 15:07:46 +00:00
Merge pull request #73 from markdryan/contributing
Update file headers , CONTRIBUTING.md and add CONTRIBUTORS.md
This commit is contained in:
commit
c5440a8819
@ -44,6 +44,38 @@ Fixes #1
|
|||||||
Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
|
Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## New files
|
||||||
|
|
||||||
|
Each Go source file in the Virtual Machine Manager for Go project must
|
||||||
|
contain the following header:
|
||||||
|
|
||||||
|
```
|
||||||
|
/*
|
||||||
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
*/
|
||||||
|
```
|
||||||
|
|
||||||
|
## Contributors File
|
||||||
|
|
||||||
|
This CONTRIBUTORS.md file is a partial list of contributors to the
|
||||||
|
Virtual Machine Manager for Go project. To see the full list of
|
||||||
|
contributors, see the revision history in source control.
|
||||||
|
|
||||||
|
Contributors who wish to be recognized in this file should add
|
||||||
|
themselves (or their employer, as appropriate).
|
||||||
|
|
||||||
## Pull requests
|
## Pull requests
|
||||||
|
|
||||||
We accept github pull requests.
|
We accept github pull requests.
|
||||||
|
18
CONTRIBUTORS.md
Normal file
18
CONTRIBUTORS.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
This file is a partial list of contributors to the Virtual Machine
|
||||||
|
Manager for Go project. To see the full list of contributors, see the
|
||||||
|
revision history in source control.
|
||||||
|
|
||||||
|
Contributors who wish to be recognized in this file should add
|
||||||
|
themselves (or their employer, as appropriate).
|
||||||
|
|
||||||
|
- archana.m.shinde@intel.com
|
||||||
|
- eric.ernst@intel.com
|
||||||
|
- james.o.hunt@intel.com
|
||||||
|
- jose.carlos.venegas.munoz@intel.com
|
||||||
|
- julio.montes@intel.com
|
||||||
|
- manohar.r.castelino@intel.com
|
||||||
|
- mark.d.ryan@intel.com
|
||||||
|
- robert.bradford@intel.com
|
||||||
|
- sameo@linux.intel.com
|
||||||
|
- sebastien.boeuf@intel.com
|
||||||
|
- xinda.zhao@intel.com
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
// Copyright (c) 2016 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
// Copyright (c) 2017 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
// Copyright (c) 2016 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// +build !s390x
|
// +build !s390x
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Copyright (c) 2016 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// +build !s390x
|
// +build !s390x
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Copyright (c) 2016 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
// Copyright (c) 2016 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
// Copyright (c) 2016 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
// Copyright (c) 2016 Intel Corporation
|
// Copyright contributors to the Virtual Machine Manager for Go project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
Loading…
Reference in New Issue
Block a user