Skip to content

Commit

Permalink
change license from ASL 2.0 to public domain (Unlicense)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Mar 18, 2012
1 parent e3aae12 commit 8b8b6e9
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 203 deletions.
24 changes: 24 additions & 0 deletions UNLICENSE
@@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

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 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.

For more information, please refer to <http://unlicense.org/>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -18,8 +18,8 @@

<licenses>
<license>
<name>the Apache License, ASL Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<name>Public domain (Unlicense)</name>
<url>http://unlicense.org/</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
3 changes: 2 additions & 1 deletion src/changes/changes.xml
Expand Up @@ -5,7 +5,7 @@
<author>David Bernard</author>
</properties>
<body>
<release version="2.16.0-SNAPSHOT" date="" description="">
<release version="3.0.0-SNAPSHOT" date="" description="">
<action dev="Josh Suereth" type="fix">Added docjar task to create scaladoc *and* place it in a jar file attached to the project.</action>
<action dev="Josh Suereth" type="fix">Modify VersionNumber class so scala-virtualized builds can be used.</action>
<action dev="David Bernard" type="update">scala:console use jline from scala-lang when scala's verion >= 2.9.0</action>
Expand All @@ -15,6 +15,7 @@
<action dev="David Bernard" type="fix">fix #60 : scala:doc no longer remove elements from the classpath</action>
<action dev="David Bernard" type="update">move from org.scala-tools to net.alchim31.maven (repo hosted by oss.sonatype)</action>
<action dev="David Bernard" type="update">rename artifactId from maven-scala-plugin to scala-maven-plugin (follow maven rules and warning)</action>
<action dev="David Bernard" type="update">change license from ASL 2.0 to public domain (Unlicense)</action>
</release>
<release version="2.15.2" date="2011-02-06" description="">
<action dev="David Bernard" type="add">archive generated by scala:genjson into $HOME/.config/vscaladoc2/apis can be intalled/deployed like regular artifact</action>
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/BasicArtifact.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

public class BasicArtifact {
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaCompileMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaCompilerSupport.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaConsoleMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaContinuousCompileMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
17 changes: 0 additions & 17 deletions src/main/java/scala_maven/ScalaContinuousTestMojo.java
@@ -1,20 +1,3 @@
/**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaDocMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaGenJsonMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaHelpMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import scala_maven_executions.JavaMainCaller;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaMojoSupport.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.util.ArrayList;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaRunMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import org.codehaus.plexus.util.StringUtils;
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/scala_maven/ScalaSourceMojoSupport.java
@@ -1,6 +1,3 @@
/**
*
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/ScalaTestCompileMojo.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/scala_maven/TychoUtilities.java
@@ -1,18 +1,3 @@
/*
* Copyright 2007 scala-tools.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*/
package scala_maven;

import java.io.File;
Expand Down

0 comments on commit 8b8b6e9

Please sign in to comment.