You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/05/20 23:32:29 UTC

[2/4] git commit: Missing copyright

Missing copyright


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1f04d76e
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1f04d76e
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1f04d76e

Branch: refs/heads/master
Commit: 1f04d76e2ee44593e26c4d2afe4be18bd62236f8
Parents: aba68ad
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon May 20 22:14:10 2013 +0100
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon May 20 22:14:10 2013 +0100

----------------------------------------------------------------------
 .../tapestry5/internal/wro4j/CSSMinimizer.java     |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1f04d76e/tapestry-wro4j/src/main/java/org/apache/tapestry5/internal/wro4j/CSSMinimizer.java
----------------------------------------------------------------------
diff --git a/tapestry-wro4j/src/main/java/org/apache/tapestry5/internal/wro4j/CSSMinimizer.java b/tapestry-wro4j/src/main/java/org/apache/tapestry5/internal/wro4j/CSSMinimizer.java
index b06a5c8..f5b7033 100644
--- a/tapestry-wro4j/src/main/java/org/apache/tapestry5/internal/wro4j/CSSMinimizer.java
+++ b/tapestry-wro4j/src/main/java/org/apache/tapestry5/internal/wro4j/CSSMinimizer.java
@@ -1,3 +1,17 @@
+// Copyright 2013 The Apache Software Foundation
+//
+// 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 org.apache.tapestry5.internal.wro4j;
 
 import org.apache.tapestry5.ioc.OperationTracker;