Annotation of embedaddon/tmux/COPYING, revision 1.1

1.1     ! misho       1: THIS IS FOR INFORMATION ONLY, CODE IS UNDER THE LICENCE AT THE TOP OF ITS FILE.
        !             2: 
        !             3: The README, CHANGES, FAQ and TODO files are licensed under the ISC
        !             4: license. Files under examples/ remain copyright their authors unless otherwise
        !             5: stated in the file but permission has been received to distribute them with
        !             6: tmux. All other files have a license and copyright notice at their start,
        !             7: typically:
        !             8: 
        !             9: Copyright (c) <author>
        !            10: 
        !            11: Permission to use, copy, modify, and distribute this software for any
        !            12: purpose with or without fee is hereby granted, provided that the above
        !            13: copyright notice and this permission notice appear in all copies.
        !            14: 
        !            15: THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        !            16: WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        !            17: MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
        !            18: ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        !            19: WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
        !            20: IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
        !            21: OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>