From patchwork Thu Jun 16 22:40:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Barker X-Patchwork-Id: 2016 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1AD9623F3F for ; Thu, 16 Jun 2011 22:40:53 +0000 (UTC) Received: from mail-vw0-f52.google.com (mail-vw0-f52.google.com [209.85.212.52]) by fiordland.canonical.com (Postfix) with ESMTP id D609EA18934 for ; Thu, 16 Jun 2011 22:40:52 +0000 (UTC) Received: by vws16 with SMTP id 16so933540vws.11 for ; Thu, 16 Jun 2011 15:40:52 -0700 (PDT) Received: by 10.52.168.65 with SMTP id zu1mr2059050vdb.207.1308264051909; Thu, 16 Jun 2011 15:40:51 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.52.183.130 with SMTP id em2cs216138vdc; Thu, 16 Jun 2011 15:40:51 -0700 (PDT) Received: by 10.216.234.209 with SMTP id s59mr1536979weq.18.1308264049922; Thu, 16 Jun 2011 15:40:49 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id t53si5241397weq.138.2011.06.16.15.40.49; Thu, 16 Jun 2011 15:40:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QXLF3-0002lQ-Bx for ; Thu, 16 Jun 2011 22:40:49 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 565672E8950 for ; Thu, 16 Jun 2011 22:40:49 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: libmatrix X-Launchpad-Branch: ~jesse-barker/libmatrix/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 18 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~jesse-barker/libmatrix/trunk] Rev 18: Add the Linaro copyright to the inverse test module. Message-Id: <20110616224049.22393.42460.launchpad@loganberry.canonical.com> Date: Thu, 16 Jun 2011 22:40:49 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13216"; Instance="initZopeless config overlay" X-Launchpad-Hash: 17df2dbdae03d20da93d4ec37524ad28a2dd6663 ------------------------------------------------------------ revno: 18 committer: Jesse Barker branch nick: trunk timestamp: Thu 2011-06-16 15:37:59 -0700 message: Add the Linaro copyright to the inverse test module. modified: matrix_inverse_test.cc --- lp:libmatrix https://code.launchpad.net/~jesse-barker/libmatrix/trunk You are subscribed to branch lp:libmatrix. To unsubscribe from this branch go to https://code.launchpad.net/~jesse-barker/libmatrix/trunk/+edit-subscription === modified file 'matrix_inverse_test.cc' --- matrix_inverse_test.cc 2011-06-16 21:35:35 +0000 +++ matrix_inverse_test.cc 2011-06-16 22:37:59 +0000 @@ -1,3 +1,14 @@ +// +// Copyright (c) 2010 Linaro Limited +// +// All rights reserved. This program and the accompanying materials +// are made available under the terms of the MIT License which accompanies +// this distribution, and is available at +// http://www.opensource.org/licenses/mit-license.php +// +// Contributors: +// Jesse Barker - original implementation. +// #include #include "mat.h"