Update some copyrights.

This commit is contained in:
James Cole
2021-01-29 18:50:35 +01:00
parent 7ffc621638
commit 02cd0600ea
53 changed files with 1090 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* IndexController.php
* Copyright (c) 2020 james@firefly-iii.org
@@ -96,4 +97,4 @@ class IndexController extends Controller
return response()->json($return);
}
}
}