diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 00:19:01 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 00:28:54 +0100 |
commit | 86d2dcf098b0d17b369e7fb12f36770774f9b774 (patch) | |
tree | 5e4975fbb01fe005e40f77837196b4d3ac18a9af /nx-X11/programs/Xserver | |
parent | 226be98c8d3796365ce0ff3727a0a0393a97cafe (diff) | |
download | nx-libs-86d2dcf098b0d17b369e7fb12f36770774f9b774.tar.gz nx-libs-86d2dcf098b0d17b369e7fb12f36770774f9b774.tar.bz2 nx-libs-86d2dcf098b0d17b369e7fb12f36770774f9b774.zip |
x2goagent.xpm: move copyright to the end to make it a valid xpm file
gimp refused to load it, nxagent crashed if this was loaded as icon file!
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/x2goagent.xpm | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/x2goagent.xpm b/nx-X11/programs/Xserver/hw/nxagent/x2goagent.xpm index dcfd8e156..d34be4c70 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/x2goagent.xpm +++ b/nx-X11/programs/Xserver/hw/nxagent/x2goagent.xpm @@ -1,19 +1,3 @@ -/**************************************************************************/ -/* */ -/* Copyright 2008 Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> */ -/* Copyright 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ -/* */ -/* NXAGENT, NX protocol compression and NX extensions to this software */ -/* are copyright of the aforementioned persons and companies. */ -/* */ -/* Redistribution and use of the present software is allowed according */ -/* to terms specified in the file LICENSE which comes in the source */ -/* distribution. */ -/* */ -/* All rights reserved. */ -/* */ -/**************************************************************************/ - /* XPM */ static char *x2goagentIconData[]={ "128 128 18 1", @@ -163,3 +147,18 @@ static char *x2goagentIconData[]={ "..#cccbne:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::menkccc#..", "...okccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccbe...", "....mhjccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccg#....."}; +/**************************************************************************/ +/* */ +/* Copyright 2008 Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> */ +/* Copyright 2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ +/* */ +/* NXAGENT, NX protocol compression and NX extensions to this software */ +/* are copyright of the aforementioned persons and companies. */ +/* */ +/* Redistribution and use of the present software is allowed according */ +/* to terms specified in the file LICENSE which comes in the source */ +/* distribution. */ +/* */ +/* All rights reserved. */ +/* */ +/**************************************************************************/ |