From 39ea616d5f9b6ee4f0923874a5e328e6042ef614 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sun, 14 Apr 2013 12:07:13 +0100 Subject: [PATCH] Update licensing information Substitute LICENSE.LGPL for the latest copy from http://www.gnu.org/. And update the FSF address and links in all the file headers. --- LICENSE.LGPL | 20 +++++++++----------- ebml/Debug.h | 4 ++-- ebml/EbmlBinary.h | 4 ++-- ebml/EbmlConfig.h | 4 ++-- ebml/EbmlContexts.h | 4 ++-- ebml/EbmlCrc32.h | 4 ++-- ebml/EbmlDate.h | 4 ++-- ebml/EbmlDummy.h | 4 ++-- ebml/EbmlElement.h | 4 ++-- ebml/EbmlEndian.h | 4 ++-- ebml/EbmlFloat.h | 4 ++-- ebml/EbmlHead.h | 4 ++-- ebml/EbmlId.h | 4 ++-- ebml/EbmlMaster.h | 4 ++-- ebml/EbmlSInteger.h | 4 ++-- ebml/EbmlStream.h | 4 ++-- ebml/EbmlString.h | 4 ++-- ebml/EbmlSubHead.h | 4 ++-- ebml/EbmlTypes.h | 4 ++-- ebml/EbmlUInteger.h | 4 ++-- ebml/EbmlUnicodeString.h | 4 ++-- ebml/EbmlVersion.h | 4 ++-- ebml/EbmlVoid.h | 4 ++-- ebml/IOCallback.h | 4 ++-- ebml/MemIOCallback.h | 4 ++-- ebml/StdIOCallback.h | 4 ++-- ebml/c/libebml_t.h | 4 ++-- src/Debug.cpp | 4 ++-- src/EbmlBinary.cpp | 4 ++-- src/EbmlContexts.cpp | 4 ++-- src/EbmlCrc32.cpp | 4 ++-- src/EbmlDate.cpp | 4 ++-- src/EbmlDummy.cpp | 4 ++-- src/EbmlElement.cpp | 4 ++-- src/EbmlFloat.cpp | 4 ++-- src/EbmlHead.cpp | 4 ++-- src/EbmlMaster.cpp | 4 ++-- src/EbmlSInteger.cpp | 4 ++-- src/EbmlStream.cpp | 4 ++-- src/EbmlString.cpp | 4 ++-- src/EbmlSubHead.cpp | 4 ++-- src/EbmlUInteger.cpp | 4 ++-- src/EbmlUnicodeString.cpp | 4 ++-- src/EbmlVersion.cpp | 4 ++-- src/EbmlVoid.cpp | 4 ++-- src/IOCallback.cpp | 4 ++-- src/MemIOCallback.cpp | 4 ++-- src/StdIOCallback.cpp | 4 ++-- src/platform/win32/WinIOCallback.cpp | 4 ++-- src/platform/win32/WinIOCallback.h | 4 ++-- 50 files changed, 107 insertions(+), 109 deletions(-) diff --git a/LICENSE.LGPL b/LICENSE.LGPL index b1e3f5a..4362b49 100644 --- a/LICENSE.LGPL +++ b/LICENSE.LGPL @@ -1,8 +1,8 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -10,7 +10,7 @@ as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -112,7 +112,7 @@ modification follow. Pay close attention to the difference between a former contains code derived from the library, whereas the latter must be combined with the library in order to run. - GNU LESSER GENERAL PUBLIC LICENSE + GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other @@ -146,7 +146,7 @@ such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. - + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an @@ -432,7 +432,7 @@ decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. @@ -455,7 +455,7 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries @@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. @@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names: Ty Coon, President of Vice That's all there is to it! - - diff --git a/ebml/Debug.h b/ebml/Debug.h index f22cc1b..1f3d64c 100644 --- a/ebml/Debug.h +++ b/ebml/Debug.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlBinary.h b/ebml/EbmlBinary.h index cd14589..f5f8110 100644 --- a/ebml/EbmlBinary.h +++ b/ebml/EbmlBinary.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlConfig.h b/ebml/EbmlConfig.h index 7169866..58074e9 100644 --- a/ebml/EbmlConfig.h +++ b/ebml/EbmlConfig.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlContexts.h b/ebml/EbmlContexts.h index 9e9cb65..570b740 100644 --- a/ebml/EbmlContexts.h +++ b/ebml/EbmlContexts.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlCrc32.h b/ebml/EbmlCrc32.h index f8bfaa6..c74c7a7 100644 --- a/ebml/EbmlCrc32.h +++ b/ebml/EbmlCrc32.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlDate.h b/ebml/EbmlDate.h index e20a853..a210583 100644 --- a/ebml/EbmlDate.h +++ b/ebml/EbmlDate.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlDummy.h b/ebml/EbmlDummy.h index 861e192..08029cd 100644 --- a/ebml/EbmlDummy.h +++ b/ebml/EbmlDummy.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlElement.h b/ebml/EbmlElement.h index 1079d92..acfcb72 100644 --- a/ebml/EbmlElement.h +++ b/ebml/EbmlElement.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlEndian.h b/ebml/EbmlEndian.h index 7bc9e1b..48c8ae2 100644 --- a/ebml/EbmlEndian.h +++ b/ebml/EbmlEndian.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlFloat.h b/ebml/EbmlFloat.h index 24fcb46..f6ea775 100644 --- a/ebml/EbmlFloat.h +++ b/ebml/EbmlFloat.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlHead.h b/ebml/EbmlHead.h index ab8998c..0a31d9d 100644 --- a/ebml/EbmlHead.h +++ b/ebml/EbmlHead.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlId.h b/ebml/EbmlId.h index 4e9ee44..e70a2a3 100644 --- a/ebml/EbmlId.h +++ b/ebml/EbmlId.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlMaster.h b/ebml/EbmlMaster.h index 95bb5ad..85841a7 100644 --- a/ebml/EbmlMaster.h +++ b/ebml/EbmlMaster.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlSInteger.h b/ebml/EbmlSInteger.h index ec670e0..b7ccb68 100644 --- a/ebml/EbmlSInteger.h +++ b/ebml/EbmlSInteger.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlStream.h b/ebml/EbmlStream.h index 7143007..5a5e37a 100644 --- a/ebml/EbmlStream.h +++ b/ebml/EbmlStream.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlString.h b/ebml/EbmlString.h index 3deb162..d44d5db 100644 --- a/ebml/EbmlString.h +++ b/ebml/EbmlString.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlSubHead.h b/ebml/EbmlSubHead.h index 2b158bf..7cd17f5 100644 --- a/ebml/EbmlSubHead.h +++ b/ebml/EbmlSubHead.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlTypes.h b/ebml/EbmlTypes.h index 01fe0fd..b0a14af 100644 --- a/ebml/EbmlTypes.h +++ b/ebml/EbmlTypes.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlUInteger.h b/ebml/EbmlUInteger.h index 1d01a4a..ce7f991 100644 --- a/ebml/EbmlUInteger.h +++ b/ebml/EbmlUInteger.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlUnicodeString.h b/ebml/EbmlUnicodeString.h index 6b978c6..17f8294 100644 --- a/ebml/EbmlUnicodeString.h +++ b/ebml/EbmlUnicodeString.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlVersion.h b/ebml/EbmlVersion.h index d43806f..c1b9675 100644 --- a/ebml/EbmlVersion.h +++ b/ebml/EbmlVersion.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/EbmlVoid.h b/ebml/EbmlVoid.h index 1370284..6ec398e 100644 --- a/ebml/EbmlVoid.h +++ b/ebml/EbmlVoid.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/IOCallback.h b/ebml/IOCallback.h index 5a5ecd8..bec6c4a 100644 --- a/ebml/IOCallback.h +++ b/ebml/IOCallback.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/MemIOCallback.h b/ebml/MemIOCallback.h index 48fed9b..0aa1b77 100644 --- a/ebml/MemIOCallback.h +++ b/ebml/MemIOCallback.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/StdIOCallback.h b/ebml/StdIOCallback.h index 90089e5..9f3cd58 100644 --- a/ebml/StdIOCallback.h +++ b/ebml/StdIOCallback.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/ebml/c/libebml_t.h b/ebml/c/libebml_t.h index fa25f0a..ba3bc71 100644 --- a/ebml/c/libebml_t.h +++ b/ebml/c/libebml_t.h @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/Debug.cpp b/src/Debug.cpp index 47da74d..81ecba0 100644 --- a/src/Debug.cpp +++ b/src/Debug.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlBinary.cpp b/src/EbmlBinary.cpp index 139d92c..2262f25 100644 --- a/src/EbmlBinary.cpp +++ b/src/EbmlBinary.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlContexts.cpp b/src/EbmlContexts.cpp index 1c28f3e..a83f59d 100644 --- a/src/EbmlContexts.cpp +++ b/src/EbmlContexts.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlCrc32.cpp b/src/EbmlCrc32.cpp index 850c859..98db765 100644 --- a/src/EbmlCrc32.cpp +++ b/src/EbmlCrc32.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlDate.cpp b/src/EbmlDate.cpp index 597fdcd..e377cf8 100644 --- a/src/EbmlDate.cpp +++ b/src/EbmlDate.cpp @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlDummy.cpp b/src/EbmlDummy.cpp index 2bb6d62..09da3ad 100644 --- a/src/EbmlDummy.cpp +++ b/src/EbmlDummy.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlElement.cpp b/src/EbmlElement.cpp index 4b96d06..a270e70 100644 --- a/src/EbmlElement.cpp +++ b/src/EbmlElement.cpp @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlFloat.cpp b/src/EbmlFloat.cpp index 6b184ef..f86ce18 100644 --- a/src/EbmlFloat.cpp +++ b/src/EbmlFloat.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlHead.cpp b/src/EbmlHead.cpp index f439f8f..620880a 100644 --- a/src/EbmlHead.cpp +++ b/src/EbmlHead.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlMaster.cpp b/src/EbmlMaster.cpp index ea2d63a..fc683b4 100644 --- a/src/EbmlMaster.cpp +++ b/src/EbmlMaster.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlSInteger.cpp b/src/EbmlSInteger.cpp index 4adc93b..bdc1e61 100644 --- a/src/EbmlSInteger.cpp +++ b/src/EbmlSInteger.cpp @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlStream.cpp b/src/EbmlStream.cpp index 46e31eb..75e41ee 100644 --- a/src/EbmlStream.cpp +++ b/src/EbmlStream.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlString.cpp b/src/EbmlString.cpp index 5341ec0..e1e7dea 100644 --- a/src/EbmlString.cpp +++ b/src/EbmlString.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlSubHead.cpp b/src/EbmlSubHead.cpp index 08ca47e..aa067a5 100644 --- a/src/EbmlSubHead.cpp +++ b/src/EbmlSubHead.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlUInteger.cpp b/src/EbmlUInteger.cpp index 1bc6267..72e9bae 100644 --- a/src/EbmlUInteger.cpp +++ b/src/EbmlUInteger.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlUnicodeString.cpp b/src/EbmlUnicodeString.cpp index 56c5606..90e441c 100644 --- a/src/EbmlUnicodeString.cpp +++ b/src/EbmlUnicodeString.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlVersion.cpp b/src/EbmlVersion.cpp index 80c59dc..a547eea 100644 --- a/src/EbmlVersion.cpp +++ b/src/EbmlVersion.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/EbmlVoid.cpp b/src/EbmlVoid.cpp index dabd141..815d2cd 100644 --- a/src/EbmlVoid.cpp +++ b/src/EbmlVoid.cpp @@ -19,9 +19,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/IOCallback.cpp b/src/IOCallback.cpp index 77c5871..9e609ad 100644 --- a/src/IOCallback.cpp +++ b/src/IOCallback.cpp @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/MemIOCallback.cpp b/src/MemIOCallback.cpp index 62fce15..9ff356b 100644 --- a/src/MemIOCallback.cpp +++ b/src/MemIOCallback.cpp @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/StdIOCallback.cpp b/src/StdIOCallback.cpp index 139f627..1bb6cff 100644 --- a/src/StdIOCallback.cpp +++ b/src/StdIOCallback.cpp @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/platform/win32/WinIOCallback.cpp b/src/platform/win32/WinIOCallback.cpp index 9ac1190..35f6974 100644 --- a/src/platform/win32/WinIOCallback.cpp +++ b/src/platform/win32/WinIOCallback.cpp @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you. diff --git a/src/platform/win32/WinIOCallback.h b/src/platform/win32/WinIOCallback.h index 1a37fc6..28fb791 100644 --- a/src/platform/win32/WinIOCallback.h +++ b/src/platform/win32/WinIOCallback.h @@ -17,9 +17,9 @@ ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ** -** See http://www.matroska.org/license/lgpl/ for LGPL licensing information. +** See http://www.gnu.org/licenses/lgpl-2.1.html for LGPL licensing information. ** ** Contact license@matroska.org if any conditions of this licensing are ** not clear to you.