From 0e6dc74cbb6305d8f167e022589605f189cd31a7 Mon Sep 17 00:00:00 2001 From: Ron Shapiro Date: Sat, 18 Oct 2014 20:34:58 -0400 Subject: [PATCH] Remove Netflix copyright ownership --- src/main/java/rx/functions/ViewAction1.java | 2 -- src/main/java/rx/functions/ViewActionSetActivated.java | 2 -- src/main/java/rx/functions/ViewActionSetClickable.java | 2 -- src/main/java/rx/functions/ViewActionSetEnabled.java | 2 -- src/main/java/rx/functions/ViewActionSetFocusable.java | 2 -- src/main/java/rx/functions/ViewActionSetSelected.java | 2 -- src/main/java/rx/functions/ViewActionSetVisibility.java | 2 -- src/main/java/rx/functions/ViewActions.java | 2 -- src/test/java/rx/TestUtil.java | 2 -- src/test/java/rx/functions/ViewAction1Test.java | 2 -- src/test/java/rx/functions/ViewActionSetActivatedTest.java | 2 -- src/test/java/rx/functions/ViewActionSetClickableTest.java | 2 -- src/test/java/rx/functions/ViewActionSetEnabledTest.java | 2 -- src/test/java/rx/functions/ViewActionSetFocusableTest.java | 2 -- src/test/java/rx/functions/ViewActionSetSelectedTest.java | 2 -- src/test/java/rx/functions/ViewActionSetVisibilityTest.java | 2 -- 16 files changed, 32 deletions(-) diff --git a/src/main/java/rx/functions/ViewAction1.java b/src/main/java/rx/functions/ViewAction1.java index ddfe3d81..57670d5a 100644 --- a/src/main/java/rx/functions/ViewAction1.java +++ b/src/main/java/rx/functions/ViewAction1.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/main/java/rx/functions/ViewActionSetActivated.java b/src/main/java/rx/functions/ViewActionSetActivated.java index ae19e04a..4386017a 100644 --- a/src/main/java/rx/functions/ViewActionSetActivated.java +++ b/src/main/java/rx/functions/ViewActionSetActivated.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/main/java/rx/functions/ViewActionSetClickable.java b/src/main/java/rx/functions/ViewActionSetClickable.java index f1ead351..a093e6db 100644 --- a/src/main/java/rx/functions/ViewActionSetClickable.java +++ b/src/main/java/rx/functions/ViewActionSetClickable.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/main/java/rx/functions/ViewActionSetEnabled.java b/src/main/java/rx/functions/ViewActionSetEnabled.java index 82e6deb1..e7e504b3 100644 --- a/src/main/java/rx/functions/ViewActionSetEnabled.java +++ b/src/main/java/rx/functions/ViewActionSetEnabled.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/main/java/rx/functions/ViewActionSetFocusable.java b/src/main/java/rx/functions/ViewActionSetFocusable.java index 3bb88238..f02743cd 100644 --- a/src/main/java/rx/functions/ViewActionSetFocusable.java +++ b/src/main/java/rx/functions/ViewActionSetFocusable.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/main/java/rx/functions/ViewActionSetSelected.java b/src/main/java/rx/functions/ViewActionSetSelected.java index 866abe57..c9da4bed 100644 --- a/src/main/java/rx/functions/ViewActionSetSelected.java +++ b/src/main/java/rx/functions/ViewActionSetSelected.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/main/java/rx/functions/ViewActionSetVisibility.java b/src/main/java/rx/functions/ViewActionSetVisibility.java index f281b304..aa389500 100644 --- a/src/main/java/rx/functions/ViewActionSetVisibility.java +++ b/src/main/java/rx/functions/ViewActionSetVisibility.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/main/java/rx/functions/ViewActions.java b/src/main/java/rx/functions/ViewActions.java index a07cf86e..03fcd0b2 100644 --- a/src/main/java/rx/functions/ViewActions.java +++ b/src/main/java/rx/functions/ViewActions.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/TestUtil.java b/src/test/java/rx/TestUtil.java index 20e54fb5..ebce3120 100644 --- a/src/test/java/rx/TestUtil.java +++ b/src/test/java/rx/TestUtil.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/functions/ViewAction1Test.java b/src/test/java/rx/functions/ViewAction1Test.java index 0222bd2b..7c03d01f 100644 --- a/src/test/java/rx/functions/ViewAction1Test.java +++ b/src/test/java/rx/functions/ViewAction1Test.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/functions/ViewActionSetActivatedTest.java b/src/test/java/rx/functions/ViewActionSetActivatedTest.java index 4bacaa16..ce7b0383 100644 --- a/src/test/java/rx/functions/ViewActionSetActivatedTest.java +++ b/src/test/java/rx/functions/ViewActionSetActivatedTest.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/functions/ViewActionSetClickableTest.java b/src/test/java/rx/functions/ViewActionSetClickableTest.java index 890847ec..fdd12556 100644 --- a/src/test/java/rx/functions/ViewActionSetClickableTest.java +++ b/src/test/java/rx/functions/ViewActionSetClickableTest.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/functions/ViewActionSetEnabledTest.java b/src/test/java/rx/functions/ViewActionSetEnabledTest.java index 79be409f..366259c9 100644 --- a/src/test/java/rx/functions/ViewActionSetEnabledTest.java +++ b/src/test/java/rx/functions/ViewActionSetEnabledTest.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/functions/ViewActionSetFocusableTest.java b/src/test/java/rx/functions/ViewActionSetFocusableTest.java index 32d30d94..05861b1f 100644 --- a/src/test/java/rx/functions/ViewActionSetFocusableTest.java +++ b/src/test/java/rx/functions/ViewActionSetFocusableTest.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/functions/ViewActionSetSelectedTest.java b/src/test/java/rx/functions/ViewActionSetSelectedTest.java index 1d8b01f1..70e066af 100644 --- a/src/test/java/rx/functions/ViewActionSetSelectedTest.java +++ b/src/test/java/rx/functions/ViewActionSetSelectedTest.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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 diff --git a/src/test/java/rx/functions/ViewActionSetVisibilityTest.java b/src/test/java/rx/functions/ViewActionSetVisibilityTest.java index 646c6534..0aa04eb5 100644 --- a/src/test/java/rx/functions/ViewActionSetVisibilityTest.java +++ b/src/test/java/rx/functions/ViewActionSetVisibilityTest.java @@ -1,6 +1,4 @@ /** - * Copyright 2014 Netflix, Inc. - * * 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