From 2601a1cc2ff124d3a26d82c1e00b9b06b01b05ca Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 16 Apr 2011 11:25:57 -0700 Subject: Fix audit warnings --- Library/Formula/cimg.rb | 3 +-- Library/Formula/shaper-probe.rb | 2 +- Library/Formula/wine.rb | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Library/Formula/cimg.rb b/Library/Formula/cimg.rb index 0364819db..f2e84387c 100644 --- a/Library/Formula/cimg.rb +++ b/Library/Formula/cimg.rb @@ -10,8 +10,7 @@ class Cimg < Formula doc.install %w( README.txt CHANGES.txt - Licence_CeCILL-C_V1-en.txt - Licence_CeCILL_V2-en.txt + Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt html examples) end end diff --git a/Library/Formula/shaper-probe.rb b/Library/Formula/shaper-probe.rb index b1e3e3887..252fd7c49 100644 --- a/Library/Formula/shaper-probe.rb +++ b/Library/Formula/shaper-probe.rb @@ -1,6 +1,6 @@ require 'formula' -class ShaperProbe