diff --git a/LICENSE b/LICENSE index 6fc5f7b0..d6456956 100644 --- a/LICENSE +++ b/LICENSE @@ -1,43 +1,202 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Makefile b/Makefile index 78940486..ea3b6cb7 100644 --- a/Makefile +++ b/Makefile @@ -1,46 +1,18 @@ -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # SOURCEDIR = src MAINSOURCEDIR = $(SOURCEDIR)/main @@ -52,18 +24,18 @@ DOCDIR = doc THIRDPARTYDIR = third_party THIRDPARTYDIRS = $(wildcard $(THIRDPARTYDIR)/*) -TARGET = $(LIBDIR)/libsptk.a -MAINSOURCES = $(wildcard $(MAINSOURCEDIR)/*.cc) -SOURCES = $(filter-out $(MAINSOURCES), $(wildcard $(SOURCEDIR)/*/*.cc)) -OBJECTS = $(patsubst $(SOURCEDIR)/%.cc, $(BUILDDIR)/%.o, $(SOURCES)) -BINARIES = $(patsubst $(MAINSOURCEDIR)/%.cc, $(BINDIR)/%, $(MAINSOURCES)) +TARGET = $(LIBDIR)/libsptk.a +MAINSOURCES = $(wildcard $(MAINSOURCEDIR)/*.cc) +SOURCES = $(filter-out $(MAINSOURCES), $(wildcard $(SOURCEDIR)/*/*.cc)) +OBJECTS = $(patsubst $(SOURCEDIR)/%.cc, $(BUILDDIR)/%.o, $(SOURCES)) +BINARIES = $(patsubst $(MAINSOURCEDIR)/%.cc, $(BINDIR)/%, $(MAINSOURCES)) -MAKE = make -CXX = g++ -AR = ar -CXXFLAGS = -Wall -O2 -g -std=c++11 -LIBFLAGS = -lm -lstdc++ -INCLUDE = -I $(INCLUDEDIR) -I $(THIRDPARTYDIR) +MAKE = make +CXX = g++ +AR = ar +CXXFLAGS = -Wall -O2 -g -std=c++11 +LIBFLAGS = -lm -lstdc++ +INCLUDE = -I $(INCLUDEDIR) -I $(THIRDPARTYDIR) all: $(THIRDPARTYDIRS) $(TARGET) $(BINARIES) diff --git a/README.md b/README.md index da21add3..d942dd6f 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,4 @@ Contributors License ------- -This software is released under the Modified BSD license - see LICENSE file for details. +This software is released under the Apache License 2.0. diff --git a/egs/analysis_synthesis/lpc/run.sh b/egs/analysis_synthesis/lpc/run.sh index ae6926f2..9a6927a2 100755 --- a/egs/analysis_synthesis/lpc/run.sh +++ b/egs/analysis_synthesis/lpc/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/analysis_synthesis/lsp/run.sh b/egs/analysis_synthesis/lsp/run.sh index 0978437b..3c6990e5 100755 --- a/egs/analysis_synthesis/lsp/run.sh +++ b/egs/analysis_synthesis/lsp/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/analysis_synthesis/mgc/run.sh b/egs/analysis_synthesis/mgc/run.sh index aaa2db00..f27b8643 100755 --- a/egs/analysis_synthesis/mgc/run.sh +++ b/egs/analysis_synthesis/mgc/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/analysis_synthesis/par/run.sh b/egs/analysis_synthesis/par/run.sh index a37894b9..7e50d008 100755 --- a/egs/analysis_synthesis/par/run.sh +++ b/egs/analysis_synthesis/par/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/parametric_coding/mgc/run.sh b/egs/parametric_coding/mgc/run.sh index 350e7034..4f2c42d7 100755 --- a/egs/parametric_coding/mgc/run.sh +++ b/egs/parametric_coding/mgc/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/subband_decomposition/raw/run.sh b/egs/subband_decomposition/raw/run.sh index e42da393..be74fb10 100755 --- a/egs/subband_decomposition/raw/run.sh +++ b/egs/subband_decomposition/raw/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/subband_decomposition/res/run.sh b/egs/subband_decomposition/res/run.sh index 2a51696a..5c5ea052 100755 --- a/egs/subband_decomposition/res/run.sh +++ b/egs/subband_decomposition/res/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/voice_conversion/mgc/run.sh b/egs/voice_conversion/mgc/run.sh index 4c533de6..19894763 100644 --- a/egs/voice_conversion/mgc/run.sh +++ b/egs/voice_conversion/mgc/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/egs/waveform_coding/raw/run.sh b/egs/waveform_coding/raw/run.sh index cae63627..7bbe1d4c 100755 --- a/egs/waveform_coding/raw/run.sh +++ b/egs/waveform_coding/raw/run.sh @@ -1,47 +1,19 @@ #!/bin/bash -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # set -euo pipefail diff --git a/include/SPTK/analysis/adaptive_generalized_cepstral_analysis.h b/include/SPTK/analysis/adaptive_generalized_cepstral_analysis.h index 7d33ee17..529f0cbc 100644 --- a/include/SPTK/analysis/adaptive_generalized_cepstral_analysis.h +++ b/include/SPTK/analysis/adaptive_generalized_cepstral_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_ADAPTIVE_GENERALIZED_CEPSTRAL_ANALYSIS_H_ #define SPTK_ANALYSIS_ADAPTIVE_GENERALIZED_CEPSTRAL_ANALYSIS_H_ diff --git a/include/SPTK/analysis/adaptive_mel_cepstral_analysis.h b/include/SPTK/analysis/adaptive_mel_cepstral_analysis.h index ff387942..136c9cec 100644 --- a/include/SPTK/analysis/adaptive_mel_cepstral_analysis.h +++ b/include/SPTK/analysis/adaptive_mel_cepstral_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_ADAPTIVE_MEL_CEPSTRAL_ANALYSIS_H_ #define SPTK_ANALYSIS_ADAPTIVE_MEL_CEPSTRAL_ANALYSIS_H_ diff --git a/include/SPTK/analysis/adaptive_mel_generalized_cepstral_analysis.h b/include/SPTK/analysis/adaptive_mel_generalized_cepstral_analysis.h index ee42adad..c32f1c7d 100644 --- a/include/SPTK/analysis/adaptive_mel_generalized_cepstral_analysis.h +++ b/include/SPTK/analysis/adaptive_mel_generalized_cepstral_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_ADAPTIVE_MEL_GENERALIZED_CEPSTRAL_ANALYSIS_H_ #define SPTK_ANALYSIS_ADAPTIVE_MEL_GENERALIZED_CEPSTRAL_ANALYSIS_H_ diff --git a/include/SPTK/analysis/fast_fourier_transform_cepstral_analysis.h b/include/SPTK/analysis/fast_fourier_transform_cepstral_analysis.h index 7ec1f44e..e949c77c 100644 --- a/include/SPTK/analysis/fast_fourier_transform_cepstral_analysis.h +++ b/include/SPTK/analysis/fast_fourier_transform_cepstral_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_FAST_FOURIER_TRANSFORM_CEPSTRAL_ANALYSIS_H_ #define SPTK_ANALYSIS_FAST_FOURIER_TRANSFORM_CEPSTRAL_ANALYSIS_H_ diff --git a/include/SPTK/analysis/mel_cepstral_analysis.h b/include/SPTK/analysis/mel_cepstral_analysis.h index 49266e8d..f8876d4e 100644 --- a/include/SPTK/analysis/mel_cepstral_analysis.h +++ b/include/SPTK/analysis/mel_cepstral_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_MEL_CEPSTRAL_ANALYSIS_H_ #define SPTK_ANALYSIS_MEL_CEPSTRAL_ANALYSIS_H_ diff --git a/include/SPTK/analysis/mel_filter_bank_analysis.h b/include/SPTK/analysis/mel_filter_bank_analysis.h index 4ad42892..ceaf08ca 100644 --- a/include/SPTK/analysis/mel_filter_bank_analysis.h +++ b/include/SPTK/analysis/mel_filter_bank_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_MEL_FILTER_BANK_ANALYSIS_H_ #define SPTK_ANALYSIS_MEL_FILTER_BANK_ANALYSIS_H_ diff --git a/include/SPTK/analysis/mel_frequency_cepstral_coefficients_analysis.h b/include/SPTK/analysis/mel_frequency_cepstral_coefficients_analysis.h index f3abc22c..2ae24b5e 100644 --- a/include/SPTK/analysis/mel_frequency_cepstral_coefficients_analysis.h +++ b/include/SPTK/analysis/mel_frequency_cepstral_coefficients_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_MEL_FREQUENCY_CEPSTRAL_COEFFICIENTS_ANALYSIS_H_ #define SPTK_ANALYSIS_MEL_FREQUENCY_CEPSTRAL_COEFFICIENTS_ANALYSIS_H_ diff --git a/include/SPTK/analysis/mel_generalized_cepstral_analysis.h b/include/SPTK/analysis/mel_generalized_cepstral_analysis.h index 31424e51..0b892a87 100644 --- a/include/SPTK/analysis/mel_generalized_cepstral_analysis.h +++ b/include/SPTK/analysis/mel_generalized_cepstral_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_MEL_GENERALIZED_CEPSTRAL_ANALYSIS_H_ #define SPTK_ANALYSIS_MEL_GENERALIZED_CEPSTRAL_ANALYSIS_H_ diff --git a/include/SPTK/analysis/pitch_extraction.h b/include/SPTK/analysis/pitch_extraction.h index 8f90fee4..c0da33e2 100644 --- a/include/SPTK/analysis/pitch_extraction.h +++ b/include/SPTK/analysis/pitch_extraction.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_PITCH_EXTRACTION_H_ #define SPTK_ANALYSIS_PITCH_EXTRACTION_H_ diff --git a/include/SPTK/analysis/pitch_extraction_by_rapt.h b/include/SPTK/analysis/pitch_extraction_by_rapt.h index 5dac2d34..d6f80578 100644 --- a/include/SPTK/analysis/pitch_extraction_by_rapt.h +++ b/include/SPTK/analysis/pitch_extraction_by_rapt.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_PITCH_EXTRACTION_BY_RAPT_H_ #define SPTK_ANALYSIS_PITCH_EXTRACTION_BY_RAPT_H_ diff --git a/include/SPTK/analysis/pitch_extraction_by_reaper.h b/include/SPTK/analysis/pitch_extraction_by_reaper.h index 13e37d29..e62270ac 100644 --- a/include/SPTK/analysis/pitch_extraction_by_reaper.h +++ b/include/SPTK/analysis/pitch_extraction_by_reaper.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_PITCH_EXTRACTION_BY_REAPER_H_ #define SPTK_ANALYSIS_PITCH_EXTRACTION_BY_REAPER_H_ diff --git a/include/SPTK/analysis/pitch_extraction_by_swipe.h b/include/SPTK/analysis/pitch_extraction_by_swipe.h index 1b8e1de1..d5d36741 100644 --- a/include/SPTK/analysis/pitch_extraction_by_swipe.h +++ b/include/SPTK/analysis/pitch_extraction_by_swipe.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_PITCH_EXTRACTION_BY_SWIPE_H_ #define SPTK_ANALYSIS_PITCH_EXTRACTION_BY_SWIPE_H_ diff --git a/include/SPTK/analysis/pitch_extraction_by_world.h b/include/SPTK/analysis/pitch_extraction_by_world.h index 329134dc..40fae96c 100644 --- a/include/SPTK/analysis/pitch_extraction_by_world.h +++ b/include/SPTK/analysis/pitch_extraction_by_world.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_PITCH_EXTRACTION_BY_WORLD_H_ #define SPTK_ANALYSIS_PITCH_EXTRACTION_BY_WORLD_H_ diff --git a/include/SPTK/analysis/pitch_extraction_interface.h b/include/SPTK/analysis/pitch_extraction_interface.h index b61aa969..7654ba40 100644 --- a/include/SPTK/analysis/pitch_extraction_interface.h +++ b/include/SPTK/analysis/pitch_extraction_interface.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_PITCH_EXTRACTION_INTERFACE_H_ #define SPTK_ANALYSIS_PITCH_EXTRACTION_INTERFACE_H_ diff --git a/include/SPTK/analysis/zero_crossing_analysis.h b/include/SPTK/analysis/zero_crossing_analysis.h index 2b0b5314..1ce2a08f 100644 --- a/include/SPTK/analysis/zero_crossing_analysis.h +++ b/include/SPTK/analysis/zero_crossing_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_ANALYSIS_ZERO_CROSSING_ANALYSIS_H_ #define SPTK_ANALYSIS_ZERO_CROSSING_ANALYSIS_H_ diff --git a/include/SPTK/check/line_spectral_pairs_stability_check.h b/include/SPTK/check/line_spectral_pairs_stability_check.h index 425ba19c..1242cdcf 100644 --- a/include/SPTK/check/line_spectral_pairs_stability_check.h +++ b/include/SPTK/check/line_spectral_pairs_stability_check.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CHECK_LINE_SPECTRAL_PAIRS_STABILITY_CHECK_H_ #define SPTK_CHECK_LINE_SPECTRAL_PAIRS_STABILITY_CHECK_H_ diff --git a/include/SPTK/check/linear_predictive_coefficients_stability_check.h b/include/SPTK/check/linear_predictive_coefficients_stability_check.h index 6ced7c60..4976f861 100644 --- a/include/SPTK/check/linear_predictive_coefficients_stability_check.h +++ b/include/SPTK/check/linear_predictive_coefficients_stability_check.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CHECK_LINEAR_PREDICTIVE_COEFFICIENTS_STABILITY_CHECK_H_ #define SPTK_CHECK_LINEAR_PREDICTIVE_COEFFICIENTS_STABILITY_CHECK_H_ diff --git a/include/SPTK/check/mlsa_digital_filter_stability_check.h b/include/SPTK/check/mlsa_digital_filter_stability_check.h index e4b665b2..d2a81c07 100644 --- a/include/SPTK/check/mlsa_digital_filter_stability_check.h +++ b/include/SPTK/check/mlsa_digital_filter_stability_check.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CHECK_MLSA_DIGITAL_FILTER_STABILITY_CHECK_H_ #define SPTK_CHECK_MLSA_DIGITAL_FILTER_STABILITY_CHECK_H_ diff --git a/include/SPTK/compression/huffman_coding.h b/include/SPTK/compression/huffman_coding.h index 9ef244ca..bdddc6cf 100644 --- a/include/SPTK/compression/huffman_coding.h +++ b/include/SPTK/compression/huffman_coding.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_HUFFMAN_CODING_H_ #define SPTK_COMPRESSION_HUFFMAN_CODING_H_ diff --git a/include/SPTK/compression/huffman_decoding.h b/include/SPTK/compression/huffman_decoding.h index ceed9e66..5cf203b2 100644 --- a/include/SPTK/compression/huffman_decoding.h +++ b/include/SPTK/compression/huffman_decoding.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_HUFFMAN_DECODING_H_ #define SPTK_COMPRESSION_HUFFMAN_DECODING_H_ diff --git a/include/SPTK/compression/huffman_encoding.h b/include/SPTK/compression/huffman_encoding.h index c97aa432..c3670397 100644 --- a/include/SPTK/compression/huffman_encoding.h +++ b/include/SPTK/compression/huffman_encoding.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_HUFFMAN_ENCODING_H_ #define SPTK_COMPRESSION_HUFFMAN_ENCODING_H_ diff --git a/include/SPTK/compression/inverse_multistage_vector_quantization.h b/include/SPTK/compression/inverse_multistage_vector_quantization.h index d23121ec..0ed4f2f3 100644 --- a/include/SPTK/compression/inverse_multistage_vector_quantization.h +++ b/include/SPTK/compression/inverse_multistage_vector_quantization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_INVERSE_MULTISTAGE_VECTOR_QUANTIZATION_H_ #define SPTK_COMPRESSION_INVERSE_MULTISTAGE_VECTOR_QUANTIZATION_H_ diff --git a/include/SPTK/compression/inverse_uniform_quantization.h b/include/SPTK/compression/inverse_uniform_quantization.h index 4f3ed292..32ae445d 100644 --- a/include/SPTK/compression/inverse_uniform_quantization.h +++ b/include/SPTK/compression/inverse_uniform_quantization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_INVERSE_UNIFORM_QUANTIZATION_H_ #define SPTK_COMPRESSION_INVERSE_UNIFORM_QUANTIZATION_H_ diff --git a/include/SPTK/compression/inverse_vector_quantization.h b/include/SPTK/compression/inverse_vector_quantization.h index 6a5609b3..b77120a8 100644 --- a/include/SPTK/compression/inverse_vector_quantization.h +++ b/include/SPTK/compression/inverse_vector_quantization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_INVERSE_VECTOR_QUANTIZATION_H_ #define SPTK_COMPRESSION_INVERSE_VECTOR_QUANTIZATION_H_ diff --git a/include/SPTK/compression/linde_buzo_gray_algorithm.h b/include/SPTK/compression/linde_buzo_gray_algorithm.h index 9f3e13bd..ace071cb 100644 --- a/include/SPTK/compression/linde_buzo_gray_algorithm.h +++ b/include/SPTK/compression/linde_buzo_gray_algorithm.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_LINDE_BUZO_GRAY_ALGORITHM_H_ #define SPTK_COMPRESSION_LINDE_BUZO_GRAY_ALGORITHM_H_ diff --git a/include/SPTK/compression/mu_law_compression.h b/include/SPTK/compression/mu_law_compression.h index e9679cc9..0a6b2c77 100644 --- a/include/SPTK/compression/mu_law_compression.h +++ b/include/SPTK/compression/mu_law_compression.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_MU_LAW_COMPRESSION_H_ #define SPTK_COMPRESSION_MU_LAW_COMPRESSION_H_ diff --git a/include/SPTK/compression/mu_law_expansion.h b/include/SPTK/compression/mu_law_expansion.h index e1a01b6f..3b7f7827 100644 --- a/include/SPTK/compression/mu_law_expansion.h +++ b/include/SPTK/compression/mu_law_expansion.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_MU_LAW_EXPANSION_H_ #define SPTK_COMPRESSION_MU_LAW_EXPANSION_H_ diff --git a/include/SPTK/compression/multistage_vector_quantization.h b/include/SPTK/compression/multistage_vector_quantization.h index 6b0e3622..aa3a6bbd 100644 --- a/include/SPTK/compression/multistage_vector_quantization.h +++ b/include/SPTK/compression/multistage_vector_quantization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_MULTISTAGE_VECTOR_QUANTIZATION_H_ #define SPTK_COMPRESSION_MULTISTAGE_VECTOR_QUANTIZATION_H_ diff --git a/include/SPTK/compression/uniform_quantization.h b/include/SPTK/compression/uniform_quantization.h index ad70d3ce..3a0e1569 100644 --- a/include/SPTK/compression/uniform_quantization.h +++ b/include/SPTK/compression/uniform_quantization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_UNIFORM_QUANTIZATION_H_ #define SPTK_COMPRESSION_UNIFORM_QUANTIZATION_H_ diff --git a/include/SPTK/compression/vector_quantization.h b/include/SPTK/compression/vector_quantization.h index f27cc553..7e550966 100644 --- a/include/SPTK/compression/vector_quantization.h +++ b/include/SPTK/compression/vector_quantization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_COMPRESSION_VECTOR_QUANTIZATION_H_ #define SPTK_COMPRESSION_VECTOR_QUANTIZATION_H_ diff --git a/include/SPTK/conversion/all_pole_to_all_zero_digital_filter_coefficients.h b/include/SPTK/conversion/all_pole_to_all_zero_digital_filter_coefficients.h index 468c6a9f..82d10346 100644 --- a/include/SPTK/conversion/all_pole_to_all_zero_digital_filter_coefficients.h +++ b/include/SPTK/conversion/all_pole_to_all_zero_digital_filter_coefficients.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_ALL_POLE_TO_ALL_ZERO_DIGITAL_FILTER_COEFFICIENTS_H_ #define SPTK_CONVERSION_ALL_POLE_TO_ALL_ZERO_DIGITAL_FILTER_COEFFICIENTS_H_ diff --git a/include/SPTK/conversion/autocorrelation_to_composite_sinusoidal_modeling.h b/include/SPTK/conversion/autocorrelation_to_composite_sinusoidal_modeling.h index 55395b6e..0b601229 100644 --- a/include/SPTK/conversion/autocorrelation_to_composite_sinusoidal_modeling.h +++ b/include/SPTK/conversion/autocorrelation_to_composite_sinusoidal_modeling.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_AUTOCORRELATION_TO_COMPOSITE_SINUSOIDAL_MODELING_H_ #define SPTK_CONVERSION_AUTOCORRELATION_TO_COMPOSITE_SINUSOIDAL_MODELING_H_ diff --git a/include/SPTK/conversion/cepstrum_to_autocorrelation.h b/include/SPTK/conversion/cepstrum_to_autocorrelation.h index 6e59bb44..cb6fe7c1 100644 --- a/include/SPTK/conversion/cepstrum_to_autocorrelation.h +++ b/include/SPTK/conversion/cepstrum_to_autocorrelation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_CEPSTRUM_TO_AUTOCORRELATION_H_ #define SPTK_CONVERSION_CEPSTRUM_TO_AUTOCORRELATION_H_ diff --git a/include/SPTK/conversion/cepstrum_to_minimum_phase_impulse_response.h b/include/SPTK/conversion/cepstrum_to_minimum_phase_impulse_response.h index 87c2f1cd..d1af1b11 100644 --- a/include/SPTK/conversion/cepstrum_to_minimum_phase_impulse_response.h +++ b/include/SPTK/conversion/cepstrum_to_minimum_phase_impulse_response.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_CEPSTRUM_TO_MINIMUM_PHASE_IMPULSE_RESPONSE_H_ #define SPTK_CONVERSION_CEPSTRUM_TO_MINIMUM_PHASE_IMPULSE_RESPONSE_H_ diff --git a/include/SPTK/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.h b/include/SPTK/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.h index 5aabf6ab..458551fa 100644 --- a/include/SPTK/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.h +++ b/include/SPTK/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_CEPSTRUM_TO_NEGATIVE_DERIVATIVE_OF_PHASE_SPECTRUM_H_ #define SPTK_CONVERSION_CEPSTRUM_TO_NEGATIVE_DERIVATIVE_OF_PHASE_SPECTRUM_H_ diff --git a/include/SPTK/conversion/composite_sinusoidal_modeling_to_autocorrelation.h b/include/SPTK/conversion/composite_sinusoidal_modeling_to_autocorrelation.h index 99cd09e9..9fbb96ea 100644 --- a/include/SPTK/conversion/composite_sinusoidal_modeling_to_autocorrelation.h +++ b/include/SPTK/conversion/composite_sinusoidal_modeling_to_autocorrelation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_COMPOSITE_SINUSOIDAL_MODELING_TO_AUTOCORRELATION_H_ #define SPTK_CONVERSION_COMPOSITE_SINUSOIDAL_MODELING_TO_AUTOCORRELATION_H_ diff --git a/include/SPTK/conversion/filter_coefficients_to_group_delay.h b/include/SPTK/conversion/filter_coefficients_to_group_delay.h index 1eaea72e..f967be8b 100644 --- a/include/SPTK/conversion/filter_coefficients_to_group_delay.h +++ b/include/SPTK/conversion/filter_coefficients_to_group_delay.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_FILTER_COEFFICIENTS_TO_GROUP_DELAY_H_ #define SPTK_CONVERSION_FILTER_COEFFICIENTS_TO_GROUP_DELAY_H_ diff --git a/include/SPTK/conversion/filter_coefficients_to_phase_spectrum.h b/include/SPTK/conversion/filter_coefficients_to_phase_spectrum.h index a5467c0b..444bca86 100644 --- a/include/SPTK/conversion/filter_coefficients_to_phase_spectrum.h +++ b/include/SPTK/conversion/filter_coefficients_to_phase_spectrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_FILTER_COEFFICIENTS_TO_PHASE_SPECTRUM_H_ #define SPTK_CONVERSION_FILTER_COEFFICIENTS_TO_PHASE_SPECTRUM_H_ diff --git a/include/SPTK/conversion/filter_coefficients_to_spectrum.h b/include/SPTK/conversion/filter_coefficients_to_spectrum.h index a29bac39..a3e3a1e0 100644 --- a/include/SPTK/conversion/filter_coefficients_to_spectrum.h +++ b/include/SPTK/conversion/filter_coefficients_to_spectrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_FILTER_COEFFICIENTS_TO_SPECTRUM_H_ #define SPTK_CONVERSION_FILTER_COEFFICIENTS_TO_SPECTRUM_H_ diff --git a/include/SPTK/conversion/generalized_cepstrum_gain_normalization.h b/include/SPTK/conversion/generalized_cepstrum_gain_normalization.h index de6eec06..848dce23 100644 --- a/include/SPTK/conversion/generalized_cepstrum_gain_normalization.h +++ b/include/SPTK/conversion/generalized_cepstrum_gain_normalization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_GENERALIZED_CEPSTRUM_GAIN_NORMALIZATION_H_ #define SPTK_CONVERSION_GENERALIZED_CEPSTRUM_GAIN_NORMALIZATION_H_ diff --git a/include/SPTK/conversion/generalized_cepstrum_inverse_gain_normalization.h b/include/SPTK/conversion/generalized_cepstrum_inverse_gain_normalization.h index 89680a6b..19a1cb51 100644 --- a/include/SPTK/conversion/generalized_cepstrum_inverse_gain_normalization.h +++ b/include/SPTK/conversion/generalized_cepstrum_inverse_gain_normalization.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_GENERALIZED_CEPSTRUM_INVERSE_GAIN_NORMALIZATION_H_ #define SPTK_CONVERSION_GENERALIZED_CEPSTRUM_INVERSE_GAIN_NORMALIZATION_H_ diff --git a/include/SPTK/conversion/line_spectral_pairs_to_linear_predictive_coefficients.h b/include/SPTK/conversion/line_spectral_pairs_to_linear_predictive_coefficients.h index 3f2d0ea1..5ae77b45 100644 --- a/include/SPTK/conversion/line_spectral_pairs_to_linear_predictive_coefficients.h +++ b/include/SPTK/conversion/line_spectral_pairs_to_linear_predictive_coefficients.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_LINE_SPECTRAL_PAIRS_TO_LINEAR_PREDICTIVE_COEFFICIENTS_H_ #define SPTK_CONVERSION_LINE_SPECTRAL_PAIRS_TO_LINEAR_PREDICTIVE_COEFFICIENTS_H_ diff --git a/include/SPTK/conversion/linear_predictive_coefficients_to_cepstrum.h b/include/SPTK/conversion/linear_predictive_coefficients_to_cepstrum.h index 715a92b8..b40233ae 100644 --- a/include/SPTK/conversion/linear_predictive_coefficients_to_cepstrum.h +++ b/include/SPTK/conversion/linear_predictive_coefficients_to_cepstrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_LINEAR_PREDICTIVE_COEFFICIENTS_TO_CEPSTRUM_H_ #define SPTK_CONVERSION_LINEAR_PREDICTIVE_COEFFICIENTS_TO_CEPSTRUM_H_ diff --git a/include/SPTK/conversion/linear_predictive_coefficients_to_line_spectral_pairs.h b/include/SPTK/conversion/linear_predictive_coefficients_to_line_spectral_pairs.h index de9ebe81..2098f66f 100644 --- a/include/SPTK/conversion/linear_predictive_coefficients_to_line_spectral_pairs.h +++ b/include/SPTK/conversion/linear_predictive_coefficients_to_line_spectral_pairs.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_LINEAR_PREDICTIVE_COEFFICIENTS_TO_LINE_SPECTRAL_PAIRS_H_ #define SPTK_CONVERSION_LINEAR_PREDICTIVE_COEFFICIENTS_TO_LINE_SPECTRAL_PAIRS_H_ diff --git a/include/SPTK/conversion/linear_predictive_coefficients_to_parcor_coefficients.h b/include/SPTK/conversion/linear_predictive_coefficients_to_parcor_coefficients.h index 72e91655..9c446f7f 100644 --- a/include/SPTK/conversion/linear_predictive_coefficients_to_parcor_coefficients.h +++ b/include/SPTK/conversion/linear_predictive_coefficients_to_parcor_coefficients.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_LINEAR_PREDICTIVE_COEFFICIENTS_TO_PARCOR_COEFFICIENTS_H_ #define SPTK_CONVERSION_LINEAR_PREDICTIVE_COEFFICIENTS_TO_PARCOR_COEFFICIENTS_H_ diff --git a/include/SPTK/conversion/log_area_ratio_to_parcor_coefficients.h b/include/SPTK/conversion/log_area_ratio_to_parcor_coefficients.h index e280647b..e326dc5f 100644 --- a/include/SPTK/conversion/log_area_ratio_to_parcor_coefficients.h +++ b/include/SPTK/conversion/log_area_ratio_to_parcor_coefficients.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_LOG_AREA_RATIO_TO_PARCOR_COEFFICIENTS_H_ #define SPTK_CONVERSION_LOG_AREA_RATIO_TO_PARCOR_COEFFICIENTS_H_ diff --git a/include/SPTK/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.h b/include/SPTK/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.h index 1c576990..a6e95647 100644 --- a/include/SPTK/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.h +++ b/include/SPTK/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_MEL_CEPSTRUM_TO_MLSA_DIGITAL_FILTER_COEFFICIENTS_H_ #define SPTK_CONVERSION_MEL_CEPSTRUM_TO_MLSA_DIGITAL_FILTER_COEFFICIENTS_H_ diff --git a/include/SPTK/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.h b/include/SPTK/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.h index 263abf88..4a974c88 100644 --- a/include/SPTK/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.h +++ b/include/SPTK/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_MEL_GENERALIZED_CEPSTRUM_TO_MEL_GENERALIZED_CEPSTRUM_H_ #define SPTK_CONVERSION_MEL_GENERALIZED_CEPSTRUM_TO_MEL_GENERALIZED_CEPSTRUM_H_ diff --git a/include/SPTK/conversion/mel_generalized_cepstrum_to_spectrum.h b/include/SPTK/conversion/mel_generalized_cepstrum_to_spectrum.h index 58231d20..44f1887e 100644 --- a/include/SPTK/conversion/mel_generalized_cepstrum_to_spectrum.h +++ b/include/SPTK/conversion/mel_generalized_cepstrum_to_spectrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_MEL_GENERALIZED_CEPSTRUM_TO_SPECTRUM_H_ #define SPTK_CONVERSION_MEL_GENERALIZED_CEPSTRUM_TO_SPECTRUM_H_ diff --git a/include/SPTK/conversion/mel_generalized_line_spectral_pairs_to_spectrum.h b/include/SPTK/conversion/mel_generalized_line_spectral_pairs_to_spectrum.h index 0f68e89c..c0676216 100644 --- a/include/SPTK/conversion/mel_generalized_line_spectral_pairs_to_spectrum.h +++ b/include/SPTK/conversion/mel_generalized_line_spectral_pairs_to_spectrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_MEL_GENERALIZED_LINE_SPECTRAL_PAIRS_TO_SPECTRUM_H_ #define SPTK_CONVERSION_MEL_GENERALIZED_LINE_SPECTRAL_PAIRS_TO_SPECTRUM_H_ diff --git a/include/SPTK/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.h b/include/SPTK/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.h index 53f283d1..626b3073 100644 --- a/include/SPTK/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.h +++ b/include/SPTK/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_MLSA_DIGITAL_FILTER_COEFFICIENTS_TO_MEL_CEPSTRUM_H_ #define SPTK_CONVERSION_MLSA_DIGITAL_FILTER_COEFFICIENTS_TO_MEL_CEPSTRUM_H_ diff --git a/include/SPTK/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.h b/include/SPTK/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.h index cbf6018b..9d1cf754 100644 --- a/include/SPTK/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.h +++ b/include/SPTK/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_NEGATIVE_DERIVATIVE_OF_PHASE_SPECTRUM_TO_CEPSTRUM_H_ #define SPTK_CONVERSION_NEGATIVE_DERIVATIVE_OF_PHASE_SPECTRUM_TO_CEPSTRUM_H_ diff --git a/include/SPTK/conversion/parcor_coefficients_to_linear_predictive_coefficients.h b/include/SPTK/conversion/parcor_coefficients_to_linear_predictive_coefficients.h index d264a137..981b8af1 100644 --- a/include/SPTK/conversion/parcor_coefficients_to_linear_predictive_coefficients.h +++ b/include/SPTK/conversion/parcor_coefficients_to_linear_predictive_coefficients.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_PARCOR_COEFFICIENTS_TO_LINEAR_PREDICTIVE_COEFFICIENTS_H_ #define SPTK_CONVERSION_PARCOR_COEFFICIENTS_TO_LINEAR_PREDICTIVE_COEFFICIENTS_H_ diff --git a/include/SPTK/conversion/parcor_coefficients_to_log_area_ratio.h b/include/SPTK/conversion/parcor_coefficients_to_log_area_ratio.h index 61139a00..3ed8c693 100644 --- a/include/SPTK/conversion/parcor_coefficients_to_log_area_ratio.h +++ b/include/SPTK/conversion/parcor_coefficients_to_log_area_ratio.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_PARCOR_COEFFICIENTS_TO_LOG_AREA_RATIO_H_ #define SPTK_CONVERSION_PARCOR_COEFFICIENTS_TO_LOG_AREA_RATIO_H_ diff --git a/include/SPTK/conversion/spectrum_to_spectrum.h b/include/SPTK/conversion/spectrum_to_spectrum.h index ade4ca6a..4c39343c 100644 --- a/include/SPTK/conversion/spectrum_to_spectrum.h +++ b/include/SPTK/conversion/spectrum_to_spectrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_SPECTRUM_TO_SPECTRUM_H_ #define SPTK_CONVERSION_SPECTRUM_TO_SPECTRUM_H_ diff --git a/include/SPTK/conversion/waveform_to_autocorrelation.h b/include/SPTK/conversion/waveform_to_autocorrelation.h index d2d42a07..b89abb24 100644 --- a/include/SPTK/conversion/waveform_to_autocorrelation.h +++ b/include/SPTK/conversion/waveform_to_autocorrelation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_WAVEFORM_TO_AUTOCORRELATION_H_ #define SPTK_CONVERSION_WAVEFORM_TO_AUTOCORRELATION_H_ diff --git a/include/SPTK/conversion/waveform_to_spectrum.h b/include/SPTK/conversion/waveform_to_spectrum.h index e3c7b84a..820798ae 100644 --- a/include/SPTK/conversion/waveform_to_spectrum.h +++ b/include/SPTK/conversion/waveform_to_spectrum.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_CONVERSION_WAVEFORM_TO_SPECTRUM_H_ #define SPTK_CONVERSION_WAVEFORM_TO_SPECTRUM_H_ diff --git a/include/SPTK/filter/all_pole_digital_filter.h b/include/SPTK/filter/all_pole_digital_filter.h index 3ff8645f..dd2fbdb3 100644 --- a/include/SPTK/filter/all_pole_digital_filter.h +++ b/include/SPTK/filter/all_pole_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_ALL_POLE_DIGITAL_FILTER_H_ #define SPTK_FILTER_ALL_POLE_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/all_pole_lattice_digital_filter.h b/include/SPTK/filter/all_pole_lattice_digital_filter.h index 74d0c305..9f99ce2c 100644 --- a/include/SPTK/filter/all_pole_lattice_digital_filter.h +++ b/include/SPTK/filter/all_pole_lattice_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_ALL_POLE_LATTICE_DIGITAL_FILTER_H_ #define SPTK_FILTER_ALL_POLE_LATTICE_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/all_zero_digital_filter.h b/include/SPTK/filter/all_zero_digital_filter.h index cb362b42..031aa653 100644 --- a/include/SPTK/filter/all_zero_digital_filter.h +++ b/include/SPTK/filter/all_zero_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_ALL_ZERO_DIGITAL_FILTER_H_ #define SPTK_FILTER_ALL_ZERO_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/infinite_impulse_response_digital_filter.h b/include/SPTK/filter/infinite_impulse_response_digital_filter.h index 7598a16b..f0ce06fd 100644 --- a/include/SPTK/filter/infinite_impulse_response_digital_filter.h +++ b/include/SPTK/filter/infinite_impulse_response_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_INFINITE_IMPULSE_RESPONSE_DIGITAL_FILTER_H_ #define SPTK_FILTER_INFINITE_IMPULSE_RESPONSE_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/inverse_mglsa_digital_filter.h b/include/SPTK/filter/inverse_mglsa_digital_filter.h index 31eeac6b..2628fcf9 100644 --- a/include/SPTK/filter/inverse_mglsa_digital_filter.h +++ b/include/SPTK/filter/inverse_mglsa_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_INVERSE_MGLSA_DIGITAL_FILTER_H_ #define SPTK_FILTER_INVERSE_MGLSA_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/inverse_pseudo_quadrature_mirror_filter_banks.h b/include/SPTK/filter/inverse_pseudo_quadrature_mirror_filter_banks.h index 94c914df..2b4016d3 100644 --- a/include/SPTK/filter/inverse_pseudo_quadrature_mirror_filter_banks.h +++ b/include/SPTK/filter/inverse_pseudo_quadrature_mirror_filter_banks.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_INVERSE_PSEUDO_QUADRATURE_MIRROR_FILTER_BANKS_H_ #define SPTK_FILTER_INVERSE_PSEUDO_QUADRATURE_MIRROR_FILTER_BANKS_H_ diff --git a/include/SPTK/filter/line_spectral_pairs_digital_filter.h b/include/SPTK/filter/line_spectral_pairs_digital_filter.h index 9af78f89..98280310 100644 --- a/include/SPTK/filter/line_spectral_pairs_digital_filter.h +++ b/include/SPTK/filter/line_spectral_pairs_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_LINE_SPECTRAL_PAIRS_DIGITAL_FILTER_H_ #define SPTK_FILTER_LINE_SPECTRAL_PAIRS_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/mglsa_digital_filter.h b/include/SPTK/filter/mglsa_digital_filter.h index 1d414080..e3cbc38c 100644 --- a/include/SPTK/filter/mglsa_digital_filter.h +++ b/include/SPTK/filter/mglsa_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_MGLSA_DIGITAL_FILTER_H_ #define SPTK_FILTER_MGLSA_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/mlsa_digital_filter.h b/include/SPTK/filter/mlsa_digital_filter.h index 388534d1..8bd33d22 100644 --- a/include/SPTK/filter/mlsa_digital_filter.h +++ b/include/SPTK/filter/mlsa_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_MLSA_DIGITAL_FILTER_H_ #define SPTK_FILTER_MLSA_DIGITAL_FILTER_H_ diff --git a/include/SPTK/filter/pseudo_quadrature_mirror_filter_banks.h b/include/SPTK/filter/pseudo_quadrature_mirror_filter_banks.h index e7338865..1c8416e3 100644 --- a/include/SPTK/filter/pseudo_quadrature_mirror_filter_banks.h +++ b/include/SPTK/filter/pseudo_quadrature_mirror_filter_banks.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_PSEUDO_QUADRATURE_MIRROR_FILTER_BANKS_H_ #define SPTK_FILTER_PSEUDO_QUADRATURE_MIRROR_FILTER_BANKS_H_ diff --git a/include/SPTK/filter/second_order_digital_filter.h b/include/SPTK/filter/second_order_digital_filter.h index c2edac55..256e3aa3 100644 --- a/include/SPTK/filter/second_order_digital_filter.h +++ b/include/SPTK/filter/second_order_digital_filter.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_FILTER_SECOND_ORDER_DIGITAL_FILTER_H_ #define SPTK_FILTER_SECOND_ORDER_DIGITAL_FILTER_H_ diff --git a/include/SPTK/generation/delta_calculation.h b/include/SPTK/generation/delta_calculation.h index 0f4df8a9..55a86f48 100644 --- a/include/SPTK/generation/delta_calculation.h +++ b/include/SPTK/generation/delta_calculation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_GENERATION_DELTA_CALCULATION_H_ #define SPTK_GENERATION_DELTA_CALCULATION_H_ diff --git a/include/SPTK/generation/excitation_generation.h b/include/SPTK/generation/excitation_generation.h index b78bde5b..2e09bab4 100644 --- a/include/SPTK/generation/excitation_generation.h +++ b/include/SPTK/generation/excitation_generation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_GENERATION_EXCITATION_GENERATION_H_ #define SPTK_GENERATION_EXCITATION_GENERATION_H_ diff --git a/include/SPTK/generation/m_sequence_generation.h b/include/SPTK/generation/m_sequence_generation.h index f943314a..dc07aafd 100644 --- a/include/SPTK/generation/m_sequence_generation.h +++ b/include/SPTK/generation/m_sequence_generation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_GENERATION_M_SEQUENCE_GENERATION_H_ #define SPTK_GENERATION_M_SEQUENCE_GENERATION_H_ diff --git a/include/SPTK/generation/nonrecursive_maximum_likelihood_parameter_generation.h b/include/SPTK/generation/nonrecursive_maximum_likelihood_parameter_generation.h index ac4470a7..bd7ecb24 100644 --- a/include/SPTK/generation/nonrecursive_maximum_likelihood_parameter_generation.h +++ b/include/SPTK/generation/nonrecursive_maximum_likelihood_parameter_generation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_GENERATION_NONRECURSIVE_MAXIMUM_LIKELIHOOD_PARAMETER_GENERATION_H_ #define SPTK_GENERATION_NONRECURSIVE_MAXIMUM_LIKELIHOOD_PARAMETER_GENERATION_H_ diff --git a/include/SPTK/generation/normal_distributed_random_value_generation.h b/include/SPTK/generation/normal_distributed_random_value_generation.h index 939cc535..ab317ba0 100644 --- a/include/SPTK/generation/normal_distributed_random_value_generation.h +++ b/include/SPTK/generation/normal_distributed_random_value_generation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_GENERATION_NORMAL_DISTRIBUTED_RANDOM_VALUE_GENERATION_H_ #define SPTK_GENERATION_NORMAL_DISTRIBUTED_RANDOM_VALUE_GENERATION_H_ diff --git a/include/SPTK/generation/random_generation_interface.h b/include/SPTK/generation/random_generation_interface.h index e9092c72..89b73e4b 100644 --- a/include/SPTK/generation/random_generation_interface.h +++ b/include/SPTK/generation/random_generation_interface.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_GENERATION_RANDOM_GENERATION_INTERFACE_H_ #define SPTK_GENERATION_RANDOM_GENERATION_INTERFACE_H_ diff --git a/include/SPTK/generation/recursive_maximum_likelihood_parameter_generation.h b/include/SPTK/generation/recursive_maximum_likelihood_parameter_generation.h index 9ea16d4d..60ea9f67 100644 --- a/include/SPTK/generation/recursive_maximum_likelihood_parameter_generation.h +++ b/include/SPTK/generation/recursive_maximum_likelihood_parameter_generation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_GENERATION_RECURSIVE_MAXIMUM_LIKELIHOOD_PARAMETER_GENERATION_H_ #define SPTK_GENERATION_RECURSIVE_MAXIMUM_LIKELIHOOD_PARAMETER_GENERATION_H_ diff --git a/include/SPTK/input/input_source_from_array.h b/include/SPTK/input/input_source_from_array.h index ee49fd35..5c3b7faa 100644 --- a/include/SPTK/input/input_source_from_array.h +++ b/include/SPTK/input/input_source_from_array.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_FROM_ARRAY_H_ #define SPTK_INPUT_INPUT_SOURCE_FROM_ARRAY_H_ diff --git a/include/SPTK/input/input_source_from_matrix.h b/include/SPTK/input/input_source_from_matrix.h index 3f59bb13..5bbaf1fa 100644 --- a/include/SPTK/input/input_source_from_matrix.h +++ b/include/SPTK/input/input_source_from_matrix.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_FROM_MATRIX_H_ #define SPTK_INPUT_INPUT_SOURCE_FROM_MATRIX_H_ diff --git a/include/SPTK/input/input_source_from_stream.h b/include/SPTK/input/input_source_from_stream.h index ce99c820..b045068a 100644 --- a/include/SPTK/input/input_source_from_stream.h +++ b/include/SPTK/input/input_source_from_stream.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_FROM_STREAM_H_ #define SPTK_INPUT_INPUT_SOURCE_FROM_STREAM_H_ diff --git a/include/SPTK/input/input_source_from_vector.h b/include/SPTK/input/input_source_from_vector.h index 0e066424..d1609151 100644 --- a/include/SPTK/input/input_source_from_vector.h +++ b/include/SPTK/input/input_source_from_vector.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_FROM_VECTOR_H_ #define SPTK_INPUT_INPUT_SOURCE_FROM_VECTOR_H_ diff --git a/include/SPTK/input/input_source_interface.h b/include/SPTK/input/input_source_interface.h index f239e541..374dfc3e 100644 --- a/include/SPTK/input/input_source_interface.h +++ b/include/SPTK/input/input_source_interface.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_INTERFACE_H_ #define SPTK_INPUT_INPUT_SOURCE_INTERFACE_H_ diff --git a/include/SPTK/input/input_source_interpolation.h b/include/SPTK/input/input_source_interpolation.h index 4c7e63d8..ac689971 100644 --- a/include/SPTK/input/input_source_interpolation.h +++ b/include/SPTK/input/input_source_interpolation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_INTERPOLATION_H_ #define SPTK_INPUT_INPUT_SOURCE_INTERPOLATION_H_ diff --git a/include/SPTK/input/input_source_interpolation_with_magic_number.h b/include/SPTK/input/input_source_interpolation_with_magic_number.h index e14c6479..5b7868fc 100644 --- a/include/SPTK/input/input_source_interpolation_with_magic_number.h +++ b/include/SPTK/input/input_source_interpolation_with_magic_number.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_INTERPOLATION_WITH_MAGIC_NUMBER_H_ #define SPTK_INPUT_INPUT_SOURCE_INTERPOLATION_WITH_MAGIC_NUMBER_H_ diff --git a/include/SPTK/input/input_source_preprocessing_for_filter_gain.h b/include/SPTK/input/input_source_preprocessing_for_filter_gain.h index 1186f83d..5e29cb21 100644 --- a/include/SPTK/input/input_source_preprocessing_for_filter_gain.h +++ b/include/SPTK/input/input_source_preprocessing_for_filter_gain.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_INPUT_INPUT_SOURCE_PREPROCESSING_FOR_FILTER_GAIN_H_ #define SPTK_INPUT_INPUT_SOURCE_PREPROCESSING_FOR_FILTER_GAIN_H_ diff --git a/include/SPTK/math/discrete_cosine_transform.h b/include/SPTK/math/discrete_cosine_transform.h index 11aac01e..34958e5d 100644 --- a/include/SPTK/math/discrete_cosine_transform.h +++ b/include/SPTK/math/discrete_cosine_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_DISCRETE_COSINE_TRANSFORM_H_ #define SPTK_MATH_DISCRETE_COSINE_TRANSFORM_H_ diff --git a/include/SPTK/math/discrete_fourier_transform.h b/include/SPTK/math/discrete_fourier_transform.h index 8537b43b..bc613735 100644 --- a/include/SPTK/math/discrete_fourier_transform.h +++ b/include/SPTK/math/discrete_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_DISCRETE_FOURIER_TRANSFORM_H_ #define SPTK_MATH_DISCRETE_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/distance_calculation.h b/include/SPTK/math/distance_calculation.h index f787a172..d126d1eb 100644 --- a/include/SPTK/math/distance_calculation.h +++ b/include/SPTK/math/distance_calculation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_DISTANCE_CALCULATION_H_ #define SPTK_MATH_DISTANCE_CALCULATION_H_ diff --git a/include/SPTK/math/durand_kerner_method.h b/include/SPTK/math/durand_kerner_method.h index 3a286799..89ae8473 100644 --- a/include/SPTK/math/durand_kerner_method.h +++ b/include/SPTK/math/durand_kerner_method.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_DURAND_KERNER_METHOD_H_ #define SPTK_MATH_DURAND_KERNER_METHOD_H_ diff --git a/include/SPTK/math/dynamic_time_warping.h b/include/SPTK/math/dynamic_time_warping.h index e0bf0973..2cb76397 100644 --- a/include/SPTK/math/dynamic_time_warping.h +++ b/include/SPTK/math/dynamic_time_warping.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_DYNAMIC_TIME_WARPING_H_ #define SPTK_MATH_DYNAMIC_TIME_WARPING_H_ diff --git a/include/SPTK/math/entropy_calculation.h b/include/SPTK/math/entropy_calculation.h index 03455962..58a0cbb2 100644 --- a/include/SPTK/math/entropy_calculation.h +++ b/include/SPTK/math/entropy_calculation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_ENTROPY_CALCULATION_H_ #define SPTK_MATH_ENTROPY_CALCULATION_H_ diff --git a/include/SPTK/math/fast_fourier_transform.h b/include/SPTK/math/fast_fourier_transform.h index 3ba7de13..30205edf 100644 --- a/include/SPTK/math/fast_fourier_transform.h +++ b/include/SPTK/math/fast_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_FAST_FOURIER_TRANSFORM_H_ #define SPTK_MATH_FAST_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/fourier_transform.h b/include/SPTK/math/fourier_transform.h index 3bf9c09a..aa23de18 100644 --- a/include/SPTK/math/fourier_transform.h +++ b/include/SPTK/math/fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_FOURIER_TRANSFORM_H_ #define SPTK_MATH_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/frequency_transform.h b/include/SPTK/math/frequency_transform.h index 78f2b82f..1a261e35 100644 --- a/include/SPTK/math/frequency_transform.h +++ b/include/SPTK/math/frequency_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_FREQUENCY_TRANSFORM_H_ #define SPTK_MATH_FREQUENCY_TRANSFORM_H_ diff --git a/include/SPTK/math/gaussian_mixture_model_based_conversion.h b/include/SPTK/math/gaussian_mixture_model_based_conversion.h index ac32e27e..1261f53e 100644 --- a/include/SPTK/math/gaussian_mixture_model_based_conversion.h +++ b/include/SPTK/math/gaussian_mixture_model_based_conversion.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_GAUSSIAN_MIXTURE_MODEL_BASED_CONVERSION_H_ #define SPTK_MATH_GAUSSIAN_MIXTURE_MODEL_BASED_CONVERSION_H_ diff --git a/include/SPTK/math/gaussian_mixture_modeling.h b/include/SPTK/math/gaussian_mixture_modeling.h index c535eebe..fa7d2209 100644 --- a/include/SPTK/math/gaussian_mixture_modeling.h +++ b/include/SPTK/math/gaussian_mixture_modeling.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_GAUSSIAN_MIXTURE_MODELING_H_ #define SPTK_MATH_GAUSSIAN_MIXTURE_MODELING_H_ diff --git a/include/SPTK/math/histogram_calculation.h b/include/SPTK/math/histogram_calculation.h index 6119d468..66711023 100644 --- a/include/SPTK/math/histogram_calculation.h +++ b/include/SPTK/math/histogram_calculation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_HISTOGRAM_CALCULATION_H_ #define SPTK_MATH_HISTOGRAM_CALCULATION_H_ diff --git a/include/SPTK/math/inverse_discrete_cosine_transform.h b/include/SPTK/math/inverse_discrete_cosine_transform.h index 60c0bdff..43a62fdf 100644 --- a/include/SPTK/math/inverse_discrete_cosine_transform.h +++ b/include/SPTK/math/inverse_discrete_cosine_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_INVERSE_DISCRETE_COSINE_TRANSFORM_H_ #define SPTK_MATH_INVERSE_DISCRETE_COSINE_TRANSFORM_H_ diff --git a/include/SPTK/math/inverse_fast_fourier_transform.h b/include/SPTK/math/inverse_fast_fourier_transform.h index 85b591c2..95bcba9c 100644 --- a/include/SPTK/math/inverse_fast_fourier_transform.h +++ b/include/SPTK/math/inverse_fast_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_INVERSE_FAST_FOURIER_TRANSFORM_H_ #define SPTK_MATH_INVERSE_FAST_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/levinson_durbin_recursion.h b/include/SPTK/math/levinson_durbin_recursion.h index 6916d1e9..8c156753 100644 --- a/include/SPTK/math/levinson_durbin_recursion.h +++ b/include/SPTK/math/levinson_durbin_recursion.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_LEVINSON_DURBIN_RECURSION_H_ #define SPTK_MATH_LEVINSON_DURBIN_RECURSION_H_ diff --git a/include/SPTK/math/matrix.h b/include/SPTK/math/matrix.h index cc984d8e..7f8a6666 100644 --- a/include/SPTK/math/matrix.h +++ b/include/SPTK/math/matrix.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_MATRIX_H_ #define SPTK_MATH_MATRIX_H_ diff --git a/include/SPTK/math/matrix2d.h b/include/SPTK/math/matrix2d.h index cd61578a..2e79ca76 100644 --- a/include/SPTK/math/matrix2d.h +++ b/include/SPTK/math/matrix2d.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_MATRIX2D_H_ #define SPTK_MATH_MATRIX2D_H_ diff --git a/include/SPTK/math/minmax_accumulation.h b/include/SPTK/math/minmax_accumulation.h index cba53e62..20b933dc 100644 --- a/include/SPTK/math/minmax_accumulation.h +++ b/include/SPTK/math/minmax_accumulation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_MINMAX_ACCUMULATION_H_ #define SPTK_MATH_MINMAX_ACCUMULATION_H_ diff --git a/include/SPTK/math/principal_component_analysis.h b/include/SPTK/math/principal_component_analysis.h index 4788db7a..7c12d788 100644 --- a/include/SPTK/math/principal_component_analysis.h +++ b/include/SPTK/math/principal_component_analysis.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_PRINCIPAL_COMPONENT_ANALYSIS_H_ #define SPTK_MATH_PRINCIPAL_COMPONENT_ANALYSIS_H_ diff --git a/include/SPTK/math/real_valued_fast_fourier_transform.h b/include/SPTK/math/real_valued_fast_fourier_transform.h index c5061a29..fd3cdfd3 100644 --- a/include/SPTK/math/real_valued_fast_fourier_transform.h +++ b/include/SPTK/math/real_valued_fast_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_REAL_VALUED_FAST_FOURIER_TRANSFORM_H_ #define SPTK_MATH_REAL_VALUED_FAST_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/real_valued_inverse_fast_fourier_transform.h b/include/SPTK/math/real_valued_inverse_fast_fourier_transform.h index fab73463..b3c2646d 100644 --- a/include/SPTK/math/real_valued_inverse_fast_fourier_transform.h +++ b/include/SPTK/math/real_valued_inverse_fast_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_REAL_VALUED_INVERSE_FAST_FOURIER_TRANSFORM_H_ #define SPTK_MATH_REAL_VALUED_INVERSE_FAST_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/reverse_levinson_durbin_recursion.h b/include/SPTK/math/reverse_levinson_durbin_recursion.h index a70ecbd2..80afbc3b 100644 --- a/include/SPTK/math/reverse_levinson_durbin_recursion.h +++ b/include/SPTK/math/reverse_levinson_durbin_recursion.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_REVERSE_LEVINSON_DURBIN_RECURSION_H_ #define SPTK_MATH_REVERSE_LEVINSON_DURBIN_RECURSION_H_ diff --git a/include/SPTK/math/scalar_operation.h b/include/SPTK/math/scalar_operation.h index 6eb3ca88..04e5bb37 100644 --- a/include/SPTK/math/scalar_operation.h +++ b/include/SPTK/math/scalar_operation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_SCALAR_OPERATION_H_ #define SPTK_MATH_SCALAR_OPERATION_H_ diff --git a/include/SPTK/math/statistics_accumulation.h b/include/SPTK/math/statistics_accumulation.h index dc2cb708..e66a1644 100644 --- a/include/SPTK/math/statistics_accumulation.h +++ b/include/SPTK/math/statistics_accumulation.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_STATISTICS_ACCUMULATION_H_ #define SPTK_MATH_STATISTICS_ACCUMULATION_H_ diff --git a/include/SPTK/math/symmetric_matrix.h b/include/SPTK/math/symmetric_matrix.h index fc96689f..4f573fc3 100644 --- a/include/SPTK/math/symmetric_matrix.h +++ b/include/SPTK/math/symmetric_matrix.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_SYMMETRIC_MATRIX_H_ #define SPTK_MATH_SYMMETRIC_MATRIX_H_ diff --git a/include/SPTK/math/symmetric_system_solver.h b/include/SPTK/math/symmetric_system_solver.h index 36a27044..c89edbf2 100644 --- a/include/SPTK/math/symmetric_system_solver.h +++ b/include/SPTK/math/symmetric_system_solver.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_SYMMETRIC_SYSTEM_SOLVER_H_ #define SPTK_MATH_SYMMETRIC_SYSTEM_SOLVER_H_ diff --git a/include/SPTK/math/toeplitz_plus_hankel_system_solver.h b/include/SPTK/math/toeplitz_plus_hankel_system_solver.h index 15a05673..b191615c 100644 --- a/include/SPTK/math/toeplitz_plus_hankel_system_solver.h +++ b/include/SPTK/math/toeplitz_plus_hankel_system_solver.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_TOEPLITZ_PLUS_HANKEL_SYSTEM_SOLVER_H_ #define SPTK_MATH_TOEPLITZ_PLUS_HANKEL_SYSTEM_SOLVER_H_ diff --git a/include/SPTK/math/two_dimensional_fast_fourier_transform.h b/include/SPTK/math/two_dimensional_fast_fourier_transform.h index 0f26c763..deddfa25 100644 --- a/include/SPTK/math/two_dimensional_fast_fourier_transform.h +++ b/include/SPTK/math/two_dimensional_fast_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_TWO_DIMENSIONAL_FAST_FOURIER_TRANSFORM_H_ #define SPTK_MATH_TWO_DIMENSIONAL_FAST_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/two_dimensional_inverse_fast_fourier_transform.h b/include/SPTK/math/two_dimensional_inverse_fast_fourier_transform.h index b954b3c6..8352e333 100644 --- a/include/SPTK/math/two_dimensional_inverse_fast_fourier_transform.h +++ b/include/SPTK/math/two_dimensional_inverse_fast_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_TWO_DIMENSIONAL_INVERSE_FAST_FOURIER_TRANSFORM_H_ #define SPTK_MATH_TWO_DIMENSIONAL_INVERSE_FAST_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/two_dimensional_real_valued_fast_fourier_transform.h b/include/SPTK/math/two_dimensional_real_valued_fast_fourier_transform.h index 6f90ba08..dc590a68 100644 --- a/include/SPTK/math/two_dimensional_real_valued_fast_fourier_transform.h +++ b/include/SPTK/math/two_dimensional_real_valued_fast_fourier_transform.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_TWO_DIMENSIONAL_REAL_VALUED_FAST_FOURIER_TRANSFORM_H_ #define SPTK_MATH_TWO_DIMENSIONAL_REAL_VALUED_FAST_FOURIER_TRANSFORM_H_ diff --git a/include/SPTK/math/vandermonde_system_solver.h b/include/SPTK/math/vandermonde_system_solver.h index 44077622..d73c23bf 100644 --- a/include/SPTK/math/vandermonde_system_solver.h +++ b/include/SPTK/math/vandermonde_system_solver.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_MATH_VANDERMONDE_SYSTEM_SOLVER_H_ #define SPTK_MATH_VANDERMONDE_SYSTEM_SOLVER_H_ diff --git a/include/SPTK/utils/data_symmetrizing.h b/include/SPTK/utils/data_symmetrizing.h index 5bbb7eef..720f9609 100644 --- a/include/SPTK/utils/data_symmetrizing.h +++ b/include/SPTK/utils/data_symmetrizing.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_UTILS_DATA_SYMMETRIZING_H_ #define SPTK_UTILS_DATA_SYMMETRIZING_H_ diff --git a/include/SPTK/utils/int24_t.h b/include/SPTK/utils/int24_t.h index f20b60fe..81cbbe71 100644 --- a/include/SPTK/utils/int24_t.h +++ b/include/SPTK/utils/int24_t.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_UTILS_INT24_T_H_ #define SPTK_UTILS_INT24_T_H_ diff --git a/include/SPTK/utils/mel_cepstrum_postfiltering.h b/include/SPTK/utils/mel_cepstrum_postfiltering.h index 5485c17a..c19720c7 100644 --- a/include/SPTK/utils/mel_cepstrum_postfiltering.h +++ b/include/SPTK/utils/mel_cepstrum_postfiltering.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_UTILS_MEL_CEPSTRUM_POSTFILTERING_H_ #define SPTK_UTILS_MEL_CEPSTRUM_POSTFILTERING_H_ diff --git a/include/SPTK/utils/misc_utils.h b/include/SPTK/utils/misc_utils.h index ae3a4c00..c25ffb6b 100644 --- a/include/SPTK/utils/misc_utils.h +++ b/include/SPTK/utils/misc_utils.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_UTILS_MISC_UTILS_H_ #define SPTK_UTILS_MISC_UTILS_H_ diff --git a/include/SPTK/utils/sptk_utils.h b/include/SPTK/utils/sptk_utils.h index b5fc3691..13bb7218 100644 --- a/include/SPTK/utils/sptk_utils.h +++ b/include/SPTK/utils/sptk_utils.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_UTILS_SPTK_UTILS_H_ #define SPTK_UTILS_SPTK_UTILS_H_ diff --git a/include/SPTK/utils/uint24_t.h b/include/SPTK/utils/uint24_t.h index e6d90472..24151310 100644 --- a/include/SPTK/utils/uint24_t.h +++ b/include/SPTK/utils/uint24_t.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_UTILS_UINT24_T_H_ #define SPTK_UTILS_UINT24_T_H_ diff --git a/include/SPTK/window/chebyshev_window.h b/include/SPTK/window/chebyshev_window.h index c66ed16e..429d4378 100644 --- a/include/SPTK/window/chebyshev_window.h +++ b/include/SPTK/window/chebyshev_window.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_WINDOW_CHEBYSHEV_WINDOW_H_ #define SPTK_WINDOW_CHEBYSHEV_WINDOW_H_ diff --git a/include/SPTK/window/cosine_window.h b/include/SPTK/window/cosine_window.h index af6d131a..0cf56098 100644 --- a/include/SPTK/window/cosine_window.h +++ b/include/SPTK/window/cosine_window.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_WINDOW_COSINE_WINDOW_H_ #define SPTK_WINDOW_COSINE_WINDOW_H_ diff --git a/include/SPTK/window/data_windowing.h b/include/SPTK/window/data_windowing.h index eb07522b..56045b5d 100644 --- a/include/SPTK/window/data_windowing.h +++ b/include/SPTK/window/data_windowing.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_WINDOW_DATA_WINDOWING_H_ #define SPTK_WINDOW_DATA_WINDOWING_H_ diff --git a/include/SPTK/window/kaiser_window.h b/include/SPTK/window/kaiser_window.h index 9a7235b3..eb89c1fd 100644 --- a/include/SPTK/window/kaiser_window.h +++ b/include/SPTK/window/kaiser_window.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_WINDOW_KAISER_WINDOW_H_ #define SPTK_WINDOW_KAISER_WINDOW_H_ diff --git a/include/SPTK/window/standard_window.h b/include/SPTK/window/standard_window.h index 3cd0cff4..4e9eae1c 100644 --- a/include/SPTK/window/standard_window.h +++ b/include/SPTK/window/standard_window.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_WINDOW_STANDARD_WINDOW_H_ #define SPTK_WINDOW_STANDARD_WINDOW_H_ diff --git a/include/SPTK/window/window_interface.h b/include/SPTK/window/window_interface.h index a85b9f19..4cb0aa94 100644 --- a/include/SPTK/window/window_interface.h +++ b/include/SPTK/window/window_interface.h @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #ifndef SPTK_WINDOW_WINDOW_INTERFACE_H_ #define SPTK_WINDOW_WINDOW_INTERFACE_H_ diff --git a/src/analysis/adaptive_generalized_cepstral_analysis.cc b/src/analysis/adaptive_generalized_cepstral_analysis.cc index c4696ca7..03ee258c 100644 --- a/src/analysis/adaptive_generalized_cepstral_analysis.cc +++ b/src/analysis/adaptive_generalized_cepstral_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/adaptive_generalized_cepstral_analysis.h" diff --git a/src/analysis/adaptive_mel_cepstral_analysis.cc b/src/analysis/adaptive_mel_cepstral_analysis.cc index 0d6e8d86..7b445b9d 100644 --- a/src/analysis/adaptive_mel_cepstral_analysis.cc +++ b/src/analysis/adaptive_mel_cepstral_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/adaptive_mel_cepstral_analysis.h" diff --git a/src/analysis/adaptive_mel_generalized_cepstral_analysis.cc b/src/analysis/adaptive_mel_generalized_cepstral_analysis.cc index 277c9a3d..ac8ea8bb 100644 --- a/src/analysis/adaptive_mel_generalized_cepstral_analysis.cc +++ b/src/analysis/adaptive_mel_generalized_cepstral_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/adaptive_mel_generalized_cepstral_analysis.h" diff --git a/src/analysis/fast_fourier_transform_cepstral_analysis.cc b/src/analysis/fast_fourier_transform_cepstral_analysis.cc index e5ad8733..7fe62081 100644 --- a/src/analysis/fast_fourier_transform_cepstral_analysis.cc +++ b/src/analysis/fast_fourier_transform_cepstral_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/fast_fourier_transform_cepstral_analysis.h" diff --git a/src/analysis/mel_cepstral_analysis.cc b/src/analysis/mel_cepstral_analysis.cc index ca3528d9..065ccd04 100644 --- a/src/analysis/mel_cepstral_analysis.cc +++ b/src/analysis/mel_cepstral_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/mel_cepstral_analysis.h" diff --git a/src/analysis/mel_filter_bank_analysis.cc b/src/analysis/mel_filter_bank_analysis.cc index 3c16f9dc..9032d5a4 100644 --- a/src/analysis/mel_filter_bank_analysis.cc +++ b/src/analysis/mel_filter_bank_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/mel_filter_bank_analysis.h" diff --git a/src/analysis/mel_frequency_cepstral_coefficients_analysis.cc b/src/analysis/mel_frequency_cepstral_coefficients_analysis.cc index 79aec997..d909398e 100644 --- a/src/analysis/mel_frequency_cepstral_coefficients_analysis.cc +++ b/src/analysis/mel_frequency_cepstral_coefficients_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/mel_frequency_cepstral_coefficients_analysis.h" diff --git a/src/analysis/mel_generalized_cepstral_analysis.cc b/src/analysis/mel_generalized_cepstral_analysis.cc index 48378f51..918d7d06 100644 --- a/src/analysis/mel_generalized_cepstral_analysis.cc +++ b/src/analysis/mel_generalized_cepstral_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/mel_generalized_cepstral_analysis.h" diff --git a/src/analysis/pitch_extraction.cc b/src/analysis/pitch_extraction.cc index 49964b57..f0a1d2eb 100644 --- a/src/analysis/pitch_extraction.cc +++ b/src/analysis/pitch_extraction.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/pitch_extraction.h" diff --git a/src/analysis/pitch_extraction_by_rapt.cc b/src/analysis/pitch_extraction_by_rapt.cc index 52bead76..ce5b383a 100644 --- a/src/analysis/pitch_extraction_by_rapt.cc +++ b/src/analysis/pitch_extraction_by_rapt.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/pitch_extraction_by_rapt.h" diff --git a/src/analysis/pitch_extraction_by_reaper.cc b/src/analysis/pitch_extraction_by_reaper.cc index d030c26a..38ba3439 100644 --- a/src/analysis/pitch_extraction_by_reaper.cc +++ b/src/analysis/pitch_extraction_by_reaper.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/pitch_extraction_by_reaper.h" diff --git a/src/analysis/pitch_extraction_by_swipe.cc b/src/analysis/pitch_extraction_by_swipe.cc index 7f0462f1..12d7bafa 100644 --- a/src/analysis/pitch_extraction_by_swipe.cc +++ b/src/analysis/pitch_extraction_by_swipe.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/pitch_extraction_by_swipe.h" diff --git a/src/analysis/pitch_extraction_by_world.cc b/src/analysis/pitch_extraction_by_world.cc index 9980961e..f2703aa8 100644 --- a/src/analysis/pitch_extraction_by_world.cc +++ b/src/analysis/pitch_extraction_by_world.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/pitch_extraction_by_world.h" diff --git a/src/analysis/zero_crossing_analysis.cc b/src/analysis/zero_crossing_analysis.cc index aa4f2546..1cba57cf 100644 --- a/src/analysis/zero_crossing_analysis.cc +++ b/src/analysis/zero_crossing_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/analysis/zero_crossing_analysis.h" diff --git a/src/check/line_spectral_pairs_stability_check.cc b/src/check/line_spectral_pairs_stability_check.cc index 04eec17f..8e07067a 100644 --- a/src/check/line_spectral_pairs_stability_check.cc +++ b/src/check/line_spectral_pairs_stability_check.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/check/line_spectral_pairs_stability_check.h" diff --git a/src/check/linear_predictive_coefficients_stability_check.cc b/src/check/linear_predictive_coefficients_stability_check.cc index 3015327c..0b8c2cf9 100644 --- a/src/check/linear_predictive_coefficients_stability_check.cc +++ b/src/check/linear_predictive_coefficients_stability_check.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/check/linear_predictive_coefficients_stability_check.h" diff --git a/src/check/mlsa_digital_filter_stability_check.cc b/src/check/mlsa_digital_filter_stability_check.cc index 8b4f4552..6b5592ff 100644 --- a/src/check/mlsa_digital_filter_stability_check.cc +++ b/src/check/mlsa_digital_filter_stability_check.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/check/mlsa_digital_filter_stability_check.h" diff --git a/src/compression/huffman_coding.cc b/src/compression/huffman_coding.cc index bc14e3f8..ab3cd6c8 100644 --- a/src/compression/huffman_coding.cc +++ b/src/compression/huffman_coding.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/huffman_coding.h" diff --git a/src/compression/huffman_decoding.cc b/src/compression/huffman_decoding.cc index 5f495d91..8879c377 100644 --- a/src/compression/huffman_decoding.cc +++ b/src/compression/huffman_decoding.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/huffman_decoding.h" diff --git a/src/compression/huffman_encoding.cc b/src/compression/huffman_encoding.cc index 92a16e63..e94971c4 100644 --- a/src/compression/huffman_encoding.cc +++ b/src/compression/huffman_encoding.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/huffman_encoding.h" diff --git a/src/compression/inverse_multistage_vector_quantization.cc b/src/compression/inverse_multistage_vector_quantization.cc index 30cf4f16..c4d4ce5c 100644 --- a/src/compression/inverse_multistage_vector_quantization.cc +++ b/src/compression/inverse_multistage_vector_quantization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/inverse_multistage_vector_quantization.h" diff --git a/src/compression/inverse_uniform_quantization.cc b/src/compression/inverse_uniform_quantization.cc index f22e233a..7ec66fd8 100644 --- a/src/compression/inverse_uniform_quantization.cc +++ b/src/compression/inverse_uniform_quantization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/inverse_uniform_quantization.h" diff --git a/src/compression/inverse_vector_quantization.cc b/src/compression/inverse_vector_quantization.cc index 9c042c14..4633d91a 100644 --- a/src/compression/inverse_vector_quantization.cc +++ b/src/compression/inverse_vector_quantization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/inverse_vector_quantization.h" diff --git a/src/compression/linde_buzo_gray_algorithm.cc b/src/compression/linde_buzo_gray_algorithm.cc index 6bf3f03d..2ad0a870 100644 --- a/src/compression/linde_buzo_gray_algorithm.cc +++ b/src/compression/linde_buzo_gray_algorithm.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/linde_buzo_gray_algorithm.h" diff --git a/src/compression/mu_law_compression.cc b/src/compression/mu_law_compression.cc index e3f466dc..9cea0850 100644 --- a/src/compression/mu_law_compression.cc +++ b/src/compression/mu_law_compression.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/mu_law_compression.h" diff --git a/src/compression/mu_law_expansion.cc b/src/compression/mu_law_expansion.cc index d779d9cf..220d5825 100644 --- a/src/compression/mu_law_expansion.cc +++ b/src/compression/mu_law_expansion.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/mu_law_expansion.h" diff --git a/src/compression/multistage_vector_quantization.cc b/src/compression/multistage_vector_quantization.cc index 80153a39..741fffc2 100644 --- a/src/compression/multistage_vector_quantization.cc +++ b/src/compression/multistage_vector_quantization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/multistage_vector_quantization.h" diff --git a/src/compression/uniform_quantization.cc b/src/compression/uniform_quantization.cc index 93fd26d0..595074a4 100644 --- a/src/compression/uniform_quantization.cc +++ b/src/compression/uniform_quantization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/uniform_quantization.h" diff --git a/src/compression/vector_quantization.cc b/src/compression/vector_quantization.cc index d1f112e4..aaf5e711 100644 --- a/src/compression/vector_quantization.cc +++ b/src/compression/vector_quantization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/compression/vector_quantization.h" diff --git a/src/conversion/all_pole_to_all_zero_digital_filter_coefficients.cc b/src/conversion/all_pole_to_all_zero_digital_filter_coefficients.cc index 83b00b98..a33d34eb 100644 --- a/src/conversion/all_pole_to_all_zero_digital_filter_coefficients.cc +++ b/src/conversion/all_pole_to_all_zero_digital_filter_coefficients.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/all_pole_to_all_zero_digital_filter_coefficients.h" diff --git a/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc b/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc index db977850..78b6a352 100644 --- a/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc +++ b/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/autocorrelation_to_composite_sinusoidal_modeling.h" diff --git a/src/conversion/cepstrum_to_autocorrelation.cc b/src/conversion/cepstrum_to_autocorrelation.cc index 52eca43b..e37ec9cc 100644 --- a/src/conversion/cepstrum_to_autocorrelation.cc +++ b/src/conversion/cepstrum_to_autocorrelation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/cepstrum_to_autocorrelation.h" diff --git a/src/conversion/cepstrum_to_minimum_phase_impulse_response.cc b/src/conversion/cepstrum_to_minimum_phase_impulse_response.cc index 5d7b8cab..2ce98416 100644 --- a/src/conversion/cepstrum_to_minimum_phase_impulse_response.cc +++ b/src/conversion/cepstrum_to_minimum_phase_impulse_response.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/cepstrum_to_minimum_phase_impulse_response.h" diff --git a/src/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.cc b/src/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.cc index d3f95dff..296e601f 100644 --- a/src/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.cc +++ b/src/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/cepstrum_to_negative_derivative_of_phase_spectrum.h" diff --git a/src/conversion/composite_sinusoidal_modeling_to_autocorrelation.cc b/src/conversion/composite_sinusoidal_modeling_to_autocorrelation.cc index 55030f6d..3856e18c 100644 --- a/src/conversion/composite_sinusoidal_modeling_to_autocorrelation.cc +++ b/src/conversion/composite_sinusoidal_modeling_to_autocorrelation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/composite_sinusoidal_modeling_to_autocorrelation.h" diff --git a/src/conversion/filter_coefficients_to_group_delay.cc b/src/conversion/filter_coefficients_to_group_delay.cc index c1e9e75c..9ef737b6 100644 --- a/src/conversion/filter_coefficients_to_group_delay.cc +++ b/src/conversion/filter_coefficients_to_group_delay.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/filter_coefficients_to_group_delay.h" diff --git a/src/conversion/filter_coefficients_to_phase_spectrum.cc b/src/conversion/filter_coefficients_to_phase_spectrum.cc index ac14e05f..48b1a77b 100644 --- a/src/conversion/filter_coefficients_to_phase_spectrum.cc +++ b/src/conversion/filter_coefficients_to_phase_spectrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/filter_coefficients_to_phase_spectrum.h" diff --git a/src/conversion/filter_coefficients_to_spectrum.cc b/src/conversion/filter_coefficients_to_spectrum.cc index 77406ed7..6a0dcf17 100644 --- a/src/conversion/filter_coefficients_to_spectrum.cc +++ b/src/conversion/filter_coefficients_to_spectrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/filter_coefficients_to_spectrum.h" diff --git a/src/conversion/generalized_cepstrum_gain_normalization.cc b/src/conversion/generalized_cepstrum_gain_normalization.cc index 5bf36707..247b133d 100644 --- a/src/conversion/generalized_cepstrum_gain_normalization.cc +++ b/src/conversion/generalized_cepstrum_gain_normalization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/generalized_cepstrum_gain_normalization.h" diff --git a/src/conversion/generalized_cepstrum_inverse_gain_normalization.cc b/src/conversion/generalized_cepstrum_inverse_gain_normalization.cc index 7c9561de..1ac045cb 100644 --- a/src/conversion/generalized_cepstrum_inverse_gain_normalization.cc +++ b/src/conversion/generalized_cepstrum_inverse_gain_normalization.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/generalized_cepstrum_inverse_gain_normalization.h" diff --git a/src/conversion/line_spectral_pairs_to_linear_predictive_coefficients.cc b/src/conversion/line_spectral_pairs_to_linear_predictive_coefficients.cc index 51c85c09..2fa71a19 100644 --- a/src/conversion/line_spectral_pairs_to_linear_predictive_coefficients.cc +++ b/src/conversion/line_spectral_pairs_to_linear_predictive_coefficients.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/line_spectral_pairs_to_linear_predictive_coefficients.h" diff --git a/src/conversion/linear_predictive_coefficients_to_cepstrum.cc b/src/conversion/linear_predictive_coefficients_to_cepstrum.cc index 12070799..99ef8053 100644 --- a/src/conversion/linear_predictive_coefficients_to_cepstrum.cc +++ b/src/conversion/linear_predictive_coefficients_to_cepstrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/linear_predictive_coefficients_to_cepstrum.h" diff --git a/src/conversion/linear_predictive_coefficients_to_line_spectral_pairs.cc b/src/conversion/linear_predictive_coefficients_to_line_spectral_pairs.cc index 038e628c..99f4ac8e 100644 --- a/src/conversion/linear_predictive_coefficients_to_line_spectral_pairs.cc +++ b/src/conversion/linear_predictive_coefficients_to_line_spectral_pairs.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/linear_predictive_coefficients_to_line_spectral_pairs.h" diff --git a/src/conversion/linear_predictive_coefficients_to_parcor_coefficients.cc b/src/conversion/linear_predictive_coefficients_to_parcor_coefficients.cc index d0acb237..163c4a86 100644 --- a/src/conversion/linear_predictive_coefficients_to_parcor_coefficients.cc +++ b/src/conversion/linear_predictive_coefficients_to_parcor_coefficients.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/linear_predictive_coefficients_to_parcor_coefficients.h" diff --git a/src/conversion/log_area_ratio_to_parcor_coefficients.cc b/src/conversion/log_area_ratio_to_parcor_coefficients.cc index 59cf5611..9ba5cbd4 100644 --- a/src/conversion/log_area_ratio_to_parcor_coefficients.cc +++ b/src/conversion/log_area_ratio_to_parcor_coefficients.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/log_area_ratio_to_parcor_coefficients.h" diff --git a/src/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.cc b/src/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.cc index da6b7fff..8ddb952c 100644 --- a/src/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.cc +++ b/src/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/mel_cepstrum_to_mlsa_digital_filter_coefficients.h" diff --git a/src/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.cc b/src/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.cc index 32118320..951a6c58 100644 --- a/src/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.cc +++ b/src/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/mel_generalized_cepstrum_to_mel_generalized_cepstrum.h" diff --git a/src/conversion/mel_generalized_cepstrum_to_spectrum.cc b/src/conversion/mel_generalized_cepstrum_to_spectrum.cc index 4025df89..24a14517 100644 --- a/src/conversion/mel_generalized_cepstrum_to_spectrum.cc +++ b/src/conversion/mel_generalized_cepstrum_to_spectrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/mel_generalized_cepstrum_to_spectrum.h" diff --git a/src/conversion/mel_generalized_line_spectral_pairs_to_spectrum.cc b/src/conversion/mel_generalized_line_spectral_pairs_to_spectrum.cc index 458d6190..4ee8ce9f 100644 --- a/src/conversion/mel_generalized_line_spectral_pairs_to_spectrum.cc +++ b/src/conversion/mel_generalized_line_spectral_pairs_to_spectrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/mel_generalized_line_spectral_pairs_to_spectrum.h" diff --git a/src/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.cc b/src/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.cc index ed590663..ed6575fb 100644 --- a/src/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.cc +++ b/src/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/mlsa_digital_filter_coefficients_to_mel_cepstrum.h" diff --git a/src/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.cc b/src/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.cc index 4a57c545..b4bb5a2d 100644 --- a/src/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.cc +++ b/src/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/negative_derivative_of_phase_spectrum_to_cepstrum.h" diff --git a/src/conversion/parcor_coefficients_to_linear_predictive_coefficients.cc b/src/conversion/parcor_coefficients_to_linear_predictive_coefficients.cc index 0cb2e71a..8faec58b 100644 --- a/src/conversion/parcor_coefficients_to_linear_predictive_coefficients.cc +++ b/src/conversion/parcor_coefficients_to_linear_predictive_coefficients.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/parcor_coefficients_to_linear_predictive_coefficients.h" diff --git a/src/conversion/parcor_coefficients_to_log_area_ratio.cc b/src/conversion/parcor_coefficients_to_log_area_ratio.cc index 139bc51c..30b23f9d 100644 --- a/src/conversion/parcor_coefficients_to_log_area_ratio.cc +++ b/src/conversion/parcor_coefficients_to_log_area_ratio.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/parcor_coefficients_to_log_area_ratio.h" diff --git a/src/conversion/spectrum_to_spectrum.cc b/src/conversion/spectrum_to_spectrum.cc index 2b9f43f2..3adfdc70 100644 --- a/src/conversion/spectrum_to_spectrum.cc +++ b/src/conversion/spectrum_to_spectrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/spectrum_to_spectrum.h" diff --git a/src/conversion/waveform_to_autocorrelation.cc b/src/conversion/waveform_to_autocorrelation.cc index 9472f8a4..b5125fd1 100644 --- a/src/conversion/waveform_to_autocorrelation.cc +++ b/src/conversion/waveform_to_autocorrelation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/waveform_to_autocorrelation.h" diff --git a/src/conversion/waveform_to_spectrum.cc b/src/conversion/waveform_to_spectrum.cc index de6f3031..15c9476e 100644 --- a/src/conversion/waveform_to_spectrum.cc +++ b/src/conversion/waveform_to_spectrum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/conversion/waveform_to_spectrum.h" diff --git a/src/filter/all_pole_digital_filter.cc b/src/filter/all_pole_digital_filter.cc index 8e4f970d..757862c9 100644 --- a/src/filter/all_pole_digital_filter.cc +++ b/src/filter/all_pole_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/all_pole_digital_filter.h" diff --git a/src/filter/all_pole_lattice_digital_filter.cc b/src/filter/all_pole_lattice_digital_filter.cc index 1fc17b7a..9fa2175d 100644 --- a/src/filter/all_pole_lattice_digital_filter.cc +++ b/src/filter/all_pole_lattice_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/all_pole_lattice_digital_filter.h" diff --git a/src/filter/all_zero_digital_filter.cc b/src/filter/all_zero_digital_filter.cc index 16153f2b..d349e852 100644 --- a/src/filter/all_zero_digital_filter.cc +++ b/src/filter/all_zero_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/all_zero_digital_filter.h" diff --git a/src/filter/infinite_impulse_response_digital_filter.cc b/src/filter/infinite_impulse_response_digital_filter.cc index b8cb2a82..b64a59cd 100644 --- a/src/filter/infinite_impulse_response_digital_filter.cc +++ b/src/filter/infinite_impulse_response_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/infinite_impulse_response_digital_filter.h" diff --git a/src/filter/inverse_mglsa_digital_filter.cc b/src/filter/inverse_mglsa_digital_filter.cc index 4e5a55ee..7440c5bc 100644 --- a/src/filter/inverse_mglsa_digital_filter.cc +++ b/src/filter/inverse_mglsa_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/inverse_mglsa_digital_filter.h" diff --git a/src/filter/inverse_pseudo_quadrature_mirror_filter_banks.cc b/src/filter/inverse_pseudo_quadrature_mirror_filter_banks.cc index f963addf..a5d840a5 100644 --- a/src/filter/inverse_pseudo_quadrature_mirror_filter_banks.cc +++ b/src/filter/inverse_pseudo_quadrature_mirror_filter_banks.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/inverse_pseudo_quadrature_mirror_filter_banks.h" diff --git a/src/filter/line_spectral_pairs_digital_filter.cc b/src/filter/line_spectral_pairs_digital_filter.cc index 0139c892..7e2fe789 100644 --- a/src/filter/line_spectral_pairs_digital_filter.cc +++ b/src/filter/line_spectral_pairs_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/line_spectral_pairs_digital_filter.h" diff --git a/src/filter/mglsa_digital_filter.cc b/src/filter/mglsa_digital_filter.cc index c3ce9f82..7d7ca7a5 100644 --- a/src/filter/mglsa_digital_filter.cc +++ b/src/filter/mglsa_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/mglsa_digital_filter.h" diff --git a/src/filter/mlsa_digital_filter.cc b/src/filter/mlsa_digital_filter.cc index 625b3ddb..f25058d0 100644 --- a/src/filter/mlsa_digital_filter.cc +++ b/src/filter/mlsa_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/mlsa_digital_filter.h" diff --git a/src/filter/pseudo_quadrature_mirror_filter_banks.cc b/src/filter/pseudo_quadrature_mirror_filter_banks.cc index bf4c0266..61e3577d 100644 --- a/src/filter/pseudo_quadrature_mirror_filter_banks.cc +++ b/src/filter/pseudo_quadrature_mirror_filter_banks.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/pseudo_quadrature_mirror_filter_banks.h" diff --git a/src/filter/second_order_digital_filter.cc b/src/filter/second_order_digital_filter.cc index 18aa71bf..2bb5df53 100644 --- a/src/filter/second_order_digital_filter.cc +++ b/src/filter/second_order_digital_filter.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/filter/second_order_digital_filter.h" diff --git a/src/generation/delta_calculation.cc b/src/generation/delta_calculation.cc index 96ffaa81..e1de5b4a 100644 --- a/src/generation/delta_calculation.cc +++ b/src/generation/delta_calculation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/generation/delta_calculation.h" diff --git a/src/generation/excitation_generation.cc b/src/generation/excitation_generation.cc index 279584d9..d2b4ee9c 100644 --- a/src/generation/excitation_generation.cc +++ b/src/generation/excitation_generation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/generation/excitation_generation.h" diff --git a/src/generation/m_sequence_generation.cc b/src/generation/m_sequence_generation.cc index a38a3e97..3212f4e5 100644 --- a/src/generation/m_sequence_generation.cc +++ b/src/generation/m_sequence_generation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/generation/m_sequence_generation.h" diff --git a/src/generation/nonrecursive_maximum_likelihood_parameter_generation.cc b/src/generation/nonrecursive_maximum_likelihood_parameter_generation.cc index b084f324..cf55e60e 100644 --- a/src/generation/nonrecursive_maximum_likelihood_parameter_generation.cc +++ b/src/generation/nonrecursive_maximum_likelihood_parameter_generation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/generation/nonrecursive_maximum_likelihood_parameter_generation.h" diff --git a/src/generation/normal_distributed_random_value_generation.cc b/src/generation/normal_distributed_random_value_generation.cc index f9d285fa..5b34597f 100644 --- a/src/generation/normal_distributed_random_value_generation.cc +++ b/src/generation/normal_distributed_random_value_generation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/generation/normal_distributed_random_value_generation.h" diff --git a/src/generation/recursive_maximum_likelihood_parameter_generation.cc b/src/generation/recursive_maximum_likelihood_parameter_generation.cc index 93305531..49af2cc6 100644 --- a/src/generation/recursive_maximum_likelihood_parameter_generation.cc +++ b/src/generation/recursive_maximum_likelihood_parameter_generation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/generation/recursive_maximum_likelihood_parameter_generation.h" diff --git a/src/input/input_source_from_array.cc b/src/input/input_source_from_array.cc index e63fb0c3..0a187ed5 100644 --- a/src/input/input_source_from_array.cc +++ b/src/input/input_source_from_array.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/input/input_source_from_array.h" diff --git a/src/input/input_source_from_matrix.cc b/src/input/input_source_from_matrix.cc index 77c309e9..cc616adf 100644 --- a/src/input/input_source_from_matrix.cc +++ b/src/input/input_source_from_matrix.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/input/input_source_from_matrix.h" diff --git a/src/input/input_source_from_stream.cc b/src/input/input_source_from_stream.cc index 829abc24..b8c8c373 100644 --- a/src/input/input_source_from_stream.cc +++ b/src/input/input_source_from_stream.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/input/input_source_from_stream.h" diff --git a/src/input/input_source_from_vector.cc b/src/input/input_source_from_vector.cc index 752d19f8..9e17a821 100644 --- a/src/input/input_source_from_vector.cc +++ b/src/input/input_source_from_vector.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/input/input_source_from_vector.h" diff --git a/src/input/input_source_interpolation.cc b/src/input/input_source_interpolation.cc index 59751aed..89f77238 100644 --- a/src/input/input_source_interpolation.cc +++ b/src/input/input_source_interpolation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/input/input_source_interpolation.h" diff --git a/src/input/input_source_interpolation_with_magic_number.cc b/src/input/input_source_interpolation_with_magic_number.cc index 036642fa..ad0a5593 100644 --- a/src/input/input_source_interpolation_with_magic_number.cc +++ b/src/input/input_source_interpolation_with_magic_number.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/input/input_source_interpolation_with_magic_number.h" diff --git a/src/input/input_source_preprocessing_for_filter_gain.cc b/src/input/input_source_preprocessing_for_filter_gain.cc index 8f5f3242..9473457b 100644 --- a/src/input/input_source_preprocessing_for_filter_gain.cc +++ b/src/input/input_source_preprocessing_for_filter_gain.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/input/input_source_preprocessing_for_filter_gain.h" diff --git a/src/main/acorr.cc b/src/main/acorr.cc index 8a93c6dd..43f0cac5 100644 --- a/src/main/acorr.cc +++ b/src/main/acorr.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/acr2csm.cc b/src/main/acr2csm.cc index 5b93e1fd..c7b33492 100644 --- a/src/main/acr2csm.cc +++ b/src/main/acr2csm.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/aeq.cc b/src/main/aeq.cc index 3b9029d6..2a5d3d17 100644 --- a/src/main/aeq.cc +++ b/src/main/aeq.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/amgcep.cc b/src/main/amgcep.cc index dfc16ffd..b0392dcb 100644 --- a/src/main/amgcep.cc +++ b/src/main/amgcep.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/average.cc b/src/main/average.cc index 1e46d9ff..02313104 100644 --- a/src/main/average.cc +++ b/src/main/average.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/b2mc.cc b/src/main/b2mc.cc index 40653867..c7aeb504 100644 --- a/src/main/b2mc.cc +++ b/src/main/b2mc.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/bcp.cc b/src/main/bcp.cc index 36e507e3..8ad89a04 100644 --- a/src/main/bcp.cc +++ b/src/main/bcp.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/bcut.cc b/src/main/bcut.cc index 8508b2ad..775f68df 100644 --- a/src/main/bcut.cc +++ b/src/main/bcut.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/c2acr.cc b/src/main/c2acr.cc index b032a410..e48647aa 100644 --- a/src/main/c2acr.cc +++ b/src/main/c2acr.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/c2mpir.cc b/src/main/c2mpir.cc index 079e4c5a..375bb48c 100644 --- a/src/main/c2mpir.cc +++ b/src/main/c2mpir.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/c2ndps.cc b/src/main/c2ndps.cc index 4dc85637..1608fb02 100644 --- a/src/main/c2ndps.cc +++ b/src/main/c2ndps.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/cdist.cc b/src/main/cdist.cc index cf05b3fc..91e884a5 100644 --- a/src/main/cdist.cc +++ b/src/main/cdist.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/clip.cc b/src/main/clip.cc index 2e99d4e3..c6778161 100644 --- a/src/main/clip.cc +++ b/src/main/clip.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/csm2acr.cc b/src/main/csm2acr.cc index 1c068bc8..012693c6 100644 --- a/src/main/csm2acr.cc +++ b/src/main/csm2acr.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/dct.cc b/src/main/dct.cc index eb4ee105..da2f1f0c 100644 --- a/src/main/dct.cc +++ b/src/main/dct.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/decimate.cc b/src/main/decimate.cc index 301162ad..2dbaac93 100644 --- a/src/main/decimate.cc +++ b/src/main/decimate.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/delay.cc b/src/main/delay.cc index 3086e67e..c968cd1c 100644 --- a/src/main/delay.cc +++ b/src/main/delay.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/delta.cc b/src/main/delta.cc index b27067a6..5310feb8 100644 --- a/src/main/delta.cc +++ b/src/main/delta.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/dequantize.cc b/src/main/dequantize.cc index 2d23a7ed..870cd4ba 100644 --- a/src/main/dequantize.cc +++ b/src/main/dequantize.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/df2.cc b/src/main/df2.cc index aee122b3..3b915e57 100644 --- a/src/main/df2.cc +++ b/src/main/df2.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/dfs.cc b/src/main/dfs.cc index 861029ce..050caba3 100644 --- a/src/main/dfs.cc +++ b/src/main/dfs.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/dmp.cc b/src/main/dmp.cc index b494aaf5..e50a213b 100644 --- a/src/main/dmp.cc +++ b/src/main/dmp.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/dtw.cc b/src/main/dtw.cc index 3675ce1d..f3e5e94d 100644 --- a/src/main/dtw.cc +++ b/src/main/dtw.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/dtw_merge.cc b/src/main/dtw_merge.cc index 14fc819f..fbe782e5 100644 --- a/src/main/dtw_merge.cc +++ b/src/main/dtw_merge.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/entropy.cc b/src/main/entropy.cc index 732cb524..f43013e3 100644 --- a/src/main/entropy.cc +++ b/src/main/entropy.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/excite.cc b/src/main/excite.cc index 284d59bc..ed72f332 100644 --- a/src/main/excite.cc +++ b/src/main/excite.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/extract.cc b/src/main/extract.cc index 64ea2534..497fd544 100644 --- a/src/main/extract.cc +++ b/src/main/extract.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/fbank.cc b/src/main/fbank.cc index 5f2d2100..75224d7f 100644 --- a/src/main/fbank.cc +++ b/src/main/fbank.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/fd.cc b/src/main/fd.cc index 685cd37f..c840ead9 100644 --- a/src/main/fd.cc +++ b/src/main/fd.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/fft.cc b/src/main/fft.cc index ba1707e7..f400215f 100644 --- a/src/main/fft.cc +++ b/src/main/fft.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/fft2.cc b/src/main/fft2.cc index 4cf5e5e9..dacc76e5 100644 --- a/src/main/fft2.cc +++ b/src/main/fft2.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/fftcep.cc b/src/main/fftcep.cc index 745d31f1..746e11f2 100644 --- a/src/main/fftcep.cc +++ b/src/main/fftcep.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/fftr.cc b/src/main/fftr.cc index 4bf489ef..5894fe47 100644 --- a/src/main/fftr.cc +++ b/src/main/fftr.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/fftr2.cc b/src/main/fftr2.cc index d0f5fd96..285370fd 100644 --- a/src/main/fftr2.cc +++ b/src/main/fftr2.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/frame.cc b/src/main/frame.cc index 74d64eec..e01eb424 100644 --- a/src/main/frame.cc +++ b/src/main/frame.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/freqt.cc b/src/main/freqt.cc index 95344bfd..d3d68c47 100644 --- a/src/main/freqt.cc +++ b/src/main/freqt.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/gmm.cc b/src/main/gmm.cc index d2a4dbad..e225e93c 100644 --- a/src/main/gmm.cc +++ b/src/main/gmm.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/gmmp.cc b/src/main/gmmp.cc index 104f1a3a..10437c23 100644 --- a/src/main/gmmp.cc +++ b/src/main/gmmp.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/gnorm.cc b/src/main/gnorm.cc index 0a8d4268..efe15847 100644 --- a/src/main/gnorm.cc +++ b/src/main/gnorm.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/grpdelay.cc b/src/main/grpdelay.cc index da1eebae..6311b2ce 100644 --- a/src/main/grpdelay.cc +++ b/src/main/grpdelay.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/histogram.cc b/src/main/histogram.cc index 66a734cd..b4a10576 100644 --- a/src/main/histogram.cc +++ b/src/main/histogram.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/huffman.cc b/src/main/huffman.cc index 101f0989..3951498c 100644 --- a/src/main/huffman.cc +++ b/src/main/huffman.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/huffman_decode.cc b/src/main/huffman_decode.cc index 78d61904..28df7ac6 100644 --- a/src/main/huffman_decode.cc +++ b/src/main/huffman_decode.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/huffman_encode.cc b/src/main/huffman_encode.cc index 6cca4737..46e87829 100644 --- a/src/main/huffman_encode.cc +++ b/src/main/huffman_encode.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/idct.cc b/src/main/idct.cc index 80f54985..fb840d42 100644 --- a/src/main/idct.cc +++ b/src/main/idct.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ifft.cc b/src/main/ifft.cc index 20182591..8f256e4b 100644 --- a/src/main/ifft.cc +++ b/src/main/ifft.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ifft2.cc b/src/main/ifft2.cc index 1159fd68..aebf093e 100644 --- a/src/main/ifft2.cc +++ b/src/main/ifft2.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ignorm.cc b/src/main/ignorm.cc index 0bb85821..9b74a99e 100644 --- a/src/main/ignorm.cc +++ b/src/main/ignorm.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/imglsadf.cc b/src/main/imglsadf.cc index a524c7c0..b06ef0f4 100644 --- a/src/main/imglsadf.cc +++ b/src/main/imglsadf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/impulse.cc b/src/main/impulse.cc index 60ebeb69..9c0a4c97 100644 --- a/src/main/impulse.cc +++ b/src/main/impulse.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/imsvq.cc b/src/main/imsvq.cc index feae3668..1a149c3f 100644 --- a/src/main/imsvq.cc +++ b/src/main/imsvq.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/interpolate.cc b/src/main/interpolate.cc index fdfbe8fd..5688aaad 100644 --- a/src/main/interpolate.cc +++ b/src/main/interpolate.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ipqmf.cc b/src/main/ipqmf.cc index 3bb43747..e4514f86 100644 --- a/src/main/ipqmf.cc +++ b/src/main/ipqmf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/iulaw.cc b/src/main/iulaw.cc index e2bfcbf2..428d26a5 100644 --- a/src/main/iulaw.cc +++ b/src/main/iulaw.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lar2par.cc b/src/main/lar2par.cc index 24e0c15e..b08d7fc9 100644 --- a/src/main/lar2par.cc +++ b/src/main/lar2par.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lbg.cc b/src/main/lbg.cc index b43348e9..7c3ef369 100644 --- a/src/main/lbg.cc +++ b/src/main/lbg.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/levdur.cc b/src/main/levdur.cc index 35dc78b7..f9c174a5 100644 --- a/src/main/levdur.cc +++ b/src/main/levdur.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/linear_intpl.cc b/src/main/linear_intpl.cc index e5481151..9f9c6394 100644 --- a/src/main/linear_intpl.cc +++ b/src/main/linear_intpl.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lpc.cc b/src/main/lpc.cc index cc90c345..9a459650 100644 --- a/src/main/lpc.cc +++ b/src/main/lpc.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lpc2c.cc b/src/main/lpc2c.cc index 82a61417..dff936a9 100644 --- a/src/main/lpc2c.cc +++ b/src/main/lpc2c.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lpc2lsp.cc b/src/main/lpc2lsp.cc index ef092055..78842324 100644 --- a/src/main/lpc2lsp.cc +++ b/src/main/lpc2lsp.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lpc2par.cc b/src/main/lpc2par.cc index 0e25015b..8ad2cf1d 100644 --- a/src/main/lpc2par.cc +++ b/src/main/lpc2par.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lpccheck.cc b/src/main/lpccheck.cc index cf4f5ae6..84afbf27 100644 --- a/src/main/lpccheck.cc +++ b/src/main/lpccheck.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lsp2lpc.cc b/src/main/lsp2lpc.cc index 4c26ddb2..86f97ed7 100644 --- a/src/main/lsp2lpc.cc +++ b/src/main/lsp2lpc.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lspcheck.cc b/src/main/lspcheck.cc index 4ea88a3a..f65101a1 100644 --- a/src/main/lspcheck.cc +++ b/src/main/lspcheck.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/lspdf.cc b/src/main/lspdf.cc index 3104f25c..218f0a80 100644 --- a/src/main/lspdf.cc +++ b/src/main/lspdf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ltcdf.cc b/src/main/ltcdf.cc index 9e7a3566..9db2d7c8 100644 --- a/src/main/ltcdf.cc +++ b/src/main/ltcdf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mc2b.cc b/src/main/mc2b.cc index eb1614c3..f4b65821 100644 --- a/src/main/mc2b.cc +++ b/src/main/mc2b.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mcpf.cc b/src/main/mcpf.cc index 706ec3c1..bf409ecd 100644 --- a/src/main/mcpf.cc +++ b/src/main/mcpf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/median.cc b/src/main/median.cc index 2c8b8b28..62fd812d 100644 --- a/src/main/median.cc +++ b/src/main/median.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/merge.cc b/src/main/merge.cc index 377ae9a8..e75e148e 100644 --- a/src/main/merge.cc +++ b/src/main/merge.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mfcc.cc b/src/main/mfcc.cc index 0549e7c9..3aaf7d7e 100644 --- a/src/main/mfcc.cc +++ b/src/main/mfcc.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mgc2mgc.cc b/src/main/mgc2mgc.cc index 6c33fe22..7246649a 100644 --- a/src/main/mgc2mgc.cc +++ b/src/main/mgc2mgc.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mgc2sp.cc b/src/main/mgc2sp.cc index cb61da5b..122a9161 100644 --- a/src/main/mgc2sp.cc +++ b/src/main/mgc2sp.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mgcep.cc b/src/main/mgcep.cc index 4190edba..25518cd7 100644 --- a/src/main/mgcep.cc +++ b/src/main/mgcep.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mglsadf.cc b/src/main/mglsadf.cc index a7754028..17e22b6c 100644 --- a/src/main/mglsadf.cc +++ b/src/main/mglsadf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mglsp2sp.cc b/src/main/mglsp2sp.cc index 616469df..7081b492 100644 --- a/src/main/mglsp2sp.cc +++ b/src/main/mglsp2sp.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/minmax.cc b/src/main/minmax.cc index 11bc4969..e4630e1e 100644 --- a/src/main/minmax.cc +++ b/src/main/minmax.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mlpg.cc b/src/main/mlpg.cc index eee6bd5a..03e5511f 100644 --- a/src/main/mlpg.cc +++ b/src/main/mlpg.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long_only diff --git a/src/main/mlsacheck.cc b/src/main/mlsacheck.cc index df5b840c..51a7c10e 100644 --- a/src/main/mlsacheck.cc +++ b/src/main/mlsacheck.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/mseq.cc b/src/main/mseq.cc index 5c267390..97bb2e8f 100644 --- a/src/main/mseq.cc +++ b/src/main/mseq.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/msvq.cc b/src/main/msvq.cc index 8fec7649..b90633af 100644 --- a/src/main/msvq.cc +++ b/src/main/msvq.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/nan.cc b/src/main/nan.cc index a90839da..25d5d5b1 100644 --- a/src/main/nan.cc +++ b/src/main/nan.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ndps2c.cc b/src/main/ndps2c.cc index 167a7395..ed2fe676 100644 --- a/src/main/ndps2c.cc +++ b/src/main/ndps2c.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/norm0.cc b/src/main/norm0.cc index ee06ca47..abb50806 100644 --- a/src/main/norm0.cc +++ b/src/main/norm0.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/nrand.cc b/src/main/nrand.cc index 33686634..af1e0725 100644 --- a/src/main/nrand.cc +++ b/src/main/nrand.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/par2lar.cc b/src/main/par2lar.cc index 4f344289..99637da9 100644 --- a/src/main/par2lar.cc +++ b/src/main/par2lar.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/par2lpc.cc b/src/main/par2lpc.cc index b42046e6..8c4735c6 100644 --- a/src/main/par2lpc.cc +++ b/src/main/par2lpc.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/pca.cc b/src/main/pca.cc index e87c57fb..3460a2fd 100644 --- a/src/main/pca.cc +++ b/src/main/pca.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/pcas.cc b/src/main/pcas.cc index 3c9ae155..3d949a47 100644 --- a/src/main/pcas.cc +++ b/src/main/pcas.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/phase.cc b/src/main/phase.cc index b7d10106..89a147f0 100644 --- a/src/main/phase.cc +++ b/src/main/phase.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/pitch.cc b/src/main/pitch.cc index 5c719e81..57501b28 100644 --- a/src/main/pitch.cc +++ b/src/main/pitch.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long_only diff --git a/src/main/pitch_mark.cc b/src/main/pitch_mark.cc index bd0fe856..20c75f7c 100644 --- a/src/main/pitch_mark.cc +++ b/src/main/pitch_mark.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/poledf.cc b/src/main/poledf.cc index 0d7aa635..05b85dbc 100644 --- a/src/main/poledf.cc +++ b/src/main/poledf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/pqmf.cc b/src/main/pqmf.cc index 5523f0e2..063edfd3 100644 --- a/src/main/pqmf.cc +++ b/src/main/pqmf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/quantize.cc b/src/main/quantize.cc index 13efd55b..e3c1f7a8 100644 --- a/src/main/quantize.cc +++ b/src/main/quantize.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ramp.cc b/src/main/ramp.cc index 73fb69a2..69d0f3f5 100644 --- a/src/main/ramp.cc +++ b/src/main/ramp.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/reverse.cc b/src/main/reverse.cc index 2723d080..bf1f9124 100644 --- a/src/main/reverse.cc +++ b/src/main/reverse.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/rlevdur.cc b/src/main/rlevdur.cc index d7f78cd9..e3318d78 100644 --- a/src/main/rlevdur.cc +++ b/src/main/rlevdur.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/rmse.cc b/src/main/rmse.cc index 5cd3d224..ce84d01d 100644 --- a/src/main/rmse.cc +++ b/src/main/rmse.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long_only diff --git a/src/main/root_pol.cc b/src/main/root_pol.cc index 200c1bbd..2fc69793 100644 --- a/src/main/root_pol.cc +++ b/src/main/root_pol.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/sin.cc b/src/main/sin.cc index e585f982..06d08db0 100644 --- a/src/main/sin.cc +++ b/src/main/sin.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/snr.cc b/src/main/snr.cc index b1c0da7e..b60fd168 100644 --- a/src/main/snr.cc +++ b/src/main/snr.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/sopr.cc b/src/main/sopr.cc index f2b1c052..97f344aa 100644 --- a/src/main/sopr.cc +++ b/src/main/sopr.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long_only diff --git a/src/main/spec.cc b/src/main/spec.cc index dc53e7b8..91846ce2 100644 --- a/src/main/spec.cc +++ b/src/main/spec.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/step.cc b/src/main/step.cc index 19eb5607..3ca7bc2c 100644 --- a/src/main/step.cc +++ b/src/main/step.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/swab.cc b/src/main/swab.cc index 819beb36..338eb8e1 100644 --- a/src/main/swab.cc +++ b/src/main/swab.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/symmetrize.cc b/src/main/symmetrize.cc index b9c3966a..ac8ab318 100644 --- a/src/main/symmetrize.cc +++ b/src/main/symmetrize.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/train.cc b/src/main/train.cc index be907338..4eaa9e07 100644 --- a/src/main/train.cc +++ b/src/main/train.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/transpose.cc b/src/main/transpose.cc index 360dc142..e61833e8 100644 --- a/src/main/transpose.cc +++ b/src/main/transpose.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/ulaw.cc b/src/main/ulaw.cc index c07c1c36..6120a6a8 100644 --- a/src/main/ulaw.cc +++ b/src/main/ulaw.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/vc.cc b/src/main/vc.cc index 370c1ee9..53032fdc 100644 --- a/src/main/vc.cc +++ b/src/main/vc.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long_only diff --git a/src/main/vopr.cc b/src/main/vopr.cc index 54f57b51..f4e045d9 100644 --- a/src/main/vopr.cc +++ b/src/main/vopr.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long_only diff --git a/src/main/vstat.cc b/src/main/vstat.cc index e5b3c07b..4f68b810 100644 --- a/src/main/vstat.cc +++ b/src/main/vstat.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/vsum.cc b/src/main/vsum.cc index 9d2752d2..f352063c 100644 --- a/src/main/vsum.cc +++ b/src/main/vsum.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/window.cc b/src/main/window.cc index 9939d143..11465664 100644 --- a/src/main/window.cc +++ b/src/main/window.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/x2x.cc b/src/main/x2x.cc index d0cc5032..71c9568f 100644 --- a/src/main/x2x.cc +++ b/src/main/x2x.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/zcross.cc b/src/main/zcross.cc index b12637a9..95a633d6 100644 --- a/src/main/zcross.cc +++ b/src/main/zcross.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/main/zerodf.cc b/src/main/zerodf.cc index bfbe9c3d..19bd79d1 100644 --- a/src/main/zerodf.cc +++ b/src/main/zerodf.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include // getopt_long diff --git a/src/math/discrete_cosine_transform.cc b/src/math/discrete_cosine_transform.cc index 14b865e6..f631d8f3 100644 --- a/src/math/discrete_cosine_transform.cc +++ b/src/math/discrete_cosine_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/discrete_cosine_transform.h" diff --git a/src/math/discrete_fourier_transform.cc b/src/math/discrete_fourier_transform.cc index 5b0db15d..f197b3f9 100644 --- a/src/math/discrete_fourier_transform.cc +++ b/src/math/discrete_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/discrete_fourier_transform.h" diff --git a/src/math/distance_calculation.cc b/src/math/distance_calculation.cc index a688f7e8..b8a53883 100644 --- a/src/math/distance_calculation.cc +++ b/src/math/distance_calculation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/distance_calculation.h" diff --git a/src/math/durand_kerner_method.cc b/src/math/durand_kerner_method.cc index e560da48..7f0bfe1f 100644 --- a/src/math/durand_kerner_method.cc +++ b/src/math/durand_kerner_method.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/durand_kerner_method.h" diff --git a/src/math/dynamic_time_warping.cc b/src/math/dynamic_time_warping.cc index be0def63..d1b43894 100644 --- a/src/math/dynamic_time_warping.cc +++ b/src/math/dynamic_time_warping.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/dynamic_time_warping.h" diff --git a/src/math/entropy_calculation.cc b/src/math/entropy_calculation.cc index 97e11192..b9661e73 100644 --- a/src/math/entropy_calculation.cc +++ b/src/math/entropy_calculation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/entropy_calculation.h" diff --git a/src/math/fast_fourier_transform.cc b/src/math/fast_fourier_transform.cc index eae55a24..f9380549 100644 --- a/src/math/fast_fourier_transform.cc +++ b/src/math/fast_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/fast_fourier_transform.h" diff --git a/src/math/fourier_transform.cc b/src/math/fourier_transform.cc index 726da461..15e8b5f8 100644 --- a/src/math/fourier_transform.cc +++ b/src/math/fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/fourier_transform.h" diff --git a/src/math/frequency_transform.cc b/src/math/frequency_transform.cc index be70420e..21f865c9 100644 --- a/src/math/frequency_transform.cc +++ b/src/math/frequency_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/frequency_transform.h" diff --git a/src/math/gaussian_mixture_model_based_conversion.cc b/src/math/gaussian_mixture_model_based_conversion.cc index f34b9d84..e43b8fa6 100644 --- a/src/math/gaussian_mixture_model_based_conversion.cc +++ b/src/math/gaussian_mixture_model_based_conversion.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/gaussian_mixture_model_based_conversion.h" diff --git a/src/math/gaussian_mixture_modeling.cc b/src/math/gaussian_mixture_modeling.cc index 46cd6aee..79270da1 100644 --- a/src/math/gaussian_mixture_modeling.cc +++ b/src/math/gaussian_mixture_modeling.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/gaussian_mixture_modeling.h" diff --git a/src/math/histogram_calculation.cc b/src/math/histogram_calculation.cc index 4c1980a4..5c7475ad 100644 --- a/src/math/histogram_calculation.cc +++ b/src/math/histogram_calculation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/histogram_calculation.h" diff --git a/src/math/inverse_discrete_cosine_transform.cc b/src/math/inverse_discrete_cosine_transform.cc index 063a1a0c..bcde308c 100644 --- a/src/math/inverse_discrete_cosine_transform.cc +++ b/src/math/inverse_discrete_cosine_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/inverse_discrete_cosine_transform.h" diff --git a/src/math/inverse_fast_fourier_transform.cc b/src/math/inverse_fast_fourier_transform.cc index 222d0c2d..e440f989 100644 --- a/src/math/inverse_fast_fourier_transform.cc +++ b/src/math/inverse_fast_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/inverse_fast_fourier_transform.h" diff --git a/src/math/levinson_durbin_recursion.cc b/src/math/levinson_durbin_recursion.cc index 4cd54f68..b9499e14 100644 --- a/src/math/levinson_durbin_recursion.cc +++ b/src/math/levinson_durbin_recursion.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/levinson_durbin_recursion.h" diff --git a/src/math/matrix.cc b/src/math/matrix.cc index abc04486..86d24159 100644 --- a/src/math/matrix.cc +++ b/src/math/matrix.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/matrix.h" diff --git a/src/math/matrix2d.cc b/src/math/matrix2d.cc index c6ed26b7..736ea0a8 100644 --- a/src/math/matrix2d.cc +++ b/src/math/matrix2d.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/matrix2d.h" diff --git a/src/math/minmax_accumulation.cc b/src/math/minmax_accumulation.cc index 2d597f8e..ea14fca2 100644 --- a/src/math/minmax_accumulation.cc +++ b/src/math/minmax_accumulation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/minmax_accumulation.h" diff --git a/src/math/principal_component_analysis.cc b/src/math/principal_component_analysis.cc index 4d648c75..6a81912c 100644 --- a/src/math/principal_component_analysis.cc +++ b/src/math/principal_component_analysis.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/principal_component_analysis.h" diff --git a/src/math/real_valued_fast_fourier_transform.cc b/src/math/real_valued_fast_fourier_transform.cc index 6a0d184b..acfac0c9 100644 --- a/src/math/real_valued_fast_fourier_transform.cc +++ b/src/math/real_valued_fast_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/real_valued_fast_fourier_transform.h" diff --git a/src/math/real_valued_inverse_fast_fourier_transform.cc b/src/math/real_valued_inverse_fast_fourier_transform.cc index 4203496e..dfcb93a0 100644 --- a/src/math/real_valued_inverse_fast_fourier_transform.cc +++ b/src/math/real_valued_inverse_fast_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/real_valued_inverse_fast_fourier_transform.h" diff --git a/src/math/reverse_levinson_durbin_recursion.cc b/src/math/reverse_levinson_durbin_recursion.cc index 0a1d47da..ffe35c55 100644 --- a/src/math/reverse_levinson_durbin_recursion.cc +++ b/src/math/reverse_levinson_durbin_recursion.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/reverse_levinson_durbin_recursion.h" diff --git a/src/math/scalar_operation.cc b/src/math/scalar_operation.cc index a8669c3f..1e9c74ee 100644 --- a/src/math/scalar_operation.cc +++ b/src/math/scalar_operation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/scalar_operation.h" diff --git a/src/math/statistics_accumulation.cc b/src/math/statistics_accumulation.cc index 800e4b30..94bcbcb2 100644 --- a/src/math/statistics_accumulation.cc +++ b/src/math/statistics_accumulation.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/statistics_accumulation.h" diff --git a/src/math/symmetric_matrix.cc b/src/math/symmetric_matrix.cc index c853cb2f..96c6fcb7 100644 --- a/src/math/symmetric_matrix.cc +++ b/src/math/symmetric_matrix.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/symmetric_matrix.h" diff --git a/src/math/symmetric_system_solver.cc b/src/math/symmetric_system_solver.cc index bd49f4be..8777d7e1 100644 --- a/src/math/symmetric_system_solver.cc +++ b/src/math/symmetric_system_solver.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/symmetric_system_solver.h" diff --git a/src/math/toeplitz_plus_hankel_system_solver.cc b/src/math/toeplitz_plus_hankel_system_solver.cc index 39430186..f88b3763 100644 --- a/src/math/toeplitz_plus_hankel_system_solver.cc +++ b/src/math/toeplitz_plus_hankel_system_solver.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/toeplitz_plus_hankel_system_solver.h" diff --git a/src/math/two_dimensional_fast_fourier_transform.cc b/src/math/two_dimensional_fast_fourier_transform.cc index ede5ad61..301a765e 100644 --- a/src/math/two_dimensional_fast_fourier_transform.cc +++ b/src/math/two_dimensional_fast_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/two_dimensional_fast_fourier_transform.h" diff --git a/src/math/two_dimensional_inverse_fast_fourier_transform.cc b/src/math/two_dimensional_inverse_fast_fourier_transform.cc index 78fad09c..7a26770f 100644 --- a/src/math/two_dimensional_inverse_fast_fourier_transform.cc +++ b/src/math/two_dimensional_inverse_fast_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/two_dimensional_inverse_fast_fourier_transform.h" diff --git a/src/math/two_dimensional_real_valued_fast_fourier_transform.cc b/src/math/two_dimensional_real_valued_fast_fourier_transform.cc index 710a2555..7ac1f22a 100644 --- a/src/math/two_dimensional_real_valued_fast_fourier_transform.cc +++ b/src/math/two_dimensional_real_valued_fast_fourier_transform.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/two_dimensional_real_valued_fast_fourier_transform.h" diff --git a/src/math/vandermonde_system_solver.cc b/src/math/vandermonde_system_solver.cc index feb2ec11..04c8fb11 100644 --- a/src/math/vandermonde_system_solver.cc +++ b/src/math/vandermonde_system_solver.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/math/vandermonde_system_solver.h" diff --git a/src/utils/data_symmetrizing.cc b/src/utils/data_symmetrizing.cc index 43a9b98e..711a975c 100644 --- a/src/utils/data_symmetrizing.cc +++ b/src/utils/data_symmetrizing.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/utils/data_symmetrizing.h" diff --git a/src/utils/mel_cepstrum_postfiltering.cc b/src/utils/mel_cepstrum_postfiltering.cc index 80873887..46013d25 100644 --- a/src/utils/mel_cepstrum_postfiltering.cc +++ b/src/utils/mel_cepstrum_postfiltering.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/utils/mel_cepstrum_postfiltering.h" diff --git a/src/utils/misc_utils.cc b/src/utils/misc_utils.cc index 749bbb4c..3460ad11 100644 --- a/src/utils/misc_utils.cc +++ b/src/utils/misc_utils.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/utils/misc_utils.h" diff --git a/src/utils/sptk_utils.cc b/src/utils/sptk_utils.cc index 7090921e..0519fde4 100644 --- a/src/utils/sptk_utils.cc +++ b/src/utils/sptk_utils.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/utils/sptk_utils.h" diff --git a/src/window/chebyshev_window.cc b/src/window/chebyshev_window.cc index 6ae437a3..38d44476 100644 --- a/src/window/chebyshev_window.cc +++ b/src/window/chebyshev_window.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/window/chebyshev_window.h" diff --git a/src/window/cosine_window.cc b/src/window/cosine_window.cc index 0e54e4e5..800d3f7c 100644 --- a/src/window/cosine_window.cc +++ b/src/window/cosine_window.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/window/cosine_window.h" diff --git a/src/window/data_windowing.cc b/src/window/data_windowing.cc index ccda2ac2..c1c84558 100644 --- a/src/window/data_windowing.cc +++ b/src/window/data_windowing.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/window/data_windowing.h" diff --git a/src/window/kaiser_window.cc b/src/window/kaiser_window.cc index 55fb3ab6..943b43aa 100644 --- a/src/window/kaiser_window.cc +++ b/src/window/kaiser_window.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/window/kaiser_window.h" diff --git a/src/window/standard_window.cc b/src/window/standard_window.cc index 84c8cb34..d03c8cdd 100644 --- a/src/window/standard_window.cc +++ b/src/window/standard_window.cc @@ -1,46 +1,18 @@ -// ----------------------------------------------------------------- // -// The Speech Signal Processing Toolkit (SPTK) // -// developed by SPTK Working Group // -// http://sp-tk.sourceforge.net/ // -// ----------------------------------------------------------------- // -// // -// Copyright (c) 1984-2007 Tokyo Institute of Technology // -// Interdisciplinary Graduate School of // -// Science and Engineering // -// // -// 1996-2021 Nagoya Institute of Technology // -// Department of Computer Science // -// // -// All rights reserved. // -// // -// Redistribution and use in source and binary forms, with or // -// without modification, are permitted provided that the following // -// conditions are met: // -// // -// - Redistributions of source code must retain the above copyright // -// notice, this list of conditions and the following disclaimer. // -// - Redistributions in binary form must reproduce the above // -// copyright notice, this list of conditions and the following // -// disclaimer in the documentation and/or other materials provided // -// with the distribution. // -// - Neither the name of the SPTK working group nor the names of its // -// contributors may be used to endorse or promote products derived // -// from this software without specific prior written permission. // -// // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND // -// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // -// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // -// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS // -// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // -// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED // -// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // -// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, // -// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY // -// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // -// POSSIBILITY OF SUCH DAMAGE. // -// ----------------------------------------------------------------- // +// ------------------------------------------------------------------------ // +// Copyright 2021 SPTK Working Group // +// // +// Licensed under the Apache License, Version 2.0 (the "License"); // +// you may not use this file except in compliance with the License. // +// You may obtain a copy of the License at // +// // +// http://www.apache.org/licenses/LICENSE-2.0 // +// // +// Unless required by applicable law or agreed to in writing, software // +// distributed under the License is distributed on an "AS IS" BASIS, // +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // +// See the License for the specific language governing permissions and // +// limitations under the License. // +// ------------------------------------------------------------------------ // #include "SPTK/window/standard_window.h" diff --git a/test/test_acorr.bats b/test/test_acorr.bats index 93cdf3b7..b899b997 100644 --- a/test/test_acorr.bats +++ b/test/test_acorr.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_acr2csm.bats b/test/test_acr2csm.bats index 1f4d12b2..6198a4d4 100644 --- a/test/test_acr2csm.bats +++ b/test/test_acr2csm.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_aeq.bats b/test/test_aeq.bats index 1a216f09..d692f59f 100644 --- a/test/test_aeq.bats +++ b/test/test_aeq.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_amgcep.bats b/test/test_amgcep.bats index 4a1cda73..b4742d3b 100644 --- a/test/test_amgcep.bats +++ b/test/test_amgcep.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_average.bats b/test/test_average.bats index e79e4b03..2a1dd522 100644 --- a/test/test_average.bats +++ b/test/test_average.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_b2mc.bats b/test/test_b2mc.bats index a59322b6..7b49c0fe 100644 --- a/test/test_b2mc.bats +++ b/test/test_b2mc.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_bcp.bats b/test/test_bcp.bats index c0f84b97..0e7a8394 100644 --- a/test/test_bcp.bats +++ b/test/test_bcp.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_bcut.bats b/test/test_bcut.bats index d530eedc..0dee5837 100644 --- a/test/test_bcut.bats +++ b/test/test_bcut.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_c2acr.bats b/test/test_c2acr.bats index 7d19b7ee..70fc1598 100644 --- a/test/test_c2acr.bats +++ b/test/test_c2acr.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_c2mpir.bats b/test/test_c2mpir.bats index 695de6d9..d3fe0450 100644 --- a/test/test_c2mpir.bats +++ b/test/test_c2mpir.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_c2ndps.bats b/test/test_c2ndps.bats index 6915d63c..66c3f76e 100644 --- a/test/test_c2ndps.bats +++ b/test/test_c2ndps.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_cdist.bats b/test/test_cdist.bats index 0467403e..6f217e4a 100644 --- a/test/test_cdist.bats +++ b/test/test_cdist.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_clip.bats b/test/test_clip.bats index ee341542..c9f4a7ab 100644 --- a/test/test_clip.bats +++ b/test/test_clip.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_csm2acr.bats b/test/test_csm2acr.bats index f8357856..fbb4381f 100644 --- a/test/test_csm2acr.bats +++ b/test/test_csm2acr.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_dct.bats b/test/test_dct.bats index d528e5c9..753ccf5f 100644 --- a/test/test_dct.bats +++ b/test/test_dct.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_decimate.bats b/test/test_decimate.bats index 5088aeef..0201aa68 100644 --- a/test/test_decimate.bats +++ b/test/test_decimate.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_delay.bats b/test/test_delay.bats index 48ce58a3..e357000e 100644 --- a/test/test_delay.bats +++ b/test/test_delay.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_delta.bats b/test/test_delta.bats index 9d236f54..b13556e9 100644 --- a/test/test_delta.bats +++ b/test/test_delta.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_dequantize.bats b/test/test_dequantize.bats index 7ce7b47c..05092459 100644 --- a/test/test_dequantize.bats +++ b/test/test_dequantize.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_df2.bats b/test/test_df2.bats index 07ff8fa8..3fd741c7 100644 --- a/test/test_df2.bats +++ b/test/test_df2.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_dfs.bats b/test/test_dfs.bats index 410ae328..fc9bc0ae 100644 --- a/test/test_dfs.bats +++ b/test/test_dfs.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_dmp.bats b/test/test_dmp.bats index 3e466209..6049acc8 100644 --- a/test/test_dmp.bats +++ b/test/test_dmp.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_dtw.bats b/test/test_dtw.bats index 4c665fde..31280de8 100644 --- a/test/test_dtw.bats +++ b/test/test_dtw.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_dtw_merge.bats b/test/test_dtw_merge.bats index 4809052c..8559524d 100644 --- a/test/test_dtw_merge.bats +++ b/test/test_dtw_merge.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_entropy.bats b/test/test_entropy.bats index 338afed9..94fdd275 100644 --- a/test/test_entropy.bats +++ b/test/test_entropy.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_excite.bats b/test/test_excite.bats index 46724e47..d97c66a0 100644 --- a/test/test_excite.bats +++ b/test/test_excite.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_extract.bats b/test/test_extract.bats index 57db1105..9aa58251 100644 --- a/test/test_extract.bats +++ b/test/test_extract.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_fbank.bats b/test/test_fbank.bats index 8dad9cf2..036d7d21 100644 --- a/test/test_fbank.bats +++ b/test/test_fbank.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_fd.bats b/test/test_fd.bats index c31ca333..29c2717d 100644 --- a/test/test_fd.bats +++ b/test/test_fd.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_fft.bats b/test/test_fft.bats index fb3415b2..44e9aa28 100644 --- a/test/test_fft.bats +++ b/test/test_fft.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_fft2.bats b/test/test_fft2.bats index 12531a4b..352d485e 100644 --- a/test/test_fft2.bats +++ b/test/test_fft2.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_fftcep.bats b/test/test_fftcep.bats index 7fd6e1f8..c64a1429 100644 --- a/test/test_fftcep.bats +++ b/test/test_fftcep.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_fftr.bats b/test/test_fftr.bats index 7274218e..39d71de6 100644 --- a/test/test_fftr.bats +++ b/test/test_fftr.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_fftr2.bats b/test/test_fftr2.bats index 03fcd049..735b2249 100644 --- a/test/test_fftr2.bats +++ b/test/test_fftr2.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_frame.bats b/test/test_frame.bats index 61a9f670..13b7437f 100644 --- a/test/test_frame.bats +++ b/test/test_frame.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_freqt.bats b/test/test_freqt.bats index 43637024..4c6cded5 100644 --- a/test/test_freqt.bats +++ b/test/test_freqt.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_gmm.bats b/test/test_gmm.bats index af26428d..6e79fc43 100644 --- a/test/test_gmm.bats +++ b/test/test_gmm.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_gmmp.bats b/test/test_gmmp.bats index 5042f046..436e4261 100644 --- a/test/test_gmmp.bats +++ b/test/test_gmmp.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_gnorm.bats b/test/test_gnorm.bats index 53ddac06..b2baa79d 100644 --- a/test/test_gnorm.bats +++ b/test/test_gnorm.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_grpdelay.bats b/test/test_grpdelay.bats index 1fcd24e3..6d14a0f9 100644 --- a/test/test_grpdelay.bats +++ b/test/test_grpdelay.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_histogram.bats b/test/test_histogram.bats index a8a7c5f1..a65153e0 100644 --- a/test/test_histogram.bats +++ b/test/test_histogram.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_huffman.bats b/test/test_huffman.bats index e056e851..aa937c97 100644 --- a/test/test_huffman.bats +++ b/test/test_huffman.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_huffman_decode.bats b/test/test_huffman_decode.bats index 4d315c81..bc13405b 100644 --- a/test/test_huffman_decode.bats +++ b/test/test_huffman_decode.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_huffman_encode.bats b/test/test_huffman_encode.bats index c38aeadb..42dc99d7 100644 --- a/test/test_huffman_encode.bats +++ b/test/test_huffman_encode.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_idct.bats b/test/test_idct.bats index 1661ee3d..f5b00f4d 100644 --- a/test/test_idct.bats +++ b/test/test_idct.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ifft.bats b/test/test_ifft.bats index 437b312a..5ca6e4ad 100644 --- a/test/test_ifft.bats +++ b/test/test_ifft.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ifft2.bats b/test/test_ifft2.bats index 9ce25f8d..694e7f3b 100644 --- a/test/test_ifft2.bats +++ b/test/test_ifft2.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ignorm.bats b/test/test_ignorm.bats index 91229402..a6a8e265 100644 --- a/test/test_ignorm.bats +++ b/test/test_ignorm.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_imglsadf.bats b/test/test_imglsadf.bats index 433332b9..600574d1 100644 --- a/test/test_imglsadf.bats +++ b/test/test_imglsadf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_impulse.bats b/test/test_impulse.bats index 0e6d6e99..1ba8a1b0 100644 --- a/test/test_impulse.bats +++ b/test/test_impulse.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_imsvq.bats b/test/test_imsvq.bats index b3bf6689..bbdd42a1 100644 --- a/test/test_imsvq.bats +++ b/test/test_imsvq.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_interpolate.bats b/test/test_interpolate.bats index 0b6512da..839b3ba0 100644 --- a/test/test_interpolate.bats +++ b/test/test_interpolate.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ipqmf.bats b/test/test_ipqmf.bats index ec2f1d8f..8183643c 100644 --- a/test/test_ipqmf.bats +++ b/test/test_ipqmf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_iulaw.bats b/test/test_iulaw.bats index 24220f5d..b776b99f 100644 --- a/test/test_iulaw.bats +++ b/test/test_iulaw.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lar2par.bats b/test/test_lar2par.bats index 3f4f990c..7d81bc78 100644 --- a/test/test_lar2par.bats +++ b/test/test_lar2par.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lbg.bats b/test/test_lbg.bats index e8d315bb..c35ee2f5 100644 --- a/test/test_lbg.bats +++ b/test/test_lbg.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_levdur.bats b/test/test_levdur.bats index 43a77acd..9f8f5b6c 100644 --- a/test/test_levdur.bats +++ b/test/test_levdur.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_linear_intpl.bats b/test/test_linear_intpl.bats index 2620f299..87a7c23f 100644 --- a/test/test_linear_intpl.bats +++ b/test/test_linear_intpl.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lpc.bats b/test/test_lpc.bats index 1bc9b2f0..82ae9837 100644 --- a/test/test_lpc.bats +++ b/test/test_lpc.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lpc2c.bats b/test/test_lpc2c.bats index 7cd63761..bf83b22c 100644 --- a/test/test_lpc2c.bats +++ b/test/test_lpc2c.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lpc2lsp.bats b/test/test_lpc2lsp.bats index 3b31f83e..18a31aed 100644 --- a/test/test_lpc2lsp.bats +++ b/test/test_lpc2lsp.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lpc2par.bats b/test/test_lpc2par.bats index dc3b914b..21a8380b 100644 --- a/test/test_lpc2par.bats +++ b/test/test_lpc2par.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lpccheck.bats b/test/test_lpccheck.bats index 3cc13145..4e3312ec 100644 --- a/test/test_lpccheck.bats +++ b/test/test_lpccheck.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lsp2lpc.bats b/test/test_lsp2lpc.bats index 01922964..e8c341ae 100644 --- a/test/test_lsp2lpc.bats +++ b/test/test_lsp2lpc.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lspcheck.bats b/test/test_lspcheck.bats index d5f7a3d2..89fc37a2 100644 --- a/test/test_lspcheck.bats +++ b/test/test_lspcheck.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_lspdf.bats b/test/test_lspdf.bats index aa1b76fe..7f41c340 100644 --- a/test/test_lspdf.bats +++ b/test/test_lspdf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ltcdf.bats b/test/test_ltcdf.bats index c847b66b..2155b748 100644 --- a/test/test_ltcdf.bats +++ b/test/test_ltcdf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mc2b.bats b/test/test_mc2b.bats index 0f309ff2..4999cfb3 100644 --- a/test/test_mc2b.bats +++ b/test/test_mc2b.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mcpf.bats b/test/test_mcpf.bats index d2ef38f1..32a5c720 100644 --- a/test/test_mcpf.bats +++ b/test/test_mcpf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_median.bats b/test/test_median.bats index 7ab4bf77..d5820483 100644 --- a/test/test_median.bats +++ b/test/test_median.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_merge.bats b/test/test_merge.bats index 7a9ad04e..a720a536 100644 --- a/test/test_merge.bats +++ b/test/test_merge.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mfcc.bats b/test/test_mfcc.bats index 861d6383..d565091d 100644 --- a/test/test_mfcc.bats +++ b/test/test_mfcc.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mgc2mgc.bats b/test/test_mgc2mgc.bats index 8f4c9988..7bdbf3a1 100644 --- a/test/test_mgc2mgc.bats +++ b/test/test_mgc2mgc.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mgc2sp.bats b/test/test_mgc2sp.bats index 23ae2e17..a1fd8126 100644 --- a/test/test_mgc2sp.bats +++ b/test/test_mgc2sp.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mgcep.bats b/test/test_mgcep.bats index 60d7b783..f39bd927 100644 --- a/test/test_mgcep.bats +++ b/test/test_mgcep.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mglsadf.bats b/test/test_mglsadf.bats index 3a3e1e68..7e80ed92 100644 --- a/test/test_mglsadf.bats +++ b/test/test_mglsadf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mglsp2sp.bats b/test/test_mglsp2sp.bats index 9f7f72e3..042524f0 100644 --- a/test/test_mglsp2sp.bats +++ b/test/test_mglsp2sp.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_minmax.bats b/test/test_minmax.bats index 6d9f1b9b..1da6d400 100644 --- a/test/test_minmax.bats +++ b/test/test_minmax.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mlpg.bats b/test/test_mlpg.bats index 79181426..0ec21c42 100644 --- a/test/test_mlpg.bats +++ b/test/test_mlpg.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mlsacheck.bats b/test/test_mlsacheck.bats index 68e78881..57986817 100644 --- a/test/test_mlsacheck.bats +++ b/test/test_mlsacheck.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_mseq.bats b/test/test_mseq.bats index 56852c33..79692476 100644 --- a/test/test_mseq.bats +++ b/test/test_mseq.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_msvq.bats b/test/test_msvq.bats index 77d0a165..bb4a8677 100644 --- a/test/test_msvq.bats +++ b/test/test_msvq.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_nan.bats b/test/test_nan.bats index 3bbf4874..7611059d 100644 --- a/test/test_nan.bats +++ b/test/test_nan.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ndps2c.bats b/test/test_ndps2c.bats index 74c137a6..43b3e655 100644 --- a/test/test_ndps2c.bats +++ b/test/test_ndps2c.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_norm0.bats b/test/test_norm0.bats index 4490e3ba..af4455e5 100644 --- a/test/test_norm0.bats +++ b/test/test_norm0.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_nrand.bats b/test/test_nrand.bats index e4aaabec..737c7eb6 100644 --- a/test/test_nrand.bats +++ b/test/test_nrand.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_par2lar.bats b/test/test_par2lar.bats index 5beaa296..4df20bfa 100644 --- a/test/test_par2lar.bats +++ b/test/test_par2lar.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_par2lpc.bats b/test/test_par2lpc.bats index e33b2703..902bf442 100644 --- a/test/test_par2lpc.bats +++ b/test/test_par2lpc.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_pca.bats b/test/test_pca.bats index ed3052a4..7a17dc8c 100644 --- a/test/test_pca.bats +++ b/test/test_pca.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_pcas.bats b/test/test_pcas.bats index b71b94d5..c39bf9f6 100644 --- a/test/test_pcas.bats +++ b/test/test_pcas.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_phase.bats b/test/test_phase.bats index 1aeb13d6..070b982a 100644 --- a/test/test_phase.bats +++ b/test/test_phase.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_pitch.bats b/test/test_pitch.bats index 22b97162..2b860c78 100644 --- a/test/test_pitch.bats +++ b/test/test_pitch.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_pitch_mark.bats b/test/test_pitch_mark.bats index dfb6f4a7..8d3fa978 100644 --- a/test/test_pitch_mark.bats +++ b/test/test_pitch_mark.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_poledf.bats b/test/test_poledf.bats index 3dd9ccad..242f4a35 100644 --- a/test/test_poledf.bats +++ b/test/test_poledf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_pqmf.bats b/test/test_pqmf.bats index 8b2d87c7..2283d898 100644 --- a/test/test_pqmf.bats +++ b/test/test_pqmf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_quantize.bats b/test/test_quantize.bats index 027a24c6..9a6b371f 100644 --- a/test/test_quantize.bats +++ b/test/test_quantize.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ramp.bats b/test/test_ramp.bats index a2bc4254..e6f7e755 100644 --- a/test/test_ramp.bats +++ b/test/test_ramp.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_reverse.bats b/test/test_reverse.bats index 1157d52a..a814c905 100644 --- a/test/test_reverse.bats +++ b/test/test_reverse.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_rlevdur.bats b/test/test_rlevdur.bats index ddd8df95..7d3f4db5 100644 --- a/test/test_rlevdur.bats +++ b/test/test_rlevdur.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_rmse.bats b/test/test_rmse.bats index 2a9d668e..154c6164 100644 --- a/test/test_rmse.bats +++ b/test/test_rmse.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_root_pol.bats b/test/test_root_pol.bats index cb1c6014..38521356 100644 --- a/test/test_root_pol.bats +++ b/test/test_root_pol.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_sin.bats b/test/test_sin.bats index 1adc0023..10fc3a63 100644 --- a/test/test_sin.bats +++ b/test/test_sin.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_snr.bats b/test/test_snr.bats index 470f3cc1..525f6587 100644 --- a/test/test_snr.bats +++ b/test/test_snr.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_sopr.bats b/test/test_sopr.bats index 924aad74..d1a1f4f8 100644 --- a/test/test_sopr.bats +++ b/test/test_sopr.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_spec.bats b/test/test_spec.bats index 63c8c125..b7306de4 100644 --- a/test/test_spec.bats +++ b/test/test_spec.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_step.bats b/test/test_step.bats index aafc3b41..7cb4fd5c 100644 --- a/test/test_step.bats +++ b/test/test_step.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_swab.bats b/test/test_swab.bats index af0b1bae..cf8ce4eb 100644 --- a/test/test_swab.bats +++ b/test/test_swab.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_symmetrize.bats b/test/test_symmetrize.bats index b080a118..1fabc9fe 100644 --- a/test/test_symmetrize.bats +++ b/test/test_symmetrize.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_train.bats b/test/test_train.bats index 0a935cdf..89a37c25 100644 --- a/test/test_train.bats +++ b/test/test_train.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_transpose.bats b/test/test_transpose.bats index 858d1ac3..32b23c3c 100644 --- a/test/test_transpose.bats +++ b/test/test_transpose.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_ulaw.bats b/test/test_ulaw.bats index 5c8034ff..99df545b 100644 --- a/test/test_ulaw.bats +++ b/test/test_ulaw.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_vc.bats b/test/test_vc.bats index 4047f95c..12c0176d 100644 --- a/test/test_vc.bats +++ b/test/test_vc.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_vopr.bats b/test/test_vopr.bats index e9af6343..b41f0c04 100644 --- a/test/test_vopr.bats +++ b/test/test_vopr.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_vstat.bats b/test/test_vstat.bats index 70166b87..f233c504 100644 --- a/test/test_vstat.bats +++ b/test/test_vstat.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_vsum.bats b/test/test_vsum.bats index 69f35fde..30615d5d 100644 --- a/test/test_vsum.bats +++ b/test/test_vsum.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_window.bats b/test/test_window.bats index 28c999ec..67aacd6e 100644 --- a/test/test_window.bats +++ b/test/test_window.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_x2x.bats b/test/test_x2x.bats index 570169c4..e75efa61 100644 --- a/test/test_x2x.bats +++ b/test/test_x2x.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_zcross.bats b/test/test_zcross.bats index 2998224c..fb4421f5 100644 --- a/test/test_zcross.bats +++ b/test/test_zcross.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/test/test_zerodf.bats b/test/test_zerodf.bats index 87d6735b..b43e1400 100644 --- a/test/test_zerodf.bats +++ b/test/test_zerodf.bats @@ -1,47 +1,19 @@ #!/usr/bin/env bats -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # sptk3=tools/sptk/bin sptk4=bin diff --git a/third_party/REAPER/Makefile b/third_party/REAPER/Makefile index 72a730b3..94f97293 100644 --- a/third_party/REAPER/Makefile +++ b/third_party/REAPER/Makefile @@ -1,46 +1,18 @@ -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # SOURCEDIR = . BUILDDIR = build diff --git a/third_party/SWIPE/Makefile b/third_party/SWIPE/Makefile index 2fabb591..d392a4f4 100644 --- a/third_party/SWIPE/Makefile +++ b/third_party/SWIPE/Makefile @@ -1,46 +1,18 @@ -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # SOURCEDIR = . BUILDDIR = build diff --git a/third_party/Snack/Makefile b/third_party/Snack/Makefile index d3f19ec9..bd018c17 100644 --- a/third_party/Snack/Makefile +++ b/third_party/Snack/Makefile @@ -1,46 +1,18 @@ -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # SOURCEDIR = . BUILDDIR = build diff --git a/third_party/WORLD/Makefile b/third_party/WORLD/Makefile index 03603864..99d3d3d0 100644 --- a/third_party/WORLD/Makefile +++ b/third_party/WORLD/Makefile @@ -1,46 +1,18 @@ -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # SOURCEDIR = . BUILDDIR = build diff --git a/tools/Makefile b/tools/Makefile index 1facad72..5d1cb7b1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,46 +1,18 @@ -# ----------------------------------------------------------------- # -# The Speech Signal Processing Toolkit (SPTK) # -# developed by SPTK Working Group # -# http://sp-tk.sourceforge.net/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 1984-2007 Tokyo Institute of Technology # -# Interdisciplinary Graduate School of # -# Science and Engineering # -# # -# 1996-2021 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or # -# without modification, are permitted provided that the following # -# conditions are met: # -# # -# - Redistributions of source code must retain the above copyright # -# notice, this list of conditions and the following disclaimer. # -# - Redistributions in binary form must reproduce the above # -# copyright notice, this list of conditions and the following # -# disclaimer in the documentation and/or other materials provided # -# with the distribution. # -# - Neither the name of the SPTK working group nor the names of its # -# contributors may be used to endorse or promote products derived # -# from this software without specific prior written permission. # -# # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND # -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, # -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # -# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # -# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON # -# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # -# POSSIBILITY OF SUCH DAMAGE. # -# ----------------------------------------------------------------- # +# ------------------------------------------------------------------------ # +# Copyright 2021 SPTK Working Group # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +# ------------------------------------------------------------------------ # all: virtualenv bats.done cpplint.done doxygen.done sptk.done