Skip to content

Commit 5d8c8f9

Browse files
add license header
1 parent 239cf13 commit 5d8c8f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

rxjava/src/main/java/rx/internal/util/SynchronizedSubscription.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/**
2+
* Copyright 2014 Netflix, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
5+
* compliance with the License. You may obtain a copy of the License at
6+
*
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software distributed under the License is
10+
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
11+
* the License for the specific language governing permissions and limitations under the License.
12+
*/
113
package rx.internal.util;
214

315
import rx.Subscription;

0 commit comments

Comments
 (0)