You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by th...@apache.org on 2012/04/05 14:25:55 UTC

svn commit: r1309816 - /river/jtsk/trunk/src/com/sun/jini/jeri/internal/runtime/SequenceEntry.java

Author: thobbs
Date: Thu Apr  5 12:25:55 2012
New Revision: 1309816

URL: http://svn.apache.org/viewvc?rev=1309816&view=rev
Log:
Added missing ASF license header

Modified:
    river/jtsk/trunk/src/com/sun/jini/jeri/internal/runtime/SequenceEntry.java

Modified: river/jtsk/trunk/src/com/sun/jini/jeri/internal/runtime/SequenceEntry.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/jeri/internal/runtime/SequenceEntry.java?rev=1309816&r1=1309815&r2=1309816&view=diff
==============================================================================
--- river/jtsk/trunk/src/com/sun/jini/jeri/internal/runtime/SequenceEntry.java (original)
+++ river/jtsk/trunk/src/com/sun/jini/jeri/internal/runtime/SequenceEntry.java Thu Apr  5 12:25:55 2012
@@ -1,3 +1,20 @@
+/*
+ * 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 com.sun.jini.jeri.internal.runtime;
 
 final class SequenceEntry {