public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Chris Wilson <chris@chris-wilson.co.uk>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [igt-dev] [PATCH i-g-t 2/2] scripts/generate_clear_kernel: Clean up header license/copyright.
Date: Wed, 10 Jun 2020 20:44:35 -0700	[thread overview]
Message-ID: <20200611034435.220350-2-rodrigo.vivi@intel.com> (raw)
In-Reply-To: <20200611034435.220350-1-rodrigo.vivi@intel.com>

SPDX header already states it is MIT, no need for duplication on the
copyright notice.

Reference: https://lists.freedesktop.org/archives/intel-gfx/2020-June/241548.html
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 lib/i915/shaders/clear_kernel/hsw.asm | 26 ++------------------------
 lib/i915/shaders/clear_kernel/ivb.asm | 26 ++------------------------
 2 files changed, 4 insertions(+), 48 deletions(-)

diff --git a/lib/i915/shaders/clear_kernel/hsw.asm b/lib/i915/shaders/clear_kernel/hsw.asm
index bc29baf2..5fdf384b 100644
--- a/lib/i915/shaders/clear_kernel/hsw.asm
+++ b/lib/i915/shaders/clear_kernel/hsw.asm
@@ -1,31 +1,9 @@
-/* SPDX-License-Identifier: MIT */
+// SPDX-License-Identifier: MIT
 /*
  * Copyright © 2020 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- *
  */
 
-/**
- * Kernel name: hsw_clear_buf.asm
- *
+/*
  * Kernel for PAVP buffer clear.
  *
  *	1. Clear all 64 GRF registers assigned to the kernel with designated value;
diff --git a/lib/i915/shaders/clear_kernel/ivb.asm b/lib/i915/shaders/clear_kernel/ivb.asm
index b21bc948..97c7ac9e 100644
--- a/lib/i915/shaders/clear_kernel/ivb.asm
+++ b/lib/i915/shaders/clear_kernel/ivb.asm
@@ -1,31 +1,9 @@
-/* SPDX-License-Identifier: MIT */
+// SPDX-License-Identifier: MIT
 /*
  * Copyright © 2020 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- *
  */
 
-/**
- * Kernel name: ivb_clear_buf.asm
- *
+/*
  * Kernel for PAVP buffer clear.
  *
  *	1. Clear all 64 GRF registers assigned to the kernel with designated value;
-- 
2.24.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2020-06-11  3:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11  3:44 [igt-dev] [PATCH i-g-t 1/2] scripts/generate_clear_kernel: Improve usage instructions Rodrigo Vivi
2020-06-11  3:44 ` Rodrigo Vivi [this message]
2020-06-11  5:20 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] " Patchwork
2020-06-11  9:35 ` [igt-dev] [PATCH i-g-t 1/2] " Petri Latvala
2020-06-15 18:54   ` Rodrigo Vivi
2020-06-11 12:11 ` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200611034435.220350-2-rodrigo.vivi@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox