From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9220DC433E0 for ; Wed, 17 Feb 2021 16:23:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5011564DE0 for ; Wed, 17 Feb 2021 16:23:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234156AbhBQQX1 (ORCPT ); Wed, 17 Feb 2021 11:23:27 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:43808 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234155AbhBQQX0 (ORCPT ); Wed, 17 Feb 2021 11:23:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613578920; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zuOtIRKbYuj2Xd7iVcnrNwE+xcVixB8X3bMZPpVqG1k=; b=Cg8JMYC3PV8cBNK9Y1pnkCLO51CSwyMSZWlJiKElshxy9FjyMLs8fKLuXKn1KULb0EpQsW 0bYdYS3osnKis0tnn6AI7MedsHgTwyVNJDOiQ6fRDYx0ggqUBheDiWBJQzm3dvSGxDC2Ot A5aM+0Xxny7ehQoJDSGejJAbg76Cy/o= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-101-f5-mBwpmODOBojKPxoHxXw-1; Wed, 17 Feb 2021 11:21:58 -0500 X-MC-Unique: f5-mBwpmODOBojKPxoHxXw-1 Received: by mail-ed1-f69.google.com with SMTP id p12so1956875edw.9 for ; Wed, 17 Feb 2021 08:21:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=zuOtIRKbYuj2Xd7iVcnrNwE+xcVixB8X3bMZPpVqG1k=; b=L/vi/TZk68fVO8oO9xcrFOR7xuUIoRbyWnG3cxQTJPnM/bBrhpqh39saKgVjagk90M KmweO16UhUbPZl4Olu2vxf/zgTX0HgDEqTDBgdQ1K1YXA7dwRRa8/6VdtBa3YKWvLnj/ 4k2MVVj1Si+oGHxnAYOzZjwQh4SeUyYcClmsT89yAjuTpKWGCGI6hvQWplaHVzfWmrmT ccE8TNRumWEv5586WzEnlAMkw2DRHwOLZrHuo1Cz5k71CKkQAFeVr63S0VO1e4l+VDPg FA9flLXl8R89lI7WaVMzDXTZhs1Xohk6Ecc1EN1K24RpvYWEotraMdx4Ha906l6p9QlZ 1okQ== X-Gm-Message-State: AOAM530tlwXevFv5nRBxbvzhIHTAmwAeb6lRO7BWu/lXg85OsLhQwLzx oalPoxHw5FRGbZ5FF0K423ZRksbjRgAY0UeljOV49PvQ+7Cpn5TQKuOTVSk5uINWUZPXlhKFjF1 713EFThdAbU3pkjslwUQ4+11f X-Received: by 2002:a17:907:9d6:: with SMTP id bx22mr7133374ejc.331.1613578917392; Wed, 17 Feb 2021 08:21:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQ1Ki1oJA1qfHwYHXxMOTvEPU2QJDOhm6xJnFyYpk+Q9lA7Rish8CnAdi9jZPvrrxRWt75yw== X-Received: by 2002:a17:907:9d6:: with SMTP id bx22mr7133343ejc.331.1613578917141; Wed, 17 Feb 2021 08:21:57 -0800 (PST) Received: from vitty.brq.redhat.com (g-server-2.ign.cz. [91.219.240.2]) by smtp.gmail.com with ESMTPSA id i10sm1203519ejy.64.2021.02.17.08.21.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Feb 2021 08:21:56 -0800 (PST) From: Vitaly Kuznetsov To: Deepak Rawat , linux-hyperv@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Daniel Vetter , Thomas Zimmermann , Gerd Hoffmann , Sam Ravnborg , Dexuan Cui , Haiyang Zhang , Wei Hu , Michael Kelley Subject: Re: [PATCH v3 1/2] drm/hyperv: Add DRM driver for hyperv synthetic video device In-Reply-To: <20aead71c4aa3f640e19660875f807deae92f8d8.camel@gmail.com> References: <20210216003959.802492-1-drawat.floss@gmail.com> <87k0r6kicg.fsf@vitty.brq.redhat.com> <20aead71c4aa3f640e19660875f807deae92f8d8.camel@gmail.com> Date: Wed, 17 Feb 2021 17:21:55 +0100 Message-ID: <87h7mak6l8.fsf@vitty.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org Deepak Rawat writes: > On Wed, 2021-02-17 at 13:07 +0100, Vitaly Kuznetsov wrote: >> > +++ b/drivers/gpu/drm/hyperv/hyperv_drm.h >> > @@ -0,0 +1,51 @@ >> > +/* SPDX-License-Identifier: GPL-2.0 */ >> > +/* >> > + * Copyright 2012-2021 Microsoft >> >> Out of pure curiosity, where does '2012' come from or what does it >> mean? >> > > Thanks Vitaly for the review. Actually some of the code is derived from > hyperv_fb, which has copyright 2012. Not sure if I should remove here > or not? > I'm definitely not an expert (and couldn't quickly find a good reference) here but I was under the impression that in such cases you can just add a note like "based on 'hyperv_fb' driver" (if really needed, if you just borrow a few things then it's even superfluous I believe). Anyway, I was just a bit surprised to see '2012' in a new file :-) -- Vitaly From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 433F9C433DB for ; Wed, 17 Feb 2021 16:22:04 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F15B264DE0 for ; Wed, 17 Feb 2021 16:22:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F15B264DE0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 52D1089DC1; Wed, 17 Feb 2021 16:22:03 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 40D7C89B46 for ; Wed, 17 Feb 2021 16:22:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613578920; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zuOtIRKbYuj2Xd7iVcnrNwE+xcVixB8X3bMZPpVqG1k=; b=Cg8JMYC3PV8cBNK9Y1pnkCLO51CSwyMSZWlJiKElshxy9FjyMLs8fKLuXKn1KULb0EpQsW 0bYdYS3osnKis0tnn6AI7MedsHgTwyVNJDOiQ6fRDYx0ggqUBheDiWBJQzm3dvSGxDC2Ot A5aM+0Xxny7ehQoJDSGejJAbg76Cy/o= Received: from mail-ed1-f71.google.com (mail-ed1-f71.google.com [209.85.208.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-218-3aJCElPFPZWNDVz_BkS1zg-1; Wed, 17 Feb 2021 11:21:58 -0500 X-MC-Unique: 3aJCElPFPZWNDVz_BkS1zg-1 Received: by mail-ed1-f71.google.com with SMTP id u2so9017649edj.20 for ; Wed, 17 Feb 2021 08:21:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=zuOtIRKbYuj2Xd7iVcnrNwE+xcVixB8X3bMZPpVqG1k=; b=LFHMHgWrhc/WbazjpVKN3S8qxCPhxVSehZ1/XKV7LVVjh2G9RudZ3TmwI2EepMXSpU EiBBO0CapZ8bvR0j0qoKc5EVbzfd4D0n9chz4kSLEMJyA/29BcB/W+Pm99fYag7r406E 5i3gPc1fMMsTJOpYkpxXxAYrTyIENkrUq/p9wxQc+L6QOG/MU6EBjgAiwJYE3TA3txib p9uBpKFSU+2UD2riWx0px8eNyAM+NRYXC5lC2oQnMq2DZjr+z0F2lU9yYa52O4Vgv31U esk7dQcnAL/9ofGZ96SLNiuo/1bxXVVLcPb1qib0H3hy7vYGQCmYdl4Hw/HrnogXTqB1 BkOw== X-Gm-Message-State: AOAM533dKrfw7A4Tcxtr+YxrAjy+/iAx6VDhGOtxsIfvIaOAGsdT2ROI puAg2X9Or4876Kf+Nwksa/f98lN6oAAdHn6JeUgwxHDCg2MZ7t+n6xAeeZY/8zhYl3tN++GhFBD l41nZ39HZT9B8zvlne8UwjhxgyjGu X-Received: by 2002:a17:907:9d6:: with SMTP id bx22mr7133363ejc.331.1613578917354; Wed, 17 Feb 2021 08:21:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQ1Ki1oJA1qfHwYHXxMOTvEPU2QJDOhm6xJnFyYpk+Q9lA7Rish8CnAdi9jZPvrrxRWt75yw== X-Received: by 2002:a17:907:9d6:: with SMTP id bx22mr7133343ejc.331.1613578917141; Wed, 17 Feb 2021 08:21:57 -0800 (PST) Received: from vitty.brq.redhat.com (g-server-2.ign.cz. [91.219.240.2]) by smtp.gmail.com with ESMTPSA id i10sm1203519ejy.64.2021.02.17.08.21.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Feb 2021 08:21:56 -0800 (PST) From: Vitaly Kuznetsov To: Deepak Rawat , linux-hyperv@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v3 1/2] drm/hyperv: Add DRM driver for hyperv synthetic video device In-Reply-To: <20aead71c4aa3f640e19660875f807deae92f8d8.camel@gmail.com> References: <20210216003959.802492-1-drawat.floss@gmail.com> <87k0r6kicg.fsf@vitty.brq.redhat.com> <20aead71c4aa3f640e19660875f807deae92f8d8.camel@gmail.com> Date: Wed, 17 Feb 2021 17:21:55 +0100 Message-ID: <87h7mak6l8.fsf@vitty.brq.redhat.com> MIME-Version: 1.0 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vkuznets@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Wei Hu , Haiyang Zhang , Dexuan Cui , Michael Kelley , Gerd Hoffmann , Thomas Zimmermann , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Deepak Rawat writes: > On Wed, 2021-02-17 at 13:07 +0100, Vitaly Kuznetsov wrote: >> > +++ b/drivers/gpu/drm/hyperv/hyperv_drm.h >> > @@ -0,0 +1,51 @@ >> > +/* SPDX-License-Identifier: GPL-2.0 */ >> > +/* >> > + * Copyright 2012-2021 Microsoft >> >> Out of pure curiosity, where does '2012' come from or what does it >> mean? >> > > Thanks Vitaly for the review. Actually some of the code is derived from > hyperv_fb, which has copyright 2012. Not sure if I should remove here > or not? > I'm definitely not an expert (and couldn't quickly find a good reference) here but I was under the impression that in such cases you can just add a note like "based on 'hyperv_fb' driver" (if really needed, if you just borrow a few things then it's even superfluous I believe). Anyway, I was just a bit surprised to see '2012' in a new file :-) -- Vitaly _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel