Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump copyright year to 2024 #332

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CUEControls/CUEControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUEControls</RootNamespace>
<Product>CUETools</Product>
<Description>Library containing windows GUI controls for CUETools.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUEPlayer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CUETools")]
[assembly: AssemblyProduct("CUEPlayer")]
[assembly: AssemblyCopyright("Copyright © 2010-2023 Grigory Chudov")]
[assembly: AssemblyCopyright("Copyright © 2010-2024 Grigory Chudov")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion CUERipper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CUERipper")]
[assembly: AssemblyCopyright("Copyright (c) 2008-2023 Greg Chudov")]
[assembly: AssemblyCopyright("Copyright (c) 2008-2024 Greg Chudov")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion CUETools.ALACEnc/CUETools.ALACEnc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Product>CUETools</Product>
<OutputType>Exe</OutputType>
<Description>A tool for encoding and decoding ALAC.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.ALACEnc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static int Main(string[] args)

if (!quiet)
{
Console.WriteLine("CUETools.ALACEnc, Copyright (C) 2009-2023 Grigory Chudov.");
Console.WriteLine("CUETools.ALACEnc, Copyright (C) 2009-2024 Grigory Chudov.");
Console.WriteLine("Based on ffdshow ALAC audio encoder");
Console.WriteLine("Copyright (c) 2008 Jaikrishnan Menon, <[email protected]>");
Console.WriteLine("This is free software under the GNU GPLv3+ license; There is NO WARRANTY, to");
Expand Down
2 changes: 1 addition & 1 deletion CUETools.ARCUE/CUETools.ARCUE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Product>CUETools</Product>
<OutputType>Exe</OutputType>
<Description>A tool for CD image verification against AccurateRip.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.AccurateRip/CUETools.AccurateRip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.AccurateRip</RootNamespace>
<Product>CUETools</Product>
<Description>A library for calculating AccurateRip checksums, CRC32 and Reed-solomon codes of CD audio.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CDImage/CUETools.CDImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.CDImage</RootNamespace>
<Product>CUETools</Product>
<Description>A library for working with CD TOC.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CLParity/CLParity.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.CLParity: Reed-Solomon (32 bit) using OpenCL
* Copyright (c) 2009-2023 Gregory S. Chudov
* Copyright (c) 2009-2024 Gregory S. Chudov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CLParity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CUETools.CLParity")]
[assembly: AssemblyCopyright("Copyright © 2011-2023 Gregory S. Chudov")]
[assembly: AssemblyCopyright("Copyright © 2011-2024 Gregory S. Chudov")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion CUETools.CLParity/parity.cl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.CLParity: Reed-Solomon (32 bit) using OpenCL
* Copyright (c) 2010-2023 Gregory S. Chudov
* Copyright (c) 2010-2024 Gregory S. Chudov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CTDB.Converter/CUETools.CTDB.Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Product>CUETools</Product>
<OutputType>Exe</OutputType>
<Description>A tool for CTDB database files conversion.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CTDB.EACPlugin/Options.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CUETools.CTDB.EACPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CUETools.CTDB.EACPlugin")]
[assembly: AssemblyCopyright("Copyright © 2012-2023 Grigory Chudov")]
[assembly: AssemblyCopyright("Copyright © 2012-2024 Grigory Chudov")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion CUETools.CTDB.Types/CUETools.CTDB.Types.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.CTDB</RootNamespace>
<Product>CUETools</Product>
<Description>A library containing serializable types for accessing CUETools Database.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CTDB/CUETools.CTDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.CTDB</RootNamespace>
<Product>CUETools</Product>
<Description>A library for accessing CUETools Database.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
4 changes: 2 additions & 2 deletions CUETools.ChaptersToCue/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ****************************************************************************
//
// ChaptersToCue
// Copyright (C) 2018-2023 Grigory Chudov ([email protected])
// Copyright (C) 2018-2024 Grigory Chudov ([email protected])
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -49,7 +49,7 @@ static void Main(string[] args)
{
TextWriter stdout = Console.Out;
Console.SetOut(Console.Error);
Console.WriteLine("CUETools.ChaptersToCue v2.2.5 Copyright (C) 2017-2023 Grigory Chudov");
Console.WriteLine("CUETools.ChaptersToCue v2.2.5 Copyright (C) 2017-2024 Grigory Chudov");
Console.WriteLine("This is free software under the GNU GPLv3+ license; There is NO WARRANTY, to");
Console.WriteLine("the extent permitted by law. <http://www.gnu.org/licenses/> for details.");

Expand Down
2 changes: 1 addition & 1 deletion CUETools.ChaptersToCue/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("CUETools.ChaptersToCue")]
[assembly: AssemblyCopyright("Copyright © 2017-2023 Grigory Chudov")]
[assembly: AssemblyCopyright("Copyright © 2017-2024 Grigory Chudov")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.ALAC/ALACDotNet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.ComponentModel;
using Newtonsoft.Json;

//Copyright (c) 2008-2023 Grigory Chudov.
//Copyright (c) 2008-2024 Grigory Chudov.
//This library is based on ALAC decoder by David Hammerton.
//See http://crazney.net/programs/itunes/alac.html for details.
//Copyright (c) 2004 David Hammerton.
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.ALAC/ALACWriter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.Codecs.ALAC: pure managed ALAC audio encoder
* Copyright (c) 2009-2023 Grigory Chudov
* Copyright (c) 2009-2024 Grigory Chudov
* Based on ffdshow ALAC audio encoder
* Copyright (c) 2008 Jaikrishnan Menon, [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.ALAC/Alac.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.Codecs.ALAC: pure managed ALAC audio encoder
* Copyright (c) 2009-2023 Grigory Chudov
* Copyright (c) 2009-2024 Grigory Chudov
* Based on ffdshow ALAC audio encoder
* Copyright (c) 2008 Jaikrishnan Menon, [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.ALAC/CUETools.Codecs.ALAC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding and decoding ALAC.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.CoreAudio/CUETools.Codecs.CoreAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.CoreAudio</RootNamespace>
<Product>CUETools</Product>
<Description>A library for playing sound on Windows using NAudio.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov. Uses NAudio by Mark Heath</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov. Uses NAudio by Mark Heath</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.FLACCL/FLACCLWriter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.FLACCL: FLAC audio encoder using CUDA
* Copyright (c) 2009-2023 Grigory Chudov
* Copyright (c) 2009-2024 Grigory Chudov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.FLACCL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CUETools.Codecs.FLACCL")]
[assembly: AssemblyCopyright("Copyright © 2009-2023 Grigory Chudov")]
[assembly: AssemblyCopyright("Copyright © 2009-2024 Grigory Chudov")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.FLACCL/flac.cl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.FLACCL: FLAC audio encoder using OpenCL
* Copyright (c) 2010-2023 Gregory S. Chudov
* Copyright (c) 2010-2024 Gregory S. Chudov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.Flake/AudioDecoder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.Flake: pure managed FLAC audio encoder
* Copyright (c) 2009-2023 Grigory Chudov
* Copyright (c) 2009-2024 Grigory Chudov
* Based on Flake encoder, http://flake-enc.sourceforge.net/
* Copyright (c) 2006-2009 Justin Ruggles
*
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.Flake/AudioEncoder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.Flake: pure managed FLAC audio encoder
* Copyright (c) 2009-2023 Grigory Chudov
* Copyright (c) 2009-2024 Grigory Chudov
* Based on Flake encoder, http://flake-enc.sourceforge.net/
* Copyright (c) 2006-2009 Justin Ruggles
*
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.Flake/CUETools.Codecs.Flake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.Flake</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding and decoding FLAC.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.Flake/Flake.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.Flake: pure managed FLAC audio encoder
* Copyright (c) 2009-2023 Grigory Chudov
* Copyright (c) 2009-2024 Grigory Chudov
* Based on Flake encoder, http://flake-enc.sourceforge.net/
* Copyright (c) 2006-2009 Justin Ruggles
*
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.HDCD/CUETools.Codecs.HDCD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.HDCD</RootNamespace>
<Product>CUETools</Product>
<Description>A library for decompressing RAR.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.Icecast/CUETools.Codecs.Icecast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.Icecast</RootNamespace>
<Product>CUETools</Product>
<Description>A library for streaming audio using Icecast protocol.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.LossyWAV/CUETools.Codecs.LossyWAV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.LossyWAV</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding and decoding LossyWAV.</Description>
<Copyright>Copyright (c) 2007-2008 Nick Currie, C# port (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2007-2008 Nick Currie, C# port (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.MACLib/CUETools.Codecs.MACLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.MACLib</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding APE files using official encoder.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.MPEG/CUETools.Codecs.MPEG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.MPEG</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding and decoding BluRay Disc LPCM audio.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.WMA/AudioDecoder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* CUETools.WMA: WMA audio decoder
* Copyright (c) 2013-2023 Grigory Chudov
* Copyright (c) 2013-2024 Grigory Chudov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.WMA/CUETools.Codecs.WMA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.WMA</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding and decoding Windows Media Audio.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.ffmpeg/CUETools.Codecs.ffmpeg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.ffmpegdll</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding various files using official encoder.</Description>
<Copyright>Copyright (c) 2018-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2018-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.lame_enc/CUETools.Codecs.LAME.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.lame_enc</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding mp3 using LAME encoder.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\plugins\win32</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.libFLAC/CUETools.Codecs.libFLAC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.libFLAC</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding flac using official encoder.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.libmp3lame</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding mp3 using LAME encoder.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs.libwavpack</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding wavpack using official encoder.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\$(TargetFramework)\plugins\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs/CUETools.Codecs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>CUETools.Codecs</RootNamespace>
<Product>CUETools</Product>
<Description>A library for encoding and decoding audio.</Description>
<Copyright>Copyright (c) 2008-2023 Grigory Chudov</Copyright>
<Copyright>Copyright (c) 2008-2024 Grigory Chudov</Copyright>
<Authors>Grigory Chudov</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\bin\$(Configuration)\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs/License.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CUETools.Codecs: common audio encoder/decoder routines
Copyright (c) 2009-2023 Gregory S. Chudov
Copyright (c) 2009-2024 Gregory S. Chudov

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
Loading