summaryrefslogtreecommitdiff
path: root/chip/g/dcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/dcrypto')
-rw-r--r--chip/g/dcrypto/aes.c2
-rw-r--r--chip/g/dcrypto/aes_cmac.c2
-rw-r--r--chip/g/dcrypto/app_cipher.c2
-rw-r--r--chip/g/dcrypto/app_key.c2
-rw-r--r--chip/g/dcrypto/bn.c2
-rw-r--r--chip/g/dcrypto/compare.c2
-rw-r--r--chip/g/dcrypto/dcrypto.h2
-rw-r--r--chip/g/dcrypto/dcrypto_bn.c2
-rw-r--r--chip/g/dcrypto/dcrypto_p256.c2
-rw-r--r--chip/g/dcrypto/dcrypto_runtime.c2
-rw-r--r--chip/g/dcrypto/dcrypto_sha512.c2
-rw-r--r--chip/g/dcrypto/gcm.c2
-rw-r--r--chip/g/dcrypto/hkdf.c2
-rw-r--r--chip/g/dcrypto/hmac.c2
-rw-r--r--chip/g/dcrypto/hmac_drbg.c2
-rw-r--r--chip/g/dcrypto/internal.h2
-rw-r--r--chip/g/dcrypto/key_ladder.c2
-rw-r--r--chip/g/dcrypto/p256.c2
-rw-r--r--chip/g/dcrypto/p256_ec.c2
-rw-r--r--chip/g/dcrypto/p256_ecies.c2
-rw-r--r--chip/g/dcrypto/rsa.c2
-rw-r--r--chip/g/dcrypto/sha1.c2
-rw-r--r--chip/g/dcrypto/sha256.c2
-rw-r--r--chip/g/dcrypto/sha384.c2
-rw-r--r--chip/g/dcrypto/sha512.c2
-rw-r--r--chip/g/dcrypto/x509.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/chip/g/dcrypto/aes.c b/chip/g/dcrypto/aes.c
index f5cc0e6d8f..167f431194 100644
--- a/chip/g/dcrypto/aes.c
+++ b/chip/g/dcrypto/aes.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/aes_cmac.c b/chip/g/dcrypto/aes_cmac.c
index 4f996f42b6..ce690d834a 100644
--- a/chip/g/dcrypto/aes_cmac.c
+++ b/chip/g/dcrypto/aes_cmac.c
@@ -1,4 +1,4 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/app_cipher.c b/chip/g/dcrypto/app_cipher.c
index 125b443ee6..23d5389ea1 100644
--- a/chip/g/dcrypto/app_cipher.c
+++ b/chip/g/dcrypto/app_cipher.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2017 The Chromium OS Authors. All rights reserved.
+ * Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/app_key.c b/chip/g/dcrypto/app_key.c
index 1fafab9d2e..6c2ba2080e 100644
--- a/chip/g/dcrypto/app_key.c
+++ b/chip/g/dcrypto/app_key.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/bn.c b/chip/g/dcrypto/bn.c
index 94aafa1799..aed2679f81 100644
--- a/chip/g/dcrypto/bn.c
+++ b/chip/g/dcrypto/bn.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/compare.c b/chip/g/dcrypto/compare.c
index db6193752b..b2647d128e 100644
--- a/chip/g/dcrypto/compare.c
+++ b/chip/g/dcrypto/compare.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/dcrypto.h b/chip/g/dcrypto/dcrypto.h
index 8cf1071090..ebe8ae118d 100644
--- a/chip/g/dcrypto/dcrypto.h
+++ b/chip/g/dcrypto/dcrypto.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/dcrypto_bn.c b/chip/g/dcrypto/dcrypto_bn.c
index 76801773b0..33265300ee 100644
--- a/chip/g/dcrypto/dcrypto_bn.c
+++ b/chip/g/dcrypto/dcrypto_bn.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/dcrypto_p256.c b/chip/g/dcrypto/dcrypto_p256.c
index 4de8d22f9a..a17e76ad70 100644
--- a/chip/g/dcrypto/dcrypto_p256.c
+++ b/chip/g/dcrypto/dcrypto_p256.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/dcrypto_runtime.c b/chip/g/dcrypto/dcrypto_runtime.c
index 394293ab83..ce13b1926a 100644
--- a/chip/g/dcrypto/dcrypto_runtime.c
+++ b/chip/g/dcrypto/dcrypto_runtime.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/dcrypto_sha512.c b/chip/g/dcrypto/dcrypto_sha512.c
index bb404b28d7..7c3a9d1e02 100644
--- a/chip/g/dcrypto/dcrypto_sha512.c
+++ b/chip/g/dcrypto/dcrypto_sha512.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/gcm.c b/chip/g/dcrypto/gcm.c
index cd035bbd54..e4a00bc4e5 100644
--- a/chip/g/dcrypto/gcm.c
+++ b/chip/g/dcrypto/gcm.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/hkdf.c b/chip/g/dcrypto/hkdf.c
index 3afdc6b2eb..5fdc5e8cd9 100644
--- a/chip/g/dcrypto/hkdf.c
+++ b/chip/g/dcrypto/hkdf.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/hmac.c b/chip/g/dcrypto/hmac.c
index 7cc45a03ba..dc5488ac44 100644
--- a/chip/g/dcrypto/hmac.c
+++ b/chip/g/dcrypto/hmac.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/hmac_drbg.c b/chip/g/dcrypto/hmac_drbg.c
index 4c69a4a0a0..33eb0179dc 100644
--- a/chip/g/dcrypto/hmac_drbg.c
+++ b/chip/g/dcrypto/hmac_drbg.c
@@ -1,4 +1,4 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/internal.h b/chip/g/dcrypto/internal.h
index 1811426f2a..07913ef6cd 100644
--- a/chip/g/dcrypto/internal.h
+++ b/chip/g/dcrypto/internal.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/key_ladder.c b/chip/g/dcrypto/key_ladder.c
index 77055e4159..771658d86b 100644
--- a/chip/g/dcrypto/key_ladder.c
+++ b/chip/g/dcrypto/key_ladder.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/p256.c b/chip/g/dcrypto/p256.c
index 665144e31b..86baea3d20 100644
--- a/chip/g/dcrypto/p256.c
+++ b/chip/g/dcrypto/p256.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/p256_ec.c b/chip/g/dcrypto/p256_ec.c
index cb33a15774..e8e1df8f34 100644
--- a/chip/g/dcrypto/p256_ec.c
+++ b/chip/g/dcrypto/p256_ec.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/p256_ecies.c b/chip/g/dcrypto/p256_ecies.c
index 30a410d828..dffd7b0b56 100644
--- a/chip/g/dcrypto/p256_ecies.c
+++ b/chip/g/dcrypto/p256_ecies.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/rsa.c b/chip/g/dcrypto/rsa.c
index 8a4115398d..93caa90abd 100644
--- a/chip/g/dcrypto/rsa.c
+++ b/chip/g/dcrypto/rsa.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/sha1.c b/chip/g/dcrypto/sha1.c
index 07ef3a34ef..9bb96b8945 100644
--- a/chip/g/dcrypto/sha1.c
+++ b/chip/g/dcrypto/sha1.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/sha256.c b/chip/g/dcrypto/sha256.c
index f127ab445a..13f09597c2 100644
--- a/chip/g/dcrypto/sha256.c
+++ b/chip/g/dcrypto/sha256.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/sha384.c b/chip/g/dcrypto/sha384.c
index 6f3c6ca096..3c8365a04b 100644
--- a/chip/g/dcrypto/sha384.c
+++ b/chip/g/dcrypto/sha384.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/sha512.c b/chip/g/dcrypto/sha512.c
index 1446970174..f929fb07d2 100644
--- a/chip/g/dcrypto/sha512.c
+++ b/chip/g/dcrypto/sha512.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/g/dcrypto/x509.c b/chip/g/dcrypto/x509.c
index 81f1674db1..beaa8ed818 100644
--- a/chip/g/dcrypto/x509.c
+++ b/chip/g/dcrypto/x509.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/