From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- licenses/EAPL | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 licenses/EAPL (limited to 'licenses/EAPL') diff --git a/licenses/EAPL b/licenses/EAPL new file mode 100644 index 000000000000..56636450db38 --- /dev/null +++ b/licenses/EAPL @@ -0,0 +1,71 @@ + + EPSON AVASYS PUBLIC LICENSE + 2005-04-01 + + This License applies to any program or other work identified as such + at the point of distribution and/or in a suitable location in the + sources for a work including it, for example in a README file. Such + sources should include a verbatim copy of this License. + + The "Program", below, refers to any program or work covered by this + License; each "Licensee" is addressed as "you". + + You may use, reproduce, modify and distribute the Program subject to + the terms and conditions below. + + + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 1. Copyright of the Program is reserved by EPSON AVASYS Corporation + and its Licensor(s). + + 2. You may freely reproduce and distribute verbatim copies of the + Program in any medium, provided that recipients of such copies + are given a copy of this License. Verbatim copies are covered + by the terms of this License. + + 3. You may modify the Program and freely distribute your modified + version(s), provided that you distribute it under the terms of + this License. Recipients of any modified version(s) should be + provided with a copy of this License. + + 4. You shall treat those parts of the Program that were provided + to you in executable or object code only as the proprietary + and confidential information of EPSON AVASYS Corporation and its + Licensor(s). + + 5. You may neither reverse engineer, reverse compile, reverse + assemble nor otherwise attempt to analyse those parts of the + Program that were provided to you in executable or object code + only. However, as a special exception EPSON AVASYS Corporation + and its Licensor(s) give permission to reverse engineer the + Program in those cases, and only those cases, where this is + required by the terms stipulated in the GNU Library General + Public License or GNU Lesser General Public License, both as + published by the Free Software Foundation; either version 2 of + the former license, version 2.1 of the latter license, or (at + your option) any later version. + + 6. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO + WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE + LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING, THE COPYRIGHT + HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT + WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT + NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE + QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE + PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY + SERVICING, REPAIR OR CORRECTION. + + 7. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN + WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY + MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE + LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, + INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR + INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS + OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY + YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH + ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS -- cgit v1.2.3-65-gdbad