Package Products :: Package ZenModel :: Module ExampleLicenses
[hide private]
[frames] | no frames]

Module ExampleLicenses

source code

Variables [hide private]
  APACHE_2 = ...
  BSD_2_CLAUSE = ...
  BSD_3_CLAUSE = ...
  AGPL_3 = ...
  GPL_2 = ...
  GPL_3 = ...
  LGPL_2_1 = ...
  LGPL_3 = ...
  MIT = ...
  MPL_2 = ...
  LICENSES = {"Apache": APACHE_2, "GPL": GPL_3, "GPLv2": GPL_2, ...
Variables Details [hide private]

APACHE_2

Value:
"""
                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.
...

BSD_2_CLAUSE

Value:
"""
Copyright %(year)s %(author)s. All rights reserved.

Redistribution and use in source and binary forms, with or without mod\
ification, are
permitted provided that the following conditions are met:

   1. Redistributions of source code must retain the above copyright n\
...

BSD_3_CLAUSE

Value:
"""
Copyright (c) %(year)s %(author)s
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are\
 met:
    * Redistributions of source code must retain the above copyright
...

AGPL_3

Value:
"""
                    GNU AFFERO GENERAL PUBLIC LICENSE
                       Version 3, 19 November 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

...

GPL_2

Value:
"""
                    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.
...

GPL_3

Value:
"""
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

...

LGPL_2_1

Value:
"""
                  GNU LESSER GENERAL PUBLIC LICENSE
                       Version 2.1, February 1999

 Copyright (C) 1991, 1999 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.
...

LGPL_3

Value:
"""
                   GNU LESSER GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

...

MIT

Value:
"""
Copyright (C) %(year)s %(author)s

Permission is hereby granted, free of charge, to any person obtaining \
a copy of
this software and associated documentation files (the "Software"), to \
deal in
the Software without restriction, including without limitation the rig\
...

MPL_2

Value:
"""
Mozilla Public License Version 2.0
==================================

1. Definitions
--------------

1.1. "Contributor"
...

LICENSES

Value:
{"Apache": APACHE_2, "GPL": GPL_3, "GPLv2": GPL_2, "GPLv2+": GPL_2, "G\
PLv3": GPL_3, "LGPL": LGPL_3,}