From: Fiona Glaser Date: Sat, 7 Mar 2009 02:57:15 +0000 (-0800) Subject: Update some asm copyright headers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=936f76e00fb4eb35efeb1a505dd6b935d1cc3199;p=libx264 Update some asm copyright headers --- diff --git a/common/x86/dct-32.asm b/common/x86/dct-32.asm index 173f2234..a713dd6b 100644 --- a/common/x86/dct-32.asm +++ b/common/x86/dct-32.asm @@ -3,9 +3,9 @@ ;***************************************************************************** ;* Copyright (C) 2003-2008 x264 project ;* -;* Authors: Laurent Aimar -;* Loren Merritt +;* Authors: Loren Merritt ;* Holger Lubitz +;* Laurent Aimar ;* Min Chen ;* Christian Heine ;* diff --git a/common/x86/dct-64.asm b/common/x86/dct-64.asm index be43c1b3..99157899 100644 --- a/common/x86/dct-64.asm +++ b/common/x86/dct-64.asm @@ -3,9 +3,9 @@ ;***************************************************************************** ;* Copyright (C) 2003-2008 x264 project ;* -;* Authors: Laurent Aimar -;* Loren Merritt +;* Authors: Loren Merritt ;* Holger Lubitz +;* Laurent Aimar ;* Min Chen ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/common/x86/dct-a.asm b/common/x86/dct-a.asm index b1e9d374..df51926c 100644 --- a/common/x86/dct-a.asm +++ b/common/x86/dct-a.asm @@ -4,8 +4,8 @@ ;* Copyright (C) 2003-2008 x264 project ;* ;* Authors: Holger Lubitz -;* Laurent Aimar ;* Loren Merritt +;* Laurent Aimar ;* Min Chen ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/common/x86/pixel-32.asm b/common/x86/pixel-32.asm index c0cf0ece..11b1ce0f 100644 --- a/common/x86/pixel-32.asm +++ b/common/x86/pixel-32.asm @@ -3,8 +3,8 @@ ;***************************************************************************** ;* Copyright (C) 2003-2008 x264 project ;* -;* Authors: Laurent Aimar -;* Loren Merritt +;* Authors: Loren Merritt +;* Laurent Aimar ;* ;* This program is free software; you can redistribute it and/or modify ;* it under the terms of the GNU General Public License as published by diff --git a/common/x86/sad-a.asm b/common/x86/sad-a.asm index 1653abad..c4f1cae9 100644 --- a/common/x86/sad-a.asm +++ b/common/x86/sad-a.asm @@ -4,8 +4,8 @@ ;* Copyright (C) 2003-2008 x264 project ;* ;* Authors: Loren Merritt -;* Laurent Aimar ;* Fiona Glaser +;* Laurent Aimar ;* Alex Izvorski ;* ;* This program is free software; you can redistribute it and/or modify diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm index aca52f7f..fced5c6d 100644 --- a/common/x86/x86inc.asm +++ b/common/x86/x86inc.asm @@ -1,7 +1,10 @@ ;***************************************************************************** ;* x86inc.asm ;***************************************************************************** -;* Copyright (C) 2005-2008 Loren Merritt +;* Copyright (C) 2005-2008 x264 project +;* +;* Authors: Loren Merritt +;* Anton Mitrofanov ;* ;* This program is free software; you can redistribute it and/or modify ;* it under the terms of the GNU General Public License as published by