Skip to content

Commit

Permalink
Yearless license header
Browse files Browse the repository at this point in the history
Differential Revision: D18071289

fbshipit-source-id: 07cc64136efb1f11e2ec4a67e865076e20adcf75
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 23, 2019
1 parent f96f25a commit 2636489
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 96 deletions.
5 changes: 0 additions & 5 deletions BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
#
# This source code is licensed under the BSD-style license found in the LICENSE file in the root
# directory of this source tree. An additional grant of patent rights can be found in the PATENTS
# file in the same directory.
load("//tools/build_defs/oss:shimmer_defs.bzl", "SHIMMER_TARGET", "fb_core_android_library")

fb_core_android_library(
Expand Down
36 changes: 22 additions & 14 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@ BSD License

For Shimmer-android software

Copyright (c) 2015, Facebook, Inc.
All rights reserved.
Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following
disclaimer.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with the distribution.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* Neither the name Facebook nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50 changes: 26 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,29 @@ BSD License

For shimmer-android software

Copyright (c) 2015, Facebook, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name Facebook nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

buildscript {
apply from: rootProject.file('versions.gradle')
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

VERSION_NAME=0.6.0-SNAPSHOT
GROUP=com.facebook.shimmer

Expand Down
5 changes: 0 additions & 5 deletions lib/support-annotations/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
#
# This source code is licensed under the BSD-style license found in the LICENSE file in the root
# directory of this source tree. An additional grant of patent rights can be found in the PATENTS
# file in the same directory.
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:shimmer_defs.bzl", "fb_core_android_library")

Expand Down
9 changes: 0 additions & 9 deletions sample/LICENSE

This file was deleted.

8 changes: 7 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

buildscript {
repositories {
Expand Down
15 changes: 5 additions & 10 deletions sample/src/main/java/com/facebook/shimmer/sample/MainActivity.kt
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
* This file provided by Facebook is for non-commercial testing and evaluation purposes only.
* Facebook reserves all rights not expressly granted.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.shimmer.sample
Expand Down
8 changes: 7 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

include ':shimmer', ':sample'
5 changes: 0 additions & 5 deletions shimmer/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
#
# This source code is licensed under the BSD-style license found in the LICENSE file in the root
# directory of this source tree. An additional grant of patent rights can be found in the PATENTS
# file in the same directory.
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:shimmer_defs.bzl", "SHIMMER_SUPPORT_ANNOTATIONS", "fb_core_android_library")

Expand Down
8 changes: 7 additions & 1 deletion shimmer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

apply plugin: 'com.android.library'

Expand Down
2 changes: 0 additions & 2 deletions shimmer/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

POM_NAME=Shimmer
POM_ARTIFACT_ID=shimmer
POM_PACKAGING=aar
11 changes: 6 additions & 5 deletions shimmer/src/main/java/com/facebook/shimmer/Shimmer.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* <p>This source code is licensed under the BSD-style license found in the LICENSE file in the root
* directory of this source tree. An additional grant of patent rights can be found in the PATENTS
* file in the same directory.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.shimmer;

import android.animation.ValueAnimator;
Expand Down
11 changes: 6 additions & 5 deletions shimmer/src/main/java/com/facebook/shimmer/ShimmerDrawable.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* <p>This source code is licensed under the BSD-style license found in the LICENSE file in the root
* directory of this source tree. An additional grant of patent rights can be found in the PATENTS
* file in the same directory.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.shimmer;

import android.animation.ValueAnimator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* <p>This source code is licensed under the BSD-style license found in the LICENSE file in the root
* directory of this source tree. An additional grant of patent rights can be found in the PATENTS
* file in the same directory.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.shimmer;

import android.annotation.TargetApi;
Expand Down
9 changes: 8 additions & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

ext {
versions = [
targetSdk : 28,
Expand Down

0 comments on commit 2636489

Please sign in to comment.