Working range example copyright

Summary:
Fixes #99

- [x] All tests pass. Demo project builds and runs.
- [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/CONTRIBUTING.md)
Closes https://github.com/Instagram/IGListKit/pull/100

Differential Revision: D4056133

Pulled By: rnystrom

fbshipit-source-id: 2df58028c444c1a352946efc4191154eb459676f
This commit is contained in:
Ryan Nystrom
2016-10-20 19:15:47 -07:00
committed by Facebook Github Bot
parent 3cad71134e
commit cad3a55aa6

View File

@@ -1,10 +1,16 @@
//
// WorkingRangeViewController.swift
// IGListKitExamples
//
// Created by Ryan Nystrom on 10/20/16.
// Copyright © 2016 Instagram. All rights reserved.
//
/**
Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
The examples provided by Facebook are for non-commercial testing and evaluation
purposes only. Facebook reserves all rights not expressly granted.
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.
*/
import UIKit
import IGListKit