LICENSES
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. The source files in NS contain a number of different copyrights and
  2. software licenses from various individuals and institutions.  In 2005, 
  3. the code base was relicensed to a collection of GNU GPL compatible, 
  4. free software licenses.  See
  5. http://www.gnu.org/philosophy/license-list.html
  6. for a collection of definitions of these terms.
  7. Note:  See also the COPYRIGHTS file in this directory regarding the
  8. copyrights on the ns-2 software.
  9. The majority of software licenses use following types of licenses:
  10. i) GNU GPL, with specific exception allowing the linking of the GPL
  11. covered software with other software licensed with clauses in conflict with
  12. the GPL (see below)
  13. ii) original Berkeley-style licenses with advertising clauses
  14. iii) modified Berkeley-style licenses (w/o advertising clause)
  15. Other software licenses (e.g., Apache 2.0) also exist.
  16. If you are considering the contribution of code to ns-2, please pick
  17. a GNU GPL-compatible software license.  If you prefer GNU GPL, please
  18. add the specific exception text listed below.
  19. If you are considering the use of ns-2, consider that derivative
  20. works or redistribution may be governed by the terms of the software
  21. licenses used herein, including the GNU GPL and Berkeley-style
  22. licenses with advertising clauses.
  23. GNU GPL license with specific exception (for use on ns-2 project):
  24. -------------------------------------------------------------------
  25. This program is free software; you can redistribute it and/or
  26. modify it under the terms of the GNU General Public License,
  27. version 2, as published by the Free Software Foundation.
  28. This program is distributed in the hope that it will be useful,
  29. but WITHOUT ANY WARRANTY; without even the implied warranty of
  30. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  31. GNU General Public License for more details.
  32. You should have received a copy of the GNU General Public License along
  33. with this program; if not, write to the Free Software Foundation, Inc.,
  34. 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  35. The copyright of this module includes the following
  36. linking-with-specific-other-licenses addition:
  37. In addition, as a special exception, the copyright holders of
  38. this module give you permission to combine (via static or
  39. dynamic linking) this module with free software programs or
  40. libraries that are released under the GNU LGPL and with code
  41. included in the standard release of ns-2 under the Apache 2.0
  42. license or under otherwise-compatible licenses with advertising
  43. requirements (or modified versions of such code, with unchanged
  44. license).  You may copy and distribute such a system following the
  45. terms of the GNU GPL for this module and the licenses of the
  46. other code concerned, provided that you include the source code of
  47. that other code when and as the GNU GPL requires distribution of
  48. source code.
  49. Note that people who make modified versions of this module
  50. are not obligated to grant this special exception for their
  51. modified versions; it is their choice whether to do so.  The GNU
  52. General Public License gives permission to release a modified
  53. version without this exception; this exception also makes it
  54. possible to release a modified version which carries forward this
  55. exception.