# licensator **Repository Path**: mirrors_yusuke/licensator ## Basic Information - **Project Name**: licensator - **Description**: The open source license adviser app. - **Primary Language**: Unknown - **License**: BSD-3-Clause-Clear - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Licensator - The Open Source License Adviser ============================================ Licensator is a little web application written just for fun in about 48 hours. About Licensator ---------------- If you do some research, you'll find that there are [literally hundreds][oss-licenses] of open source licenses. Most of them are not used anymore, or are superseded by other licenses, or are incompatible with other licenses. As you can see, things can get ugly. That's why we wrote this app. Prerequisites ------------- * [Clojure][clj] 1.2.0; * [Clojure Contrib][contrib] 1.2.0; * [Leiningen][lein] 1.4.1. Running Licensator ------------------ This is a three-step process: 1. Run `lein deps` to get the app's dependencies; 2. Run `lein run` to start the app in a local [Jetty][jetty] instance; 3. Point your browser to [http://localhost:8080][dev] and have fun! [clj]: http://clojure.org/ [compojure]: http://github.com/weavejester/compojure [contrib]: http://github.com/clojure/clojure-contrib [dev]: http://localhost:8080 [jetty]: http://jetty.codehaus.org/jetty/ [lein]: http://github.com/technomancy/leiningen [oss-licenses]: http://opensource.org/licenses/