Skip to content

Commit d0ca402

Browse files
Merge pull request #449 from retokromer/update_year
update year
2 parents 7e3c5b2 + 0dda67b commit d0ca402

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2018-2024, MediaArea.net SARL & Reto Kromer
3+
Copyright (c) 2018-2025, MediaArea.net SARL & Reto Kromer
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

License.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<h3 style="text-align: center">RAWcooked License</h3>
9-
<p> Copyright (c) 2018-2024 <a href="mailto:[email protected]">MediaArea.net SARL</a> &amp; <a href="https://reto.ch">Reto Kromer</a>. All rights reserved.</p>
9+
<p> Copyright (c) 2018-2025 <a href="mailto:[email protected]">MediaArea.net SARL</a> &amp; <a href="https://reto.ch">Reto Kromer</a>. All rights reserved.</p>
1010
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
1111
<ul>
1212
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
@@ -23,7 +23,7 @@ <h3 style="text-align: center">RAWcooked License</h3>
2323
<hr>
2424
<p>Alternate license for redistributions of the library in binary form:<br>
2525
Redistributions in binary form must reproduce the following sentence (including the link to the website) in the documentation and/or other materials provided with the distribution.<br>
26-
This product uses <a href="https://mediaarea.net/RAWcooked">RAWcooked</a> library, Copyright (c) 2018-2023 <a href="mailto:[email protected]">MediaArea.net SARL</a> &amp; <a href="https://reto.ch">Reto Kromer</a>.</p>
26+
This product uses <a href="https://mediaarea.net/RAWcooked">RAWcooked</a> library, Copyright (c) 2018-2025 <a href="mailto:[email protected]">MediaArea.net SARL</a> &amp; <a href="https://reto.ch">Reto Kromer</a>.</p>
2727
<hr>
2828
<h3 style="text-align: center">Third party libraries</h3>
2929
<p>The software relies on third party libraries. Such libraries have their own license:</p>

Source/CLI/Help.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ ReturnValue Help(const char* Name)
360360
" after the --all and the conch command will be skipped.\n"
361361
"\n"
362362
"COPYRIGHT\n"
363-
" Copyright (c) 2018-2024 MediaArea.net SARL & Reto Kromer\n"
363+
" Copyright (c) 2018-2025 MediaArea.net SARL & Reto Kromer\n"
364364
"\n"
365365
"LICENSE\n"
366366
" RAWcooked is released under a BSD License.\n"

Source/CLI/rawcooked.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ This command works the same as the encoding of raw audio-visual data, but decode
302302
.br
303303
It can be used in conjunction with opposing commands. For example if you want to use this command without --conch, you can add --no-conch after the --all and the conch command will be skipped.
304304
.SH COPYRIGHT
305-
Copyright (c) 2018-2024 MediaArea.net SARL & Reto Kromer
305+
Copyright (c) 2018-2025 MediaArea.net SARL & Reto Kromer
306306
.SH LICENSE
307307
\fBRAWcooked\fR is released under a BSD License.
308308
.SH DISCLAIMER

0 commit comments

Comments
 (0)