You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2011/12/31 12:32:51 UTC

git commit: license added

Updated Branches:
  refs/heads/master 2a5726358 -> 592060d08


license added


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/592060d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/592060d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/592060d0

Branch: refs/heads/master
Commit: 592060d088dd76d4646a5024f63559fa46a99e9e
Parents: 2a57263
Author: gpetracek <gp...@apache.org>
Authored: Fri Dec 30 12:31:56 2011 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Fri Dec 30 12:31:56 2011 +0100

----------------------------------------------------------------------
 .../deltaspike/core/api/literal/AnyLiteral.java    |   18 +++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/592060d0/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/AnyLiteral.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/AnyLiteral.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/AnyLiteral.java
index ac03e2a..b5b5d97 100644
--- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/AnyLiteral.java
+++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/AnyLiteral.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.deltaspike.core.api.literal;
 
 import javax.enterprise.inject.Any;