From patchwork Fri Nov 28 09:44:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 5402571 X-Patchwork-Delegate: eduardo.valentin@ti.com Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B092B9F47A for ; Fri, 28 Nov 2014 09:46:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9BFF920145 for ; Fri, 28 Nov 2014 09:46:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B8BA920123 for ; Fri, 28 Nov 2014 09:46:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751781AbaK1JqR (ORCPT ); Fri, 28 Nov 2014 04:46:17 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:60095 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbaK1JqQ (ORCPT ); Fri, 28 Nov 2014 04:46:16 -0500 Received: by mail-pd0-f177.google.com with SMTP id ft15so6377618pdb.36 for ; Fri, 28 Nov 2014 01:46:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=NBhVlSTUdHr2EBk93T/BaVc+GG48mL8R4XHc3b6p3j0=; b=PC4qNfHGwtz2MFOqtaRnG+7Q7xsGNuPudG3XJZKWUqvEr/hEWJjtzz1jaZserb5a3a U26R5gNkqycoqhKmi7pW1JL46N8QqKrbl9UuV6l5hyYqKD1KNqdsnHy6tKtIoWOwHov/ UEnERAPiKgNOmwcK6nagVl55yyCxwS81A1GPW60/vUayTX/XyIKHTZ1UJBnj9LI/uqYV +Wm/IshoDKNvkwUS+DcmivzHdcOGIGvlVcJolTvJ8fJWzn2E1yXWRXUHwqEJ35o0gYJi ldexKEsraSk8xXM9c7I29CiBbd449QWkT7mWGXYYnLAN+t5pf1V5RpSPH7NSIAOJegHq yuRw== X-Gm-Message-State: ALoCoQk6LXxERsoeeSC1kxc7UCSDF9ywIZKyQCaWYigcSURguVc0vVMCiAFT6ocUYlZX26GpKHEQ X-Received: by 10.70.138.14 with SMTP id qm14mr40083359pdb.98.1417167976494; Fri, 28 Nov 2014 01:46:16 -0800 (PST) Received: from localhost ([122.167.111.40]) by mx.google.com with ESMTPSA id cy4sm9444600pdb.0.2014.11.28.01.46.15 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 28 Nov 2014 01:46:15 -0800 (PST) From: Viresh Kumar To: linux-pm@vger.kernel.org, edubezval@gmail.com Cc: linaro-kernel@lists.linaro.org, rui.zhang@intel.com, Viresh Kumar Subject: [PATCH 26/26] cpu_cooling: update copyright tags Date: Fri, 28 Nov 2014 15:14:20 +0530 Message-Id: X-Mailer: git-send-email 2.0.3.693.g996b0fd In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_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 Adding my copyright information for two purposes: - To get cc'd for future patches to review (Only if people read this header while sending mail) - Have done enough changes to earn a place here? Signed-off-by: Viresh Kumar --- Drop this patch if you didn't like it Eduardo :) --- drivers/thermal/cpu_cooling.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index db4c001..4369963 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -4,6 +4,8 @@ * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) * Copyright (C) 2012 Amit Daniel * + * Copyright (C) 2014 Viresh Kumar + * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by