Cisco Cisco StadiumVision Mobile Streamer Informations sur les licences

Page de 3470
             Open Source Used In Cisco StadiumVision Mobile Streamer 2.0
                114
/* This file is part of The New Aspell
  Copyright (C) 2000,2001 Sergey Poznyakoff
 
  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. */
 
/* This file implements the loadable filter for *.po files.
  It is an example of loadable dynamic filters for the Aspell. It
  should be compiled into a shared library. The only symbol it is
  expected to export is process(). *
GNU GENERAL PUBLIC LICENSE         
       Version 2, June 1991         
        
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,         
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA         
Everyone is permitted to copy and distribute verbatim copies         
of this license document, but changing it is not allowed.         
        
    Preamble         
        
 The licenses for most software are designed to take away your         
freedom to share and change it.  By contrast, the GNU General Public         
License is intended to guarantee your freedom to share and change free         
software--to make sure the software is free for all its users.  This         
General Public License applies to most of the Free Software         
Foundation's software and to any other program whose authors commit to         
using it.  (Some other Free Software Foundation software is covered by         
the GNU Lesser General Public License instead.)  You can apply it to         
your programs, too.         
        
 When we speak of free software, we are referring to freedom, not         
price.  Our General Public Licenses are designed to make sure that you         
have the freedom to distribute copies of free software (and charge for         
this service if you wish), that you receive source code or can get it         
if you want it, that you can change the software or use pieces of it         
in new free programs; and that you know you can do these things.