Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 0083714

Browse files
xiphirxfacebook-github-bot
authored andcommitted
Fix copyright stuff
Summary: Copyright stuff Reviewed By: sjkirby Differential Revision: D10452660 fbshipit-source-id: b9aa5da129a64642a7626bfbc6310acb9b4848db
1 parent 9f24e62 commit 0083714

File tree

8 files changed

+15
-1
lines changed

8 files changed

+15
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
2+
13
buildscript {
24
apply from: rootProject.file('versions.gradle')
35
repositories {

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
2+
13
VERSION_NAME=0.4.0-SNAPSHOT
24
GROUP=com.facebook.shimmer
35

sample/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
2+
13
buildscript {
24
repositories {
35
mavenLocal()

sample/src/main/java/com/facebook/shimmer/sample/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
23
* This file provided by Facebook is for non-commercial testing and evaluation purposes only.
34
* Facebook reserves all rights not expressly granted.
45
*

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
2+
13
include ':shimmer', ':sample'

shimmer/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
2+
13
apply plugin: 'com.android.library'
24

35
android {

shimmer/gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
2+
13
POM_NAME=Shimmer
24
POM_ARTIFACT_ID=shimmer
3-
POM_PACKAGING=aar
5+
POM_PACKAGING=aar

versions.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
12
ext {
23
versions = [
34
targetSdk : 26,

0 commit comments

Comments
 (0)