From 28eb3c7b010da8245a86e13e1f587194617f286f Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 30 Dec 2024 08:54:32 +0100 Subject: [PATCH] simplify multiline copyright --- corec/corec/array/array.c | 1 - corec/corec/array/array.h | 1 - corec/corec/confhelper.h | 1 - corec/corec/corec.h | 1 - corec/corec/err.h | 1 - corec/corec/helper.h | 1 - corec/corec/helpers/charconvert/charconvert.h | 1 - corec/corec/helpers/charconvert/charconvert_linux.c | 1 - corec/corec/helpers/charconvert/charconvert_osx.c | 1 - corec/corec/helpers/charconvert/charconvert_utf8.c | 1 - corec/corec/helpers/charconvert/charconvert_win32.c | 1 - corec/corec/helpers/date/date.h | 1 - corec/corec/helpers/date/date_libc.c | 1 - corec/corec/helpers/date/date_win32.c | 1 - corec/corec/helpers/file/bufstream.c | 1 - corec/corec/helpers/file/file.h | 1 - corec/corec/helpers/file/file_libc.c | 1 - corec/corec/helpers/file/file_win32.c | 1 - corec/corec/helpers/file/memstream.c | 1 - corec/corec/helpers/file/stream_stdio.c | 1 - corec/corec/helpers/file/streams.c | 1 - corec/corec/helpers/file/streams.h | 1 - corec/corec/helpers/file/tools.c | 1 - corec/corec/helpers/parser/parser.h | 1 - corec/corec/helpers/parser/parser2.c | 1 - corec/corec/helpers/parser/strtab.c | 1 - corec/corec/helpers/parser/strtab.h | 1 - corec/corec/helpers/parser/strtypes.c | 1 - corec/corec/helpers/parser/strtypes.h | 1 - corec/corec/memalloc.h | 1 - corec/corec/memheap.h | 1 - corec/corec/node/node.c | 1 - corec/corec/node/node.h | 1 - corec/corec/node/node_internal.h | 1 - corec/corec/node/nodebase.h | 1 - corec/corec/node/nodetree.c | 1 - corec/corec/node/nodetree.h | 1 - corec/corec/portab.h | 1 - corec/corec/str/str.c | 1 - corec/corec/str/str.h | 1 - corec/corec/str/str_linux.c | 1 - corec/corec/str/str_osx.c | 1 - corec/corec/str/str_win32.c | 1 - corec/tools/branch/branch.c | 1 - libebml2/ebml2/ebml.h | 1 - libebml2/ebml2/ebml_classes.h | 1 - libebml2/ebmlbinary.c | 1 - libebml2/ebmlcrc.c | 1 - libebml2/ebmlcrc.h | 1 - libebml2/ebmldate.c | 1 - libebml2/ebmlelement.c | 1 - libebml2/ebmlmain.c | 1 - libebml2/ebmlmaster.c | 1 - libebml2/ebmlnumber.c | 1 - libebml2/ebmlstring.c | 1 - libebml2/ebmlvoid.c | 1 - libebml2/internal.h | 1 - libebml2/legacy/ebml/EbmlBinary.h | 1 - libebml2/legacy/ebml/EbmlConfig.h | 1 - libebml2/legacy/ebml/EbmlContexts.h | 1 - libebml2/legacy/ebml/EbmlCrc32.h | 1 - libebml2/legacy/ebml/EbmlDate.h | 1 - libebml2/legacy/ebml/EbmlDummy.h | 1 - libebml2/legacy/ebml/EbmlElement.h | 1 - libebml2/legacy/ebml/EbmlFloat.h | 1 - libebml2/legacy/ebml/EbmlHead.h | 1 - libebml2/legacy/ebml/EbmlId.h | 1 - libebml2/legacy/ebml/EbmlMaster.h | 1 - libebml2/legacy/ebml/EbmlSInteger.h | 1 - libebml2/legacy/ebml/EbmlStream.h | 1 - libebml2/legacy/ebml/EbmlString.h | 1 - libebml2/legacy/ebml/EbmlSubHead.h | 1 - libebml2/legacy/ebml/EbmlTypes.h | 1 - libebml2/legacy/ebml/EbmlUInteger.h | 1 - libebml2/legacy/ebml/EbmlUnicodeString.h | 1 - libebml2/legacy/ebml/EbmlVersion.h | 1 - libebml2/legacy/ebml/EbmlVoid.h | 1 - libebml2/legacy/ebml/IOCallback.h | 1 - libebml2/legacy/ebml/c/libebml_t.h | 1 - libebml2/legacy/legacy.cpp | 1 - libebml2/test/ebmltree.c | 3 +-- libmatroska2/MatroskaParser/MatroskaParser.c | 1 - libmatroska2/MatroskaParser/MatroskaParser.h | 1 - libmatroska2/matroska2/matroska.h | 1 - libmatroska2/matroska2/matroska_classes.h | 1 - libmatroska2/matroska2/matroska_sem.h | 1 - libmatroska2/matroska_sem.c | 1 - libmatroska2/matroskablock.c | 1 - libmatroska2/matroskamain.c | 1 - libmatroska2/test/mkvtree.c | 3 +-- mkclean/mkclean.c | 1 - mkparts/mkparts.c | 1 - mkvalidator/mkvalidator.c | 1 - spectool/schema_2_matroska_sem_c.xsl | 1 - spectool/schema_2_matroska_sem_h.xsl | 1 - 95 files changed, 2 insertions(+), 97 deletions(-) diff --git a/corec/corec/array/array.c b/corec/corec/array/array.c index 05308202..60a7fee5 100644 --- a/corec/corec/array/array.c +++ b/corec/corec/array/array.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/array/array.h b/corec/corec/array/array.h index 796ba5ad..d0d34c34 100644 --- a/corec/corec/array/array.h +++ b/corec/corec/array/array.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/confhelper.h b/corec/corec/confhelper.h index 06e911fb..2d919f17 100644 --- a/corec/corec/confhelper.h +++ b/corec/corec/confhelper.h @@ -2,7 +2,6 @@ $Id$ Copyright (c) 2010, CoreCodec, Inc. - Copyright (C) CoreCodec, Inc. SPDX-License-Identifier: BSD-3-Clause */ diff --git a/corec/corec/corec.h b/corec/corec/corec.h index b6b24a62..c9516913 100644 --- a/corec/corec/corec.h +++ b/corec/corec/corec.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/err.h b/corec/corec/err.h index 455626a8..b24e4801 100644 --- a/corec/corec/err.h +++ b/corec/corec/err.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helper.h b/corec/corec/helper.h index 2607ac15..a68a9c88 100644 --- a/corec/corec/helper.h +++ b/corec/corec/helper.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/charconvert/charconvert.h b/corec/corec/helpers/charconvert/charconvert.h index e12b7164..d9173999 100644 --- a/corec/corec/helpers/charconvert/charconvert.h +++ b/corec/corec/helpers/charconvert/charconvert.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/charconvert/charconvert_linux.c b/corec/corec/helpers/charconvert/charconvert_linux.c index 13cef852..7949b4c5 100644 --- a/corec/corec/helpers/charconvert/charconvert_linux.c +++ b/corec/corec/helpers/charconvert/charconvert_linux.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/charconvert/charconvert_osx.c b/corec/corec/helpers/charconvert/charconvert_osx.c index a004d471..c63814ea 100644 --- a/corec/corec/helpers/charconvert/charconvert_osx.c +++ b/corec/corec/helpers/charconvert/charconvert_osx.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/charconvert/charconvert_utf8.c b/corec/corec/helpers/charconvert/charconvert_utf8.c index 66f41cfd..b649009c 100644 --- a/corec/corec/helpers/charconvert/charconvert_utf8.c +++ b/corec/corec/helpers/charconvert/charconvert_utf8.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/charconvert/charconvert_win32.c b/corec/corec/helpers/charconvert/charconvert_win32.c index bafd455c..c072137a 100644 --- a/corec/corec/helpers/charconvert/charconvert_win32.c +++ b/corec/corec/helpers/charconvert/charconvert_win32.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/date/date.h b/corec/corec/helpers/date/date.h index 5c3ba4af..79b2bf17 100644 --- a/corec/corec/helpers/date/date.h +++ b/corec/corec/helpers/date/date.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/date/date_libc.c b/corec/corec/helpers/date/date_libc.c index cfc7f02e..27bb1e51 100644 --- a/corec/corec/helpers/date/date_libc.c +++ b/corec/corec/helpers/date/date_libc.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/date/date_win32.c b/corec/corec/helpers/date/date_win32.c index fbbda9c2..ef2f8466 100644 --- a/corec/corec/helpers/date/date_win32.c +++ b/corec/corec/helpers/date/date_win32.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/bufstream.c b/corec/corec/helpers/file/bufstream.c index 618434eb..413d082b 100644 --- a/corec/corec/helpers/file/bufstream.c +++ b/corec/corec/helpers/file/bufstream.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/file.h b/corec/corec/helpers/file/file.h index 3bdf2adb..5f13b9a7 100644 --- a/corec/corec/helpers/file/file.h +++ b/corec/corec/helpers/file/file.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/file_libc.c b/corec/corec/helpers/file/file_libc.c index da190af3..f0f522fe 100644 --- a/corec/corec/helpers/file/file_libc.c +++ b/corec/corec/helpers/file/file_libc.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/file_win32.c b/corec/corec/helpers/file/file_win32.c index b6e1b86d..5dafdefb 100644 --- a/corec/corec/helpers/file/file_win32.c +++ b/corec/corec/helpers/file/file_win32.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/memstream.c b/corec/corec/helpers/file/memstream.c index ee14a6fb..72e90ce3 100644 --- a/corec/corec/helpers/file/memstream.c +++ b/corec/corec/helpers/file/memstream.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/stream_stdio.c b/corec/corec/helpers/file/stream_stdio.c index 77353a4e..f67dcacb 100644 --- a/corec/corec/helpers/file/stream_stdio.c +++ b/corec/corec/helpers/file/stream_stdio.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/streams.c b/corec/corec/helpers/file/streams.c index fc6f8670..308a33da 100644 --- a/corec/corec/helpers/file/streams.c +++ b/corec/corec/helpers/file/streams.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/streams.h b/corec/corec/helpers/file/streams.h index aed31569..e85eab35 100644 --- a/corec/corec/helpers/file/streams.h +++ b/corec/corec/helpers/file/streams.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/file/tools.c b/corec/corec/helpers/file/tools.c index 6b9945b2..c703878c 100644 --- a/corec/corec/helpers/file/tools.c +++ b/corec/corec/helpers/file/tools.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/parser/parser.h b/corec/corec/helpers/parser/parser.h index 19001a6d..6c0dae48 100644 --- a/corec/corec/helpers/parser/parser.h +++ b/corec/corec/helpers/parser/parser.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/parser/parser2.c b/corec/corec/helpers/parser/parser2.c index a17c9ef7..84ff3b0e 100644 --- a/corec/corec/helpers/parser/parser2.c +++ b/corec/corec/helpers/parser/parser2.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/parser/strtab.c b/corec/corec/helpers/parser/strtab.c index a664c66e..aeddf7c3 100644 --- a/corec/corec/helpers/parser/strtab.c +++ b/corec/corec/helpers/parser/strtab.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/parser/strtab.h b/corec/corec/helpers/parser/strtab.h index ba598bec..5c2859e6 100644 --- a/corec/corec/helpers/parser/strtab.h +++ b/corec/corec/helpers/parser/strtab.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/parser/strtypes.c b/corec/corec/helpers/parser/strtypes.c index de174ec8..22fe5f59 100644 --- a/corec/corec/helpers/parser/strtypes.c +++ b/corec/corec/helpers/parser/strtypes.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/helpers/parser/strtypes.h b/corec/corec/helpers/parser/strtypes.h index 05487824..f2d1a831 100644 --- a/corec/corec/helpers/parser/strtypes.h +++ b/corec/corec/helpers/parser/strtypes.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/memalloc.h b/corec/corec/memalloc.h index c61292c7..507fa6d4 100644 --- a/corec/corec/memalloc.h +++ b/corec/corec/memalloc.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/memheap.h b/corec/corec/memheap.h index 79f5b826..a9c787a1 100644 --- a/corec/corec/memheap.h +++ b/corec/corec/memheap.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/node/node.c b/corec/corec/node/node.c index 1582b042..0f33e929 100644 --- a/corec/corec/node/node.c +++ b/corec/corec/node/node.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/node/node.h b/corec/corec/node/node.h index 8b861ba5..7e2d8bdf 100644 --- a/corec/corec/node/node.h +++ b/corec/corec/node/node.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/node/node_internal.h b/corec/corec/node/node_internal.h index b8717b95..f48032f0 100644 --- a/corec/corec/node/node_internal.h +++ b/corec/corec/node/node_internal.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/node/nodebase.h b/corec/corec/node/nodebase.h index 7df7e619..9d9e7fd5 100644 --- a/corec/corec/node/nodebase.h +++ b/corec/corec/node/nodebase.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/node/nodetree.c b/corec/corec/node/nodetree.c index 276225cc..62257883 100644 --- a/corec/corec/node/nodetree.c +++ b/corec/corec/node/nodetree.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/node/nodetree.h b/corec/corec/node/nodetree.h index 1d273c33..3f547b14 100644 --- a/corec/corec/node/nodetree.h +++ b/corec/corec/node/nodetree.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/portab.h b/corec/corec/portab.h index 7e9d00af..600139c9 100644 --- a/corec/corec/portab.h +++ b/corec/corec/portab.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/str/str.c b/corec/corec/str/str.c index 800e3593..dce17cbd 100644 --- a/corec/corec/str/str.c +++ b/corec/corec/str/str.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/str/str.h b/corec/corec/str/str.h index a5d6ba39..9a84e936 100644 --- a/corec/corec/str/str.h +++ b/corec/corec/str/str.h @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/str/str_linux.c b/corec/corec/str/str_linux.c index c05affbe..4f09816f 100644 --- a/corec/corec/str/str_linux.c +++ b/corec/corec/str/str_linux.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/str/str_osx.c b/corec/corec/str/str_osx.c index aa266464..c5ee1802 100644 --- a/corec/corec/str/str_osx.c +++ b/corec/corec/str/str_osx.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/corec/str/str_win32.c b/corec/corec/str/str_win32.c index 450554f7..b4eed059 100644 --- a/corec/corec/str/str_win32.c +++ b/corec/corec/str/str_win32.c @@ -1,7 +1,6 @@ /***************************************************************************** * * Copyright (c) 2008-2010, CoreCodec, Inc. - * Copyright (C) CoreCodec, Inc. * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ diff --git a/corec/tools/branch/branch.c b/corec/tools/branch/branch.c index 47043ec1..368b1fed 100644 --- a/corec/tools/branch/branch.c +++ b/corec/tools/branch/branch.c @@ -1,6 +1,5 @@ /* Copyright (c) 2006-2010, CoreCodec, Inc. - Copyright (C) CoreCodec, Inc. SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/ebml2/ebml.h b/libebml2/ebml2/ebml.h index c305792f..1aeefb12 100644 --- a/libebml2/ebml2/ebml.h +++ b/libebml2/ebml2/ebml.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/ebml2/ebml_classes.h b/libebml2/ebml2/ebml_classes.h index 5a575858..447c82b4 100644 --- a/libebml2/ebml2/ebml_classes.h +++ b/libebml2/ebml2/ebml_classes.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/ebmlbinary.c b/libebml2/ebmlbinary.c index edd87ffa..22e2fdc5 100644 --- a/libebml2/ebmlbinary.c +++ b/libebml2/ebmlbinary.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlcrc.c b/libebml2/ebmlcrc.c index f72b0047..1325a2c4 100644 --- a/libebml2/ebmlcrc.c +++ b/libebml2/ebmlcrc.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlcrc.h b/libebml2/ebmlcrc.h index 10db3dc7..d27142d6 100644 --- a/libebml2/ebmlcrc.h +++ b/libebml2/ebmlcrc.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/ebmldate.c b/libebml2/ebmldate.c index f710cb39..0a09bdf1 100644 --- a/libebml2/ebmldate.c +++ b/libebml2/ebmldate.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlelement.c b/libebml2/ebmlelement.c index f32f0ae4..e0b4f0dd 100644 --- a/libebml2/ebmlelement.c +++ b/libebml2/ebmlelement.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlmain.c b/libebml2/ebmlmain.c index 463cf189..805b130d 100644 --- a/libebml2/ebmlmain.c +++ b/libebml2/ebmlmain.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlmaster.c b/libebml2/ebmlmaster.c index 5869fb3a..94d030d4 100644 --- a/libebml2/ebmlmaster.c +++ b/libebml2/ebmlmaster.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlnumber.c b/libebml2/ebmlnumber.c index 1902c38d..0b71c2ee 100644 --- a/libebml2/ebmlnumber.c +++ b/libebml2/ebmlnumber.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlstring.c b/libebml2/ebmlstring.c index a7da38a6..8ef1a2cd 100644 --- a/libebml2/ebmlstring.c +++ b/libebml2/ebmlstring.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/ebmlvoid.c b/libebml2/ebmlvoid.c index 1cde561e..86cf7f94 100644 --- a/libebml2/ebmlvoid.c +++ b/libebml2/ebmlvoid.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "ebml2/ebml.h" diff --git a/libebml2/internal.h b/libebml2/internal.h index fb20309f..2598c317 100644 --- a/libebml2/internal.h +++ b/libebml2/internal.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlBinary.h b/libebml2/legacy/ebml/EbmlBinary.h index 2112f7ed..e461446d 100644 --- a/libebml2/legacy/ebml/EbmlBinary.h +++ b/libebml2/legacy/ebml/EbmlBinary.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlConfig.h b/libebml2/legacy/ebml/EbmlConfig.h index 6bbdffc7..3ced8dcb 100644 --- a/libebml2/legacy/ebml/EbmlConfig.h +++ b/libebml2/legacy/ebml/EbmlConfig.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlContexts.h b/libebml2/legacy/ebml/EbmlContexts.h index 8ea47e66..683f41fa 100644 --- a/libebml2/legacy/ebml/EbmlContexts.h +++ b/libebml2/legacy/ebml/EbmlContexts.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlCrc32.h b/libebml2/legacy/ebml/EbmlCrc32.h index 74240371..70963018 100644 --- a/libebml2/legacy/ebml/EbmlCrc32.h +++ b/libebml2/legacy/ebml/EbmlCrc32.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlDate.h b/libebml2/legacy/ebml/EbmlDate.h index 8fa350fd..01add744 100644 --- a/libebml2/legacy/ebml/EbmlDate.h +++ b/libebml2/legacy/ebml/EbmlDate.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlDummy.h b/libebml2/legacy/ebml/EbmlDummy.h index 9aa8c990..fcf32969 100644 --- a/libebml2/legacy/ebml/EbmlDummy.h +++ b/libebml2/legacy/ebml/EbmlDummy.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlElement.h b/libebml2/legacy/ebml/EbmlElement.h index 9a5b6b39..8439153e 100644 --- a/libebml2/legacy/ebml/EbmlElement.h +++ b/libebml2/legacy/ebml/EbmlElement.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlFloat.h b/libebml2/legacy/ebml/EbmlFloat.h index c7206207..3b1d48bb 100644 --- a/libebml2/legacy/ebml/EbmlFloat.h +++ b/libebml2/legacy/ebml/EbmlFloat.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlHead.h b/libebml2/legacy/ebml/EbmlHead.h index ee2566ce..c11efb10 100644 --- a/libebml2/legacy/ebml/EbmlHead.h +++ b/libebml2/legacy/ebml/EbmlHead.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlId.h b/libebml2/legacy/ebml/EbmlId.h index 0a64dc8f..10e48f28 100644 --- a/libebml2/legacy/ebml/EbmlId.h +++ b/libebml2/legacy/ebml/EbmlId.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlMaster.h b/libebml2/legacy/ebml/EbmlMaster.h index 2e1b5013..0f5815ad 100644 --- a/libebml2/legacy/ebml/EbmlMaster.h +++ b/libebml2/legacy/ebml/EbmlMaster.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlSInteger.h b/libebml2/legacy/ebml/EbmlSInteger.h index 52939475..4c002847 100644 --- a/libebml2/legacy/ebml/EbmlSInteger.h +++ b/libebml2/legacy/ebml/EbmlSInteger.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlStream.h b/libebml2/legacy/ebml/EbmlStream.h index b2242d98..28fb09ea 100644 --- a/libebml2/legacy/ebml/EbmlStream.h +++ b/libebml2/legacy/ebml/EbmlStream.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlString.h b/libebml2/legacy/ebml/EbmlString.h index cc4c7013..49e67b4e 100644 --- a/libebml2/legacy/ebml/EbmlString.h +++ b/libebml2/legacy/ebml/EbmlString.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlSubHead.h b/libebml2/legacy/ebml/EbmlSubHead.h index 408ec310..8a57280b 100644 --- a/libebml2/legacy/ebml/EbmlSubHead.h +++ b/libebml2/legacy/ebml/EbmlSubHead.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlTypes.h b/libebml2/legacy/ebml/EbmlTypes.h index 3f849ffe..55f266de 100644 --- a/libebml2/legacy/ebml/EbmlTypes.h +++ b/libebml2/legacy/ebml/EbmlTypes.h @@ -1,6 +1,5 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlUInteger.h b/libebml2/legacy/ebml/EbmlUInteger.h index 46e045ed..7f773fe0 100644 --- a/libebml2/legacy/ebml/EbmlUInteger.h +++ b/libebml2/legacy/ebml/EbmlUInteger.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlUnicodeString.h b/libebml2/legacy/ebml/EbmlUnicodeString.h index bcee02ca..883fc799 100644 --- a/libebml2/legacy/ebml/EbmlUnicodeString.h +++ b/libebml2/legacy/ebml/EbmlUnicodeString.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlVersion.h b/libebml2/legacy/ebml/EbmlVersion.h index 9d769280..56badfa1 100644 --- a/libebml2/legacy/ebml/EbmlVersion.h +++ b/libebml2/legacy/ebml/EbmlVersion.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/EbmlVoid.h b/libebml2/legacy/ebml/EbmlVoid.h index 5bde6286..6560f9e9 100644 --- a/libebml2/legacy/ebml/EbmlVoid.h +++ b/libebml2/legacy/ebml/EbmlVoid.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/IOCallback.h b/libebml2/legacy/ebml/IOCallback.h index 5bc2e5db..add5e4d7 100644 --- a/libebml2/legacy/ebml/IOCallback.h +++ b/libebml2/legacy/ebml/IOCallback.h @@ -1,7 +1,6 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/ebml/c/libebml_t.h b/libebml2/legacy/ebml/c/libebml_t.h index 3f849ffe..55f266de 100644 --- a/libebml2/legacy/ebml/c/libebml_t.h +++ b/libebml2/legacy/ebml/c/libebml_t.h @@ -1,6 +1,5 @@ /* * $Id: ebmlbinary.c 1319 2008-09-19 16:08:57Z robux4 $ * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/legacy/legacy.cpp b/libebml2/legacy/legacy.cpp index 487a24c7..00cf00fb 100644 --- a/libebml2/legacy/legacy.cpp +++ b/libebml2/legacy/legacy.cpp @@ -1,6 +1,5 @@ /* * Copyright (c) 2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libebml2/test/ebmltree.c b/libebml2/test/ebmltree.c index 1b99c748..498a114d 100644 --- a/libebml2/test/ebmltree.c +++ b/libebml2/test/ebmltree.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2008-2010, Matroska Foundation - * Copyright (C) the Matroska association + * Copyright (c) 2008-2010, Matroska (non-profit organisation) * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libmatroska2/MatroskaParser/MatroskaParser.c b/libmatroska2/MatroskaParser/MatroskaParser.c index eaeb7727..8288bf3d 100644 --- a/libmatroska2/MatroskaParser/MatroskaParser.c +++ b/libmatroska2/MatroskaParser/MatroskaParser.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libmatroska2/MatroskaParser/MatroskaParser.h b/libmatroska2/MatroskaParser/MatroskaParser.h index 2face1e1..f9672d4d 100644 --- a/libmatroska2/MatroskaParser/MatroskaParser.h +++ b/libmatroska2/MatroskaParser/MatroskaParser.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2010, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libmatroska2/matroska2/matroska.h b/libmatroska2/matroska2/matroska.h index e3a2605d..e4019b2a 100644 --- a/libmatroska2/matroska2/matroska.h +++ b/libmatroska2/matroska2/matroska.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2011, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MATROSKA_MATROSKA_H diff --git a/libmatroska2/matroska2/matroska_classes.h b/libmatroska2/matroska2/matroska_classes.h index 52eaed04..4b6915e1 100644 --- a/libmatroska2/matroska2/matroska_classes.h +++ b/libmatroska2/matroska2/matroska_classes.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2010-2011, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/libmatroska2/matroska2/matroska_sem.h b/libmatroska2/matroska2/matroska_sem.h index 77f8a940..7e871c23 100644 --- a/libmatroska2/matroska2/matroska_sem.h +++ b/libmatroska2/matroska2/matroska_sem.h @@ -3,7 +3,6 @@ * https://github.com/Matroska-Org/foundation-source/tree/master/spectool * * Copyright (c) 2008-2022, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h" diff --git a/libmatroska2/matroska_sem.c b/libmatroska2/matroska_sem.c index 8083e8d2..6c4ad8f2 100644 --- a/libmatroska2/matroska_sem.c +++ b/libmatroska2/matroska_sem.c @@ -3,7 +3,6 @@ * https://github.com/Matroska-Org/foundation-source/tree/master/spectool * * Copyright (c) 2008-2020, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h" diff --git a/libmatroska2/matroskablock.c b/libmatroska2/matroskablock.c index 2f7a9157..3d064a43 100644 --- a/libmatroska2/matroskablock.c +++ b/libmatroska2/matroskablock.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2010-2011, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h" diff --git a/libmatroska2/matroskamain.c b/libmatroska2/matroskamain.c index d4b74bbd..ddae7126 100644 --- a/libmatroska2/matroskamain.c +++ b/libmatroska2/matroskamain.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2008-2011, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h" diff --git a/libmatroska2/test/mkvtree.c b/libmatroska2/test/mkvtree.c index 9a1b7f25..8e858e56 100644 --- a/libmatroska2/test/mkvtree.c +++ b/libmatroska2/test/mkvtree.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2008-2010, Matroska Foundation - * Copyright (C) the Matroska association + * Copyright (c) 2008-2010, Matroska (non-profit organisation) * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/mkclean/mkclean.c b/mkclean/mkclean.c index 5084180c..db2e98b4 100644 --- a/mkclean/mkclean.c +++ b/mkclean/mkclean.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2010-2011, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #define EBML2_UGLY_HACKS_API // we force some values in the elements we read diff --git a/mkparts/mkparts.c b/mkparts/mkparts.c index f2fd5b6b..9c7eb74d 100644 --- a/mkparts/mkparts.c +++ b/mkparts/mkparts.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2011, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h" diff --git a/mkvalidator/mkvalidator.c b/mkvalidator/mkvalidator.c index a715323a..3cd9df53 100644 --- a/mkvalidator/mkvalidator.c +++ b/mkvalidator/mkvalidator.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2010-2015, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h" diff --git a/spectool/schema_2_matroska_sem_c.xsl b/spectool/schema_2_matroska_sem_c.xsl index 33ba47bf..559a4254 100644 --- a/spectool/schema_2_matroska_sem_c.xsl +++ b/spectool/schema_2_matroska_sem_c.xsl @@ -14,7 +14,6 @@ * https://github.com/Matroska-Org/foundation-source/tree/master/spectool * * Copyright (c) 2008-2020, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h" diff --git a/spectool/schema_2_matroska_sem_h.xsl b/spectool/schema_2_matroska_sem_h.xsl index a86f2832..cc060c40 100644 --- a/spectool/schema_2_matroska_sem_h.xsl +++ b/spectool/schema_2_matroska_sem_h.xsl @@ -14,7 +14,6 @@ * https://github.com/Matroska-Org/foundation-source/tree/master/spectool * * Copyright (c) 2008-2022, Matroska (non-profit organisation) - * Copyright (C) the Matroska association * SPDX-License-Identifier: BSD-3-Clause */ #include "matroska2/matroska.h"