aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-07-31 00:06:03 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-07-31 00:18:28 -0300
commit2dce64c29cbf6fcce041706dd6ce0f451c86f815 (patch)
tree6da0e270d9401b3e5c0ec01747850af9fb307a5a
parent1edbe6a99e551c0c79479b7856c9577a2a44a188 (diff)
downloadlibtuberia-2dce64c29cbf6fcce041706dd6ce0f451c86f815.tar.gz
updating Copyright notice
-rw-r--r--Makefile.am2
-rw-r--r--README.md2
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/Makefile.am2
-rw-r--r--example/Makefile.am2
-rw-r--r--example/decode_resize_encode.c2
-rw-r--r--example/simple.c2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/itc.c2
-rw-r--r--src/itc.h2
-rw-r--r--src/tuberia.c2
-rw-r--r--src/tuberia.h2
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
-rw-r--r--test/Makefile.am2
-rw-r--r--test/test.h2
-rw-r--r--test/test_itc.c2
-rw-r--r--test/test_tuberia.c2
18 files changed, 18 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am
index de903e8..4cffa18 100644
--- a/Makefile.am
+++ b/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
diff --git a/README.md b/README.md
index 1ff5af4..e3f910a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Copyright
-Copyright (c) 2025 Nicolas Dato
+Copyright (C) 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/doc/Doxyfile.in b/doc/Doxyfile.in
index 4d9889c..2b8dcf8 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1,4 +1,4 @@
-# Copyright (c) 2025 Nicolas Dato
+# Copyright (C) 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/doc/Makefile.am b/doc/Makefile.am
index 883cbeb..291973b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2025 Nicolas Dato
+# Copyright (C) 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/example/Makefile.am b/example/Makefile.am
index ff8e6d9..905f233 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2025 Nicolas Dato
+# Copyright (C) 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/example/decode_resize_encode.c b/example/decode_resize_encode.c
index 3d6ffb0..9415abd 100644
--- a/example/decode_resize_encode.c
+++ b/example/decode_resize_encode.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2025 Nicolas Dato
+ * Copyright (C) 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/example/simple.c b/example/simple.c
index e4b492b..a24c594 100644
--- a/example/simple.c
+++ b/example/simple.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2025 Nicolas Dato
+ * Copyright (C) 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/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
diff --git a/src/itc.c b/src/itc.c
index daa36f1..6c0810a 100644
--- a/src/itc.c
+++ b/src/itc.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/itc.h b/src/itc.h
index 8a34bf4..06455e7 100644
--- a/src/itc.h
+++ b/src/itc.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/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
diff --git a/test/Makefile.am b/test/Makefile.am
index 9c96bc6..1926e31 100644
--- a/test/Makefile.am
+++ b/test/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
diff --git a/test/test.h b/test/test.h
index 104946b..00ddb75 100644
--- a/test/test.h
+++ b/test/test.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2025 Nicolas Dato
+ * Copyright (C) 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/test/test_itc.c b/test/test_itc.c
index 69f8161..772ffd2 100644
--- a/test/test_itc.c
+++ b/test/test_itc.c
@@ -1,5 +1,5 @@
/*
- * 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
diff --git a/test/test_tuberia.c b/test/test_tuberia.c
index d7dcd95..0678653 100644
--- a/test/test_tuberia.c
+++ b/test/test_tuberia.c
@@ -1,5 +1,5 @@
/*
- * 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