[aseprite] 17/250: correct copyright line

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 5ae9b9a6ef5662fd310924ea175113172770b54a
Author: Gabriel Rauter <rauter.gabriel at gmail.com>
Date:   Tue Sep 1 23:11:50 2015 +0200

    correct copyright line
---
 data/widgets/webp_options.xml | 2 +-
 src/app/file/webp_format.cpp  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/widgets/webp_options.xml b/data/widgets/webp_options.xml
index 2f9a9f6..29f8885 100644
--- a/data/widgets/webp_options.xml
+++ b/data/widgets/webp_options.xml
@@ -1,5 +1,5 @@
 <!-- ASEPRITE -->
-<!-- Copyright (C) 2014, 2015 by David Capello -->
+<!-- Copyright (C) 2015 by Gabriel Rauter -->
 <gui>
 <window text="WebP Options" id="webp_options">
   <vbox>
diff --git a/src/app/file/webp_format.cpp b/src/app/file/webp_format.cpp
index 489a4ce..8a38d05 100644
--- a/src/app/file/webp_format.cpp
+++ b/src/app/file/webp_format.cpp
@@ -1,5 +1,5 @@
 // Aseprite
-// Copyright (C) 2001-2015  David Capello
+// Copyright (C) 2015 Gabriel Rauter
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License version 2 as
@@ -93,7 +93,7 @@ bool WebPFormat::onLoad(FileOp* fop)
   FILE* fp = handle.get();
 
   long len;
-	uint8_t* buf = NULL;
+  uint8_t* buf = NULL;
 
   if (fseek(fp, 0, SEEK_END) != 0) {
     fop_error(fop, "Error while getting WebP file size for %s\n", fop->filename.c_str());

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list