From 608f62d4872a00533f47d0e042f27dd5532c05c2 Mon Sep 17 00:00:00 2001 From: rcancro <@pinterest.com> Date: Fri, 21 Aug 2015 10:08:15 -0700 Subject: [PATCH] fixed copyright --- AsyncDisplayKit/Layout/ASBaselineStackLayoutable.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/AsyncDisplayKit/Layout/ASBaselineStackLayoutable.h b/AsyncDisplayKit/Layout/ASBaselineStackLayoutable.h index e061641c..0911b939 100644 --- a/AsyncDisplayKit/Layout/ASBaselineStackLayoutable.h +++ b/AsyncDisplayKit/Layout/ASBaselineStackLayoutable.h @@ -1,10 +1,10 @@ -// -// ASBaselineStackLayoutable.h -// AsyncDisplayKit -// -// Created by Ricky Cancro on 8/21/15. -// Copyright (c) 2015 Facebook. All rights reserved. -// +/* Copyright (c) 2014-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. + */ #import "ASStackLayoutable.h"