From 731566167ae19ab342cccc534f23ef0ad35ed84a Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 21 Oct 2011 00:10:05 +0200 Subject: [PATCH] fix typo in copyright notice: Salvaore -> Salvatore --- COPYING | 2 +- app.rb | 2 +- comments.rb | 2 +- page.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/COPYING b/COPYING index 1bc81c6..0d3a8ca 100644 --- a/COPYING +++ b/COPYING @@ -8,4 +8,4 @@ Redistribution and use in source and binary forms, with or without modification, THIS SOFTWARE IS PROVIDED BY SALVATORE SANFILIPPO ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SALVATORE SANFILIPPO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Salvaore Sanfilippo. +The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Salvatore Sanfilippo. diff --git a/app.rb b/app.rb index 6c04fd7..f3957be 100644 --- a/app.rb +++ b/app.rb @@ -23,7 +23,7 @@ # # The views and conclusions contained in the software and documentation are # those of the authors and should not be interpreted as representing official -# policies, either expressed or implied, of Salvaore Sanfilippo. +# policies, either expressed or implied, of Salvatore Sanfilippo. require 'rubygems' require 'hiredis' diff --git a/comments.rb b/comments.rb index 375decd..ed786ce 100644 --- a/comments.rb +++ b/comments.rb @@ -23,7 +23,7 @@ # # The views and conclusions contained in the software and documentation are # those of the authors and should not be interpreted as representing official -# policies, either expressed or implied, of Salvaore Sanfilippo. +# policies, either expressed or implied, of Salvatore Sanfilippo. require 'rubygems' require 'json' diff --git a/page.rb b/page.rb index 1f66077..d9f668d 100644 --- a/page.rb +++ b/page.rb @@ -23,7 +23,7 @@ # # The views and conclusions contained in the software and documentation are # those of the authors and should not be interpreted as representing official -# policies, either expressed or implied, of Salvaore Sanfilippo. +# policies, either expressed or implied, of Salvatore Sanfilippo. require 'cgi'