Skip to content

Commit

Permalink
Adding license boilerplate.
Browse files Browse the repository at this point in the history
Change-Id: I37f337a9af70e86db0dac4c712bc4616af987f23
ORIGINAL_AUTHOR=Thai Duong <[email protected]>
GitOrigin-RevId: ad008404e260b87e9a3199416e0e580f8ecfb5e9
  • Loading branch information
thaidn committed Oct 27, 2017
1 parent 8790b8a commit 6b83ab6
Show file tree
Hide file tree
Showing 9 changed files with 144 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cc/aead_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_AEAD_CONFIG_H_
#define TINK_AEAD_CONFIG_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/aead_factory.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_AEAD_FACTORY_H_
#define TINK_AEAD_FACTORY_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/hybrid_decrypt_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_HYBRID_DECRYPT_CONFIG_H_
#define TINK_HYBRID_DECRYPT_CONFIG_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/hybrid_decrypt_factory.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_HYBRID_DECRYPT_FACTORY_H_
#define TINK_HYBRID_DECRYPT_FACTORY_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/hybrid_encrypt_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_HYBRID_ENCRYPT_CONFIG_H_
#define TINK_HYBRID_ENCRYPT_CONFIG_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/hybrid_encrypt_factory.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_HYBRID_ENCRYPT_FACTORY_H_
#define TINK_HYBRID_ENCRYPT_FACTORY_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/mac_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_MAC_CONFIG_H_
#define TINK_MAC_CONFIG_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/mac_factory.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_MAC_FACTORY_H_
#define TINK_MAC_FACTORY_H_

Expand Down
16 changes: 16 additions & 0 deletions cc/tink_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////

#ifndef TINK_TINK_CONFIG_H_
#define TINK_TINK_CONFIG_H_

Expand Down

0 comments on commit 6b83ab6

Please sign in to comment.