diff mbox

[Branch,~jesse-barker/libmatrix/trunk] Rev 31: Update copyrights for 2012 work.

Message ID 20120126161412.21652.42654.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Jesse Barker Jan. 26, 2012, 4:14 p.m. UTC
------------------------------------------------------------
revno: 31
committer: Jesse Barker <jesse.barker@linaro.org>
branch nick: trunk
timestamp: Thu 2012-01-26 08:12:35 -0800
message:
  Update copyrights for 2012 work.
modified:
  log.cc
  log.h
  program.cc
  program.h
  shader-source.cc
  shader-source.h
  test/shader_source_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 'log.cc'
--- log.cc	2012-01-13 19:35:52 +0000
+++ log.cc	2012-01-26 16:12:35 +0000
@@ -1,5 +1,5 @@ 
 //
-// Copyright (c) 2010-2011 Linaro Limited
+// Copyright (c) 2010-2012 Linaro Limited
 //
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the MIT License which accompanies

=== modified file 'log.h'
--- log.h	2011-12-08 22:08:56 +0000
+++ log.h	2012-01-26 16:12:35 +0000
@@ -1,5 +1,5 @@ 
 //
-// Copyright (c) 2010-2011 Linaro Limited
+// Copyright (c) 2010-2012 Linaro Limited
 //
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the MIT License which accompanies

=== modified file 'program.cc'
--- program.cc	2012-01-26 15:55:55 +0000
+++ program.cc	2012-01-26 16:12:35 +0000
@@ -1,5 +1,5 @@ 
 //
-// Copyright (c) 2011 Linaro Limited
+// Copyright (c) 2011-2012 Linaro Limited
 //
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the MIT License which accompanies

=== modified file 'program.h'
--- program.h	2012-01-25 20:12:21 +0000
+++ program.h	2012-01-26 16:12:35 +0000
@@ -1,5 +1,5 @@ 
 //
-// Copyright (c) 2011 Linaro Limited
+// Copyright (c) 2011-2012 Linaro Limited
 //
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the MIT License which accompanies

=== modified file 'shader-source.cc'
--- shader-source.cc	2011-12-12 16:26:45 +0000
+++ shader-source.cc	2012-01-26 16:12:35 +0000
@@ -1,5 +1,5 @@ 
 //
-// Copyright (c) 2010-2011 Linaro Limited
+// Copyright (c) 2010-2012 Linaro Limited
 //
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the MIT License which accompanies

=== modified file 'shader-source.h'
--- shader-source.h	2011-12-09 19:30:50 +0000
+++ shader-source.h	2012-01-26 16:12:35 +0000
@@ -1,5 +1,5 @@ 
 //
-// Copyright (c) 2010-2011 Linaro Limited
+// Copyright (c) 2010-2012 Linaro Limited
 //
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the MIT License which accompanies

=== modified file 'test/shader_source_test.cc'
--- test/shader_source_test.cc	2012-01-23 23:37:01 +0000
+++ test/shader_source_test.cc	2012-01-26 16:12:35 +0000
@@ -1,3 +1,14 @@ 
+//
+// Copyright (c) 2012 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 <string>
 #include "libmatrix_test.h"
 #include "shader_source_test.h"