Skip to content

Commit 41d2509

Browse files
authored
Merge pull request #172 from schmouk/dev
#171-Modify copyright dates
2 parents d62ceea + f14da85 commit 41d2509

29 files changed

+29
-29
lines changed

cpp-11/bmp_best_fitting_images.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_bitmaps/bitfield_mask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_bitmaps/bitfield_mask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_bitmaps/bmp_bitmaps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/ba_header.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/ba_header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/bmp_colormap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/bmp_colormap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/bmp_file_header.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/bmp_file_header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/bmp_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/bmp_info_header.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_file_format/bmp_info_header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/bmp_loader/bmp_loader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/colors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/default_palettes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/default_palettes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/errors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/errors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/list_with_status.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/little_endian_streaming.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/little_endian_streaming.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/types.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/warnings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

cpp-11/utils/warnings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

examples/example_opencv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
4+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

examples/examples/example_opencv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
MIT License
55
6-
Copyright (c) 2024 Philippe Schmouker, ph.schmouker (at) gmail.com
6+
Copyright (c) 2024-2025 Philippe Schmouker, ph.schmouker (at) gmail.com
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)