From patchwork Fri Jan 29 07:50:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jani Nikula X-Patchwork-Id: 8159901 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A80A6BEEE5 for ; Fri, 29 Jan 2016 07:51:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AD9EC2035D for ; Fri, 29 Jan 2016 07:51:11 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 985DF20351 for ; Fri, 29 Jan 2016 07:51:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1F0D46E924; Thu, 28 Jan 2016 23:51:10 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTP id CD5366E924 for ; Thu, 28 Jan 2016 23:51:09 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 28 Jan 2016 23:51:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,362,1449561600"; d="scan'208";a="903673736" Received: from kmkhan-mobl.ger.corp.intel.com (HELO localhost) ([10.252.58.150]) by fmsmga002.fm.intel.com with ESMTP; 28 Jan 2016 23:51:08 -0800 From: Jani Nikula To: intel-gfx@lists.freedesktop.org Date: Fri, 29 Jan 2016 09:50:53 +0200 Message-Id: <1454053853-8977-1-git-send-email-jani.nikula@intel.com> X-Mailer: git-send-email 2.1.4 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo MIME-Version: 1.0 Cc: jani.nikula@intel.com Subject: [Intel-gfx] [maintainer-tools PATCH] dim: update copyright year and authorship X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Considering the git stats on the script, seems fair to add myself as an author. Signed-off-by: Jani Nikula --- dim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dim b/dim index c64f6e86af62..4cb6ceff5228 100755 --- a/dim +++ b/dim @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2012-2015 Intel Corporation +# Copyright © 2012-2016 Intel Corporation # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -23,6 +23,7 @@ # # Authors: # Daniel Vetter +# Jani Nikula # drm-intel-next maintainer script