Update copyright year and maintainer status
This commit is contained in:
parent
7f89a74cb2
commit
e00d9b881f
8
AUTHORS
8
AUTHORS
@ -1,6 +1,6 @@
|
|||||||
/* FLAC - Free Lossless Audio Codec
|
/* FLAC - Free Lossless Audio Codec
|
||||||
* Copyright (C) 2001-2009 Josh Coalson
|
* Copyright (C) 2001-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This file is part the FLAC project. FLAC is comprised of several
|
* This file is part the FLAC project. FLAC is comprised of several
|
||||||
* components distributed under different licenses. The codec libraries
|
* components distributed under different licenses. The codec libraries
|
||||||
@ -27,6 +27,7 @@ https://gitlab.xiph.org/xiph/flac/commits
|
|||||||
|
|
||||||
Original author: Josh Coalson <jcoalson@users.sourceforge.net>
|
Original author: Josh Coalson <jcoalson@users.sourceforge.net>
|
||||||
Maintainer 2012-2020: Erik de Castro Lopo <erikd@mega-nerd.com>
|
Maintainer 2012-2020: Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||||
|
Maintainer from 2022: Martijn van Beurden <mvanb1@gmail.com>
|
||||||
|
|
||||||
Website : https://www.xiph.org/flac/
|
Website : https://www.xiph.org/flac/
|
||||||
|
|
||||||
@ -57,8 +58,3 @@ Other major contributors and their contributions:
|
|||||||
|
|
||||||
"Matt Zimmerman" <mdz@debian.org>
|
"Matt Zimmerman" <mdz@debian.org>
|
||||||
* Libtool/autoconf/automake make system, flac man page
|
* Libtool/autoconf/automake make system, flac man page
|
||||||
|
|
||||||
"Martijn van Beurden" <mvanb1@gmail.com>
|
|
||||||
* Compression improvements
|
|
||||||
* Fuzzer improvements and fixes for fuzz findings
|
|
||||||
* Implementation of 32 bps encoder and decoder
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Copyright (C) 2000-2009 Josh Coalson
|
Copyright (C) 2000-2009 Josh Coalson
|
||||||
Copyright (C) 2011-2022 Xiph.Org Foundation
|
Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!---
|
<!---
|
||||||
/* FLAC - Free Lossless Audio Codec
|
/* FLAC - Free Lossless Audio Codec
|
||||||
* Copyright (C) 2001-2009 Josh Coalson
|
* Copyright (C) 2001-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This file is part the FLAC project. FLAC is comprised of several
|
* This file is part the FLAC project. FLAC is comprised of several
|
||||||
* components distributed under different licenses. The codec libraries
|
* components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# flac - Command-line FLAC encoder/decoder
|
# flac - Command-line FLAC encoder/decoder
|
||||||
# Copyright (C) 2002-2009 Josh Coalson
|
# Copyright (C) 2002-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<hr size="1"/>
|
<hr size="1"/>
|
||||||
|
|
||||||
Copyright (c) 2000-2009 Josh Coalson
|
Copyright (c) 2000-2009 Josh Coalson
|
||||||
Copyright (c) 2011-2022 Xiph.Org Foundation
|
Copyright (c) 2011-2023 Xiph.Org Foundation
|
||||||
|
|
||||||
<!-- Copyright (c) 2000-2009 Josh Coalson -->
|
<!-- Copyright (c) 2000-2009 Josh Coalson -->
|
||||||
<!-- Copyright (c) 2011-2022 Xiph.Org Foundation -->
|
<!-- Copyright (c) 2011-2023 Xiph.Org Foundation -->
|
||||||
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
<!-- or any later version published by the Free Software Foundation; -->
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# example_c_decode_file - Simple FLAC file decoder using libFLAC
|
# example_c_decode_file - Simple FLAC file decoder using libFLAC
|
||||||
# Copyright (C) 2007-2009 Josh Coalson
|
# Copyright (C) 2007-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* example_c_decode_file - Simple FLAC file decoder using libFLAC
|
/* example_c_decode_file - Simple FLAC file decoder using libFLAC
|
||||||
* Copyright (C) 2007-2009 Josh Coalson
|
* Copyright (C) 2007-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# example_c_encode_file - Simple FLAC file encoder using libFLAC
|
# example_c_encode_file - Simple FLAC file encoder using libFLAC
|
||||||
# Copyright (C) 2007-2009 Josh Coalson
|
# Copyright (C) 2007-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* example_c_encode_file - Simple FLAC file encoder using libFLAC
|
/* example_c_encode_file - Simple FLAC file encoder using libFLAC
|
||||||
* Copyright (C) 2007-2009 Josh Coalson
|
* Copyright (C) 2007-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# example_cpp_decode_file - Simple FLAC file decoder using libFLAC
|
# example_cpp_decode_file - Simple FLAC file decoder using libFLAC
|
||||||
# Copyright (C) 2007-2009 Josh Coalson
|
# Copyright (C) 2007-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* example_cpp_decode_file - Simple FLAC file decoder using libFLAC
|
/* example_cpp_decode_file - Simple FLAC file decoder using libFLAC
|
||||||
* Copyright (C) 2007-2009 Josh Coalson
|
* Copyright (C) 2007-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# example_cpp_encode_file - Simple FLAC file encoder using libFLAC
|
# example_cpp_encode_file - Simple FLAC file encoder using libFLAC
|
||||||
# Copyright (C) 2007-2009 Josh Coalson
|
# Copyright (C) 2007-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* example_cpp_encode_file - Simple FLAC file encoder using libFLAC
|
/* example_cpp_encode_file - Simple FLAC file encoder using libFLAC
|
||||||
* Copyright (C) 2007-2009 Josh Coalson
|
* Copyright (C) 2007-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# libFLAC++ - Free Lossless Audio Codec library
|
# libFLAC++ - Free Lossless Audio Codec library
|
||||||
# Copyright (C) 2002-2009 Josh Coalson
|
# Copyright (C) 2002-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# libFLAC - Free Lossless Audio Codec library
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
# Copyright (C) 2000-2009 Josh Coalson
|
# Copyright (C) 2000-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2001-2009 Josh Coalson
|
* Copyright (C) 2001-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2004-2009 Josh Coalson
|
* Copyright (C) 2004-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2001-2009 Josh Coalson
|
* Copyright (C) 2001-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* alloc - Convenience routines for safely allocating memory
|
/* alloc - Convenience routines for safely allocating memory
|
||||||
* Copyright (C) 2007-2009 Josh Coalson
|
* Copyright (C) 2007-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2012-2022 Xiph.Org Foundation
|
* Copyright (C) 2012-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2012-2022 Xiph.Org Foundation
|
* Copyright (C) 2012-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* grabbag - Convenience lib for various routines common to several tools
|
/* grabbag - Convenience lib for various routines common to several tools
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* grabbag - Convenience lib for various routines common to several tools
|
/* grabbag - Convenience lib for various routines common to several tools
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* grabbag - Convenience lib for various routines common to several tools
|
/* grabbag - Convenience lib for various routines common to several tools
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* grabbag - Convenience lib for various routines common to several tools
|
/* grabbag - Convenience lib for various routines common to several tools
|
||||||
* Copyright (C) 2006-2009 Josh Coalson
|
* Copyright (C) 2006-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* grabbag - Convenience lib for various routines common to several tools
|
/* grabbag - Convenience lib for various routines common to several tools
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* grabbag - Convenience lib for various routines common to several tools
|
/* grabbag - Convenience lib for various routines common to several tools
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2013-2022 Xiph.Org Foundation
|
* Copyright (C) 2013-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2013-2022 Xiph.Org Foundation
|
* Copyright (C) 2013-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* replaygain_synthesis - Routines for applying ReplayGain to a signal
|
/* replaygain_synthesis - Routines for applying ReplayGain to a signal
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2013-2022 Xiph.Org Foundation
|
* Copyright (C) 2013-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2013-2022 Xiph.Org Foundation
|
* Copyright (C) 2013-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* test_libFLAC - Unit tester for libFLAC
|
/* test_libFLAC - Unit tester for libFLAC
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* test_libFLAC - Unit tester for libFLAC
|
/* test_libFLAC - Unit tester for libFLAC
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2006-2009 Josh Coalson
|
# Copyright (C) 2006-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dnl Copyright (C) 2012-2022 Xiph.Org Foundation
|
dnl Copyright (C) 2012-2023 Xiph.Org Foundation
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms, with or without
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl modification, are permitted provided that the following conditions
|
dnl modification, are permitted provided that the following conditions
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dnl Copyright (C) 2012-2022 Xiph.Org Foundation
|
dnl Copyright (C) 2012-2023 Xiph.Org Foundation
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms, with or without
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl modification, are permitted provided that the following conditions
|
dnl modification, are permitted provided that the following conditions
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dnl Copyright (C) 2013-2022 Xiph.Org Foundation
|
dnl Copyright (C) 2013-2023 Xiph.Org Foundation
|
||||||
dnl
|
dnl
|
||||||
dnl Redistribution and use in source and binary forms, with or without
|
dnl Redistribution and use in source and binary forms, with or without
|
||||||
dnl modification, are permitted provided that the following conditions
|
dnl modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# flac - Command-line FLAC encoder/decoder
|
# flac - Command-line FLAC encoder/decoder
|
||||||
# Copyright (C) 2000-2009 Josh Coalson
|
# Copyright (C) 2000-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2015-2022 Xiph.Org Foundation
|
# Copyright (C) 2015-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* FLAC - Free Lossless Audio Codec
|
/* FLAC - Free Lossless Audio Codec
|
||||||
* Copyright (C) 2015-2022 Xiph.Org Foundation
|
* Copyright (C) 2015-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* FLAC - Free Lossless Audio Codec
|
/* FLAC - Free Lossless Audio Codec
|
||||||
* Copyright (C) 2015-2022 Xiph.Org Foundation
|
* Copyright (C) 2015-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2019-2022 Xiph.Org Foundation
|
# Copyright (C) 2019-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* fuzzer_encoder_v2
|
/* fuzzer_encoder_v2
|
||||||
* Copyright (C) 2022 Xiph.Org Foundation
|
* Copyright (C) 2022-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* fuzzer_metadata
|
/* fuzzer_metadata
|
||||||
* Copyright (C) 2022 Xiph.Org Foundation
|
* Copyright (C) 2022-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* fuzzer_seek
|
/* fuzzer_seek
|
||||||
* Copyright (C) 2022 Xiph.Org Foundation
|
* Copyright (C) 2022-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# FLAC - Free Lossless Audio Codec
|
# FLAC - Free Lossless Audio Codec
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This file is part the FLAC project. FLAC is comprised of several
|
# This file is part the FLAC project. FLAC is comprised of several
|
||||||
# components distributed under different licenses. The codec libraries
|
# components distributed under different licenses. The codec libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# flac - Command-line FLAC encoder/decoder
|
# flac - Command-line FLAC encoder/decoder
|
||||||
# Copyright (C) 2000-2009 Josh Coalson
|
# Copyright (C) 2000-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* iffscan - Simple AIFF/RIFF chunk scanner
|
/* iffscan - Simple AIFF/RIFF chunk scanner
|
||||||
* Copyright (C) 2007-2009 Josh Coalson
|
* Copyright (C) 2007-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
@ -480,7 +480,7 @@ int do_it(void)
|
|||||||
|
|
||||||
flac__utils_printf(stderr, 2, "\n");
|
flac__utils_printf(stderr, 2, "\n");
|
||||||
flac__utils_printf(stderr, 2, "flac %s\n", FLAC__VERSION_STRING);
|
flac__utils_printf(stderr, 2, "flac %s\n", FLAC__VERSION_STRING);
|
||||||
flac__utils_printf(stderr, 2, "Copyright (C) 2000-2009 Josh Coalson, 2011-2022 Xiph.Org Foundation\n");
|
flac__utils_printf(stderr, 2, "Copyright (C) 2000-2009 Josh Coalson, 2011-2023 Xiph.Org Foundation\n");
|
||||||
flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n");
|
flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n");
|
||||||
flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");
|
flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");
|
||||||
|
|
||||||
@ -1212,7 +1212,7 @@ static void usage_header(void)
|
|||||||
printf("===============================================================================\n");
|
printf("===============================================================================\n");
|
||||||
printf("flac - Command-line FLAC encoder/decoder version %s\n", FLAC__VERSION_STRING);
|
printf("flac - Command-line FLAC encoder/decoder version %s\n", FLAC__VERSION_STRING);
|
||||||
printf("Copyright (C) 2000-2009 Josh Coalson\n");
|
printf("Copyright (C) 2000-2009 Josh Coalson\n");
|
||||||
printf("Copyright (C) 2011-2022 Xiph.Org Foundation\n");
|
printf("Copyright (C) 2011-2023 Xiph.Org Foundation\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("This program is free software; you can redistribute it and/or\n");
|
printf("This program is free software; you can redistribute it and/or\n");
|
||||||
printf("modify it under the terms of the GNU General Public License\n");
|
printf("modify it under the terms of the GNU General Public License\n");
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* flac - Command-line FLAC encoder/decoder
|
/* flac - Command-line FLAC encoder/decoder
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# libFLAC++ - Free Lossless Audio Codec library
|
# libFLAC++ - Free Lossless Audio Codec library
|
||||||
# Copyright (C) 2002-2009 Josh Coalson
|
# Copyright (C) 2002-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC++ - Free Lossless Audio Codec library
|
/* libFLAC++ - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2002-2009 Josh Coalson
|
* Copyright (C) 2002-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# libFLAC - Free Lossless Audio Codec library
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
# Copyright (C) 2001-2009 Josh Coalson
|
# Copyright (C) 2001-2009 Josh Coalson
|
||||||
# Copyright (C) 2011-2022 Xiph.Org Foundation
|
# Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2001-2009 Josh Coalson
|
* Copyright (C) 2001-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2001-2009 Josh Coalson
|
* Copyright (C) 2001-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* libFLAC - Free Lossless Audio Codec library
|
/* libFLAC - Free Lossless Audio Codec library
|
||||||
* Copyright (C) 2000-2009 Josh Coalson
|
* Copyright (C) 2000-2009 Josh Coalson
|
||||||
* Copyright (C) 2011-2022 Xiph.Org Foundation
|
* Copyright (C) 2011-2023 Xiph.Org Foundation
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user