From 4950e296ae3540e4789147e0d6bf2069a6566244 Mon Sep 17 00:00:00 2001 From: toole1 <toole1@6fbd10e7-183d-0410-a318-cb416676e4f2> Date: Wed, 25 Jan 2012 06:10:02 +0000 Subject: [PATCH] switch all from EasyBMP -> EasyPNG git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@5841 6fbd10e7-183d-0410-a318-cb416676e4f2 --- memcheck.h | 4 ++-- proxy.cpp | 2 +- valgrind.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/memcheck.h b/memcheck.h index bf95491..0e00270 100644 --- a/memcheck.h +++ b/memcheck.h @@ -15,11 +15,11 @@ Copyright (C) 2000-2010 Julian Seward. All rights reserved. - Redistribution and use in source and binary forms, with or without + redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright + 1. redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. The origin of this software must not be misrepresented; you must diff --git a/proxy.cpp b/proxy.cpp index ab88960..576300c 100644 --- a/proxy.cpp +++ b/proxy.cpp @@ -387,7 +387,7 @@ void test_execution::child() cout_pipe.close_read(); nums_pipe.close_read(); - // Redirect stdout/stderr to pipe + // redirect stdout/stderr to pipe if (environment.opts.redirect_test_output) { cout_pipe.steal_output(STDOUT_FILENO); diff --git a/valgrind.h b/valgrind.h index 0bae0aa..3e66a95 100644 --- a/valgrind.h +++ b/valgrind.h @@ -14,11 +14,11 @@ Copyright (C) 2000-2010 Julian Seward. All rights reserved. - Redistribution and use in source and binary forms, with or without + redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright + 1. redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. The origin of this software must not be misrepresented; you must -- GitLab