From 9e8771a4eefc3c03ffaf6c5d0c1bfb193fd0e6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 22 Feb 2020 18:14:36 +0100 Subject: [PATCH] Changed license to AGPL3+ --- LICENSE | 661 ++++++++++++++++++ LICENSE.md | 69 -- README.md | 6 +- assets/css/app.css | 20 +- assets/js/app.js | 20 +- assets/ts_src/ajax_ui.ts | 20 +- assets/ts_src/event_listeners.ts | 20 +- composer.json | 2 +- package.json | 2 +- src/Command/CleanAttachmentsCommand.php | 18 + src/Command/ConvertBBCodeCommand.php | 18 + src/Command/SetPasswordCommand.php | 18 + src/Command/ShowEventLogCommand.php | 18 + src/Command/UpdateExchangeRatesCommand.php | 18 + .../PermissionsConfiguration.php | 18 + .../AdminPages/AttachmentTypeController.php | 18 + .../AdminPages/BaseAdminController.php | 18 + .../AdminPages/CategoryController.php | 18 + .../AdminPages/CurrencyController.php | 18 + .../AdminPages/DeviceController.php | 18 + .../AdminPages/FootprintController.php | 18 + .../AdminPages/ManufacturerController.php | 18 + .../AdminPages/MeasurementUnitController.php | 18 + .../AdminPages/StorelocationController.php | 18 + .../AdminPages/SupplierController.php | 18 + src/Controller/AttachmentFileController.php | 18 + src/Controller/GroupController.php | 18 + src/Controller/HomepageController.php | 18 + src/Controller/LogController.php | 18 + src/Controller/PartController.php | 18 + src/Controller/PartListsController.php | 18 + src/Controller/RedirectController.php | 18 + src/Controller/SecurityController.php | 18 + src/Controller/StatisticsController.php | 15 +- src/Controller/TreeController.php | 18 + src/Controller/TypeaheadController.php | 18 + src/Controller/UserController.php | 18 + src/Controller/UserSettingsController.php | 18 + src/DataFixtures/AppFixtures.php | 18 + src/DataFixtures/DataStructureFixtures.php | 18 + src/DataFixtures/GroupFixtures.php | 18 + src/DataFixtures/PartFixtures.php | 15 +- src/DataFixtures/UserFixtures.php | 18 + .../Adapter/FetchJoinORMAdapter.php | 18 + src/DataTables/AttachmentDataTable.php | 18 + src/DataTables/Column/EntityColumn.php | 18 + .../Column/LocaleDateTimeColumn.php | 18 + src/DataTables/Column/LogEntryExtraColumn.php | 18 + .../Column/LogEntryTargetColumn.php | 18 + src/DataTables/Column/MarkdownColumn.php | 18 + .../Column/PartAttachmentsColumn.php | 18 + src/DataTables/Column/TagsColumn.php | 18 + src/DataTables/LogDataTable.php | 18 + src/DataTables/PartsDataTable.php | 18 + src/Entity/Attachments/Attachment.php | 17 +- .../AttachmentContainingDBElement.php | 17 +- src/Entity/Attachments/AttachmentType.php | 17 +- .../Attachments/AttachmentTypeAttachment.php | 18 + src/Entity/Attachments/CategoryAttachment.php | 18 + src/Entity/Attachments/CurrencyAttachment.php | 18 + src/Entity/Attachments/DeviceAttachment.php | 18 + .../Attachments/FootprintAttachment.php | 18 + src/Entity/Attachments/GroupAttachment.php | 18 + .../Attachments/ManufacturerAttachment.php | 18 + .../Attachments/MeasurementUnitAttachment.php | 18 + src/Entity/Attachments/PartAttachment.php | 18 + .../Attachments/StorelocationAttachment.php | 18 + src/Entity/Attachments/SupplierAttachment.php | 18 + src/Entity/Attachments/UserAttachment.php | 18 + src/Entity/Base/AbstractCompany.php | 17 +- src/Entity/Base/AbstractDBElement.php | 17 +- src/Entity/Base/AbstractNamedDBElement.php | 17 +- .../Base/AbstractPartsContainingDBElement.php | 17 +- .../Base/AbstractStructuralDBElement.php | 17 +- src/Entity/Base/MasterAttachmentTrait.php | 18 + src/Entity/Base/TimestampTrait.php | 18 + .../Contracts/HasAttachmentsInterface.php | 15 +- .../HasMasterAttachmentInterface.php | 15 +- .../Contracts/NamedElementInterface.php | 15 +- src/Entity/Devices/Device.php | 17 +- src/Entity/Devices/DevicePart.php | 17 +- src/Entity/LogSystem/AbstractLogEntry.php | 18 + .../LogSystem/ConfigChangedLogEntry.php | 18 + .../LogSystem/DatabaseUpdatedLogEntry.php | 18 + .../LogSystem/ElementCreatedLogEntry.php | 18 + .../LogSystem/ElementDeletedLogEntry.php | 18 + .../LogSystem/ElementEditedLogEntry.php | 18 + src/Entity/LogSystem/ExceptionLogEntry.php | 18 + .../LogSystem/InstockChangedLogEntry.php | 18 + src/Entity/LogSystem/UserLoginLogEntry.php | 18 + src/Entity/LogSystem/UserLogoutLogEntry.php | 18 + .../LogSystem/UserNotAllowedLogEntry.php | 18 + src/Entity/Parts/Category.php | 17 +- src/Entity/Parts/Footprint.php | 17 +- src/Entity/Parts/Manufacturer.php | 17 +- src/Entity/Parts/MeasurementUnit.php | 18 + src/Entity/Parts/Part.php | 17 +- src/Entity/Parts/PartLot.php | 18 + .../PartTraits/AdvancedPropertyTrait.php | 18 + .../Parts/PartTraits/BasicPropertyTrait.php | 18 + src/Entity/Parts/PartTraits/InstockTrait.php | 18 + .../Parts/PartTraits/ManufacturerTrait.php | 18 + src/Entity/Parts/PartTraits/OrderTrait.php | 18 + src/Entity/Parts/Storelocation.php | 17 +- src/Entity/Parts/Supplier.php | 17 +- src/Entity/PriceInformations/Currency.php | 18 + src/Entity/PriceInformations/Orderdetail.php | 17 +- src/Entity/PriceInformations/Pricedetail.php | 17 +- src/Entity/UserSystem/Group.php | 18 + src/Entity/UserSystem/PermissionsEmbed.php | 18 + src/Entity/UserSystem/U2FKey.php | 18 + src/Entity/UserSystem/User.php | 17 +- .../AttachmentDeleteListener.php | 18 + .../TreeCacheInvalidationListener.php | 18 + src/EventSubscriber/EventLoggerSubscriber.php | 15 +- src/EventSubscriber/LoginSuccessListener.php | 18 + src/EventSubscriber/LogoutListener.php | 18 + .../LogoutOnDisabledUserListener.php | 18 + src/EventSubscriber/MailFromListener.php | 18 + src/EventSubscriber/MigrationListener.php | 18 + .../PasswordChangeNeededSubscriber.php | 18 + .../SymfonyDebugToolbarSubscriber.php | 18 + src/EventSubscriber/TimezoneListener.php | 18 + .../U2FRegistrationSubscriber.php | 18 + .../AttachmentDownloadException.php | 18 + .../EntityNotSupportedException.php | 18 + src/Exceptions/LogEntryObsoleteException.php | 18 + .../AdminPages/AttachmentTypeAdminForm.php | 18 + src/Form/AdminPages/BaseEntityAdminForm.php | 18 + src/Form/AdminPages/CategoryAdminForm.php | 18 + src/Form/AdminPages/CompanyForm.php | 18 + src/Form/AdminPages/CurrencyAdminForm.php | 18 + src/Form/AdminPages/FootprintAdminForm.php | 18 + src/Form/AdminPages/GroupAdminForm.php | 18 + src/Form/AdminPages/ImportType.php | 18 + src/Form/AdminPages/MassCreationForm.php | 18 + .../AdminPages/MeasurementUnitAdminForm.php | 18 + .../AdminPages/StorelocationAdminForm.php | 18 + src/Form/AdminPages/SupplierForm.php | 18 + src/Form/AttachmentFormType.php | 18 + src/Form/Part/OrderdetailType.php | 18 + src/Form/Part/PartBaseType.php | 18 + src/Form/Part/PartLotType.php | 18 + src/Form/Part/PricedetailType.php | 18 + src/Form/Permissions/PermissionGroupType.php | 18 + src/Form/Permissions/PermissionType.php | 18 + src/Form/Permissions/PermissionsMapper.php | 18 + src/Form/Permissions/PermissionsType.php | 18 + src/Form/TFAGoogleSettingsType.php | 18 + src/Form/Type/CurrencyEntityType.php | 18 + src/Form/Type/MasterPictureAttachmentType.php | 18 + src/Form/Type/SIUnitType.php | 18 + src/Form/Type/StructuralEntityType.php | 18 + src/Form/Type/TriStateCheckboxType.php | 18 + src/Form/UserAdminForm.php | 18 + src/Form/UserSettingsType.php | 18 + src/Helpers/BBCodeToMarkdownConverter.php | 18 + .../Trees/StructuralDBElementIterator.php | 18 + src/Helpers/Trees/TreeViewNode.php | 18 + src/Helpers/Trees/TreeViewNodeIterator.php | 18 + src/Helpers/Trees/TreeViewNodeState.php | 18 + src/Helpers/UTCDateTimeType.php | 18 + src/Kernel.php | 18 + src/Migrations/Version1.php | 17 +- src/Migrations/Version20190902140506.php | 17 +- src/Migrations/Version20190913141126.php | 17 +- src/Migrations/Version20190924113252.php | 17 +- src/Migrations/Version20191214153125.php | 17 +- src/Migrations/Version20200126191823.php | 18 + src/Repository/AttachmentRepository.php | 15 +- src/Repository/LogEntryRepository.php | 18 + src/Repository/NamedDBElementRepository.php | 18 + src/Repository/PartRepository.php | 18 + .../StructuralDBElementRepository.php | 18 + src/Repository/UserRepository.php | 18 + src/Security/Annotations/ColumnSecurity.php | 18 + .../ElementPermissionListener.php | 18 + .../Interfaces/HasPermissionsInterface.php | 18 + src/Security/UserChecker.php | 18 + src/Security/Voter/AttachmentVoter.php | 18 + src/Security/Voter/ExtendedVoter.php | 18 + src/Security/Voter/GroupVoter.php | 18 + src/Security/Voter/LogEntryVoter.php | 18 + src/Security/Voter/PartVoter.php | 18 + src/Security/Voter/PermissionVoter.php | 18 + src/Security/Voter/StructureVoter.php | 18 + src/Security/Voter/UserVoter.php | 18 + src/Services/AmountFormatter.php | 18 + .../Attachments/AttachmentManager.php | 18 + .../Attachments/AttachmentPathResolver.php | 18 + .../Attachments/AttachmentReverseSearch.php | 18 + .../Attachments/AttachmentSubmitHandler.php | 18 + .../Attachments/AttachmentURLGenerator.php | 18 + .../Attachments/BuiltinAttachmentsFinder.php | 18 + .../Attachments/FileTypeFilterTools.php | 18 + .../Attachments/PartPreviewGenerator.php | 18 + src/Services/CustomEnvVarProcessor.php | 18 + src/Services/ElementTypeNameGenerator.php | 18 + src/Services/EntityExporter.php | 18 + src/Services/EntityImporter.php | 18 + src/Services/EntityURLGenerator.php | 18 + src/Services/FAIconGenerator.php | 18 + src/Services/GitVersionInfo.php | 18 + src/Services/LogSystem/EventLogger.php | 18 + .../LogSystem/LogEntryExtraFormatter.php | 18 + src/Services/MarkdownParser.php | 18 + src/Services/MoneyFormatter.php | 18 + src/Services/PasswordResetManager.php | 18 + src/Services/PermissionResolver.php | 18 + src/Services/PricedetailHelper.php | 18 + src/Services/SIFormatter.php | 18 + src/Services/StatisticsHelper.php | 15 +- .../StructuralElementRecursionHelper.php | 18 + src/Services/TFA/BackupCodeGenerator.php | 18 + src/Services/TFA/BackupCodeManager.php | 18 + src/Services/TagFinder.php | 18 + .../PermissionExtractor.php | 18 + src/Services/Trees/NodesListBuilder.php | 18 + src/Services/Trees/ToolsTreeBuilder.php | 18 + src/Services/Trees/TreeViewGenerator.php | 18 + src/Services/UserCacheKeyGenerator.php | 18 + src/Twig/AppExtension.php | 18 + src/Twig/LastUserExtension.php | 15 +- .../Constraints/AllowedFileExtension.php | 18 + .../AllowedFileExtensionValidator.php | 18 + src/Validator/Constraints/NoLockout.php | 18 + .../Constraints/NoLockoutValidator.php | 18 + .../Constraints/NoneOfItsChildren.php | 18 + .../NoneOfItsChildrenValidator.php | 18 + src/Validator/Constraints/Selectable.php | 18 + .../Constraints/SelectableValidator.php | 18 + src/Validator/Constraints/UrlOrBuiltin.php | 18 + .../Constraints/UrlOrBuiltinValidator.php | 18 + src/Validator/Constraints/ValidFileFilter.php | 18 + .../Constraints/ValidFileFilterValidator.php | 18 + .../Constraints/ValidGoogleAuthCode.php | 18 + .../ValidGoogleAuthCodeValidator.php | 18 + src/Validator/Constraints/ValidPartLot.php | 18 + .../Constraints/ValidPartLotValidator.php | 18 + src/Validator/Constraints/ValidPermission.php | 18 + .../Constraints/ValidPermissionValidator.php | 18 + templates/homepage.html.twig | 2 +- .../ApplicationAvailabilityFunctionalTest.php | 18 + .../AbstractAdminControllerTest.php | 18 + .../AttachmentTypeControllerTest.php | 18 + .../AdminPages/CategoryControllerTest.php | 18 + .../AdminPages/DeviceControllerTest.php | 18 + .../AdminPages/FootprintControllerTest.php | 18 + .../AdminPages/ManufacturerControllerTest.php | 18 + .../MeasurementUnitControllerTest.php | 18 + .../StorelocationControllerTest.php | 18 + .../AdminPages/SupplierControllerTest.php | 18 + tests/Controller/RedirectControllerTest.php | 18 + tests/DatatablesAvailabilityTest.php | 15 +- tests/Entity/Attachments/AttachmentTest.php | 18 + .../Entity/Attachments/AttachmentTypeTest.php | 18 + .../Entity/LogSystem/AbstractLogEntryTest.php | 15 +- tests/Entity/Parts/PartLotTest.php | 18 + tests/Entity/Parts/PartTest.php | 18 + tests/Entity/PriceSystem/CurrencyTest.php | 18 + tests/Entity/PriceSystem/OrderdetailTest.php | 18 + tests/Entity/PriceSystem/PricedetailTest.php | 18 + tests/Entity/StructuralDBElementTest.php | 18 + .../UserSystem/PermissionsEmbedTest.php | 18 + tests/Entity/UserSystem/UserTest.php | 18 + .../PasswordChangeNeededSubscriberTest.php | 18 + .../Helpers/BBCodeToMarkdownConverterTest.php | 18 + tests/Helpers/TreeViewNodeTest.php | 18 + .../NamedDBElementRepositoryTest.php | 18 + .../StructuralDBElementRepositoryTest.php | 18 + .../Annotations/ColumnSecurityTest.php | 18 + tests/Security/UserCheckerTest.php | 18 + tests/Services/AmountFormatterTest.php | 18 + .../AttachmentPathResolverTest.php | 18 + .../AttachmentURLGeneratorTest.php | 18 + .../BuiltinAttachmentsFinderTest.php | 18 + .../Attachments/FileTypeFilterToolsTest.php | 18 + .../Services/ElementTypeNameGeneratorTest.php | 18 + tests/Services/EntityImporterTest.php | 18 + tests/Services/FAIconGeneratorTest.php | 18 + tests/Services/LogSystem/EventLoggerTest.php | 15 +- tests/Services/PermissionResolverTest.php | 18 + tests/Services/PricedetailHelperTest.php | 18 + tests/Services/SIFormatterTest.php | 18 + .../Services/TFA/BackupCodeGeneratorTest.php | 18 + tests/Services/TFA/BackupCodeManagerTest.php | 18 + tests/Services/Trees/NodesListBuilderTest.php | 18 + .../Services/Trees/TreeViewGeneratorTest.php | 18 + translations/messages.de.xlf | 2 +- translations/messages.en.xlf | 2 +- 290 files changed, 5337 insertions(+), 433 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..29ebfa54 --- /dev/null +++ b/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e37641a5..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,69 +0,0 @@ -Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble - -The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. - -To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. - -For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. - -Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. - -Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution and modification follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". -Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. - -You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. -You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. - -You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: -a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - -You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: -a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. - -If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - -You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. - -You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. - -Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. - -If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. - -This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - -If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. - -The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. - -If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. -NO WARRANTY - -BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. \ No newline at end of file diff --git a/README.md b/README.md index 3c524b67..0e8567d2 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ See also the list of [contributors](https://github.com/Part-DB/Part-DB-symfony/g Based on the original Part-DB by Christoph Lechner and K. Jacobs ## License -Part-DB is licensed under the General Public License 2 (or at your opinion any later). +Part-DB is licensed under the GNU Affero General Public License v3.0 (or at your opinion any later). This mostly means that you can use Part-DB for whatever you want (even use it commercially) -as long as you publish the source code for every change you make under the GPL, too. +as long as you publish the source code for every change you make under the AGPL, too. -See [License.md](https://github.com/Part-DB/Part-DB-symfony/blob/master/LICENSE.md) for more informations. +See [LICENSE](https://github.com/Part-DB/Part-DB-symfony/blob/master/LICENSE) for more informations. diff --git a/assets/css/app.css b/assets/css/app.css index d1dc0c53..d0a3fcf7 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,22 +1,20 @@ /* - * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * GNU Affero General Public License for more details. * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ diff --git a/assets/js/app.js b/assets/js/app.js index 28b5b51a..24f55eef 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -1,22 +1,20 @@ /* - * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * GNU Affero General Public License for more details. * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /* diff --git a/assets/ts_src/ajax_ui.ts b/assets/ts_src/ajax_ui.ts index 47d81310..e64ebabc 100644 --- a/assets/ts_src/ajax_ui.ts +++ b/assets/ts_src/ajax_ui.ts @@ -1,22 +1,20 @@ /* - * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * GNU Affero General Public License for more details. * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ /** diff --git a/assets/ts_src/event_listeners.ts b/assets/ts_src/event_listeners.ts index c2a53437..503ac074 100644 --- a/assets/ts_src/event_listeners.ts +++ b/assets/ts_src/event_listeners.ts @@ -1,22 +1,20 @@ /* - * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony) + * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * GNU Affero General Public License for more details. * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ import {ajaxUI} from "./ajax_ui"; diff --git a/composer.json b/composer.json index 89f7cf07..6e9d855e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "type": "project", - "license": "GPL-2.0-or-later", + "license": "AGPL-3.0-or-later", "require": { "php": "^7.2.5", "ext-bcmath": "*", diff --git a/package.json b/package.json index 1c44786a..76643546 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "regenerator-runtime": "^0.13.2", "webpack-notifier": "^1.6.0" }, - "license": "UNLICENSED", + "license": "AGPL-3.0-or-later", "private": true, "scripts": { "dev-server": "encore dev-server", diff --git a/src/Command/CleanAttachmentsCommand.php b/src/Command/CleanAttachmentsCommand.php index c38c5dfe..dedbaf5d 100644 --- a/src/Command/CleanAttachmentsCommand.php +++ b/src/Command/CleanAttachmentsCommand.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Command/ConvertBBCodeCommand.php b/src/Command/ConvertBBCodeCommand.php index a9d02592..07b3d807 100644 --- a/src/Command/ConvertBBCodeCommand.php +++ b/src/Command/ConvertBBCodeCommand.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Command/SetPasswordCommand.php b/src/Command/SetPasswordCommand.php index a95819af..2ed0d7ff 100644 --- a/src/Command/SetPasswordCommand.php +++ b/src/Command/SetPasswordCommand.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Command/ShowEventLogCommand.php b/src/Command/ShowEventLogCommand.php index 4bd27c65..0097ea4d 100644 --- a/src/Command/ShowEventLogCommand.php +++ b/src/Command/ShowEventLogCommand.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Command/UpdateExchangeRatesCommand.php b/src/Command/UpdateExchangeRatesCommand.php index 4a0c311f..88a737c5 100644 --- a/src/Command/UpdateExchangeRatesCommand.php +++ b/src/Command/UpdateExchangeRatesCommand.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Configuration/PermissionsConfiguration.php b/src/Configuration/PermissionsConfiguration.php index edf84579..dd01423d 100644 --- a/src/Configuration/PermissionsConfiguration.php +++ b/src/Configuration/PermissionsConfiguration.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/AttachmentTypeController.php b/src/Controller/AdminPages/AttachmentTypeController.php index 7af39cb9..3318837a 100644 --- a/src/Controller/AdminPages/AttachmentTypeController.php +++ b/src/Controller/AdminPages/AttachmentTypeController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/BaseAdminController.php b/src/Controller/AdminPages/BaseAdminController.php index 657c398a..a4c41b16 100644 --- a/src/Controller/AdminPages/BaseAdminController.php +++ b/src/Controller/AdminPages/BaseAdminController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/CategoryController.php b/src/Controller/AdminPages/CategoryController.php index 437fe599..79030d84 100644 --- a/src/Controller/AdminPages/CategoryController.php +++ b/src/Controller/AdminPages/CategoryController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/CurrencyController.php b/src/Controller/AdminPages/CurrencyController.php index 2c04cdad..60813d52 100644 --- a/src/Controller/AdminPages/CurrencyController.php +++ b/src/Controller/AdminPages/CurrencyController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/DeviceController.php b/src/Controller/AdminPages/DeviceController.php index 7cc69c61..1f70b5ca 100644 --- a/src/Controller/AdminPages/DeviceController.php +++ b/src/Controller/AdminPages/DeviceController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/FootprintController.php b/src/Controller/AdminPages/FootprintController.php index 9d2e5f89..b00860a5 100644 --- a/src/Controller/AdminPages/FootprintController.php +++ b/src/Controller/AdminPages/FootprintController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/ManufacturerController.php b/src/Controller/AdminPages/ManufacturerController.php index 893e07e8..7beb6005 100644 --- a/src/Controller/AdminPages/ManufacturerController.php +++ b/src/Controller/AdminPages/ManufacturerController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/MeasurementUnitController.php b/src/Controller/AdminPages/MeasurementUnitController.php index 93f1b2d0..5d4bf750 100644 --- a/src/Controller/AdminPages/MeasurementUnitController.php +++ b/src/Controller/AdminPages/MeasurementUnitController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/StorelocationController.php b/src/Controller/AdminPages/StorelocationController.php index 3a768f46..d36f69a9 100644 --- a/src/Controller/AdminPages/StorelocationController.php +++ b/src/Controller/AdminPages/StorelocationController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AdminPages/SupplierController.php b/src/Controller/AdminPages/SupplierController.php index 68c2efc2..cef77aa4 100644 --- a/src/Controller/AdminPages/SupplierController.php +++ b/src/Controller/AdminPages/SupplierController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/AttachmentFileController.php b/src/Controller/AttachmentFileController.php index 70c7e99b..8f82823a 100644 --- a/src/Controller/AttachmentFileController.php +++ b/src/Controller/AttachmentFileController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/GroupController.php b/src/Controller/GroupController.php index 88349893..710bb0b8 100644 --- a/src/Controller/GroupController.php +++ b/src/Controller/GroupController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/HomepageController.php b/src/Controller/HomepageController.php index 9c22d2b5..3edb4485 100644 --- a/src/Controller/HomepageController.php +++ b/src/Controller/HomepageController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/LogController.php b/src/Controller/LogController.php index e227217a..bb978c4a 100644 --- a/src/Controller/LogController.php +++ b/src/Controller/LogController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/PartController.php b/src/Controller/PartController.php index ee0b7281..c15bbe90 100644 --- a/src/Controller/PartController.php +++ b/src/Controller/PartController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/PartListsController.php b/src/Controller/PartListsController.php index a895222a..3306c1dc 100644 --- a/src/Controller/PartListsController.php +++ b/src/Controller/PartListsController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/RedirectController.php b/src/Controller/RedirectController.php index 70f668ca..ae798751 100644 --- a/src/Controller/RedirectController.php +++ b/src/Controller/RedirectController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/SecurityController.php b/src/Controller/SecurityController.php index ce96a3be..16e1aade 100644 --- a/src/Controller/SecurityController.php +++ b/src/Controller/SecurityController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/StatisticsController.php b/src/Controller/StatisticsController.php index 2352db7f..88046cfa 100644 --- a/src/Controller/StatisticsController.php +++ b/src/Controller/StatisticsController.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Controller; diff --git a/src/Controller/TreeController.php b/src/Controller/TreeController.php index 632231e3..b11cb288 100644 --- a/src/Controller/TreeController.php +++ b/src/Controller/TreeController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/TypeaheadController.php b/src/Controller/TypeaheadController.php index 866fa023..38e280ea 100644 --- a/src/Controller/TypeaheadController.php +++ b/src/Controller/TypeaheadController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/UserController.php b/src/Controller/UserController.php index b3c6ae39..d4b75dfc 100644 --- a/src/Controller/UserController.php +++ b/src/Controller/UserController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Controller/UserSettingsController.php b/src/Controller/UserSettingsController.php index 3211680a..ea66d6f5 100644 --- a/src/Controller/UserSettingsController.php +++ b/src/Controller/UserSettingsController.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataFixtures/AppFixtures.php b/src/DataFixtures/AppFixtures.php index 4f7e9bfc..141013f0 100644 --- a/src/DataFixtures/AppFixtures.php +++ b/src/DataFixtures/AppFixtures.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataFixtures/DataStructureFixtures.php b/src/DataFixtures/DataStructureFixtures.php index 6e05ed1c..f2ea23e6 100644 --- a/src/DataFixtures/DataStructureFixtures.php +++ b/src/DataFixtures/DataStructureFixtures.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataFixtures/GroupFixtures.php b/src/DataFixtures/GroupFixtures.php index fd3cf729..6c667222 100644 --- a/src/DataFixtures/GroupFixtures.php +++ b/src/DataFixtures/GroupFixtures.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataFixtures/PartFixtures.php b/src/DataFixtures/PartFixtures.php index c8a42f3e..d9d8db9f 100644 --- a/src/DataFixtures/PartFixtures.php +++ b/src/DataFixtures/PartFixtures.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\DataFixtures; diff --git a/src/DataFixtures/UserFixtures.php b/src/DataFixtures/UserFixtures.php index 0584650f..2d277d86 100644 --- a/src/DataFixtures/UserFixtures.php +++ b/src/DataFixtures/UserFixtures.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Adapter/FetchJoinORMAdapter.php b/src/DataTables/Adapter/FetchJoinORMAdapter.php index c2264a1c..1f0f7bac 100644 --- a/src/DataTables/Adapter/FetchJoinORMAdapter.php +++ b/src/DataTables/Adapter/FetchJoinORMAdapter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/AttachmentDataTable.php b/src/DataTables/AttachmentDataTable.php index 83da8ceb..459e63bd 100644 --- a/src/DataTables/AttachmentDataTable.php +++ b/src/DataTables/AttachmentDataTable.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Column/EntityColumn.php b/src/DataTables/Column/EntityColumn.php index fa0e9749..c02dcf72 100644 --- a/src/DataTables/Column/EntityColumn.php +++ b/src/DataTables/Column/EntityColumn.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Column/LocaleDateTimeColumn.php b/src/DataTables/Column/LocaleDateTimeColumn.php index c0dc8599..833d75a2 100644 --- a/src/DataTables/Column/LocaleDateTimeColumn.php +++ b/src/DataTables/Column/LocaleDateTimeColumn.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Column/LogEntryExtraColumn.php b/src/DataTables/Column/LogEntryExtraColumn.php index 002f480d..ee14d2b2 100644 --- a/src/DataTables/Column/LogEntryExtraColumn.php +++ b/src/DataTables/Column/LogEntryExtraColumn.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Column/LogEntryTargetColumn.php b/src/DataTables/Column/LogEntryTargetColumn.php index 95563166..c9cd3c5c 100644 --- a/src/DataTables/Column/LogEntryTargetColumn.php +++ b/src/DataTables/Column/LogEntryTargetColumn.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Column/MarkdownColumn.php b/src/DataTables/Column/MarkdownColumn.php index f60ebe90..d7530c85 100644 --- a/src/DataTables/Column/MarkdownColumn.php +++ b/src/DataTables/Column/MarkdownColumn.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Column/PartAttachmentsColumn.php b/src/DataTables/Column/PartAttachmentsColumn.php index 974aa1d7..ab45d3b1 100644 --- a/src/DataTables/Column/PartAttachmentsColumn.php +++ b/src/DataTables/Column/PartAttachmentsColumn.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/Column/TagsColumn.php b/src/DataTables/Column/TagsColumn.php index eb7ff8c3..2f845463 100644 --- a/src/DataTables/Column/TagsColumn.php +++ b/src/DataTables/Column/TagsColumn.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/LogDataTable.php b/src/DataTables/LogDataTable.php index 2824a153..145fbef8 100644 --- a/src/DataTables/LogDataTable.php +++ b/src/DataTables/LogDataTable.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/DataTables/PartsDataTable.php b/src/DataTables/PartsDataTable.php index be1e8b61..5794aefe 100644 --- a/src/DataTables/PartsDataTable.php +++ b/src/DataTables/PartsDataTable.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/Attachment.php b/src/Entity/Attachments/Attachment.php index 3d886ce1..6d97cae7 100644 --- a/src/Entity/Attachments/Attachment.php +++ b/src/Entity/Attachments/Attachment.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Attachments/AttachmentContainingDBElement.php b/src/Entity/Attachments/AttachmentContainingDBElement.php index 6edf703a..196db2a8 100644 --- a/src/Entity/Attachments/AttachmentContainingDBElement.php +++ b/src/Entity/Attachments/AttachmentContainingDBElement.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Attachments/AttachmentType.php b/src/Entity/Attachments/AttachmentType.php index 3f377608..865651a1 100644 --- a/src/Entity/Attachments/AttachmentType.php +++ b/src/Entity/Attachments/AttachmentType.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Attachments/AttachmentTypeAttachment.php b/src/Entity/Attachments/AttachmentTypeAttachment.php index 8a6ff0f8..946964a4 100644 --- a/src/Entity/Attachments/AttachmentTypeAttachment.php +++ b/src/Entity/Attachments/AttachmentTypeAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/CategoryAttachment.php b/src/Entity/Attachments/CategoryAttachment.php index 47af6992..a700d238 100644 --- a/src/Entity/Attachments/CategoryAttachment.php +++ b/src/Entity/Attachments/CategoryAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/CurrencyAttachment.php b/src/Entity/Attachments/CurrencyAttachment.php index 80e89ab1..101e33c8 100644 --- a/src/Entity/Attachments/CurrencyAttachment.php +++ b/src/Entity/Attachments/CurrencyAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/DeviceAttachment.php b/src/Entity/Attachments/DeviceAttachment.php index fc9d64a4..af347160 100644 --- a/src/Entity/Attachments/DeviceAttachment.php +++ b/src/Entity/Attachments/DeviceAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/FootprintAttachment.php b/src/Entity/Attachments/FootprintAttachment.php index 6bf91c60..602c99d4 100644 --- a/src/Entity/Attachments/FootprintAttachment.php +++ b/src/Entity/Attachments/FootprintAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/GroupAttachment.php b/src/Entity/Attachments/GroupAttachment.php index c98b25bd..24d2414e 100644 --- a/src/Entity/Attachments/GroupAttachment.php +++ b/src/Entity/Attachments/GroupAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/ManufacturerAttachment.php b/src/Entity/Attachments/ManufacturerAttachment.php index be41933b..443ba645 100644 --- a/src/Entity/Attachments/ManufacturerAttachment.php +++ b/src/Entity/Attachments/ManufacturerAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/MeasurementUnitAttachment.php b/src/Entity/Attachments/MeasurementUnitAttachment.php index e81cbb9b..3d85443d 100644 --- a/src/Entity/Attachments/MeasurementUnitAttachment.php +++ b/src/Entity/Attachments/MeasurementUnitAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/PartAttachment.php b/src/Entity/Attachments/PartAttachment.php index abe8483a..d5c883a0 100644 --- a/src/Entity/Attachments/PartAttachment.php +++ b/src/Entity/Attachments/PartAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/StorelocationAttachment.php b/src/Entity/Attachments/StorelocationAttachment.php index 1456b806..35213c68 100644 --- a/src/Entity/Attachments/StorelocationAttachment.php +++ b/src/Entity/Attachments/StorelocationAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/SupplierAttachment.php b/src/Entity/Attachments/SupplierAttachment.php index 913f992b..3db739db 100644 --- a/src/Entity/Attachments/SupplierAttachment.php +++ b/src/Entity/Attachments/SupplierAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Attachments/UserAttachment.php b/src/Entity/Attachments/UserAttachment.php index 977811df..6198746d 100644 --- a/src/Entity/Attachments/UserAttachment.php +++ b/src/Entity/Attachments/UserAttachment.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Base/AbstractCompany.php b/src/Entity/Base/AbstractCompany.php index 94590d87..4dd214ac 100644 --- a/src/Entity/Base/AbstractCompany.php +++ b/src/Entity/Base/AbstractCompany.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Base/AbstractDBElement.php b/src/Entity/Base/AbstractDBElement.php index b73987c9..02177177 100644 --- a/src/Entity/Base/AbstractDBElement.php +++ b/src/Entity/Base/AbstractDBElement.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Base/AbstractNamedDBElement.php b/src/Entity/Base/AbstractNamedDBElement.php index a34dbe7f..902d224d 100644 --- a/src/Entity/Base/AbstractNamedDBElement.php +++ b/src/Entity/Base/AbstractNamedDBElement.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Base/AbstractPartsContainingDBElement.php b/src/Entity/Base/AbstractPartsContainingDBElement.php index fc023273..95270234 100644 --- a/src/Entity/Base/AbstractPartsContainingDBElement.php +++ b/src/Entity/Base/AbstractPartsContainingDBElement.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Base/AbstractStructuralDBElement.php b/src/Entity/Base/AbstractStructuralDBElement.php index 758398ca..687f0c3a 100644 --- a/src/Entity/Base/AbstractStructuralDBElement.php +++ b/src/Entity/Base/AbstractStructuralDBElement.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Base/MasterAttachmentTrait.php b/src/Entity/Base/MasterAttachmentTrait.php index a07dd8aa..fc81ba02 100644 --- a/src/Entity/Base/MasterAttachmentTrait.php +++ b/src/Entity/Base/MasterAttachmentTrait.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Base/TimestampTrait.php b/src/Entity/Base/TimestampTrait.php index c94c26e7..ba92cbac 100644 --- a/src/Entity/Base/TimestampTrait.php +++ b/src/Entity/Base/TimestampTrait.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Contracts/HasAttachmentsInterface.php b/src/Entity/Contracts/HasAttachmentsInterface.php index d413aca8..f27d7b46 100644 --- a/src/Entity/Contracts/HasAttachmentsInterface.php +++ b/src/Entity/Contracts/HasAttachmentsInterface.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Entity\Contracts; diff --git a/src/Entity/Contracts/HasMasterAttachmentInterface.php b/src/Entity/Contracts/HasMasterAttachmentInterface.php index fd3b12b3..1f790b35 100644 --- a/src/Entity/Contracts/HasMasterAttachmentInterface.php +++ b/src/Entity/Contracts/HasMasterAttachmentInterface.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Entity\Contracts; diff --git a/src/Entity/Contracts/NamedElementInterface.php b/src/Entity/Contracts/NamedElementInterface.php index 46baed59..cdb302bb 100644 --- a/src/Entity/Contracts/NamedElementInterface.php +++ b/src/Entity/Contracts/NamedElementInterface.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Entity\Contracts; diff --git a/src/Entity/Devices/Device.php b/src/Entity/Devices/Device.php index f219c632..5dfdc199 100644 --- a/src/Entity/Devices/Device.php +++ b/src/Entity/Devices/Device.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Devices/DevicePart.php b/src/Entity/Devices/DevicePart.php index 60a11d73..662f2269 100644 --- a/src/Entity/Devices/DevicePart.php +++ b/src/Entity/Devices/DevicePart.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/AbstractLogEntry.php b/src/Entity/LogSystem/AbstractLogEntry.php index d7ab547b..80b4034a 100644 --- a/src/Entity/LogSystem/AbstractLogEntry.php +++ b/src/Entity/LogSystem/AbstractLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/ConfigChangedLogEntry.php b/src/Entity/LogSystem/ConfigChangedLogEntry.php index e7abdb86..480bd85a 100644 --- a/src/Entity/LogSystem/ConfigChangedLogEntry.php +++ b/src/Entity/LogSystem/ConfigChangedLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/DatabaseUpdatedLogEntry.php b/src/Entity/LogSystem/DatabaseUpdatedLogEntry.php index 4d9139df..8c25adde 100644 --- a/src/Entity/LogSystem/DatabaseUpdatedLogEntry.php +++ b/src/Entity/LogSystem/DatabaseUpdatedLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/ElementCreatedLogEntry.php b/src/Entity/LogSystem/ElementCreatedLogEntry.php index bff371f3..f03f2187 100644 --- a/src/Entity/LogSystem/ElementCreatedLogEntry.php +++ b/src/Entity/LogSystem/ElementCreatedLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/ElementDeletedLogEntry.php b/src/Entity/LogSystem/ElementDeletedLogEntry.php index 9b8a0008..5ff35fe9 100644 --- a/src/Entity/LogSystem/ElementDeletedLogEntry.php +++ b/src/Entity/LogSystem/ElementDeletedLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/ElementEditedLogEntry.php b/src/Entity/LogSystem/ElementEditedLogEntry.php index 136490fd..b774a5c8 100644 --- a/src/Entity/LogSystem/ElementEditedLogEntry.php +++ b/src/Entity/LogSystem/ElementEditedLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/ExceptionLogEntry.php b/src/Entity/LogSystem/ExceptionLogEntry.php index 74c35a64..c21255f2 100644 --- a/src/Entity/LogSystem/ExceptionLogEntry.php +++ b/src/Entity/LogSystem/ExceptionLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/InstockChangedLogEntry.php b/src/Entity/LogSystem/InstockChangedLogEntry.php index 5394213f..a72e160f 100644 --- a/src/Entity/LogSystem/InstockChangedLogEntry.php +++ b/src/Entity/LogSystem/InstockChangedLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/UserLoginLogEntry.php b/src/Entity/LogSystem/UserLoginLogEntry.php index 090027f7..7dac1040 100644 --- a/src/Entity/LogSystem/UserLoginLogEntry.php +++ b/src/Entity/LogSystem/UserLoginLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/UserLogoutLogEntry.php b/src/Entity/LogSystem/UserLogoutLogEntry.php index 0c985567..19e38c4c 100644 --- a/src/Entity/LogSystem/UserLogoutLogEntry.php +++ b/src/Entity/LogSystem/UserLogoutLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/LogSystem/UserNotAllowedLogEntry.php b/src/Entity/LogSystem/UserNotAllowedLogEntry.php index 66a42023..dff04f75 100644 --- a/src/Entity/LogSystem/UserNotAllowedLogEntry.php +++ b/src/Entity/LogSystem/UserNotAllowedLogEntry.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/Category.php b/src/Entity/Parts/Category.php index 9485bb63..a5c98475 100644 --- a/src/Entity/Parts/Category.php +++ b/src/Entity/Parts/Category.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Parts/Footprint.php b/src/Entity/Parts/Footprint.php index 0c8eead2..8fb7b9bb 100644 --- a/src/Entity/Parts/Footprint.php +++ b/src/Entity/Parts/Footprint.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Parts/Manufacturer.php b/src/Entity/Parts/Manufacturer.php index ed66c1ae..113e0a03 100644 --- a/src/Entity/Parts/Manufacturer.php +++ b/src/Entity/Parts/Manufacturer.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Parts/MeasurementUnit.php b/src/Entity/Parts/MeasurementUnit.php index a5b0f332..0a5213aa 100644 --- a/src/Entity/Parts/MeasurementUnit.php +++ b/src/Entity/Parts/MeasurementUnit.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/Part.php b/src/Entity/Parts/Part.php index a3680e6c..61c08672 100644 --- a/src/Entity/Parts/Part.php +++ b/src/Entity/Parts/Part.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Parts/PartLot.php b/src/Entity/Parts/PartLot.php index 24fd233a..5f808a9c 100644 --- a/src/Entity/Parts/PartLot.php +++ b/src/Entity/Parts/PartLot.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/PartTraits/AdvancedPropertyTrait.php b/src/Entity/Parts/PartTraits/AdvancedPropertyTrait.php index 5bada604..aeebd92a 100644 --- a/src/Entity/Parts/PartTraits/AdvancedPropertyTrait.php +++ b/src/Entity/Parts/PartTraits/AdvancedPropertyTrait.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/PartTraits/BasicPropertyTrait.php b/src/Entity/Parts/PartTraits/BasicPropertyTrait.php index 12501602..db66b460 100644 --- a/src/Entity/Parts/PartTraits/BasicPropertyTrait.php +++ b/src/Entity/Parts/PartTraits/BasicPropertyTrait.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/PartTraits/InstockTrait.php b/src/Entity/Parts/PartTraits/InstockTrait.php index a1ff560a..65423864 100644 --- a/src/Entity/Parts/PartTraits/InstockTrait.php +++ b/src/Entity/Parts/PartTraits/InstockTrait.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/PartTraits/ManufacturerTrait.php b/src/Entity/Parts/PartTraits/ManufacturerTrait.php index 99cab160..b393c843 100644 --- a/src/Entity/Parts/PartTraits/ManufacturerTrait.php +++ b/src/Entity/Parts/PartTraits/ManufacturerTrait.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/PartTraits/OrderTrait.php b/src/Entity/Parts/PartTraits/OrderTrait.php index b359560a..20eb71dd 100644 --- a/src/Entity/Parts/PartTraits/OrderTrait.php +++ b/src/Entity/Parts/PartTraits/OrderTrait.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/Parts/Storelocation.php b/src/Entity/Parts/Storelocation.php index 92965999..6efe730f 100644 --- a/src/Entity/Parts/Storelocation.php +++ b/src/Entity/Parts/Storelocation.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/Parts/Supplier.php b/src/Entity/Parts/Supplier.php index 01098ce7..263b55f2 100644 --- a/src/Entity/Parts/Supplier.php +++ b/src/Entity/Parts/Supplier.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/PriceInformations/Currency.php b/src/Entity/PriceInformations/Currency.php index 1da94052..a3dc0d62 100644 --- a/src/Entity/PriceInformations/Currency.php +++ b/src/Entity/PriceInformations/Currency.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/PriceInformations/Orderdetail.php b/src/Entity/PriceInformations/Orderdetail.php index 805d5b36..98ca1591 100644 --- a/src/Entity/PriceInformations/Orderdetail.php +++ b/src/Entity/PriceInformations/Orderdetail.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/PriceInformations/Pricedetail.php b/src/Entity/PriceInformations/Pricedetail.php index 91f5f939..23205b44 100644 --- a/src/Entity/PriceInformations/Pricedetail.php +++ b/src/Entity/PriceInformations/Pricedetail.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Entity/UserSystem/Group.php b/src/Entity/UserSystem/Group.php index 3fb0fa8d..3da256ec 100644 --- a/src/Entity/UserSystem/Group.php +++ b/src/Entity/UserSystem/Group.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/UserSystem/PermissionsEmbed.php b/src/Entity/UserSystem/PermissionsEmbed.php index a4e28b8c..99c93427 100644 --- a/src/Entity/UserSystem/PermissionsEmbed.php +++ b/src/Entity/UserSystem/PermissionsEmbed.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/UserSystem/U2FKey.php b/src/Entity/UserSystem/U2FKey.php index 449c5ecb..ea4ee32d 100644 --- a/src/Entity/UserSystem/U2FKey.php +++ b/src/Entity/UserSystem/U2FKey.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Entity/UserSystem/User.php b/src/Entity/UserSystem/User.php index 926fc8b4..63f003ec 100644 --- a/src/Entity/UserSystem/User.php +++ b/src/Entity/UserSystem/User.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/EntityListeners/AttachmentDeleteListener.php b/src/EntityListeners/AttachmentDeleteListener.php index e8c240d5..994301da 100644 --- a/src/EntityListeners/AttachmentDeleteListener.php +++ b/src/EntityListeners/AttachmentDeleteListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EntityListeners/TreeCacheInvalidationListener.php b/src/EntityListeners/TreeCacheInvalidationListener.php index a686366c..514f34ae 100644 --- a/src/EntityListeners/TreeCacheInvalidationListener.php +++ b/src/EntityListeners/TreeCacheInvalidationListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/EventLoggerSubscriber.php b/src/EventSubscriber/EventLoggerSubscriber.php index b7d7c768..b3809de3 100644 --- a/src/EventSubscriber/EventLoggerSubscriber.php +++ b/src/EventSubscriber/EventLoggerSubscriber.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\EventSubscriber; diff --git a/src/EventSubscriber/LoginSuccessListener.php b/src/EventSubscriber/LoginSuccessListener.php index 0c426789..b2bcc07c 100644 --- a/src/EventSubscriber/LoginSuccessListener.php +++ b/src/EventSubscriber/LoginSuccessListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/LogoutListener.php b/src/EventSubscriber/LogoutListener.php index 660a4f68..96adcd8f 100644 --- a/src/EventSubscriber/LogoutListener.php +++ b/src/EventSubscriber/LogoutListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/LogoutOnDisabledUserListener.php b/src/EventSubscriber/LogoutOnDisabledUserListener.php index fc30cb1c..81829d59 100644 --- a/src/EventSubscriber/LogoutOnDisabledUserListener.php +++ b/src/EventSubscriber/LogoutOnDisabledUserListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/MailFromListener.php b/src/EventSubscriber/MailFromListener.php index 1806f888..5bde6b5c 100644 --- a/src/EventSubscriber/MailFromListener.php +++ b/src/EventSubscriber/MailFromListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/MigrationListener.php b/src/EventSubscriber/MigrationListener.php index 84db9d7f..1b50aaba 100644 --- a/src/EventSubscriber/MigrationListener.php +++ b/src/EventSubscriber/MigrationListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/PasswordChangeNeededSubscriber.php b/src/EventSubscriber/PasswordChangeNeededSubscriber.php index b31eef7f..15a891a4 100644 --- a/src/EventSubscriber/PasswordChangeNeededSubscriber.php +++ b/src/EventSubscriber/PasswordChangeNeededSubscriber.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/SymfonyDebugToolbarSubscriber.php b/src/EventSubscriber/SymfonyDebugToolbarSubscriber.php index 68c3ca12..9576f3c2 100644 --- a/src/EventSubscriber/SymfonyDebugToolbarSubscriber.php +++ b/src/EventSubscriber/SymfonyDebugToolbarSubscriber.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/TimezoneListener.php b/src/EventSubscriber/TimezoneListener.php index 513aa80e..52257319 100644 --- a/src/EventSubscriber/TimezoneListener.php +++ b/src/EventSubscriber/TimezoneListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/EventSubscriber/U2FRegistrationSubscriber.php b/src/EventSubscriber/U2FRegistrationSubscriber.php index 3e55d03a..3a9014fc 100644 --- a/src/EventSubscriber/U2FRegistrationSubscriber.php +++ b/src/EventSubscriber/U2FRegistrationSubscriber.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Exceptions/AttachmentDownloadException.php b/src/Exceptions/AttachmentDownloadException.php index 4c681f04..6c627161 100644 --- a/src/Exceptions/AttachmentDownloadException.php +++ b/src/Exceptions/AttachmentDownloadException.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Exceptions/EntityNotSupportedException.php b/src/Exceptions/EntityNotSupportedException.php index 3e5b3dea..211568d4 100644 --- a/src/Exceptions/EntityNotSupportedException.php +++ b/src/Exceptions/EntityNotSupportedException.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Exceptions/LogEntryObsoleteException.php b/src/Exceptions/LogEntryObsoleteException.php index d8cbd66d..a1b31e95 100644 --- a/src/Exceptions/LogEntryObsoleteException.php +++ b/src/Exceptions/LogEntryObsoleteException.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/AttachmentTypeAdminForm.php b/src/Form/AdminPages/AttachmentTypeAdminForm.php index 3ac37a22..f181fbc9 100644 --- a/src/Form/AdminPages/AttachmentTypeAdminForm.php +++ b/src/Form/AdminPages/AttachmentTypeAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/BaseEntityAdminForm.php b/src/Form/AdminPages/BaseEntityAdminForm.php index 21eafe85..6930b02e 100644 --- a/src/Form/AdminPages/BaseEntityAdminForm.php +++ b/src/Form/AdminPages/BaseEntityAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/CategoryAdminForm.php b/src/Form/AdminPages/CategoryAdminForm.php index 08461417..4ec83e54 100644 --- a/src/Form/AdminPages/CategoryAdminForm.php +++ b/src/Form/AdminPages/CategoryAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/CompanyForm.php b/src/Form/AdminPages/CompanyForm.php index e030e40c..9f7b2979 100644 --- a/src/Form/AdminPages/CompanyForm.php +++ b/src/Form/AdminPages/CompanyForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/CurrencyAdminForm.php b/src/Form/AdminPages/CurrencyAdminForm.php index f508434a..882446fe 100644 --- a/src/Form/AdminPages/CurrencyAdminForm.php +++ b/src/Form/AdminPages/CurrencyAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/FootprintAdminForm.php b/src/Form/AdminPages/FootprintAdminForm.php index df6ab9c1..121928bd 100644 --- a/src/Form/AdminPages/FootprintAdminForm.php +++ b/src/Form/AdminPages/FootprintAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/GroupAdminForm.php b/src/Form/AdminPages/GroupAdminForm.php index 30a8055b..7baae081 100644 --- a/src/Form/AdminPages/GroupAdminForm.php +++ b/src/Form/AdminPages/GroupAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/ImportType.php b/src/Form/AdminPages/ImportType.php index de6e4f51..c1679628 100644 --- a/src/Form/AdminPages/ImportType.php +++ b/src/Form/AdminPages/ImportType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/MassCreationForm.php b/src/Form/AdminPages/MassCreationForm.php index 8f44fe39..4eeb0d0e 100644 --- a/src/Form/AdminPages/MassCreationForm.php +++ b/src/Form/AdminPages/MassCreationForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/MeasurementUnitAdminForm.php b/src/Form/AdminPages/MeasurementUnitAdminForm.php index 7fd5d9bf..2ff9aa14 100644 --- a/src/Form/AdminPages/MeasurementUnitAdminForm.php +++ b/src/Form/AdminPages/MeasurementUnitAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/StorelocationAdminForm.php b/src/Form/AdminPages/StorelocationAdminForm.php index fe6aae34..fef9ec31 100644 --- a/src/Form/AdminPages/StorelocationAdminForm.php +++ b/src/Form/AdminPages/StorelocationAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AdminPages/SupplierForm.php b/src/Form/AdminPages/SupplierForm.php index a1476630..896974d2 100644 --- a/src/Form/AdminPages/SupplierForm.php +++ b/src/Form/AdminPages/SupplierForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/AttachmentFormType.php b/src/Form/AttachmentFormType.php index df9ca8ca..0dc1c14f 100644 --- a/src/Form/AttachmentFormType.php +++ b/src/Form/AttachmentFormType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Part/OrderdetailType.php b/src/Form/Part/OrderdetailType.php index 757c3983..bc84ef1f 100644 --- a/src/Form/Part/OrderdetailType.php +++ b/src/Form/Part/OrderdetailType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Part/PartBaseType.php b/src/Form/Part/PartBaseType.php index 652cb33f..0390bbad 100644 --- a/src/Form/Part/PartBaseType.php +++ b/src/Form/Part/PartBaseType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Part/PartLotType.php b/src/Form/Part/PartLotType.php index a395bca6..86add975 100644 --- a/src/Form/Part/PartLotType.php +++ b/src/Form/Part/PartLotType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Part/PricedetailType.php b/src/Form/Part/PricedetailType.php index 58052e18..a6d9a371 100644 --- a/src/Form/Part/PricedetailType.php +++ b/src/Form/Part/PricedetailType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Permissions/PermissionGroupType.php b/src/Form/Permissions/PermissionGroupType.php index 311ab362..84cd5009 100644 --- a/src/Form/Permissions/PermissionGroupType.php +++ b/src/Form/Permissions/PermissionGroupType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Permissions/PermissionType.php b/src/Form/Permissions/PermissionType.php index 5f406136..9424be98 100644 --- a/src/Form/Permissions/PermissionType.php +++ b/src/Form/Permissions/PermissionType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Permissions/PermissionsMapper.php b/src/Form/Permissions/PermissionsMapper.php index caa7c7c0..657c68ea 100644 --- a/src/Form/Permissions/PermissionsMapper.php +++ b/src/Form/Permissions/PermissionsMapper.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Permissions/PermissionsType.php b/src/Form/Permissions/PermissionsType.php index 7ad4f260..0c1b3e00 100644 --- a/src/Form/Permissions/PermissionsType.php +++ b/src/Form/Permissions/PermissionsType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/TFAGoogleSettingsType.php b/src/Form/TFAGoogleSettingsType.php index 7cd60af9..06eb4de6 100644 --- a/src/Form/TFAGoogleSettingsType.php +++ b/src/Form/TFAGoogleSettingsType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Type/CurrencyEntityType.php b/src/Form/Type/CurrencyEntityType.php index 3ff45b07..2a992a5a 100644 --- a/src/Form/Type/CurrencyEntityType.php +++ b/src/Form/Type/CurrencyEntityType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Type/MasterPictureAttachmentType.php b/src/Form/Type/MasterPictureAttachmentType.php index 0651f22d..10dddd78 100644 --- a/src/Form/Type/MasterPictureAttachmentType.php +++ b/src/Form/Type/MasterPictureAttachmentType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Type/SIUnitType.php b/src/Form/Type/SIUnitType.php index 30002b7c..4b3493d9 100644 --- a/src/Form/Type/SIUnitType.php +++ b/src/Form/Type/SIUnitType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Type/StructuralEntityType.php b/src/Form/Type/StructuralEntityType.php index 2c913ea3..bdbc0a08 100644 --- a/src/Form/Type/StructuralEntityType.php +++ b/src/Form/Type/StructuralEntityType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/Type/TriStateCheckboxType.php b/src/Form/Type/TriStateCheckboxType.php index f4ed2432..b073d07e 100644 --- a/src/Form/Type/TriStateCheckboxType.php +++ b/src/Form/Type/TriStateCheckboxType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/UserAdminForm.php b/src/Form/UserAdminForm.php index 548e8c6e..a4af2f81 100644 --- a/src/Form/UserAdminForm.php +++ b/src/Form/UserAdminForm.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Form/UserSettingsType.php b/src/Form/UserSettingsType.php index 18df6556..c11e571b 100644 --- a/src/Form/UserSettingsType.php +++ b/src/Form/UserSettingsType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Helpers/BBCodeToMarkdownConverter.php b/src/Helpers/BBCodeToMarkdownConverter.php index 7f6b96a7..b656751f 100644 --- a/src/Helpers/BBCodeToMarkdownConverter.php +++ b/src/Helpers/BBCodeToMarkdownConverter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Helpers/Trees/StructuralDBElementIterator.php b/src/Helpers/Trees/StructuralDBElementIterator.php index cb6728f4..8eda8095 100644 --- a/src/Helpers/Trees/StructuralDBElementIterator.php +++ b/src/Helpers/Trees/StructuralDBElementIterator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Helpers/Trees/TreeViewNode.php b/src/Helpers/Trees/TreeViewNode.php index 4b3366df..68716e0f 100644 --- a/src/Helpers/Trees/TreeViewNode.php +++ b/src/Helpers/Trees/TreeViewNode.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Helpers/Trees/TreeViewNodeIterator.php b/src/Helpers/Trees/TreeViewNodeIterator.php index 4063735d..f8e6faf3 100644 --- a/src/Helpers/Trees/TreeViewNodeIterator.php +++ b/src/Helpers/Trees/TreeViewNodeIterator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Helpers/Trees/TreeViewNodeState.php b/src/Helpers/Trees/TreeViewNodeState.php index 2906dd13..f15b2904 100644 --- a/src/Helpers/Trees/TreeViewNodeState.php +++ b/src/Helpers/Trees/TreeViewNodeState.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Helpers/UTCDateTimeType.php b/src/Helpers/UTCDateTimeType.php index 9e4c9d33..d2707314 100644 --- a/src/Helpers/UTCDateTimeType.php +++ b/src/Helpers/UTCDateTimeType.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Kernel.php b/src/Kernel.php index 07198545..26524c8b 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Migrations/Version1.php b/src/Migrations/Version1.php index 14e6b12d..f27581a6 100644 --- a/src/Migrations/Version1.php +++ b/src/Migrations/Version1.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Migrations/Version20190902140506.php b/src/Migrations/Version20190902140506.php index 18b2ed24..8bdc5a44 100644 --- a/src/Migrations/Version20190902140506.php +++ b/src/Migrations/Version20190902140506.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Migrations/Version20190913141126.php b/src/Migrations/Version20190913141126.php index b58f124c..cad6c8f0 100644 --- a/src/Migrations/Version20190913141126.php +++ b/src/Migrations/Version20190913141126.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Migrations/Version20190924113252.php b/src/Migrations/Version20190924113252.php index 5f7f1f8e..1fbd041b 100644 --- a/src/Migrations/Version20190924113252.php +++ b/src/Migrations/Version20190924113252.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Migrations/Version20191214153125.php b/src/Migrations/Version20191214153125.php index 75b0f73b..eae0bfdd 100644 --- a/src/Migrations/Version20191214153125.php +++ b/src/Migrations/Version20191214153125.php @@ -2,21 +2,20 @@ /** * This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony). * - * Copyright (C) 2019 Jan Böhmer (https://github.com/jbtronics) + * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ declare(strict_types=1); diff --git a/src/Migrations/Version20200126191823.php b/src/Migrations/Version20200126191823.php index 6ecc160d..d87e4748 100644 --- a/src/Migrations/Version20200126191823.php +++ b/src/Migrations/Version20200126191823.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Repository/AttachmentRepository.php b/src/Repository/AttachmentRepository.php index 37900f2c..f2c6c774 100644 --- a/src/Repository/AttachmentRepository.php +++ b/src/Repository/AttachmentRepository.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Repository; diff --git a/src/Repository/LogEntryRepository.php b/src/Repository/LogEntryRepository.php index 9ff420fa..ae571f80 100644 --- a/src/Repository/LogEntryRepository.php +++ b/src/Repository/LogEntryRepository.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Repository/NamedDBElementRepository.php b/src/Repository/NamedDBElementRepository.php index 82f150ba..8fa4ecc1 100644 --- a/src/Repository/NamedDBElementRepository.php +++ b/src/Repository/NamedDBElementRepository.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Repository/PartRepository.php b/src/Repository/PartRepository.php index f6ee3e94..bd069632 100644 --- a/src/Repository/PartRepository.php +++ b/src/Repository/PartRepository.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Repository/StructuralDBElementRepository.php b/src/Repository/StructuralDBElementRepository.php index ec6ac8b7..74d07682 100644 --- a/src/Repository/StructuralDBElementRepository.php +++ b/src/Repository/StructuralDBElementRepository.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Repository/UserRepository.php b/src/Repository/UserRepository.php index a2d97a86..87fa33d0 100644 --- a/src/Repository/UserRepository.php +++ b/src/Repository/UserRepository.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Annotations/ColumnSecurity.php b/src/Security/Annotations/ColumnSecurity.php index b852d67e..dab6a5a5 100644 --- a/src/Security/Annotations/ColumnSecurity.php +++ b/src/Security/Annotations/ColumnSecurity.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/EntityListeners/ElementPermissionListener.php b/src/Security/EntityListeners/ElementPermissionListener.php index 57f0d53e..4c6c0c82 100644 --- a/src/Security/EntityListeners/ElementPermissionListener.php +++ b/src/Security/EntityListeners/ElementPermissionListener.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Interfaces/HasPermissionsInterface.php b/src/Security/Interfaces/HasPermissionsInterface.php index 1501756f..323eef3e 100644 --- a/src/Security/Interfaces/HasPermissionsInterface.php +++ b/src/Security/Interfaces/HasPermissionsInterface.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/UserChecker.php b/src/Security/UserChecker.php index 22e3b10a..e228d166 100644 --- a/src/Security/UserChecker.php +++ b/src/Security/UserChecker.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/AttachmentVoter.php b/src/Security/Voter/AttachmentVoter.php index dac97b4b..01727806 100644 --- a/src/Security/Voter/AttachmentVoter.php +++ b/src/Security/Voter/AttachmentVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/ExtendedVoter.php b/src/Security/Voter/ExtendedVoter.php index 849c293c..2e612ed8 100644 --- a/src/Security/Voter/ExtendedVoter.php +++ b/src/Security/Voter/ExtendedVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/GroupVoter.php b/src/Security/Voter/GroupVoter.php index 2fbc0b8c..0b88b8a0 100644 --- a/src/Security/Voter/GroupVoter.php +++ b/src/Security/Voter/GroupVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/LogEntryVoter.php b/src/Security/Voter/LogEntryVoter.php index 8348e1bc..cb1c54a1 100644 --- a/src/Security/Voter/LogEntryVoter.php +++ b/src/Security/Voter/LogEntryVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/PartVoter.php b/src/Security/Voter/PartVoter.php index 266ceaae..d7d375cc 100644 --- a/src/Security/Voter/PartVoter.php +++ b/src/Security/Voter/PartVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/PermissionVoter.php b/src/Security/Voter/PermissionVoter.php index 33438b45..5564349f 100644 --- a/src/Security/Voter/PermissionVoter.php +++ b/src/Security/Voter/PermissionVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/StructureVoter.php b/src/Security/Voter/StructureVoter.php index d3888017..e2699b48 100644 --- a/src/Security/Voter/StructureVoter.php +++ b/src/Security/Voter/StructureVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Security/Voter/UserVoter.php b/src/Security/Voter/UserVoter.php index fde4fae4..d724a2e6 100644 --- a/src/Security/Voter/UserVoter.php +++ b/src/Security/Voter/UserVoter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/AmountFormatter.php b/src/Services/AmountFormatter.php index 9df01914..65056301 100644 --- a/src/Services/AmountFormatter.php +++ b/src/Services/AmountFormatter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/AttachmentManager.php b/src/Services/Attachments/AttachmentManager.php index 95c0bc27..75d2edcc 100644 --- a/src/Services/Attachments/AttachmentManager.php +++ b/src/Services/Attachments/AttachmentManager.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/AttachmentPathResolver.php b/src/Services/Attachments/AttachmentPathResolver.php index c20f3bc2..1cff02d2 100644 --- a/src/Services/Attachments/AttachmentPathResolver.php +++ b/src/Services/Attachments/AttachmentPathResolver.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/AttachmentReverseSearch.php b/src/Services/Attachments/AttachmentReverseSearch.php index 10a08773..25e1dfb1 100644 --- a/src/Services/Attachments/AttachmentReverseSearch.php +++ b/src/Services/Attachments/AttachmentReverseSearch.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/AttachmentSubmitHandler.php b/src/Services/Attachments/AttachmentSubmitHandler.php index 07d0b87c..2ae3e4c8 100644 --- a/src/Services/Attachments/AttachmentSubmitHandler.php +++ b/src/Services/Attachments/AttachmentSubmitHandler.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/AttachmentURLGenerator.php b/src/Services/Attachments/AttachmentURLGenerator.php index f07f2f9d..7d294c65 100644 --- a/src/Services/Attachments/AttachmentURLGenerator.php +++ b/src/Services/Attachments/AttachmentURLGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/BuiltinAttachmentsFinder.php b/src/Services/Attachments/BuiltinAttachmentsFinder.php index 1a232de9..92df4a9f 100644 --- a/src/Services/Attachments/BuiltinAttachmentsFinder.php +++ b/src/Services/Attachments/BuiltinAttachmentsFinder.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/FileTypeFilterTools.php b/src/Services/Attachments/FileTypeFilterTools.php index ff67c3bf..72479ccc 100644 --- a/src/Services/Attachments/FileTypeFilterTools.php +++ b/src/Services/Attachments/FileTypeFilterTools.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Attachments/PartPreviewGenerator.php b/src/Services/Attachments/PartPreviewGenerator.php index 79b443dd..335d2e8c 100644 --- a/src/Services/Attachments/PartPreviewGenerator.php +++ b/src/Services/Attachments/PartPreviewGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/CustomEnvVarProcessor.php b/src/Services/CustomEnvVarProcessor.php index cdcc2b55..6127fee3 100644 --- a/src/Services/CustomEnvVarProcessor.php +++ b/src/Services/CustomEnvVarProcessor.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/ElementTypeNameGenerator.php b/src/Services/ElementTypeNameGenerator.php index a7e5eb5b..319d504d 100644 --- a/src/Services/ElementTypeNameGenerator.php +++ b/src/Services/ElementTypeNameGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/EntityExporter.php b/src/Services/EntityExporter.php index 6fc483e6..5f06e2ca 100644 --- a/src/Services/EntityExporter.php +++ b/src/Services/EntityExporter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/EntityImporter.php b/src/Services/EntityImporter.php index 183cc750..475b63db 100644 --- a/src/Services/EntityImporter.php +++ b/src/Services/EntityImporter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/EntityURLGenerator.php b/src/Services/EntityURLGenerator.php index cabccbcf..879afc20 100644 --- a/src/Services/EntityURLGenerator.php +++ b/src/Services/EntityURLGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/FAIconGenerator.php b/src/Services/FAIconGenerator.php index dd2a3c08..fe6e6c4b 100644 --- a/src/Services/FAIconGenerator.php +++ b/src/Services/FAIconGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/GitVersionInfo.php b/src/Services/GitVersionInfo.php index 58d127d4..a4753a5e 100644 --- a/src/Services/GitVersionInfo.php +++ b/src/Services/GitVersionInfo.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/LogSystem/EventLogger.php b/src/Services/LogSystem/EventLogger.php index 1e49b94a..0569ac6f 100644 --- a/src/Services/LogSystem/EventLogger.php +++ b/src/Services/LogSystem/EventLogger.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/LogSystem/LogEntryExtraFormatter.php b/src/Services/LogSystem/LogEntryExtraFormatter.php index 0141ac19..434cadf0 100644 --- a/src/Services/LogSystem/LogEntryExtraFormatter.php +++ b/src/Services/LogSystem/LogEntryExtraFormatter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/MarkdownParser.php b/src/Services/MarkdownParser.php index fc1ffeb7..224a15a5 100644 --- a/src/Services/MarkdownParser.php +++ b/src/Services/MarkdownParser.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/MoneyFormatter.php b/src/Services/MoneyFormatter.php index f977767e..b5f54339 100644 --- a/src/Services/MoneyFormatter.php +++ b/src/Services/MoneyFormatter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/PasswordResetManager.php b/src/Services/PasswordResetManager.php index e83279c8..95cf212c 100644 --- a/src/Services/PasswordResetManager.php +++ b/src/Services/PasswordResetManager.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/PermissionResolver.php b/src/Services/PermissionResolver.php index 2b6a29c1..e26e06e8 100644 --- a/src/Services/PermissionResolver.php +++ b/src/Services/PermissionResolver.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/PricedetailHelper.php b/src/Services/PricedetailHelper.php index 81c1bcca..d36ce4d7 100644 --- a/src/Services/PricedetailHelper.php +++ b/src/Services/PricedetailHelper.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/SIFormatter.php b/src/Services/SIFormatter.php index 4b81ed1e..7dbbae58 100644 --- a/src/Services/SIFormatter.php +++ b/src/Services/SIFormatter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/StatisticsHelper.php b/src/Services/StatisticsHelper.php index 095c0479..c9305128 100644 --- a/src/Services/StatisticsHelper.php +++ b/src/Services/StatisticsHelper.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Services; diff --git a/src/Services/StructuralElementRecursionHelper.php b/src/Services/StructuralElementRecursionHelper.php index 7cc69f54..f22c027c 100644 --- a/src/Services/StructuralElementRecursionHelper.php +++ b/src/Services/StructuralElementRecursionHelper.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/TFA/BackupCodeGenerator.php b/src/Services/TFA/BackupCodeGenerator.php index ad0617b2..038e38e2 100644 --- a/src/Services/TFA/BackupCodeGenerator.php +++ b/src/Services/TFA/BackupCodeGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/TFA/BackupCodeManager.php b/src/Services/TFA/BackupCodeManager.php index b86e7e8a..871381dd 100644 --- a/src/Services/TFA/BackupCodeManager.php +++ b/src/Services/TFA/BackupCodeManager.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/TagFinder.php b/src/Services/TagFinder.php index 0a42f68c..fe97bb67 100644 --- a/src/Services/TagFinder.php +++ b/src/Services/TagFinder.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/TranslationExtractor/PermissionExtractor.php b/src/Services/TranslationExtractor/PermissionExtractor.php index a76a1e44..b6f8ffa0 100644 --- a/src/Services/TranslationExtractor/PermissionExtractor.php +++ b/src/Services/TranslationExtractor/PermissionExtractor.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Trees/NodesListBuilder.php b/src/Services/Trees/NodesListBuilder.php index 1cc35313..361b4e0d 100644 --- a/src/Services/Trees/NodesListBuilder.php +++ b/src/Services/Trees/NodesListBuilder.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Trees/ToolsTreeBuilder.php b/src/Services/Trees/ToolsTreeBuilder.php index b09111c7..65c8ae2f 100644 --- a/src/Services/Trees/ToolsTreeBuilder.php +++ b/src/Services/Trees/ToolsTreeBuilder.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/Trees/TreeViewGenerator.php b/src/Services/Trees/TreeViewGenerator.php index 88ad3172..e98a7f46 100644 --- a/src/Services/Trees/TreeViewGenerator.php +++ b/src/Services/Trees/TreeViewGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Services/UserCacheKeyGenerator.php b/src/Services/UserCacheKeyGenerator.php index d20199d4..bab87b6f 100644 --- a/src/Services/UserCacheKeyGenerator.php +++ b/src/Services/UserCacheKeyGenerator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Twig/AppExtension.php b/src/Twig/AppExtension.php index 31705b66..966b7a99 100644 --- a/src/Twig/AppExtension.php +++ b/src/Twig/AppExtension.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Twig/LastUserExtension.php b/src/Twig/LastUserExtension.php index 9aa3fa1e..25e4833f 100644 --- a/src/Twig/LastUserExtension.php +++ b/src/Twig/LastUserExtension.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Twig; diff --git a/src/Validator/Constraints/AllowedFileExtension.php b/src/Validator/Constraints/AllowedFileExtension.php index b7e201d0..e12a6dda 100644 --- a/src/Validator/Constraints/AllowedFileExtension.php +++ b/src/Validator/Constraints/AllowedFileExtension.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/AllowedFileExtensionValidator.php b/src/Validator/Constraints/AllowedFileExtensionValidator.php index bdad39a0..ee313c22 100644 --- a/src/Validator/Constraints/AllowedFileExtensionValidator.php +++ b/src/Validator/Constraints/AllowedFileExtensionValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/NoLockout.php b/src/Validator/Constraints/NoLockout.php index 717b46b2..36f28606 100644 --- a/src/Validator/Constraints/NoLockout.php +++ b/src/Validator/Constraints/NoLockout.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/NoLockoutValidator.php b/src/Validator/Constraints/NoLockoutValidator.php index ffbe8c01..58a3b62b 100644 --- a/src/Validator/Constraints/NoLockoutValidator.php +++ b/src/Validator/Constraints/NoLockoutValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/NoneOfItsChildren.php b/src/Validator/Constraints/NoneOfItsChildren.php index ad3eb4f4..b53f576c 100644 --- a/src/Validator/Constraints/NoneOfItsChildren.php +++ b/src/Validator/Constraints/NoneOfItsChildren.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/NoneOfItsChildrenValidator.php b/src/Validator/Constraints/NoneOfItsChildrenValidator.php index dca04c67..2b2bb1a4 100644 --- a/src/Validator/Constraints/NoneOfItsChildrenValidator.php +++ b/src/Validator/Constraints/NoneOfItsChildrenValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/Selectable.php b/src/Validator/Constraints/Selectable.php index 70c50bb2..92b60766 100644 --- a/src/Validator/Constraints/Selectable.php +++ b/src/Validator/Constraints/Selectable.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/SelectableValidator.php b/src/Validator/Constraints/SelectableValidator.php index 9eb65a82..d5a5ce11 100644 --- a/src/Validator/Constraints/SelectableValidator.php +++ b/src/Validator/Constraints/SelectableValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/UrlOrBuiltin.php b/src/Validator/Constraints/UrlOrBuiltin.php index 8aeff7ab..033aa920 100644 --- a/src/Validator/Constraints/UrlOrBuiltin.php +++ b/src/Validator/Constraints/UrlOrBuiltin.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/UrlOrBuiltinValidator.php b/src/Validator/Constraints/UrlOrBuiltinValidator.php index bc7b9f92..0a83a38a 100644 --- a/src/Validator/Constraints/UrlOrBuiltinValidator.php +++ b/src/Validator/Constraints/UrlOrBuiltinValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidFileFilter.php b/src/Validator/Constraints/ValidFileFilter.php index d55a6d2e..9de1f43d 100644 --- a/src/Validator/Constraints/ValidFileFilter.php +++ b/src/Validator/Constraints/ValidFileFilter.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidFileFilterValidator.php b/src/Validator/Constraints/ValidFileFilterValidator.php index 80b1cd5a..3b54e597 100644 --- a/src/Validator/Constraints/ValidFileFilterValidator.php +++ b/src/Validator/Constraints/ValidFileFilterValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidGoogleAuthCode.php b/src/Validator/Constraints/ValidGoogleAuthCode.php index 4902a94c..a563b946 100644 --- a/src/Validator/Constraints/ValidGoogleAuthCode.php +++ b/src/Validator/Constraints/ValidGoogleAuthCode.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidGoogleAuthCodeValidator.php b/src/Validator/Constraints/ValidGoogleAuthCodeValidator.php index 29feeb43..e004e606 100644 --- a/src/Validator/Constraints/ValidGoogleAuthCodeValidator.php +++ b/src/Validator/Constraints/ValidGoogleAuthCodeValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidPartLot.php b/src/Validator/Constraints/ValidPartLot.php index 047fe704..2cf1de97 100644 --- a/src/Validator/Constraints/ValidPartLot.php +++ b/src/Validator/Constraints/ValidPartLot.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidPartLotValidator.php b/src/Validator/Constraints/ValidPartLotValidator.php index 8f43d3ca..62ab9000 100644 --- a/src/Validator/Constraints/ValidPartLotValidator.php +++ b/src/Validator/Constraints/ValidPartLotValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidPermission.php b/src/Validator/Constraints/ValidPermission.php index 9f920ffe..d801a386 100644 --- a/src/Validator/Constraints/ValidPermission.php +++ b/src/Validator/Constraints/ValidPermission.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/src/Validator/Constraints/ValidPermissionValidator.php b/src/Validator/Constraints/ValidPermissionValidator.php index 55af75b6..712e7121 100644 --- a/src/Validator/Constraints/ValidPermissionValidator.php +++ b/src/Validator/Constraints/ValidPermissionValidator.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/templates/homepage.html.twig b/templates/homepage.html.twig index 63d16471..4aee4dd4 100644 --- a/templates/homepage.html.twig +++ b/templates/homepage.html.twig @@ -24,7 +24,7 @@

Part-DB, Copyright © 2019 - 2020 of Jan Böhmer - .
Part-DB is published under the GPL, so it comes with ABSOLUTELY NO WARRANTY, + .
Part-DB is published under the GNU Affero General Public License v3.0 (or later), so it comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Click here for details.

diff --git a/tests/ApplicationAvailabilityFunctionalTest.php b/tests/ApplicationAvailabilityFunctionalTest.php index 53615300..0d94a9e0 100644 --- a/tests/ApplicationAvailabilityFunctionalTest.php +++ b/tests/ApplicationAvailabilityFunctionalTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/AbstractAdminControllerTest.php b/tests/Controller/AdminPages/AbstractAdminControllerTest.php index bc269d0d..ef47a232 100644 --- a/tests/Controller/AdminPages/AbstractAdminControllerTest.php +++ b/tests/Controller/AdminPages/AbstractAdminControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/AttachmentTypeControllerTest.php b/tests/Controller/AdminPages/AttachmentTypeControllerTest.php index 8739c475..b8bb490c 100644 --- a/tests/Controller/AdminPages/AttachmentTypeControllerTest.php +++ b/tests/Controller/AdminPages/AttachmentTypeControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/CategoryControllerTest.php b/tests/Controller/AdminPages/CategoryControllerTest.php index 5f1c9666..1bc604cd 100644 --- a/tests/Controller/AdminPages/CategoryControllerTest.php +++ b/tests/Controller/AdminPages/CategoryControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/DeviceControllerTest.php b/tests/Controller/AdminPages/DeviceControllerTest.php index 939b8c5f..84c1ba12 100644 --- a/tests/Controller/AdminPages/DeviceControllerTest.php +++ b/tests/Controller/AdminPages/DeviceControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/FootprintControllerTest.php b/tests/Controller/AdminPages/FootprintControllerTest.php index 441ae2ce..deb6cb76 100644 --- a/tests/Controller/AdminPages/FootprintControllerTest.php +++ b/tests/Controller/AdminPages/FootprintControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/ManufacturerControllerTest.php b/tests/Controller/AdminPages/ManufacturerControllerTest.php index 7171fc06..5380932c 100644 --- a/tests/Controller/AdminPages/ManufacturerControllerTest.php +++ b/tests/Controller/AdminPages/ManufacturerControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/MeasurementUnitControllerTest.php b/tests/Controller/AdminPages/MeasurementUnitControllerTest.php index 43a7cf3b..32ea9836 100644 --- a/tests/Controller/AdminPages/MeasurementUnitControllerTest.php +++ b/tests/Controller/AdminPages/MeasurementUnitControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/StorelocationControllerTest.php b/tests/Controller/AdminPages/StorelocationControllerTest.php index 67172371..201f3146 100644 --- a/tests/Controller/AdminPages/StorelocationControllerTest.php +++ b/tests/Controller/AdminPages/StorelocationControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/AdminPages/SupplierControllerTest.php b/tests/Controller/AdminPages/SupplierControllerTest.php index 9705d231..38c05fef 100644 --- a/tests/Controller/AdminPages/SupplierControllerTest.php +++ b/tests/Controller/AdminPages/SupplierControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Controller/RedirectControllerTest.php b/tests/Controller/RedirectControllerTest.php index 6c31509a..03057195 100644 --- a/tests/Controller/RedirectControllerTest.php +++ b/tests/Controller/RedirectControllerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/DatatablesAvailabilityTest.php b/tests/DatatablesAvailabilityTest.php index c3b2a87c..4093c616 100644 --- a/tests/DatatablesAvailabilityTest.php +++ b/tests/DatatablesAvailabilityTest.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Tests; diff --git a/tests/Entity/Attachments/AttachmentTest.php b/tests/Entity/Attachments/AttachmentTest.php index 21696088..5d0e20bf 100644 --- a/tests/Entity/Attachments/AttachmentTest.php +++ b/tests/Entity/Attachments/AttachmentTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/Attachments/AttachmentTypeTest.php b/tests/Entity/Attachments/AttachmentTypeTest.php index 13911ced..6ec6b039 100644 --- a/tests/Entity/Attachments/AttachmentTypeTest.php +++ b/tests/Entity/Attachments/AttachmentTypeTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/LogSystem/AbstractLogEntryTest.php b/tests/Entity/LogSystem/AbstractLogEntryTest.php index fdbcf1e3..1e2b9ef7 100644 --- a/tests/Entity/LogSystem/AbstractLogEntryTest.php +++ b/tests/Entity/LogSystem/AbstractLogEntryTest.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Tests\Entity\LogSystem; diff --git a/tests/Entity/Parts/PartLotTest.php b/tests/Entity/Parts/PartLotTest.php index a78f3473..64b4117d 100644 --- a/tests/Entity/Parts/PartLotTest.php +++ b/tests/Entity/Parts/PartLotTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/Parts/PartTest.php b/tests/Entity/Parts/PartTest.php index 71c56df6..49ee6017 100644 --- a/tests/Entity/Parts/PartTest.php +++ b/tests/Entity/Parts/PartTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/PriceSystem/CurrencyTest.php b/tests/Entity/PriceSystem/CurrencyTest.php index 81b65c60..810f51ac 100644 --- a/tests/Entity/PriceSystem/CurrencyTest.php +++ b/tests/Entity/PriceSystem/CurrencyTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/PriceSystem/OrderdetailTest.php b/tests/Entity/PriceSystem/OrderdetailTest.php index 0e46553a..04d9e53e 100644 --- a/tests/Entity/PriceSystem/OrderdetailTest.php +++ b/tests/Entity/PriceSystem/OrderdetailTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/PriceSystem/PricedetailTest.php b/tests/Entity/PriceSystem/PricedetailTest.php index 954448fe..4f0e44a2 100644 --- a/tests/Entity/PriceSystem/PricedetailTest.php +++ b/tests/Entity/PriceSystem/PricedetailTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/StructuralDBElementTest.php b/tests/Entity/StructuralDBElementTest.php index f56aa84e..da782316 100644 --- a/tests/Entity/StructuralDBElementTest.php +++ b/tests/Entity/StructuralDBElementTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/UserSystem/PermissionsEmbedTest.php b/tests/Entity/UserSystem/PermissionsEmbedTest.php index 14b3ebeb..2c616835 100644 --- a/tests/Entity/UserSystem/PermissionsEmbedTest.php +++ b/tests/Entity/UserSystem/PermissionsEmbedTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Entity/UserSystem/UserTest.php b/tests/Entity/UserSystem/UserTest.php index be076d82..813d5435 100644 --- a/tests/Entity/UserSystem/UserTest.php +++ b/tests/Entity/UserSystem/UserTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/EventSubscriber/PasswordChangeNeededSubscriberTest.php b/tests/EventSubscriber/PasswordChangeNeededSubscriberTest.php index e1e15199..d09cb000 100644 --- a/tests/EventSubscriber/PasswordChangeNeededSubscriberTest.php +++ b/tests/EventSubscriber/PasswordChangeNeededSubscriberTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Helpers/BBCodeToMarkdownConverterTest.php b/tests/Helpers/BBCodeToMarkdownConverterTest.php index 9c79a7db..9b6a93bb 100644 --- a/tests/Helpers/BBCodeToMarkdownConverterTest.php +++ b/tests/Helpers/BBCodeToMarkdownConverterTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Helpers/TreeViewNodeTest.php b/tests/Helpers/TreeViewNodeTest.php index 89f3bcce..b631ed4d 100644 --- a/tests/Helpers/TreeViewNodeTest.php +++ b/tests/Helpers/TreeViewNodeTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Repository/NamedDBElementRepositoryTest.php b/tests/Repository/NamedDBElementRepositoryTest.php index 3a849161..ae772ea4 100644 --- a/tests/Repository/NamedDBElementRepositoryTest.php +++ b/tests/Repository/NamedDBElementRepositoryTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Repository/StructuralDBElementRepositoryTest.php b/tests/Repository/StructuralDBElementRepositoryTest.php index 7d7b38a8..7a743b91 100644 --- a/tests/Repository/StructuralDBElementRepositoryTest.php +++ b/tests/Repository/StructuralDBElementRepositoryTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Security/Annotations/ColumnSecurityTest.php b/tests/Security/Annotations/ColumnSecurityTest.php index 113e80ab..b6cd7f78 100644 --- a/tests/Security/Annotations/ColumnSecurityTest.php +++ b/tests/Security/Annotations/ColumnSecurityTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Security/UserCheckerTest.php b/tests/Security/UserCheckerTest.php index 9835467c..4b61699e 100644 --- a/tests/Security/UserCheckerTest.php +++ b/tests/Security/UserCheckerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/AmountFormatterTest.php b/tests/Services/AmountFormatterTest.php index d15dd48a..f978a397 100644 --- a/tests/Services/AmountFormatterTest.php +++ b/tests/Services/AmountFormatterTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/Attachments/AttachmentPathResolverTest.php b/tests/Services/Attachments/AttachmentPathResolverTest.php index c69ebdc0..35d338c4 100644 --- a/tests/Services/Attachments/AttachmentPathResolverTest.php +++ b/tests/Services/Attachments/AttachmentPathResolverTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/Attachments/AttachmentURLGeneratorTest.php b/tests/Services/Attachments/AttachmentURLGeneratorTest.php index f6db98c5..3f2ea81f 100644 --- a/tests/Services/Attachments/AttachmentURLGeneratorTest.php +++ b/tests/Services/Attachments/AttachmentURLGeneratorTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/Attachments/BuiltinAttachmentsFinderTest.php b/tests/Services/Attachments/BuiltinAttachmentsFinderTest.php index cdaa83ce..a0778c2b 100644 --- a/tests/Services/Attachments/BuiltinAttachmentsFinderTest.php +++ b/tests/Services/Attachments/BuiltinAttachmentsFinderTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/Attachments/FileTypeFilterToolsTest.php b/tests/Services/Attachments/FileTypeFilterToolsTest.php index 99d3e6d6..413cb7c7 100644 --- a/tests/Services/Attachments/FileTypeFilterToolsTest.php +++ b/tests/Services/Attachments/FileTypeFilterToolsTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/ElementTypeNameGeneratorTest.php b/tests/Services/ElementTypeNameGeneratorTest.php index 772b35fb..16e801e0 100644 --- a/tests/Services/ElementTypeNameGeneratorTest.php +++ b/tests/Services/ElementTypeNameGeneratorTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/EntityImporterTest.php b/tests/Services/EntityImporterTest.php index 9fabcaaa..805f8913 100644 --- a/tests/Services/EntityImporterTest.php +++ b/tests/Services/EntityImporterTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/FAIconGeneratorTest.php b/tests/Services/FAIconGeneratorTest.php index 0d935a0f..260aa1b6 100644 --- a/tests/Services/FAIconGeneratorTest.php +++ b/tests/Services/FAIconGeneratorTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/LogSystem/EventLoggerTest.php b/tests/Services/LogSystem/EventLoggerTest.php index 7d1fa232..a6fa0884 100644 --- a/tests/Services/LogSystem/EventLoggerTest.php +++ b/tests/Services/LogSystem/EventLoggerTest.php @@ -4,19 +4,18 @@ * * Copyright (C) 2019 - 2020 Jan Böhmer (https://github.com/jbtronics) * - * This program 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 2 - * of the License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * This program 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ namespace App\Tests\Services\LogSystem; diff --git a/tests/Services/PermissionResolverTest.php b/tests/Services/PermissionResolverTest.php index 002eed9a..b511ecf5 100644 --- a/tests/Services/PermissionResolverTest.php +++ b/tests/Services/PermissionResolverTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/PricedetailHelperTest.php b/tests/Services/PricedetailHelperTest.php index 8beb7af5..2137cba4 100644 --- a/tests/Services/PricedetailHelperTest.php +++ b/tests/Services/PricedetailHelperTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/SIFormatterTest.php b/tests/Services/SIFormatterTest.php index e786808e..7223be90 100644 --- a/tests/Services/SIFormatterTest.php +++ b/tests/Services/SIFormatterTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/TFA/BackupCodeGeneratorTest.php b/tests/Services/TFA/BackupCodeGeneratorTest.php index 04f1bcc4..c25ce932 100644 --- a/tests/Services/TFA/BackupCodeGeneratorTest.php +++ b/tests/Services/TFA/BackupCodeGeneratorTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/TFA/BackupCodeManagerTest.php b/tests/Services/TFA/BackupCodeManagerTest.php index 8c6ac743..a6b881d0 100644 --- a/tests/Services/TFA/BackupCodeManagerTest.php +++ b/tests/Services/TFA/BackupCodeManagerTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/Trees/NodesListBuilderTest.php b/tests/Services/Trees/NodesListBuilderTest.php index 3458cfdd..8bdd5010 100644 --- a/tests/Services/Trees/NodesListBuilderTest.php +++ b/tests/Services/Trees/NodesListBuilderTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/tests/Services/Trees/TreeViewGeneratorTest.php b/tests/Services/Trees/TreeViewGeneratorTest.php index 1cd36ca7..f125bb31 100644 --- a/tests/Services/Trees/TreeViewGeneratorTest.php +++ b/tests/Services/Trees/TreeViewGeneratorTest.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1); diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf index d075a733..4d2b797f 100644 --- a/translations/messages.de.xlf +++ b/translations/messages.de.xlf @@ -904,7 +904,7 @@ Subelemente werden beim Löschen nach oben verschoben. homepage.github.text - GitHub Projektseite]]> + GitHub Projektseite]]> diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 8034254d..c97750ac 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -901,7 +901,7 @@ Subelements will be moved upwards.]]> homepage.github.text - GitHub project page]]> + GitHub project page]]>