I hereby claim:
- I am jtarasovic on github.
- I am jtarasovic (https://keybase.io/jtarasovic) on keybase.
- I have a public key ASDRpxS6BxvKTd-mwHFZn55hgBvaKLk56zexwClFfLeeaAo
To claim this, I am signing this object:
## Batteries Included | |
Software Grant and Contributor License Agreement ("Agreement") | |
This document is based on the Apache Contributor License Agreements. | |
Thank you for your interest in open source software projects of Batteries Included (“Company”). In order to clarify the intellectual property license granted with Contributions from any person or entity, Company wishes to have a Contributor License Agreement (CLA) on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of Company and its users; it does not change your rights to use your own Contributions for any other purpose. | |
This version of the Agreement allows an entity or individual (the "Contributor") to submit Contributions to Company, to authorize Contributions submitted by its designated employees to Company, and to grant copyright and patent licenses thereto. |
#!/bin/bash | |
models=(tpm-tis tpm-crb) | |
backends=(emulator passthrough) | |
versions=("1.2" "2.0") | |
__build_tpm_string() { | |
local model="$1" | |
local backend="$2" | |
local version="$3" |
I hereby claim:
To claim this, I am signing this object:
type Etcd3_3 struct { | type Etcd3_4 struct { | |
Name *string `yaml:"name" cli:" Name *string `yaml:"name" | |
DataDir *string `yaml:"data_dir" cli:" DataDir *string `yaml:"data_dir" | |
WalDir *string `yaml:"wal_dir" cli:" WalDir *string `yaml:"wal_dir" | |
SnapshotCount *int `yaml:"snapshot_count" cli:" SnapshotCount *int `yaml:"snapshot_count" | |
HeartbeatInterval *int `yaml:"heartbeat_interval" cli:" HeartbeatInterval *int `yaml:"heartbeat_interval" | |
ElectionTimeout *int `yaml:"election_timeout" |