Module: Mesa Branch: 7.9 Commit: 5d43c78d03f05e8a6023265a0c12a8bed1a3ff01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d43c78d03f05e8a6023265a0c12a8bed1a3ff01
Author: Kenneth Graunke <[email protected]> Date: Tue Sep 28 21:13:41 2010 -0700 glsl: "Copyright", not "Constantright" Clearly this started out as ir_copy_propagation.cpp, but the search and replace was a bit overzealous. (cherry picked from commit 565ff676887fc40b4715b44d9407c638480485e6) --- src/glsl/ir_constant_propagation.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glsl/ir_constant_propagation.cpp b/src/glsl/ir_constant_propagation.cpp index 390f295..5d875b7 100644 --- a/src/glsl/ir_constant_propagation.cpp +++ b/src/glsl/ir_constant_propagation.cpp @@ -1,5 +1,5 @@ /* - * Constantright © 2010 Intel Corporation + * Copyright © 2010 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * constant of this software and associated documentation files (the "Software"), _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
