File: MIT-Cheusov.txt

package info (click to toggle)
libstring-license-perl 0.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,892 kB
  • sloc: perl: 1,519; cpp: 360; ansic: 210; python: 27; ruby: 21; xml: 16; sh: 8; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
== Cheusov variant ==
=== Notes ===
This variant does not give explicit permission to redistribute unmodified copies, however, since it does give permission to "copy" unmodifed copies, we are interpreting it that way. Also, since it does grant explicit permission to redistribute modified code, we feel the intent was to grant permission to redistribute unmodified copies as well. That said, this license is poorly worded, and we do not recommend its use.

=== Text ===
<pre>
/*
 * Copyright (C) 2006 Aleksey Cheusov
 *
 * This material is provided "as is", with absolutely no warranty expressed
 * or implied. Any use is at your own risk.
 *
 * Permission to use or copy this software for any purpose is hereby granted
 * without fee. Permission to modify the code and to distribute modified
 * code is also granted without any restrictions.
 */
</pre>