Skip to content

Commit

Permalink
Update notice and license for release
Browse files Browse the repository at this point in the history
  • Loading branch information
edalquist committed May 10, 2013
1 parent 9f84453 commit cee4b60
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NOTICE
Expand Up @@ -16,7 +16,11 @@ specific language governing permissions and limitations
under the License.

This project includes:
A powerful but elegant CSS compiler that makes CSS fun again. under LICENSE or MIT or MIT-LICENSE
A Real Stylesheet Framework under LICENSE or LICENSE-APACHE2 or LICENSE-GPL2
A Ruby wrapper for Linux's inotify, using FFI under MIT-LICENSE
Commons IO under The Apache Software License, Version 2.0
File System State Monitor under LICENSE
Guava: Google Core Libraries for Java under The Apache Software License, Version 2.0
JRuby Complete under Common Public License - v 1.0 or GNU General Public License Version 2 or GNU Lesser General Public License Version 2.1
Maven Artifact under The Apache Software License, Version 2.0
Expand All @@ -25,9 +29,12 @@ This project includes:
Plexus :: Component Annotations under The Apache Software License, Version 2.0
Plexus Classworlds under The Apache Software License, Version 2.0
Plexus Common Utilities under The Apache Software License, Version 2.0
Pure ruby library for read/write, chunk-level access to PNG files under LICENSE
Ruby FFI under LGPL-3 or LICENSE
SASS Compiler Plugin under Apache License Version 2.0
Sisu Guava - Core Library under The Apache Software License, Version 2.0
Sisu Guice - Core Library under The Apache Software License, Version 2.0
Sisu-Inject-Bean : Aggregate OSGi bundle under The Apache Software License, Version 2.0 or Eclipse Public License, Version 1.0
Sisu-Inject-Plexus : Aggregate OSGi bundle under Eclipse Public License, Version 1.0
Very simple & usable FSEvents API under LICENSE

18 changes: 18 additions & 0 deletions src/main/java/org/jasig/maven/plugin/sass/CompilerCallback.java
@@ -1,3 +1,21 @@
/**
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig 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 org.jasig.maven.plugin.sass;

import org.apache.maven.plugin.logging.Log;
Expand Down

0 comments on commit cee4b60

Please sign in to comment.