Update email address.

This commit is contained in:
James Cole
2020-02-16 14:00:57 +01:00
parent 7f46cf805c
commit 64a6661ea4
83 changed files with 83 additions and 83 deletions

View File

@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
## Enforcement ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at thegrumpydictator@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at james@firefly-iii.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

View File

@@ -4,7 +4,7 @@
## Feature requests ## Feature requests
I am always interested in expanding Firefly III's many features. Just open a ticket or [drop me a line](mailto:thegrumpydictator@gmail.com). I am always interested in expanding Firefly III's many features. Just open a ticket or [drop me a line](mailto:james@firefly-iii.org).
## Pull requests ## Pull requests

2
.github/security.md vendored
View File

@@ -6,7 +6,7 @@ Only the latest version of Firefly III is supported. If you're not running the l
## Reporting a Vulnerability ## Reporting a Vulnerability
If you find something that compromises the security of Firefly III, you should [send me a message](mailto:thegrumpydictator@gmail.com) as soon as possible. These issues will be fixed immediately. You can also open an issue, but if you feel the issue is sensitive, please drop me a message instead. If you find something that compromises the security of Firefly III, you should [send me a message](mailto:james@firefly-iii.org) as soon as possible. These issues will be fixed immediately. You can also open an issue, but if you feel the issue is sensitive, please drop me a message instead.
You can use my [GPG key](https://keybase.io/jc5) for extra security. My [GitHub commits](https://github.com/firefly-iii/firefly-iii/commits/master) are almost always signed with this key. You can use my [GPG key](https://keybase.io/jc5) for extra security. My [GitHub commits](https://github.com/firefly-iii/firefly-iii/commits/master) are almost always signed with this key.

View File

@@ -2,7 +2,7 @@
/** /**
* AccountFactory.php * AccountFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
/** /**
* AccountMetaFactory.php * AccountMetaFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AttachmentFactory.php * AttachmentFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
/** /**
* BillFactory.php * BillFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* BudgetFactory.php * BudgetFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* CategoryFactory.php * CategoryFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* PiggyBankEventFactory.php * PiggyBankEventFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* PiggyBankFactory.php * PiggyBankFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* RecurrenceFactory.php * RecurrenceFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TagFactory.php * TagFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionCurrencyFactory.php * TransactionCurrencyFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
/** /**
* TransactionFactory.php * TransactionFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionGroupFactory.php * TransactionGroupFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
/** /**
* TransactionJournalFactory.php * TransactionJournalFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionJournalMetaFactory.php * TransactionJournalMetaFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
/** /**
* TransactionTypeFactory.php * TransactionTypeFactory.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AccountRepository.php * AccountRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AccountRepositoryInterface.php * AccountRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AccountTasker.php * AccountTasker.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AccountTaskerInterface.php * AccountTaskerInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepository.php * OperationsRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepositoryInterface.php * OperationsRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AttachmentRepository.php * AttachmentRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AttachmentRepositoryInterface.php * AttachmentRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* BillRepository.php * BillRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* BillRepositoryInterface.php * BillRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AvailableBudgetRepository.php * AvailableBudgetRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* AvailableBudgetRepositoryInterface.php * AvailableBudgetRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* BudgetLimitRepository.php * BudgetLimitRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* BudgetLimitRepositoryInterface.php * BudgetLimitRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* BudgetRepository.php * BudgetRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* BudgetRepositoryInterface.php * BudgetRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* NoBudgetRepository.php * NoBudgetRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* NoBudgetRepositoryInterface.php * NoBudgetRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepository.php * OperationsRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepositoryInterface.php * OperationsRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* CategoryRepository.php * CategoryRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* CategoryRepositoryInterface.php * CategoryRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* NoCategoryRepository.php * NoCategoryRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* NoCategoryRepositoryInterface.php * NoCategoryRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepository.php * OperationsRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepositoryInterface.php * OperationsRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* CurrencyRepository.php * CurrencyRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* CurrencyRepositoryInterface.php * CurrencyRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* ImportJobRepository.php * ImportJobRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* ImportJobRepositoryInterface.php * ImportJobRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* JournalAPIRepository.php * JournalAPIRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* JournalAPIRepositoryInterface.php * JournalAPIRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* JournalCLIRepository.php * JournalCLIRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* JournalCLIRepositoryInterface.php * JournalCLIRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* JournalRepository.php * JournalRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* JournalRepositoryInterface.php * JournalRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* LinkTypeRepository.php * LinkTypeRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* LinkTypeRepositoryInterface.php * LinkTypeRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* PiggyBankRepository.php * PiggyBankRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* PiggyBankRepositoryInterface.php * PiggyBankRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* RecurringRepository.php * RecurringRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* RecurringRepositoryInterface.php * RecurringRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* RuleRepository.php * RuleRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* RuleRepositoryInterface.php * RuleRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* RuleGroupRepository.php * RuleGroupRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* RuleGroupRepositoryInterface.php * RuleGroupRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepository.php * OperationsRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* OperationsRepositoryInterface.php * OperationsRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TagRepository.php * TagRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TagRepositoryInterface.php * TagRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionGroupRepository.php * TransactionGroupRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionGroupRepositoryInterface.php * TransactionGroupRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionTypeRepository.php * TransactionTypeRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* TransactionTypeRepositoryInterface.php * TransactionTypeRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* UserRepository.php * UserRepository.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* UserRepositoryInterface.php * UserRepositoryInterface.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
/** /**
* User.php * User.php
* Copyright (c) 2019 thegrumpydictator@gmail.com * Copyright (c) 2019 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
/** /**
* index.php * index.php
* Copyright (c) 2020 thegrumpydictator@gmail.com * Copyright (c) 2020 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

View File

@@ -2,7 +2,7 @@
<!-- <!--
~ phpunit.coverage.specific.xml ~ phpunit.coverage.specific.xml
~ Copyright (c) 2020 thegrumpydictator@gmail.com ~ Copyright (c) 2020 james@firefly-iii.org
~ ~
~ This file is part of Firefly III (https://github.com/firefly-iii). ~ This file is part of Firefly III (https://github.com/firefly-iii).
~ ~

View File

@@ -3,7 +3,7 @@
<!-- <!--
~ phpunit.coverage.xml ~ phpunit.coverage.xml
~ Copyright (c) 2020 thegrumpydictator@gmail.com ~ Copyright (c) 2020 james@firefly-iii.org
~ ~
~ This file is part of Firefly III (https://github.com/firefly-iii). ~ This file is part of Firefly III (https://github.com/firefly-iii).
~ ~

View File

@@ -3,7 +3,7 @@
<!-- <!--
~ phpunit.xml ~ phpunit.xml
~ Copyright (c) 2020 thegrumpydictator@gmail.com ~ Copyright (c) 2020 james@firefly-iii.org
~ ~
~ This file is part of Firefly III (https://github.com/firefly-iii). ~ This file is part of Firefly III (https://github.com/firefly-iii).
~ ~

View File

@@ -1,7 +1,7 @@
# Please report security issues related to Firefly III # Please report security issues related to Firefly III
# to me ASAP via the email address below. # to me ASAP via the email address below.
Contact: mailto:james@firefly-iii.org Contact: mailto:thegrumpydictator@gmail.com
Encryption: https://keybase.io/jc5/pgp_keys.asc?fingerprint=90f546f13b81b67a1baa5dddc16961e655e74b5e Encryption: https://keybase.io/jc5/pgp_keys.asc?fingerprint=90f546f13b81b67a1baa5dddc16961e655e74b5e
Acknowledgements: https://github.com/firefly-iii/firefly-iii Acknowledgements: https://github.com/firefly-iii/firefly-iii
Signature: https://firefly-iii.org/.well-known/security.txt.sig Signature: https://firefly-iii.org/.well-known/security.txt.sig

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* server.php * server.php
* Copyright (c) 2020 thegrumpydictator@gmail.com * Copyright (c) 2020 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *

2
webpack.mix.js vendored
View File

@@ -1,6 +1,6 @@
/* /*
* webpack.mix.js * webpack.mix.js
* Copyright (c) 2020 thegrumpydictator@gmail.com * Copyright (c) 2020 james@firefly-iii.org
* *
* This file is part of Firefly III (https://github.com/firefly-iii). * This file is part of Firefly III (https://github.com/firefly-iii).
* *