[mednaffe] 53/99: Change copyright in about dialog to point to NOTICE file (on static builds)

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:06 UTC 2016


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

skitt pushed a commit to branch master
in repository mednaffe.

commit 78b1f1e74f7787cbce95cd1562473703deff99e3
Author: AmatCoder <amatcoder at gmail.com>
Date:   Fri May 1 17:05:21 2015 +0200

    Change copyright in about dialog to point to NOTICE file (on static builds)
---
 src/about.c |  4 ++++
 src/md5.c   | 20 +++++++++++++++++---
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/src/about.c b/src/about.c
index 2c1922a..96908df 100644
--- a/src/about.c
+++ b/src/about.c
@@ -50,7 +50,11 @@ gtk_show_about_dialog(
   "program-name", "Mednaffe",
   "version" ,"0.7",
   "authors", authors,
+#ifdef STATIC_ENABLED
+  "copyright", "See NOTICE file for license details.",
+#else
   "copyright", "Copyright \xc2\xa9 2010-2015 AmatCoder",
+#endif
   "comments", "A front-end (GUI) for Mednafen emulator",
   "license", gpl3,
   "wrap-license", TRUE,
diff --git a/src/md5.c b/src/md5.c
index a582960..32ffa4a 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -1,7 +1,21 @@
 /*
- * RFC 1321 compliant MD5 implementation,
- * by Christophe Devine <devine at cr0.net>;
- * this program is licensed under the GPL.
+ *  RFC 1321 compliant MD5 implementation
+ *
+ *  Copyright (C) 2001-2003  Christophe Devine
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include <string.h>

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



More information about the Pkg-games-commits mailing list