diff mbox

[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
State Accepted
Headers show

Commit Message

Jesse Barker June 16, 2011, 10:40 p.m. UTC
------------------------------------------------------------
revno: 18
committer: Jesse Barker <jesse.barker@linaro.org>
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
diff mbox

Patch

=== 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 <iostream>
 #include "mat.h"