Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 5082533e75c57f549a28bd5f0efa34f3 > files > 3

jdeparser-1.0.0-5.mga5.noarch.rpm

About
-----

This project is a fork of Sun's (now Oracle's) com.sun.codemodel project.  We
decided to fork the project because by all evidence, the upstream project is
dead and not actively accepting outside contribution.  All JBoss projects
are urged to use this project instead for source code generation.

Bug Tracker
-----------
The bug tracker for this project is here: https://issues.jboss.org/browse/JDP

Contributing
------------
The source repository for this project is at: https://github.com/jdeparser/jdeparser

When modifying an existing file, please follow the directions in the license carefully.
Modifications generally must be notated with a comment.  Modifications to existing files
must not change the license of that file.

When adding new files, be sure to use the MIT license:

    /*
     * Copyright (c) 2012 Red Hat
     *
     * 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
     * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
     * persons to whom the Software is furnished to do so, subject to the following conditions:
     *
     * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
     * Software.
     *
     * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
     * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
     * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
     * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     */