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

Commit

Permalink
License header linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Feb 14, 2019
1 parent 73e84ad commit a775091
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .LICENSE_HEADER.hh.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
9 changes: 9 additions & 0 deletions src/Constraint/TraversableContains.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?hh
/*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/


namespace Facebook\FBExpect\Constraint;

Expand Down
9 changes: 9 additions & 0 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?hh // strict
/*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/


namespace Facebook\FBExpect;

Expand Down

0 comments on commit a775091

Please sign in to comment.