From owner-svn-soc-all@FreeBSD.ORG Mon Aug 20 17:48:22 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id C764C106564A for ; Mon, 20 Aug 2012 17:48:20 +0000 (UTC) (envelope-from aleek@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Mon, 20 Aug 2012 17:48:20 +0000 Date: Mon, 20 Aug 2012 17:48:20 +0000 From: aleek@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120820174820.C764C106564A@hub.freebsd.org> Cc: Subject: socsvn commit: r240601 - soc2012/aleek/beaglexm-armv6/sys/arm/ti/omap3 X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 17:48:22 -0000 Author: aleek Date: Mon Aug 20 17:48:20 2012 New Revision: 240601 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=240601 Log: added copyrights ;) Modified: soc2012/aleek/beaglexm-armv6/sys/arm/ti/omap3/omap3_prcm.c Modified: soc2012/aleek/beaglexm-armv6/sys/arm/ti/omap3/omap3_prcm.c ============================================================================== --- soc2012/aleek/beaglexm-armv6/sys/arm/ti/omap3/omap3_prcm.c Mon Aug 20 17:45:39 2012 (r240600) +++ soc2012/aleek/beaglexm-armv6/sys/arm/ti/omap3/omap3_prcm.c Mon Aug 20 17:48:20 2012 (r240601) @@ -1,9 +1,9 @@ /*- * Copyright (c) 2011 * Ben Gray . + * Copyright (c) 2012 Aleksander Dutkowski * All rights reserved. * - * Modified 2012 Aleksander Dutkowski * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -85,9 +85,6 @@ * bus_allocate_resources(...) and the resource handles are passed to all * individual clock callback handlers. * - * - * - * */