Skip to content

Commit 8319610

Browse files
committed
update copyright
1 parent ef0c82f commit 8319610

13 files changed

+41
-11
lines changed

src/err_impl.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#pragma once
2+
/*******************************************************************************
3+
* Copyright 2020-2023 FUJITSU LIMITED
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*******************************************************************************/
217

318
Error::Error(int err) : err_(err), msg_("") {
419
if (err_ <= 0)

src/xbyak_aarch64_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2020-2021 FUJITSU LIMITED
2+
* Copyright 2020-2023 FUJITSU LIMITED
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/xbyak_aarch64_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2020-2021 FUJITSU LIMITED
2+
* Copyright 2020-2023 FUJITSU LIMITED
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/xbyak_aarch64_mnemonic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2019-2021 FUJITSU LIMITED
2+
* Copyright 2019-2022 FUJITSU LIMITED
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

xbyak_aarch64/xbyak_aarch64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
/*******************************************************************************
3-
* Copyright 2019-2021 FUJITSU LIMITED
3+
* Copyright 2019-2023 FUJITSU LIMITED
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

xbyak_aarch64/xbyak_aarch64_adr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
/*******************************************************************************
3-
* Copyright 2019-2021 FUJITSU LIMITED
3+
* Copyright 2019-2023 FUJITSU LIMITED
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

xbyak_aarch64/xbyak_aarch64_code_array.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
/*******************************************************************************
3-
* Copyright 2019-2021 FUJITSU LIMITED
3+
* Copyright 2019-2023 FUJITSU LIMITED
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

xbyak_aarch64/xbyak_aarch64_err.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
/*******************************************************************************
3-
* Copyright 2019-2021 FUJITSU LIMITED
3+
* Copyright 2019-2023 FUJITSU LIMITED
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

xbyak_aarch64/xbyak_aarch64_gen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
/*******************************************************************************
3-
* Copyright 2019-2021 FUJITSU LIMITED
3+
* Copyright 2019-2023 FUJITSU LIMITED
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

xbyak_aarch64/xbyak_aarch64_inner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
/*******************************************************************************
3-
* Copyright 2019-2021 FUJITSU LIMITED
3+
* Copyright 2019-2023 FUJITSU LIMITED
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)