mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Move file to unix platform dir.
This commit is contained in:
parent
2c8d85690a
commit
326dbde92f
1 changed files with 25 additions and 0 deletions
|
|
@ -1,3 +1,28 @@
|
|||
{
|
||||
Double Commander
|
||||
-------------------------------------------------------------------------
|
||||
Handles actions associated with MIME types in .desktop files.
|
||||
|
||||
Based on FreeDesktop.org specification
|
||||
(http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html)
|
||||
|
||||
Copyright (C) 2009-2010 Przemyslaw Nagay (cobines@gmail.com)
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
unit uMimeActions;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
Loading…
Add table
Add a link
Reference in a new issue