diff --git a/jsimd.h b/jsimd.h index 90be19ee..b6637915 100644 --- a/jsimd.h +++ b/jsimd.h @@ -5,6 +5,7 @@ * * Based on the x86 SIMD extension for IJG JPEG library, * Copyright (C) 1999-2006, MIYASAKA Masaru. + * For conditions of distribution and use, see copyright notice in jsimdext.inc * */ diff --git a/jsimd_none.c b/jsimd_none.c index 89608025..7ff30742 100644 --- a/jsimd_none.c +++ b/jsimd_none.c @@ -6,6 +6,7 @@ * * Based on the x86 SIMD extension for IJG JPEG library, * Copyright (C) 1999-2006, MIYASAKA Masaru. + * For conditions of distribution and use, see copyright notice in jsimdext.inc * * This file contains stubs for when there is no SIMD support available. */ diff --git a/jsimddct.h b/jsimddct.h index d73d0c49..a1c74407 100644 --- a/jsimddct.h +++ b/jsimddct.h @@ -5,6 +5,7 @@ * * Based on the x86 SIMD extension for IJG JPEG library, * Copyright (C) 1999-2006, MIYASAKA Masaru. + * For conditions of distribution and use, see copyright notice in jsimdext.inc * */ diff --git a/simd/jsimd.h b/simd/jsimd.h index c21cf29b..89ac1b75 100644 --- a/simd/jsimd.h +++ b/simd/jsimd.h @@ -5,6 +5,7 @@ * * Based on the x86 SIMD extension for IJG JPEG library, * Copyright (C) 1999-2006, MIYASAKA Masaru. + * For conditions of distribution and use, see copyright notice in jsimdext.inc * */ diff --git a/simd/jsimd_i386.c b/simd/jsimd_i386.c index ab52519b..d9bb7743 100644 --- a/simd/jsimd_i386.c +++ b/simd/jsimd_i386.c @@ -6,6 +6,7 @@ * * Based on the x86 SIMD extension for IJG JPEG library, * Copyright (C) 1999-2006, MIYASAKA Masaru. + * For conditions of distribution and use, see copyright notice in jsimdext.inc * * This file contains the interface between the "normal" portions * of the library and the SIMD implementations when running on a diff --git a/simd/jsimd_x86_64.c b/simd/jsimd_x86_64.c index 4bff6c2a..7659249e 100644 --- a/simd/jsimd_x86_64.c +++ b/simd/jsimd_x86_64.c @@ -6,6 +6,7 @@ * * Based on the x86 SIMD extension for IJG JPEG library, * Copyright (C) 1999-2006, MIYASAKA Masaru. + * For conditions of distribution and use, see copyright notice in jsimdext.inc * * This file contains the interface between the "normal" portions * of the library and the SIMD implementations when running on a