From 89f7fc20d10ee8a7078a6bc3dc7a6ea48f565d08 Mon Sep 17 00:00:00 2001 From: rmalik Date: Wed, 28 Aug 2019 11:18:11 -0700 Subject: [PATCH] Update attribution text --- examples/ASDKtvOS/Sample/AppDelegate.h | 5 +++-- examples/ASDKtvOS/Sample/AppDelegate.m | 5 +++-- examples/ASDKtvOS/Sample/ViewController.h | 5 +++-- examples/ASDKtvOS/Sample/ViewController.m | 5 +++-- examples/ASDKtvOS/Sample/main.m | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/examples/ASDKtvOS/Sample/AppDelegate.h b/examples/ASDKtvOS/Sample/AppDelegate.h index 96738590..3152ab86 100644 --- a/examples/ASDKtvOS/Sample/AppDelegate.h +++ b/examples/ASDKtvOS/Sample/AppDelegate.h @@ -2,8 +2,9 @@ // AppDelegate.h // Sample // -// Created by rmalik on 8/28/19. -// Copyright © 2019 Texture. All rights reserved. +// Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. +// Changes after 4/13/2017 are: Copyright (c) Pinterest, Inc. All rights reserved. +// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #import diff --git a/examples/ASDKtvOS/Sample/AppDelegate.m b/examples/ASDKtvOS/Sample/AppDelegate.m index 6fcb0b6d..8d5b3b36 100644 --- a/examples/ASDKtvOS/Sample/AppDelegate.m +++ b/examples/ASDKtvOS/Sample/AppDelegate.m @@ -2,8 +2,9 @@ // AppDelegate.m // Sample // -// Created by rmalik on 8/28/19. -// Copyright © 2019 Texture. All rights reserved. +// Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. +// Changes after 4/13/2017 are: Copyright (c) Pinterest, Inc. All rights reserved. +// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #import "AppDelegate.h" diff --git a/examples/ASDKtvOS/Sample/ViewController.h b/examples/ASDKtvOS/Sample/ViewController.h index d65671d4..f37d8001 100644 --- a/examples/ASDKtvOS/Sample/ViewController.h +++ b/examples/ASDKtvOS/Sample/ViewController.h @@ -2,8 +2,9 @@ // ViewController.h // Sample // -// Created by rmalik on 8/28/19. -// Copyright © 2019 Texture. All rights reserved. +// Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. +// Changes after 4/13/2017 are: Copyright (c) Pinterest, Inc. All rights reserved. +// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #import diff --git a/examples/ASDKtvOS/Sample/ViewController.m b/examples/ASDKtvOS/Sample/ViewController.m index 63159ea1..7b0d4100 100644 --- a/examples/ASDKtvOS/Sample/ViewController.m +++ b/examples/ASDKtvOS/Sample/ViewController.m @@ -2,8 +2,9 @@ // ViewController.m // Sample // -// Created by rmalik on 8/28/19. -// Copyright © 2019 Texture. All rights reserved. +// Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. +// Changes after 4/13/2017 are: Copyright (c) Pinterest, Inc. All rights reserved. +// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #import "ViewController.h" diff --git a/examples/ASDKtvOS/Sample/main.m b/examples/ASDKtvOS/Sample/main.m index 1d2562ba..3b57830d 100644 --- a/examples/ASDKtvOS/Sample/main.m +++ b/examples/ASDKtvOS/Sample/main.m @@ -2,8 +2,9 @@ // main.m // Sample // -// Created by rmalik on 8/28/19. -// Copyright © 2019 Texture. All rights reserved. +// Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. +// Changes after 4/13/2017 are: Copyright (c) Pinterest, Inc. All rights reserved. +// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #import