get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/63535/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 63535,
    "url": "http://patches.dpdk.org/api/patches/63535/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191203070318.39620-15-qi.z.zhang@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20191203070318.39620-15-qi.z.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191203070318.39620-15-qi.z.zhang@intel.com",
    "date": "2019-12-03T07:03:15",
    "name": "[14/17] net/iavf/base: update copyright date",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "6fa0efc95e66634907e650835426f89c2d5b4cc1",
    "submitter": {
        "id": 504,
        "url": "http://patches.dpdk.org/api/people/504/?format=api",
        "name": "Qi Zhang",
        "email": "qi.z.zhang@intel.com"
    },
    "delegate": {
        "id": 31221,
        "url": "http://patches.dpdk.org/api/users/31221/?format=api",
        "username": "yexl",
        "first_name": "xiaolong",
        "last_name": "ye",
        "email": "xiaolong.ye@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191203070318.39620-15-qi.z.zhang@intel.com/mbox/",
    "series": [
        {
            "id": 7716,
            "url": "http://patches.dpdk.org/api/series/7716/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=7716",
            "date": "2019-12-03T07:03:01",
            "name": "iavf base code update",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/7716/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/63535/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/63535/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 6F1B1A04B5;\n\tTue,  3 Dec 2019 08:02:31 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 271A81BFB5;\n\tTue,  3 Dec 2019 08:00:44 +0100 (CET)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by dpdk.org (Postfix) with ESMTP id EF4E51BFA1\n for <dev@dpdk.org>; Tue,  3 Dec 2019 08:00:36 +0100 (CET)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 02 Dec 2019 23:00:36 -0800",
            "from dpdk51.sh.intel.com ([10.67.110.245])\n by fmsmga005.fm.intel.com with ESMTP; 02 Dec 2019 23:00:35 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.69,272,1571727600\"; d=\"scan'208\";a=\"410729813\"",
        "From": "Qi Zhang <qi.z.zhang@intel.com>",
        "To": "xiaolong.ye@intel.com",
        "Cc": "haiyue.wang@intel.com, dev@dpdk.org, Qi Zhang <qi.z.zhang@intel.com>,\n Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>",
        "Date": "Tue,  3 Dec 2019 15:03:15 +0800",
        "Message-Id": "<20191203070318.39620-15-qi.z.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.13.6",
        "In-Reply-To": "<20191203070318.39620-1-qi.z.zhang@intel.com>",
        "References": "<20191203070318.39620-1-qi.z.zhang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 14/17] net/iavf/base: update copyright date",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Update copyright date to cover 2019.\n\nSigned-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>\nSigned-off-by: Qi Zhang <qi.z.zhang@intel.com>\n---\n drivers/net/iavf/base/iavf_adminq.c     | 2 +-\n drivers/net/iavf/base/iavf_adminq.h     | 2 +-\n drivers/net/iavf/base/iavf_adminq_cmd.h | 2 +-\n drivers/net/iavf/base/iavf_alloc.h      | 2 +-\n drivers/net/iavf/base/iavf_common.c     | 3 +--\n drivers/net/iavf/base/iavf_devids.h     | 2 +-\n drivers/net/iavf/base/iavf_prototype.h  | 2 +-\n drivers/net/iavf/base/iavf_register.h   | 2 +-\n drivers/net/iavf/base/iavf_status.h     | 2 +-\n drivers/net/iavf/base/iavf_type.h       | 2 +-\n drivers/net/iavf/base/virtchnl.h        | 2 +-\n 11 files changed, 11 insertions(+), 12 deletions(-)",
    "diff": "diff --git a/drivers/net/iavf/base/iavf_adminq.c b/drivers/net/iavf/base/iavf_adminq.c\nindex 298e77277..0a5b2b281 100644\n--- a/drivers/net/iavf/base/iavf_adminq.c\n+++ b/drivers/net/iavf/base/iavf_adminq.c\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #include \"iavf_status.h\"\ndiff --git a/drivers/net/iavf/base/iavf_adminq.h b/drivers/net/iavf/base/iavf_adminq.h\nindex bdc5e0187..42532dca8 100644\n--- a/drivers/net/iavf/base/iavf_adminq.h\n+++ b/drivers/net/iavf/base/iavf_adminq.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_ADMINQ_H_\ndiff --git a/drivers/net/iavf/base/iavf_adminq_cmd.h b/drivers/net/iavf/base/iavf_adminq_cmd.h\nindex fa0cb23ac..dc8644a82 100644\n--- a/drivers/net/iavf/base/iavf_adminq_cmd.h\n+++ b/drivers/net/iavf/base/iavf_adminq_cmd.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_ADMINQ_CMD_H_\ndiff --git a/drivers/net/iavf/base/iavf_alloc.h b/drivers/net/iavf/base/iavf_alloc.h\nindex a409bb099..45355d5d8 100644\n--- a/drivers/net/iavf/base/iavf_alloc.h\n+++ b/drivers/net/iavf/base/iavf_alloc.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_ALLOC_H_\ndiff --git a/drivers/net/iavf/base/iavf_common.c b/drivers/net/iavf/base/iavf_common.c\nindex c2c1fd1e4..a8c252825 100644\n--- a/drivers/net/iavf/base/iavf_common.c\n+++ b/drivers/net/iavf/base/iavf_common.c\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #include \"iavf_type.h\"\n@@ -7,7 +7,6 @@\n #include \"iavf_prototype.h\"\n #include \"virtchnl.h\"\n \n-\n /**\n  * iavf_set_mac_type - Sets MAC type\n  * @hw: pointer to the HW structure\ndiff --git a/drivers/net/iavf/base/iavf_devids.h b/drivers/net/iavf/base/iavf_devids.h\nindex cd92631f4..c02122794 100644\n--- a/drivers/net/iavf/base/iavf_devids.h\n+++ b/drivers/net/iavf/base/iavf_devids.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_DEVIDS_H_\ndiff --git a/drivers/net/iavf/base/iavf_prototype.h b/drivers/net/iavf/base/iavf_prototype.h\nindex a5d0b0073..3ea645c22 100644\n--- a/drivers/net/iavf/base/iavf_prototype.h\n+++ b/drivers/net/iavf/base/iavf_prototype.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_PROTOTYPE_H_\ndiff --git a/drivers/net/iavf/base/iavf_register.h b/drivers/net/iavf/base/iavf_register.h\nindex 7d2b20710..09a2af0c9 100644\n--- a/drivers/net/iavf/base/iavf_register.h\n+++ b/drivers/net/iavf/base/iavf_register.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_REGISTER_H_\ndiff --git a/drivers/net/iavf/base/iavf_status.h b/drivers/net/iavf/base/iavf_status.h\nindex 32b391589..e57e53c06 100644\n--- a/drivers/net/iavf/base/iavf_status.h\n+++ b/drivers/net/iavf/base/iavf_status.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_STATUS_H_\ndiff --git a/drivers/net/iavf/base/iavf_type.h b/drivers/net/iavf/base/iavf_type.h\nindex 9fe5cb121..fb175e8a6 100644\n--- a/drivers/net/iavf/base/iavf_type.h\n+++ b/drivers/net/iavf/base/iavf_type.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _IAVF_TYPE_H_\ndiff --git a/drivers/net/iavf/base/virtchnl.h b/drivers/net/iavf/base/virtchnl.h\nindex 1604f19e3..2fbbb9e28 100644\n--- a/drivers/net/iavf/base/virtchnl.h\n+++ b/drivers/net/iavf/base/virtchnl.h\n@@ -1,5 +1,5 @@\n /* SPDX-License-Identifier: BSD-3-Clause\n- * Copyright(c) 2013 - 2015 Intel Corporation\n+ * Copyright(c) 2001-2019\n  */\n \n #ifndef _VIRTCHNL_H_\n",
    "prefixes": [
        "14/17"
    ]
}