Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit f811e0d

Browse files
license: update copyright
1 parent 5a09597 commit f811e0d

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Alessandro Salerno
3+
Copyright (c) 2025 - 2026 Alessandro Salerno
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2025 Alessandro Salerno
3+
# Copyright (c) 2025 - 2026 Alessandro Salerno
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

include/ezld/array.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2025 Alessandro Salerno
3+
// Copyright (c) 2025 - 2026 Alessandro Salerno
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

include/ezld/cli-commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ezld
2-
// Copyright (C) 2025 Alessandro Salerno
2+
// Copyright (C) 2025 - 2026 Alessandro Salerno
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

include/ezld/linker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2025 Alessandro Salerno
3+
// Copyright (c) 2025 - 2026 Alessandro Salerno
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

include/ezld/runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2025 Alessandro Salerno
3+
// Copyright (c) 2025 - 2026 Alessandro Salerno
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

include/tarman/cli-lookup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*************************************************************************
22
| tarman |
3-
| Copyright (C) 2024 - 2025 Alessandro Salerno |
3+
| Copyright (C) 2024 - 2026 Alessandro Salerno |
44
| |
55
| This program is free software: you can redistribute it and/or modify |
66
| it under the terms of the GNU General Public License as published by |

include/tarman/cli-parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*************************************************************************
22
| tarman |
3-
| Copyright (C) 2024 - 2025 Alessandro Salerno |
3+
| Copyright (C) 2024 - 2026 Alessandro Salerno |
44
| |
55
| This program is free software: you can redistribute it and/or modify |
66
| it under the terms of the GNU General Public License as published by |

src/ezld/array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2025 Alessandro Salerno
3+
// Copyright (c) 2025 - 2026 Alessandro Salerno
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/ezld/cli-commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ezld
2-
// Copyright (C) 2025 Alessandro Salerno
2+
// Copyright (C) 2025 - 2026 Alessandro Salerno
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)