diff --git a/LICENSE_THIRD_PARTY b/LICENSE_THIRD_PARTY new file mode 100644 index 000000000..a71591e77 --- /dev/null +++ b/LICENSE_THIRD_PARTY @@ -0,0 +1,8 @@ +This source tree contains third party source code which is governed by third +party licenses. This file contains references to files which are under other +licenses than the one provided in the LICENSE file in the root of the source +tree. + +Files governed by third party licenses: +source/x86inc.asm + diff --git a/README.chromium b/README.chromium index fd0e2da95..b880dbbac 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,7 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 677 +Version: 678 +License: BSD License File: LICENSE Description: diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 8ccebf1a4..cec4bab4c 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 677 +#define LIBYUV_VERSION 678 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT