File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (C) 2019-2020 by the respective authors
3
+ Copyright (C) 2019-2022 by the respective authors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
//
3
- // Copyright (c) 2019-2021 Andre Richter <andre.o.richter@gmail.com>
3
+ // Copyright (c) 2019-2022 Andre Richter <andre.o.richter@gmail.com>
4
4
5
5
//! AArch64.
6
6
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
//
3
- // Copyright (c) 2019-2021 Andre Richter <andre.o.richter@gmail.com>
3
+ // Copyright (c) 2019-2022 Andre Richter <andre.o.richter@gmail.com>
4
4
5
5
//! Exit QEMU with user-defined code.
6
6
//!
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
//
3
- // Copyright (c) 2020-2021 Esteban Blanc <estblcsk@gmail.com>
3
+ // Copyright (c) 2020-2022 Esteban Blanc <estblcsk@gmail.com>
4
4
5
5
//! RISCV64.
6
6
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
//
3
- // Copyright (c) 2019-2021 Andre Richter <andre.o.richter@gmail.com>
3
+ // Copyright (c) 2019-2022 Andre Richter <andre.o.richter@gmail.com>
4
4
5
5
//! x86.
6
6
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier : MIT OR Apache-2.0
2
2
*
3
- * Copyright (c) 2020-2021 Andre Richter <andre.o .richter@gmail.com>
3
+ * Copyright (c) 2020-2022 Andre Richter <andre.o .richter@gmail.com>
4
4
*/
5
5
6
6
SECTIONS
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
//
3
- // Copyright (c) 2019-2021 Andre Richter <andre.o.richter@gmail.com>
3
+ // Copyright (c) 2019-2022 Andre Richter <andre.o.richter@gmail.com>
4
4
5
5
//! AArch64 specific setup code.
6
6
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
//
3
- // Copyright (c) 2019-2021 Andre Richter <andre.o.richter@gmail.com>
3
+ // Copyright (c) 2019-2022 Andre Richter <andre.o.richter@gmail.com>
4
4
5
5
//! A simple test that exits QEMU with code 13.
6
6
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier : MIT OR Apache-2.0
2
2
*
3
- * Copyright (c) 2020-2021 Esteban Blanc <estblcsk@gmail.com>
3
+ * Copyright (c) 2020-2022 Esteban Blanc <estblcsk@gmail.com>
4
4
*/
5
5
6
6
ENTRY (_start )
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
2
//
3
- // Copyright (c) 2019-2021 Esteban Blanc <estblcsk@gmail.com>
3
+ // Copyright (c) 2019-2022 Esteban Blanc <estblcsk@gmail.com>
4
4
5
5
//! RISCV64 specific setup code.
6
6
You can’t perform that action at this time.
0 commit comments