From ddf159e1fd7154aac729ba7dd26d173e8c8a584c Mon Sep 17 00:00:00 2001 From: Bright Chen Date: Wed, 2 Aug 2023 22:31:49 +0800 Subject: [PATCH] Update base64url license --- LICENSE | 3 ++- src/butil/base64url.cc | 2 +- src/butil/base64url.h | 4 ++-- test/base64url_unittest.cc | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index feac1ef606..33bc089159 100644 --- a/LICENSE +++ b/LICENSE @@ -761,6 +761,7 @@ src/butil/at_exit.* src/butil/atomic* src/butil/auto_reset.h src/butil/base64.* +src/butil/base64url.* src/butil/base_export.h src/butil/base_paths.cc src/butil/basictypes.h @@ -897,7 +898,7 @@ Some portions of these files are derived from code in the Chromium project, copyright (c) Google inc and (c) The Chromium Authors and licensed under the 3-clause BSD license: - Copyright (c) 2000 - 2014 The Chromium Authors. All rights reserved. + Copyright (c) 2000 - 2015 The Chromium Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/src/butil/base64url.cc b/src/butil/base64url.cc index f782f33dcc..934d721a52 100644 --- a/src/butil/base64url.cc +++ b/src/butil/base64url.cc @@ -1,4 +1,4 @@ -// Copyright 2015 The Chromium Authors. All rights reserved. +// Copyright (c) 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/src/butil/base64url.h b/src/butil/base64url.h index 438f6b7fa4..30fd647f35 100644 --- a/src/butil/base64url.h +++ b/src/butil/base64url.h @@ -1,6 +1,6 @@ -// Copyright 2015 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file #ifndef BASE_BASE64URL_H_ #define BASE_BASE64URL_H_ diff --git a/test/base64url_unittest.cc b/test/base64url_unittest.cc index 4995b162a0..e8e09ac787 100644 --- a/test/base64url_unittest.cc +++ b/test/base64url_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2015 The Chromium Authors. All rights reserved. +// Copyright (c) 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.