Subversion Repositories filter_foundry

Rev

Rev 185 | Rev 194 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 185 Rev 192
Line 1... Line 1...
1
/*
1
/*
2
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
2
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
3
    Copyright (C) 2003-2019 Toby Thain, toby@telegraphics.com.au
3
    Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.com.au
-
 
4
    Copyright (C) 2018-2019 Daniel Marschall, ViaThinkSoft
4
 
5
 
5
    This program is free software; you can redistribute it and/or modify
6
    This program is free software; you can redistribute it and/or modify
6
    it under the terms of the GNU General Public License as published by
7
    it under the terms of the GNU General Public License as published by
7
    the Free Software Foundation; either version 2 of the License, or
8
    the Free Software Foundation; either version 2 of the License, or
8
    (at your option) any later version.
9
    (at your option) any later version.
Line 46... Line 47...
46
                sprintf(title, "About %s", INPLACEP2CSTR(gdata->parm.title));
47
                sprintf(title, "About %s", INPLACEP2CSTR(gdata->parm.title));
47
                sprintf(text,  "%s by %s\n" /* {Title} by {Author} */
48
                sprintf(text,  "%s by %s\n" /* {Title} by {Author} */
48
                               "%s\n" /* {Copyright} */
49
                               "%s\n" /* {Copyright} */
49
                               "\n"
50
                               "\n"
50
                               "This plugin was built using Filter Foundry " VERSION_STR "\n"
51
                               "This plugin was built using Filter Foundry " VERSION_STR "\n"
51
                               "(C) 2003-" RELEASE_YEAR " Toby Thain <toby@telegraphics.com.au>\n"
52
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
52
                               "available from http://www.telegraphics.com.au/sw/",
53
                               "available from http://www.telegraphics.com.au/sw/",
53
                               INPLACEP2CSTR(gdata->parm.title),
54
                               INPLACEP2CSTR(gdata->parm.title),
54
                               INPLACEP2CSTR(gdata->parm.author),
55
                               INPLACEP2CSTR(gdata->parm.author),
55
                               INPLACEP2CSTR(gdata->parm.copyright));
56
                               INPLACEP2CSTR(gdata->parm.copyright));
56
        } else {
57
        } else {
57
                sprintf(title, "About Filter Foundry");
58
                sprintf(title, "About Filter Foundry");
58
                sprintf(text,  "Filter Foundry " VERSION_STR "\n"
59
                sprintf(text,  "Filter Foundry " VERSION_STR "\n"
59
                               "(C) 2003-" RELEASE_YEAR " Toby Thain <toby@telegraphics.com.au>\n"
60
                               "(C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\n"
60
                               "\n"
61
                               "\n"
61
                           "Latest version available from\n"
62
                           "Latest version available from\n"
62
                           "http://www.telegraphics.com.au/sw/\n"
63
                           "http://www.telegraphics.com.au/sw/\n"
63
                           "Please contact the author with any bug reports,\n"
64
                           "Please contact the author with any bug reports,\n"
64
                           "suggestions or comments.\n"
65
                           "suggestions or comments.\n"