You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2013/11/19 11:40:24 UTC

[2/4] git commit: fix license header. Class was written by rmannibucau.

fix license header. Class was written by rmannibucau.


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/3eb23f36
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/3eb23f36
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/3eb23f36

Branch: refs/heads/master
Commit: 3eb23f36416d2592e4bc02c86231e6c712ca8c23
Parents: 4352b00
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 19 11:05:29 2013 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 19 11:05:29 2013 +0100

----------------------------------------------------------------------
 .../container/cdi/BatchCDIInjectionExtension.java  | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/3eb23f36/jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java
----------------------------------------------------------------------
diff --git a/jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java b/jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java
index 1d10991..8c211ce 100755
--- a/jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java
+++ b/jbatch/src/main/java/org/apache/batchee/container/cdi/BatchCDIInjectionExtension.java
@@ -1,12 +1,12 @@
-/**
- * Copyright 2013 International Business Machines Corp.
+/*
+ * 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
  *
- * See the NOTICE file distributed with this work for additional information
- * regarding copyright ownership. 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
+ *     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,
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.batchee.container.cdi;
 
 import javax.enterprise.event.Observes;