From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 25 Apr 2016 13:47:49 -0600 Subject: [U-Boot] [PATCH 05/60] pwm: tegra: move header file to driver directory In-Reply-To: <20160424102048.4F9BB10028B@atlas.denx.de> References: <1461099580-3866-1-git-send-email-swarren@wwwdotorg.org> <1461099580-3866-6-git-send-email-swarren@wwwdotorg.org> <20160424102048.4F9BB10028B@atlas.denx.de> Message-ID: <571E7465.6070703@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/24/2016 04:20 AM, Wolfgang Denk wrote: > Dear Stephen, > > In message <1461099580-3866-6-git-send-email-swarren@wwwdotorg.org> you wrote: >> >> Tegra's pwm.h only contains private definitions for use inside the Tegra >> PWM driver. Move it out of the global include directory since nothing >> needs to access it there. > > If I understand correctly, all this is just a reorganisation of code. > There is no new code or functionality added, right? That's true in this patch, certainly. >> -/* >> - * Tegra pulse width frequency modulator definitions >> - * >> - * Copyright (c) 2011 The Chromium OS Authors. > ... > >> -/* >> - * Tegra pulse width frequency modulator definitions >> - * >> - * Copyright (c) 2011 The Chromium OS Authors. > ... > >> /* >> * Copyright 2016 Google Inc. >> + * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. > ... > > > But then, you drop the original copyright notices of the Chromium > project, Those copyright messages were deleted because those files were deleted. In this case (this patch) at least, those files contained nothing but a #include for other files. For files that were moved (e.g. arch/arm/include/asm/arch-tegra/pwm.h in this patch), all original copyright messages (in this case, both Chromium OS and NVIDIA) were maintained. I'm not aware of any deletions of copyright messages in files that were not completely deleted, or where the same content was moved elsewhere. If you find any, it was a simple oversight.