Skip to content

Commit

Permalink
Add copyright header on the script
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed May 25, 2023
1 parent baa69e4 commit c1001b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sponsors.php
@@ -1,5 +1,14 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

use Carbon\CarbonImmutable;

require_once __DIR__.'/vendor/autoload.php';
Expand Down

0 comments on commit c1001b3

Please sign in to comment.