You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/10/07 18:08:48 UTC

git commit: added header

Repository: incubator-usergrid
Updated Branches:
  refs/heads/two-dot-o dea59eea1 -> dee90e9de


added header


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

Branch: refs/heads/two-dot-o
Commit: dee90e9dee6f1cc1f8224f465dcc4ae293eac0ff
Parents: dea59ee
Author: Shawn Feldman <sf...@apache.org>
Authored: Tue Oct 7 10:08:33 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Tue Oct 7 10:08:33 2014 -0600

----------------------------------------------------------------------
 .../apache/usergrid/services/TestQueueManager.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dee90e9d/stack/services/src/test/java/org/apache/usergrid/services/TestQueueManager.java
----------------------------------------------------------------------
diff --git a/stack/services/src/test/java/org/apache/usergrid/services/TestQueueManager.java b/stack/services/src/test/java/org/apache/usergrid/services/TestQueueManager.java
index 2df2c45..82b69d2 100644
--- a/stack/services/src/test/java/org/apache/usergrid/services/TestQueueManager.java
+++ b/stack/services/src/test/java/org/apache/usergrid/services/TestQueueManager.java
@@ -1,3 +1,19 @@
+/*
+ * 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.usergrid.services;
 
 import org.apache.usergrid.persistence.queue.QueueManager;