]> granicus.if.org Git - libass/commitdiff
Added license headers in ASM files
author11rcombs <rodger.combs@gmail.com>
Sun, 16 Feb 2014 19:26:34 +0000 (13:26 -0600)
committer11rcombs <rodger.combs@gmail.com>
Sun, 16 Feb 2014 19:26:34 +0000 (13:26 -0600)
libass/x86/be_blur.asm
libass/x86/blend_bitmaps.asm
libass/x86/cpuid.asm

index 8acf40904cbad75594ef0a264174b6ec4d2583a0..cb15bbb66f53f6bef2111db9567b2653f1c6a988 100644 (file)
@@ -1,6 +1,22 @@
 ;******************************************************************************
 ;* be_blur.asm: SSE2 \be blur
 ;******************************************************************************
+;* Copyright (C) 2013 Rodger Combs <rcombs@rcombs.me>
+;*
+;* This file is part of libass.
+;*
+;* Permission to use, copy, modify, and distribute this software for any
+;* purpose with or without fee is hereby granted, provided that the above
+;* copyright notice and this permission notice appear in all copies.
+;*
+;* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+;* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+;* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+;* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+;******************************************************************************
 
 %include "x86inc.asm"
 
index bd8358a8fc7624ab06f0a4b1c108bfad1b34c042..ca6db6955222d3c56e5bfc485325f0547ac45571 100644 (file)
@@ -1,6 +1,22 @@
 ;******************************************************************************
 ;* add_bitmaps.asm: SSE2 and x86 add_bitmaps
 ;******************************************************************************
+;* Copyright (C) 2013 Rodger Combs <rcombs@rcombs.me>
+;*
+;* This file is part of libass.
+;*
+;* Permission to use, copy, modify, and distribute this software for any
+;* purpose with or without fee is hereby granted, provided that the above
+;* copyright notice and this permission notice appear in all copies.
+;*
+;* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+;* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+;* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+;* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+;******************************************************************************
 
 %define HAVE_ALIGNED_STACK 1
 %include "x86inc.asm"
index ca0792ca487c7de87f08e8b5cae2be06dd38fcb0..13b2a2df6e9140c37d76948de5032c6d275d2adc 100644 (file)
@@ -1,6 +1,22 @@
 ;******************************************************************************
 ;* add_bitmaps.asm: SSE2 and x86 add_bitmaps
 ;******************************************************************************
+;* Copyright (C) 2013 Rodger Combs <rcombs@rcombs.me>
+;*
+;* This file is part of libass.
+;*
+;* Permission to use, copy, modify, and distribute this software for any
+;* purpose with or without fee is hereby granted, provided that the above
+;* copyright notice and this permission notice appear in all copies.
+;*
+;* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+;* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+;* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+;* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+;******************************************************************************
 
 %include "x86inc.asm"