Subversion Repositories filter_foundry

Rev

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

Rev 171 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 40... Line 41...
40
            VALUE "Comments",			VI_COMMENTS
41
            VALUE "Comments",			VI_COMMENTS
41
            VALUE "CompanyName",		"Telegraphics Pty Ltd, www.telegraphics.com.au\0"
42
            VALUE "CompanyName",		"Telegraphics Pty Ltd, www.telegraphics.com.au\0"
42
            VALUE "FileDescription",	"Filter Foundry plugin for Photoshop(R)\0"
43
            VALUE "FileDescription",	"Filter Foundry plugin for Photoshop(R)\0"
43
            VALUE "FileVersion",		VERSION_STR "\0"
44
            VALUE "FileVersion",		VERSION_STR "\0"
44
            /*VALUE "InternalName",		"FilterFoundry\0"*/
45
            /*VALUE "InternalName",		"FilterFoundry\0"*/
45
            VALUE "LegalCopyright",		"Copyright (C) 2003-" RELEASE_YEAR " Toby Thain\0"
46
            VALUE "LegalCopyright",		"Copyright (C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\0"
46
            VALUE "License",			"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.\0"
47
            VALUE "License",			"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.\0"
47
            /*VALUE "LegalTrademarks",	"\0"*/
48
            /*VALUE "LegalTrademarks",	"\0"*/
48
            VALUE "OriginalFilename",	"FilterFoundry.8bf\0"
49
            VALUE "OriginalFilename",	"FilterFoundry.8bf\0"
49
            /*VALUE "PrivateBuild",		"\0"*/
50
            /*VALUE "PrivateBuild",		"\0"*/
50
            VALUE "ProductName",		"Filter Foundry\0"
51
            VALUE "ProductName",		"Filter Foundry\0"