OSDN Git Service

Add license.
[mikumikustudio/MikuMikuStudio.git] / project / Common.scala
index 8cf6d07..df31d29 100644 (file)
@@ -4,17 +4,13 @@ import sbt.Keys._
 object Common {
   lazy val settings = Seq(
     organization := "info.projectkyoto"
-    , version := "0.8.0"
-    //    , homepage := Some(url("https://github.com/chototsu/MikuMikuStudio"))
+    , version := "0.8.1-SNAPSHOT"
     , startYear := Some(2010)
     , description := "A game engine compatible with MikuMikuDance."
-    //    , licenses += "The BSD 3-Clause License" -> url("http://opensource.org/licenses/BSD-3-Clause")
     , autoScalaLibrary := false
     , crossPaths := false
     , javacOptions ++= Seq("-encoding", "UTF-8", "-source", "1.6", "-target", "1.6")
     , javacOptions in doc := Seq("-locale", "en_US", "-encoding", "UTF-8", "-source", "1.6")
-//    , resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots"
-//    , resolvers += "nifty-maven-repo.sourceforge.net" at "http://nifty-gui.sourceforge.net/nifty-maven-repo"
     , pomExtra := (
       <url>https://github.com/chototsu/MikuMikuStudio</url>
         <licenses>
@@ -23,6 +19,12 @@ object Common {
             <url>http://www.opensource.org/licenses/bsd-license.php</url>
             <distribution>repo</distribution>
           </license>
+          <license>
+            <name>BSD</name>
+            <url>
+              http://hub.jmonkeyengine.org/wiki/doku.php/bsd_license
+            </url>
+          </license>
         </licenses>
         <scm>
           <url>git@github.com:chototsu/MikuMikuStudio.git</url>