diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-02-02 05:45:43 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-02-02 05:45:43 +0000 |
commit | a6da9f388fd66b4f52bedde44dbc2655413e5a4e (patch) | |
tree | 86239a7bac5bd815a2943f0f50c664abc1213af2 | |
parent | 0b4287185bfb4acf53ca9de35f4de80a42b2bbfa (diff) | |
download | tigervnc-a6da9f388fd66b4f52bedde44dbc2655413e5a4e.tar.gz tigervnc-a6da9f388fd66b4f52bedde44dbc2655413e5a4e.zip |
Clarify that the SIMD C wrappers and headers fall under the same license as the rest of the SIMD code
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4250 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | common/jpeg/jsimd.h | 1 | ||||
-rw-r--r-- | common/jpeg/jsimd_none.c | 1 | ||||
-rw-r--r-- | common/jpeg/jsimddct.h | 1 | ||||
-rw-r--r-- | common/jpeg/simd/jsimd.h | 1 | ||||
-rw-r--r-- | common/jpeg/simd/jsimd_i386.c | 1 | ||||
-rw-r--r-- | common/jpeg/simd/jsimd_x86_64.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/common/jpeg/jsimd.h b/common/jpeg/jsimd.h index 90be19ee..b6637915 100644 --- a/common/jpeg/jsimd.h +++ b/common/jpeg/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/common/jpeg/jsimd_none.c b/common/jpeg/jsimd_none.c index 89608025..7ff30742 100644 --- a/common/jpeg/jsimd_none.c +++ b/common/jpeg/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/common/jpeg/jsimddct.h b/common/jpeg/jsimddct.h index d73d0c49..a1c74407 100644 --- a/common/jpeg/jsimddct.h +++ b/common/jpeg/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/common/jpeg/simd/jsimd.h b/common/jpeg/simd/jsimd.h index c21cf29b..89ac1b75 100644 --- a/common/jpeg/simd/jsimd.h +++ b/common/jpeg/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/common/jpeg/simd/jsimd_i386.c b/common/jpeg/simd/jsimd_i386.c index ab52519b..d9bb7743 100644 --- a/common/jpeg/simd/jsimd_i386.c +++ b/common/jpeg/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/common/jpeg/simd/jsimd_x86_64.c b/common/jpeg/simd/jsimd_x86_64.c index 4bff6c2a..7659249e 100644 --- a/common/jpeg/simd/jsimd_x86_64.c +++ b/common/jpeg/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 |