Skip to content

Commit

Permalink
Merge pull request #424 from retokromer/update_year
Browse files Browse the repository at this point in the history
update copyright year
  • Loading branch information
JeromeMartinez authored Jan 22, 2024
2 parents 8136287 + adcf86d commit e702c34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2018-2023, MediaArea.net SARL & Reto Kromer
Copyright (c) 2018-2024, MediaArea.net SARL & Reto Kromer
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions License.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<h3 style="text-align: center">RAWcooked License</h3>
<p> Copyright (c) 2018-2023 <a href="mailto:[email protected]">MediaArea.net SARL</a> &amp; <a href="https://reto.ch">Reto Kromer</a>. All rights reserved.</p>
<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>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<ul>
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
Expand All @@ -28,7 +28,7 @@ <h3 style="text-align: center">RAWcooked License</h3>
<h3 style="text-align: center">Third party libraries</h3>
<p>The software relies on third party libraries. Such libraries have their own license:</p>
<ul>
<li>C++ standard library: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html">libstdc++</a>, <a href="http://llvm.org/docs/DeveloperPolicy.html#license">libc++</a>, <a href="http://msdn.microsoft.com/en-us/library/vstudio/ms235299.aspx">Visual C++ library</a> or any other C++ standard library.</li>
<li>C++ standard library: <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html">libstdc++</a>, <a href="https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents">libc++</a>, <a href="http://msdn.microsoft.com/en-us/library/vstudio/ms235299.aspx">Visual C++ library</a> or any other C++ standard library.</li>
<li>GUI (optional): <a href="https://www.qt.io/licensing/">Qt</a>.</li>
<li>gzip decompression routine: <a href="https://zlib.net/zlib_license.html">zlib</a>.</li>
<li>MD5: <a href="https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5">MD5 from OpenWall</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion Source/CLI/Help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ ReturnValue Help(const char* Name)
" after the --all and the conch command will be skipped.\n"
"\n"
"COPYRIGHT\n"
" Copyright (c) 2018-2023 MediaArea.net SARL & Reto Kromer\n"
" Copyright (c) 2018-2024 MediaArea.net SARL & Reto Kromer\n"
"\n"
"LICENSE\n"
" RAWcooked is released under a BSD License.\n"
Expand Down
2 changes: 1 addition & 1 deletion Source/CLI/rawcooked.1
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ This command works the same as the encoding of raw audio-visual data, but decode
.br
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.
.SH COPYRIGHT
Copyright (c) 2018-2023 MediaArea.net SARL & Reto Kromer
Copyright (c) 2018-2024 MediaArea.net SARL & Reto Kromer
.SH LICENSE
\fBRAWcooked\fR is released under a BSD License.
.SH DISCLAIMER
Expand Down

0 comments on commit e702c34

Please sign in to comment.