Update copyright [skip ci]

This commit is contained in:
James Cole
2017-12-17 14:44:05 +01:00
parent ef3bc07249
commit 1f6e42afd9
335 changed files with 434 additions and 335 deletions

View File

@@ -1,4 +1,23 @@
<?php <?php
/**
* GetSpectreProviders.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
namespace FireflyIII\Jobs; namespace FireflyIII\Jobs;

View File

@@ -1,4 +1,24 @@
<?php <?php
/**
* SpectreProvider.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1); declare(strict_types=1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,6 +1,6 @@
<?php <?php
/** /**
* ListUserRequest.php * ListProvidersRequest.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com
* *
* This file is part of Firefly III. * This file is part of Firefly III.

View File

@@ -1,6 +1,6 @@
<?php <?php
/** /**
* BunqRequest.php * SpectreRequest.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com
* *
* This file is part of Firefly III. * This file is part of Firefly III.

View File

@@ -1,4 +1,24 @@
<?php <?php
/**
* InputMandatory.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1); declare(strict_types=1);
namespace FireflyIII\Support\Import\Configuration\Spectre; namespace FireflyIII\Support\Import\Configuration\Spectre;

View File

@@ -1,4 +1,24 @@
<?php <?php
/**
* SelectCountry.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1); declare(strict_types=1);
namespace FireflyIII\Support\Import\Configuration\Spectre; namespace FireflyIII\Support\Import\Configuration\Spectre;

View File

@@ -1,4 +1,24 @@
<?php <?php
/**
* SelectProvider.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1); declare(strict_types=1);
namespace FireflyIII\Support\Import\Configuration\Spectre; namespace FireflyIII\Support\Import\Configuration\Spectre;

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* ActionFactory.php * ActionFactory.php
* Copyright (C) 2016 Robert Horlings. * Copyright (C) 2017 Robert Horlings.
* *
* This file is part of Firefly III. * This file is part of Firefly III.
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TriggerFactory.php * TriggerFactory.php
* Copyright (C) 2016 Robert Horlings. * Copyright (C) 2017 Robert Horlings.
* *
* This file is part of Firefly III. * This file is part of Firefly III.
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionMatcher.php * TransactionMatcher.php
* Copyright (C) 2016 Robert Horlings. * Copyright (C) 2017 Robert Horlings.
* *
* This file is part of Firefly III. * This file is part of Firefly III.
* *