Skip to content

Commit

Permalink
Update the license for uiports/vnc to GPLv3.
Browse files Browse the repository at this point in the history
git-svn-id: https://rdesktop.svn.sourceforge.net/svnroot/rdesktop/rdesktop/trunk@1549 9cebe5d2-de03-4e0a-9b96-fbf3d975a676
  • Loading branch information
astrand committed Jan 14, 2010
1 parent 7da2bd7 commit d6f4d8d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 27 deletions.
7 changes: 3 additions & 4 deletions uiports/nanoxwin.c
Expand Up @@ -3,9 +3,9 @@
User interface services - NanoX(microwindows)
Copyright (C) Jay Sorg 2004-2005
This program is free software; you can redistribute it and/or modify
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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
Expand All @@ -14,8 +14,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
problems with nanox lib
Expand Down
7 changes: 3 additions & 4 deletions uiports/qtewin.cpp
Expand Up @@ -3,9 +3,9 @@
User interface services - QT Emb System
Copyright (C) Jay Sorg 2004-2005
This program is free software; you can redistribute it and/or modify
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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
Expand All @@ -14,8 +14,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

//#define SHARP
Expand Down
7 changes: 3 additions & 4 deletions uiports/qtwin.cpp
Expand Up @@ -3,9 +3,9 @@
User interface services - QT Window System
Copyright (C) Jay Sorg 2004-2007
This program is free software; you can redistribute it and/or modify
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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
Expand All @@ -14,8 +14,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "rdesktop.h"
Expand Down
7 changes: 3 additions & 4 deletions uiports/svgawin.c
Expand Up @@ -3,9 +3,9 @@
User interface services - SVGA lib
Copyright (C) Jay Sorg 2004-2007
This program is free software; you can redistribute it and/or modify
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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
Expand All @@ -14,8 +14,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "../rdesktop.h"
Expand Down
8 changes: 3 additions & 5 deletions uiports/xxxwin.c
Expand Up @@ -3,20 +3,18 @@
User interface services - Generic
Copyright (C) Jay Sorg 2004-2007
This program is free software; you can redistribute it and/or modify
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
the Free Software Foundation, either version 3 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., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "../rdesktop.h"
Expand Down
11 changes: 5 additions & 6 deletions vnc/vnc.c
Expand Up @@ -6,19 +6,18 @@
Copyright (C) 2001 James "Wez" Weatherall
Copyright (C) 2001 Johannes E. Schindelin
This program is free software; you can redistribute it and/or modify
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
the Free Software Foundation, either version 3 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., 675 Mass Ave, Cambridge, MA 02139, USA.
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down

0 comments on commit d6f4d8d

Please sign in to comment.