Skip to content

Commit

Permalink
Update copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmakarov committed May 15, 2024
1 parent dace6c9 commit bd0e9d7
Show file tree
Hide file tree
Showing 88 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 Vladimir Makarov
Copyright (c) 2018-2024 Vladimir Makarov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/caarch64-ABI-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
aarch64 call ABI target specific code.
*/

Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/caarch64-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include "../mirc.h"
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/caarch64.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/mirc_aarch64_float.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 5.2.4.2.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/mirc_aarch64_limits.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See 5.2.4.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/mirc_aarch64_linux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char aarch64_mirc[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/mirc_aarch64_stdarg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char stdarg_str[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/mirc_aarch64_stddef.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.19 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/aarch64/mirc_aarch64_stdint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.20 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/c2mir-driver.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion c2mir/c2mir.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
*/

/* C to MIR compiler. It is a four pass compiler:
Expand Down
2 changes: 1 addition & 1 deletion c2mir/c2mir.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#ifndef C2MIR_H
Expand Down
2 changes: 1 addition & 1 deletion c2mir/mirc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static const char mirc[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/mirc_iso646.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.9 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/mirc_stdalign.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.15 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/mirc_stdbool.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.18 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/mirc_stdnoreturn.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.23 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/cppc64-ABI-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
ppc64 call ABI target specific code.
*/

Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/cppc64-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include "../mirc.h"
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/cppc64.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/mirc_ppc64_float.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 5.2.4.2.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/mirc_ppc64_limits.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See 5.2.4.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/mirc_ppc64_linux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char ppc64_mirc[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/mirc_ppc64_stdarg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char stdarg_str[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/mirc_ppc64_stddef.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.19 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/ppc64/mirc_ppc64_stdint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.20 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/criscv64-ABI-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
riscv64 call ABI target specific code.
*/

Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/criscv64-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include "../mirc.h"
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/criscv64.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/mirc_riscv64_float.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 5.2.4.2.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/mirc_riscv64_limits.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See 5.2.4.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/mirc_riscv64_linux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char riscv64_mirc[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/mirc_riscv64_stdarg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char stdarg_str[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/mirc_riscv64_stddef.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.19 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/riscv64/mirc_riscv64_stdint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.20 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/cs390x-ABI-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
s390x call ABI target specific code.
*/

Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/cs390x-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include "../mirc.h"
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/cs390x.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/mirc_s390x_float.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 5.2.4.2.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/mirc_s390x_limits.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See 5.2.4.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/mirc_s390x_linux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char s390x_mirc[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/mirc_s390x_stdarg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

static char stdarg_str[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/mirc_s390x_stddef.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.19 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/s390x/mirc_s390x_stdint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.20 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/cx86_64-ABI-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
x86_64 ABI target specific code.
*/

Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/cx86_64-code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
*/

#include "../mirc.h"
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/cx86_64.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>.
*/

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/mirc_x86_64_float.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 5.2.4.2.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/mirc_x86_64_limits.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.
*/

/* See 5.2.4.2 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/mirc_x86_64_linux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.
*/

static char x86_64_mirc[]
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/mirc_x86_64_stdarg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.16 and https://www.uclibc.org/docs/psABI-x86_64.pdf */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/mirc_x86_64_stddef.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.19 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/mirc_x86_64_stdint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.
*/

/* See C11 7.20 */
Expand Down
2 changes: 1 addition & 1 deletion c2mir/x86_64/mirc_x86_64_win.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.
*/

static char x86_64_mirc[]
Expand Down
2 changes: 1 addition & 1 deletion llvm2mir/llvm2mir-driver.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2021 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.

Driver to translate bitcode into MIR and execute the generated MIR.
*/
Expand Down
2 changes: 1 addition & 1 deletion llvm2mir/llvm2mir.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is a part of MIR project.
Copyright (C) 2019-2021 Vladimir Makarov <[email protected]>.
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>.

Translator of LLVM bitcode into MIR.
*/
Expand Down
Loading

0 comments on commit bd0e9d7

Please sign in to comment.