diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-31 00:06:03 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-31 00:18:28 -0300 |
commit | 2dce64c29cbf6fcce041706dd6ce0f451c86f815 (patch) | |
tree | 6da0e270d9401b3e5c0ec01747850af9fb307a5a /src | |
parent | 1edbe6a99e551c0c79479b7856c9577a2a44a188 (diff) | |
download | libtuberia-2dce64c29cbf6fcce041706dd6ce0f451c86f815.tar.gz |
updating Copyright notice
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/itc.c | 2 | ||||
-rw-r--r-- | src/itc.h | 2 | ||||
-rw-r--r-- | src/tuberia.c | 2 | ||||
-rw-r--r-- | src/tuberia.h | 2 | ||||
-rw-r--r-- | src/utils.c | 2 | ||||
-rw-r--r-- | src/utils.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2029bb1..95f0477 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Nicolas Dato +# Copyright (C) 2024, 2025 Nicolas Dato # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Nicolas Dato + * Copyright (C) 2023, 2024, 2025 Nicolas Dato * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Nicolas Dato + * Copyright (C) 2023, 2024, 2025 Nicolas Dato * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/tuberia.c b/src/tuberia.c index b2750c9..629a56d 100644 --- a/src/tuberia.c +++ b/src/tuberia.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Nicolas Dato + * Copyright (C) 2023, 2024, 2025 Nicolas Dato * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/tuberia.h b/src/tuberia.h index 85b23ba..ca5acba 100644 --- a/src/tuberia.h +++ b/src/tuberia.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Nicolas Dato + * Copyright (C) 2023, 2024, 2025 Nicolas Dato * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils.c b/src/utils.c index b0e015a..563bdff 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Nicolas Dato + * Copyright (C) 2023, 2024, 2025 Nicolas Dato * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils.h b/src/utils.h index 12a5c3d..e883956 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Nicolas Dato + * Copyright (C) 2023, 2024, 2025 Nicolas Dato * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |