diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..14e2f777f --- /dev/null +++ b/LICENSE @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/src/arm/arm.c b/src/arm/arm.c index bcdb1ee7e..f2b71bc61 100644 --- a/src/arm/arm.c +++ b/src/arm/arm.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "arm.h" #include "isa-arm.h" diff --git a/src/arm/arm.h b/src/arm/arm.h index 11de34f49..1140b2237 100644 --- a/src/arm/arm.h +++ b/src/arm/arm.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef ARM_H #define ARM_H diff --git a/src/arm/decoder-arm.c b/src/arm/decoder-arm.c index edc8ae87b..822632d50 100644 --- a/src/arm/decoder-arm.c +++ b/src/arm/decoder-arm.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "decoder.h" #include "decoder-inlines.h" diff --git a/src/arm/decoder-inlines.h b/src/arm/decoder-inlines.h index fb0927cb6..24f81c0e4 100644 --- a/src/arm/decoder-inlines.h +++ b/src/arm/decoder-inlines.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef ARM_DECODER_INLINES_H #define ARM_DECODER_INLINES_H diff --git a/src/arm/decoder-thumb.c b/src/arm/decoder-thumb.c index f460d4677..edb37a814 100644 --- a/src/arm/decoder-thumb.c +++ b/src/arm/decoder-thumb.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "decoder.h" #include "decoder-inlines.h" diff --git a/src/arm/decoder.c b/src/arm/decoder.c index dae88f1ab..2c31471ec 100644 --- a/src/arm/decoder.c +++ b/src/arm/decoder.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "decoder.h" #include "decoder-inlines.h" diff --git a/src/arm/decoder.h b/src/arm/decoder.h index 77a8d8195..abb30b004 100644 --- a/src/arm/decoder.h +++ b/src/arm/decoder.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef ARM_DECODER_H #define ARM_DECODER_H diff --git a/src/arm/emitter-arm.h b/src/arm/emitter-arm.h index ed14a5282..4b71cb35e 100644 --- a/src/arm/emitter-arm.h +++ b/src/arm/emitter-arm.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef EMITTER_ARM_H #define EMITTER_ARM_H diff --git a/src/arm/emitter-inlines.h b/src/arm/emitter-inlines.h index 3b691e8c0..b2e37de97 100644 --- a/src/arm/emitter-inlines.h +++ b/src/arm/emitter-inlines.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef EMITTER_INLINES_H #define EMITTER_INLINES_H diff --git a/src/arm/emitter-thumb.h b/src/arm/emitter-thumb.h index 195e9fe9e..138784c97 100644 --- a/src/arm/emitter-thumb.h +++ b/src/arm/emitter-thumb.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef EMITTER_THUMB_H #define EMITTER_THUMB_H diff --git a/src/arm/isa-arm.c b/src/arm/isa-arm.c index 8a3c7f9c5..cac33dcd6 100644 --- a/src/arm/isa-arm.c +++ b/src/arm/isa-arm.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "isa-arm.h" #include "arm.h" diff --git a/src/arm/isa-arm.h b/src/arm/isa-arm.h index b2107a71e..2ee595078 100644 --- a/src/arm/isa-arm.h +++ b/src/arm/isa-arm.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef ISA_ARM_H #define ISA_ARM_H diff --git a/src/arm/isa-inlines.h b/src/arm/isa-inlines.h index 6838a9058..1d72cd62f 100644 --- a/src/arm/isa-inlines.h +++ b/src/arm/isa-inlines.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef ISA_INLINES_H #define ISA_INLINES_H diff --git a/src/arm/isa-thumb.c b/src/arm/isa-thumb.c index 5d5611463..e5758bef1 100644 --- a/src/arm/isa-thumb.c +++ b/src/arm/isa-thumb.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "isa-thumb.h" #include "isa-inlines.h" diff --git a/src/arm/isa-thumb.h b/src/arm/isa-thumb.h index 51417dbe6..e57a2ac99 100644 --- a/src/arm/isa-thumb.h +++ b/src/arm/isa-thumb.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef ISA_THUMB_H #define ISA_THUMB_H diff --git a/src/arm/macros.h b/src/arm/macros.h index ecef3abf9..9ad4491cc 100644 --- a/src/arm/macros.h +++ b/src/arm/macros.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MACROS_H #define MACROS_H diff --git a/src/debugger/cli-debugger.c b/src/debugger/cli-debugger.c index c8aa99465..2c935e839 100644 --- a/src/debugger/cli-debugger.c +++ b/src/debugger/cli-debugger.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "cli-debugger.h" #include "decoder.h" #include "parser.h" diff --git a/src/debugger/cli-debugger.h b/src/debugger/cli-debugger.h index cdc842bde..9ba693403 100644 --- a/src/debugger/cli-debugger.h +++ b/src/debugger/cli-debugger.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef CLI_DEBUGGER_H #define CLI_DEBUGGER_H diff --git a/src/debugger/debugger.c b/src/debugger/debugger.c index 7ac5bdd8e..a9e5bcdc4 100644 --- a/src/debugger/debugger.c +++ b/src/debugger/debugger.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "debugger.h" #include "arm.h" diff --git a/src/debugger/debugger.h b/src/debugger/debugger.h index 0f5576924..0c6ef3b2e 100644 --- a/src/debugger/debugger.h +++ b/src/debugger/debugger.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef DEBUGGER_H #define DEBUGGER_H diff --git a/src/debugger/gdb-stub.c b/src/debugger/gdb-stub.c index 111588b10..1c5d858cd 100644 --- a/src/debugger/gdb-stub.c +++ b/src/debugger/gdb-stub.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gdb-stub.h" #include diff --git a/src/debugger/gdb-stub.h b/src/debugger/gdb-stub.h index 687b2cf35..af7fe5cc9 100644 --- a/src/debugger/gdb-stub.h +++ b/src/debugger/gdb-stub.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GDB_STUB_H #define GDB_STUB_H diff --git a/src/debugger/memory-debugger.c b/src/debugger/memory-debugger.c index df934e1cd..37382812a 100644 --- a/src/debugger/memory-debugger.c +++ b/src/debugger/memory-debugger.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "memory-debugger.h" #include "debugger.h" diff --git a/src/debugger/memory-debugger.h b/src/debugger/memory-debugger.h index ea57f73f7..2fd7e3e73 100644 --- a/src/debugger/memory-debugger.h +++ b/src/debugger/memory-debugger.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MEMORY_DEBUGGER_H #define MEMORY_DEBUGGER_H diff --git a/src/debugger/parser.c b/src/debugger/parser.c index a9b1949a0..e6fa97e0b 100644 --- a/src/debugger/parser.c +++ b/src/debugger/parser.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "parser.h" #include "util/string.h" diff --git a/src/debugger/parser.h b/src/debugger/parser.h index 814c8978f..bc2cbfaf9 100644 --- a/src/debugger/parser.h +++ b/src/debugger/parser.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef PARSER_H #define PARSER_H diff --git a/src/gba/gba-audio.c b/src/gba/gba-audio.c index 83d7125d3..3d5a7c0b1 100644 --- a/src/gba/gba-audio.c +++ b/src/gba/gba-audio.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-audio.h" #include "gba.h" diff --git a/src/gba/gba-audio.h b/src/gba/gba-audio.h index 10430a14d..66db3b1cc 100644 --- a/src/gba/gba-audio.h +++ b/src/gba/gba-audio.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_AUDIO_H #define GBA_AUDIO_H diff --git a/src/gba/gba-bios.c b/src/gba/gba-bios.c index 5f11e08e1..8ec2771b2 100644 --- a/src/gba/gba-bios.c +++ b/src/gba/gba-bios.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-bios.h" #include "gba.h" diff --git a/src/gba/gba-bios.h b/src/gba/gba-bios.h index 94f23cf33..353f91096 100644 --- a/src/gba/gba-bios.h +++ b/src/gba/gba-bios.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_BIOS_H #define GBA_BIOS_H diff --git a/src/gba/gba-cli.c b/src/gba/gba-cli.c index abc71a5c7..47e24625b 100644 --- a/src/gba/gba-cli.c +++ b/src/gba/gba-cli.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-cli.h" #include "gba-io.h" diff --git a/src/gba/gba-cli.h b/src/gba/gba-cli.h index 0fb701e72..5c0546992 100644 --- a/src/gba/gba-cli.h +++ b/src/gba/gba-cli.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_CLI_H #define GBA_CLI_H diff --git a/src/gba/gba-config.c b/src/gba/gba-config.c index 3724375c0..35d2bb159 100644 --- a/src/gba/gba-config.c +++ b/src/gba/gba-config.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-config.h" #include "platform/commandline.h" diff --git a/src/gba/gba-config.h b/src/gba/gba-config.h index 689f2f1a1..88dba5e5f 100644 --- a/src/gba/gba-config.h +++ b/src/gba/gba-config.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_CONFIG_H #define GBA_CONFIG_H diff --git a/src/gba/gba-gpio.c b/src/gba/gba-gpio.c index 9716c07cc..8cd74a2e9 100644 --- a/src/gba/gba-gpio.c +++ b/src/gba/gba-gpio.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba.h" #include "gba-gpio.h" diff --git a/src/gba/gba-gpio.h b/src/gba/gba-gpio.h index b8863c30c..0af768116 100644 --- a/src/gba/gba-gpio.h +++ b/src/gba/gba-gpio.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_GPIO_H #define GBA_GPIO_H diff --git a/src/gba/gba-input.c b/src/gba/gba-input.c index f6fcc753d..6b9df8ae7 100644 --- a/src/gba/gba-input.c +++ b/src/gba/gba-input.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-input.h" #include "util/configuration.h" diff --git a/src/gba/gba-input.h b/src/gba/gba-input.h index 73cd58953..cc513aa8f 100644 --- a/src/gba/gba-input.h +++ b/src/gba/gba-input.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_INPUT_H #define GBA_INPUT_H diff --git a/src/gba/gba-io.c b/src/gba/gba-io.c index 1a6de854e..5ebe7f11b 100644 --- a/src/gba/gba-io.c +++ b/src/gba/gba-io.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-io.h" #include "gba-rr.h" diff --git a/src/gba/gba-io.h b/src/gba/gba-io.h index a94516285..e1e1d7e65 100644 --- a/src/gba/gba-io.h +++ b/src/gba/gba-io.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_IO_H #define GBA_IO_H diff --git a/src/gba/gba-memory.c b/src/gba/gba-memory.c index fe5c65c7c..b2775ce41 100644 --- a/src/gba/gba-memory.c +++ b/src/gba/gba-memory.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-memory.h" #include "macros.h" diff --git a/src/gba/gba-memory.h b/src/gba/gba-memory.h index 0c6b23647..e8cfa4ea3 100644 --- a/src/gba/gba-memory.h +++ b/src/gba/gba-memory.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_MEMORY_H #define GBA_MEMORY_H diff --git a/src/gba/gba-rr.c b/src/gba/gba-rr.c index f71e2f93b..3f12b7d7b 100644 --- a/src/gba/gba-rr.c +++ b/src/gba/gba-rr.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-rr.h" #include "gba.h" diff --git a/src/gba/gba-rr.h b/src/gba/gba-rr.h index ca8239529..e27ae02a7 100644 --- a/src/gba/gba-rr.h +++ b/src/gba/gba-rr.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_RR_H #define GBA_RR_H diff --git a/src/gba/gba-savedata.c b/src/gba/gba-savedata.c index 7a5dc97f7..f8125e61f 100644 --- a/src/gba/gba-savedata.c +++ b/src/gba/gba-savedata.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-savedata.h" #include "gba.h" diff --git a/src/gba/gba-savedata.h b/src/gba/gba-savedata.h index ed4a3cd3c..dbb1d5a22 100644 --- a/src/gba/gba-savedata.h +++ b/src/gba/gba-savedata.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_SAVEDATA_H #define GBA_SAVEDATA_H diff --git a/src/gba/gba-sensors.h b/src/gba/gba-sensors.h index 463dd3f00..3d2d63b37 100644 --- a/src/gba/gba-sensors.h +++ b/src/gba/gba-sensors.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_SENSORS_H #define GBA_SENSORS_H diff --git a/src/gba/gba-serialize.c b/src/gba/gba-serialize.c index 32a49ec56..61c716da3 100644 --- a/src/gba/gba-serialize.c +++ b/src/gba/gba-serialize.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-serialize.h" #include "gba-audio.h" diff --git a/src/gba/gba-serialize.h b/src/gba/gba-serialize.h index 2ba3085df..c1423ed61 100644 --- a/src/gba/gba-serialize.h +++ b/src/gba/gba-serialize.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_SERIALIZE_H #define GBA_SERIALIZE_H diff --git a/src/gba/gba-sio.c b/src/gba/gba-sio.c index 733462173..f179ba303 100644 --- a/src/gba/gba-sio.c +++ b/src/gba/gba-sio.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-sio.h" #include "gba-io.h" diff --git a/src/gba/gba-sio.h b/src/gba/gba-sio.h index 5faae1a74..29de1738a 100644 --- a/src/gba/gba-sio.h +++ b/src/gba/gba-sio.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_SIO_H #define GBA_SIO_H diff --git a/src/gba/gba-thread.c b/src/gba/gba-thread.c index 714f8f1f8..9fcde0032 100644 --- a/src/gba/gba-thread.c +++ b/src/gba/gba-thread.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-thread.h" #include "arm.h" diff --git a/src/gba/gba-thread.h b/src/gba/gba-thread.h index 41bfeec6e..e047d5137 100644 --- a/src/gba/gba-thread.h +++ b/src/gba/gba-thread.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_THREAD_H #define GBA_THREAD_H diff --git a/src/gba/gba-video.c b/src/gba/gba-video.c index b58fd1973..15755b97b 100644 --- a/src/gba/gba-video.c +++ b/src/gba/gba-video.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-video.h" #include "gba.h" diff --git a/src/gba/gba-video.h b/src/gba/gba-video.h index 54c65534d..aa0a78252 100644 --- a/src/gba/gba-video.h +++ b/src/gba/gba-video.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_VIDEO_H #define GBA_VIDEO_H diff --git a/src/gba/gba.c b/src/gba/gba.c index b3c32d06e..3eebc051d 100644 --- a/src/gba/gba.c +++ b/src/gba/gba.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba.h" #include "gba-bios.h" diff --git a/src/gba/gba.h b/src/gba/gba.h index 6c2f6c98e..5dadb216f 100644 --- a/src/gba/gba.h +++ b/src/gba/gba.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef GBA_H #define GBA_H diff --git a/src/gba/hle-bios.c b/src/gba/hle-bios.c index dc79d1d9b..287aec5e5 100644 --- a/src/gba/hle-bios.c +++ b/src/gba/hle-bios.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "hle-bios.h" #include "gba-memory.h" diff --git a/src/gba/hle-bios.h b/src/gba/hle-bios.h index f7b83512d..7bf83b7e4 100644 --- a/src/gba/hle-bios.h +++ b/src/gba/hle-bios.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef HLE_BIOS_H #define HLE_BIOS_H diff --git a/src/gba/hle-bios.s b/src/gba/hle-bios.s index 0d6478f4f..dba4ad6bf 100644 --- a/src/gba/hle-bios.s +++ b/src/gba/hle-bios.s @@ -1,3 +1,8 @@ +# Copyright (c) 2013-2014 Jeffrey Pfau +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. #define nop andeq r0, r0 .text diff --git a/src/gba/renderers/video-software.c b/src/gba/renderers/video-software.c index bc1781347..454d3f5e3 100644 --- a/src/gba/renderers/video-software.c +++ b/src/gba/renderers/video-software.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "video-software.h" #include "gba.h" diff --git a/src/gba/renderers/video-software.h b/src/gba/renderers/video-software.h index 8acfbc15e..42fcf445a 100644 --- a/src/gba/renderers/video-software.h +++ b/src/gba/renderers/video-software.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef VIDEO_SOFTWARE_H #define VIDEO_SOFTWARE_H diff --git a/src/platform/commandline.c b/src/platform/commandline.c index a7fa2eb0e..de7b56a17 100644 --- a/src/platform/commandline.c +++ b/src/platform/commandline.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "commandline.h" #include "debugger/debugger.h" diff --git a/src/platform/commandline.h b/src/platform/commandline.h index 829272fcc..49b0fa537 100644 --- a/src/platform/commandline.h +++ b/src/platform/commandline.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef COMMAND_LINE_H #define COMMAND_LINE_H diff --git a/src/platform/ffmpeg/ffmpeg-encoder.c b/src/platform/ffmpeg/ffmpeg-encoder.c index 65925e986..4503d0537 100644 --- a/src/platform/ffmpeg/ffmpeg-encoder.c +++ b/src/platform/ffmpeg/ffmpeg-encoder.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ffmpeg-encoder.h" #include "gba-video.h" diff --git a/src/platform/ffmpeg/ffmpeg-encoder.h b/src/platform/ffmpeg/ffmpeg-encoder.h index 668e373fc..3d1902870 100644 --- a/src/platform/ffmpeg/ffmpeg-encoder.h +++ b/src/platform/ffmpeg/ffmpeg-encoder.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef FFMPEG_ENCODER #define FFMPEG_ENCODER diff --git a/src/platform/imagemagick/imagemagick-gif-encoder.c b/src/platform/imagemagick/imagemagick-gif-encoder.c index 1879bf6c2..f1e1195a4 100644 --- a/src/platform/imagemagick/imagemagick-gif-encoder.c +++ b/src/platform/imagemagick/imagemagick-gif-encoder.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "imagemagick-gif-encoder.h" #include "gba-video.h" diff --git a/src/platform/imagemagick/imagemagick-gif-encoder.h b/src/platform/imagemagick/imagemagick-gif-encoder.h index b3f65533a..c3dd2c2ee 100644 --- a/src/platform/imagemagick/imagemagick-gif-encoder.h +++ b/src/platform/imagemagick/imagemagick-gif-encoder.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef IMAGEMAGICK_GIF_ENCODER #define IMAGEMAGICK_GIF_ENCODER diff --git a/src/platform/perf-main.c b/src/platform/perf-main.c index 5f9868148..162eb08f8 100644 --- a/src/platform/perf-main.c +++ b/src/platform/perf-main.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gba-thread.h" #include "gba-config.h" #include "gba.h" diff --git a/src/platform/posix/memory.c b/src/platform/posix/memory.c index 4b9af967a..47760275e 100644 --- a/src/platform/posix/memory.c +++ b/src/platform/posix/memory.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/memory.h" #include diff --git a/src/platform/qt/AudioDevice.cpp b/src/platform/qt/AudioDevice.cpp index c672ec203..ed68242d4 100644 --- a/src/platform/qt/AudioDevice.cpp +++ b/src/platform/qt/AudioDevice.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "AudioDevice.h" extern "C" { diff --git a/src/platform/qt/AudioDevice.h b/src/platform/qt/AudioDevice.h index 843ca1d99..43f871cc0 100644 --- a/src/platform/qt/AudioDevice.h +++ b/src/platform/qt/AudioDevice.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_AUDIO_DEVICE #define QGBA_AUDIO_DEVICE #include diff --git a/src/platform/qt/AudioProcessor.cpp b/src/platform/qt/AudioProcessor.cpp index bfe06e0df..43bc89487 100644 --- a/src/platform/qt/AudioProcessor.cpp +++ b/src/platform/qt/AudioProcessor.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "AudioProcessor.h" #include "AudioDevice.h" diff --git a/src/platform/qt/AudioProcessor.h b/src/platform/qt/AudioProcessor.h index fd735f6d4..8f1301732 100644 --- a/src/platform/qt/AudioProcessor.h +++ b/src/platform/qt/AudioProcessor.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_AUDIO_PROCESSOR #define QGBA_AUDIO_PROCESSOR #include diff --git a/src/platform/qt/AudioProcessorQt.cpp b/src/platform/qt/AudioProcessorQt.cpp index 6cfc74930..c200be649 100644 --- a/src/platform/qt/AudioProcessorQt.cpp +++ b/src/platform/qt/AudioProcessorQt.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "AudioProcessorQt.h" #include "AudioDevice.h" diff --git a/src/platform/qt/AudioProcessorQt.h b/src/platform/qt/AudioProcessorQt.h index 78c14a181..f7366a948 100644 --- a/src/platform/qt/AudioProcessorQt.h +++ b/src/platform/qt/AudioProcessorQt.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_AUDIO_PROCESSOR_QT #define QGBA_AUDIO_PROCESSOR_QT #include "AudioProcessor.h" diff --git a/src/platform/qt/AudioProcessorSDL.cpp b/src/platform/qt/AudioProcessorSDL.cpp index 4a192d662..4584364f7 100644 --- a/src/platform/qt/AudioProcessorSDL.cpp +++ b/src/platform/qt/AudioProcessorSDL.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "AudioProcessorSDL.h" extern "C" { diff --git a/src/platform/qt/AudioProcessorSDL.h b/src/platform/qt/AudioProcessorSDL.h index b9c094b78..9a918f6b6 100644 --- a/src/platform/qt/AudioProcessorSDL.h +++ b/src/platform/qt/AudioProcessorSDL.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_AUDIO_PROCESSOR_SDL #define QGBA_AUDIO_PROCESSOR_SDL #include "AudioProcessor.h" diff --git a/src/platform/qt/ConfigController.cpp b/src/platform/qt/ConfigController.cpp index 9073337b5..cd88bb936 100644 --- a/src/platform/qt/ConfigController.cpp +++ b/src/platform/qt/ConfigController.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ConfigController.h" #include "GameController.h" diff --git a/src/platform/qt/ConfigController.h b/src/platform/qt/ConfigController.h index 9bef35c25..0b8454974 100644 --- a/src/platform/qt/ConfigController.h +++ b/src/platform/qt/ConfigController.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_CONFIG_CONTROLLER #define QGBA_CONFIG_CONTROLLER diff --git a/src/platform/qt/Display.cpp b/src/platform/qt/Display.cpp index 266d2e6c4..6198b6711 100644 --- a/src/platform/qt/Display.cpp +++ b/src/platform/qt/Display.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "Display.h" #include diff --git a/src/platform/qt/Display.h b/src/platform/qt/Display.h index a1c629eb4..97a96fa38 100644 --- a/src/platform/qt/Display.h +++ b/src/platform/qt/Display.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_DISPLAY #define QGBA_DISPLAY diff --git a/src/platform/qt/GBAApp.cpp b/src/platform/qt/GBAApp.cpp index ab602738f..5a663141d 100644 --- a/src/platform/qt/GBAApp.cpp +++ b/src/platform/qt/GBAApp.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GBAApp.h" #include "GameController.h" diff --git a/src/platform/qt/GBAApp.h b/src/platform/qt/GBAApp.h index 9994663af..e0350355d 100644 --- a/src/platform/qt/GBAApp.h +++ b/src/platform/qt/GBAApp.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_APP_H #define QGBA_APP_H diff --git a/src/platform/qt/GBAKeyEditor.cpp b/src/platform/qt/GBAKeyEditor.cpp index 9bac73778..601ae3653 100644 --- a/src/platform/qt/GBAKeyEditor.cpp +++ b/src/platform/qt/GBAKeyEditor.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GBAKeyEditor.h" #include diff --git a/src/platform/qt/GBAKeyEditor.h b/src/platform/qt/GBAKeyEditor.h index ee9738e32..9389bb48d 100644 --- a/src/platform/qt/GBAKeyEditor.h +++ b/src/platform/qt/GBAKeyEditor.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_GBA_KEY_EDITOR #define QGBA_GBA_KEY_EDITOR diff --git a/src/platform/qt/GDBController.cpp b/src/platform/qt/GDBController.cpp index 3ee878798..27d366de7 100644 --- a/src/platform/qt/GDBController.cpp +++ b/src/platform/qt/GDBController.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GDBController.h" #include "GameController.h" diff --git a/src/platform/qt/GDBController.h b/src/platform/qt/GDBController.h index 3de83dac4..d15b4d8f1 100644 --- a/src/platform/qt/GDBController.h +++ b/src/platform/qt/GDBController.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_GDB_CONTROLLER #define QGBA_GDB_CONTROLLER diff --git a/src/platform/qt/GDBWindow.cpp b/src/platform/qt/GDBWindow.cpp index 8f051e203..aeb034c80 100644 --- a/src/platform/qt/GDBWindow.cpp +++ b/src/platform/qt/GDBWindow.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GDBWindow.h" #include diff --git a/src/platform/qt/GDBWindow.h b/src/platform/qt/GDBWindow.h index 1e97c66ee..31a8ff5d3 100644 --- a/src/platform/qt/GDBWindow.h +++ b/src/platform/qt/GDBWindow.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_GDB_WINDOW #define QGBA_GDB_WINDOW diff --git a/src/platform/qt/GIFView.cpp b/src/platform/qt/GIFView.cpp index d893873ca..992a03015 100644 --- a/src/platform/qt/GIFView.cpp +++ b/src/platform/qt/GIFView.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GIFView.h" #ifdef USE_MAGICK diff --git a/src/platform/qt/GIFView.h b/src/platform/qt/GIFView.h index f4a00792e..0c80742df 100644 --- a/src/platform/qt/GIFView.h +++ b/src/platform/qt/GIFView.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_GIF_VIEW #define QGBA_GIF_VIEW diff --git a/src/platform/qt/GameController.cpp b/src/platform/qt/GameController.cpp index 7f3eaaf2e..61c8ecda8 100644 --- a/src/platform/qt/GameController.cpp +++ b/src/platform/qt/GameController.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GameController.h" #include "AudioProcessor.h" diff --git a/src/platform/qt/GameController.h b/src/platform/qt/GameController.h index 2015ef3a0..637f9bba5 100644 --- a/src/platform/qt/GameController.h +++ b/src/platform/qt/GameController.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_GAME_CONTROLLER #define QGBA_GAME_CONTROLLER diff --git a/src/platform/qt/InputController.cpp b/src/platform/qt/InputController.cpp index 7108018f1..fe6e76fa6 100644 --- a/src/platform/qt/InputController.cpp +++ b/src/platform/qt/InputController.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "InputController.h" #include "ConfigController.h" diff --git a/src/platform/qt/InputController.h b/src/platform/qt/InputController.h index 12bfd672e..4e5d1911e 100644 --- a/src/platform/qt/InputController.h +++ b/src/platform/qt/InputController.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_INPUT_CONTROLLER_H #define QGBA_INPUT_CONTROLLER_H diff --git a/src/platform/qt/KeyEditor.cpp b/src/platform/qt/KeyEditor.cpp index be37729ad..954a346c5 100644 --- a/src/platform/qt/KeyEditor.cpp +++ b/src/platform/qt/KeyEditor.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "KeyEditor.h" #include diff --git a/src/platform/qt/KeyEditor.h b/src/platform/qt/KeyEditor.h index 8132d5139..1c0e18dbc 100644 --- a/src/platform/qt/KeyEditor.h +++ b/src/platform/qt/KeyEditor.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_KEY_EDITOR #define QGBA_KEY_EDITOR diff --git a/src/platform/qt/LoadSaveState.cpp b/src/platform/qt/LoadSaveState.cpp index 5a27dedf8..2396deb99 100644 --- a/src/platform/qt/LoadSaveState.cpp +++ b/src/platform/qt/LoadSaveState.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "LoadSaveState.h" #include "GameController.h" diff --git a/src/platform/qt/LoadSaveState.h b/src/platform/qt/LoadSaveState.h index 67cd2fa78..d3bf0b10d 100644 --- a/src/platform/qt/LoadSaveState.h +++ b/src/platform/qt/LoadSaveState.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_LOAD_SAVE_STATE #define QGBA_LOAD_SAVE_STATE diff --git a/src/platform/qt/LogView.cpp b/src/platform/qt/LogView.cpp index 01808e442..883eab3ce 100644 --- a/src/platform/qt/LogView.cpp +++ b/src/platform/qt/LogView.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "LogView.h" #include diff --git a/src/platform/qt/LogView.h b/src/platform/qt/LogView.h index 5c5ed70a9..7c1b394f2 100644 --- a/src/platform/qt/LogView.h +++ b/src/platform/qt/LogView.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_LOG_VIEW #define QGBA_LOG_VIEW diff --git a/src/platform/qt/SavestateButton.cpp b/src/platform/qt/SavestateButton.cpp index 94bbd6e85..c9f6560b0 100644 --- a/src/platform/qt/SavestateButton.cpp +++ b/src/platform/qt/SavestateButton.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "SavestateButton.h" #include diff --git a/src/platform/qt/SavestateButton.h b/src/platform/qt/SavestateButton.h index 4d7a1ea12..3551fcb89 100644 --- a/src/platform/qt/SavestateButton.h +++ b/src/platform/qt/SavestateButton.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_SAVESTATE_BUTTON #define QGBA_SAVESTATE_BUTTON diff --git a/src/platform/qt/VFileDevice.cpp b/src/platform/qt/VFileDevice.cpp index ee458405f..bf3e41982 100644 --- a/src/platform/qt/VFileDevice.cpp +++ b/src/platform/qt/VFileDevice.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "VFileDevice.h" extern "C" { diff --git a/src/platform/qt/VFileDevice.h b/src/platform/qt/VFileDevice.h index 99595e0f1..a87882293 100644 --- a/src/platform/qt/VFileDevice.h +++ b/src/platform/qt/VFileDevice.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_VFILE_DEVICE #define QGBA_VFILE_DEVICE diff --git a/src/platform/qt/VideoView.cpp b/src/platform/qt/VideoView.cpp index 5be0bc307..214947231 100644 --- a/src/platform/qt/VideoView.cpp +++ b/src/platform/qt/VideoView.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "VideoView.h" #ifdef USE_FFMPEG diff --git a/src/platform/qt/VideoView.h b/src/platform/qt/VideoView.h index a2b008f43..502270600 100644 --- a/src/platform/qt/VideoView.h +++ b/src/platform/qt/VideoView.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_VIDEO_VIEW #define QGBA_VIDEO_VIEW diff --git a/src/platform/qt/Window.cpp b/src/platform/qt/Window.cpp index 5c8e946ee..25ee23ca2 100644 --- a/src/platform/qt/Window.cpp +++ b/src/platform/qt/Window.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "Window.h" #include diff --git a/src/platform/qt/Window.h b/src/platform/qt/Window.h index 100a87538..a23463a83 100644 --- a/src/platform/qt/Window.h +++ b/src/platform/qt/Window.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef QGBA_WINDOW #define QGBA_WINDOW diff --git a/src/platform/qt/main.cpp b/src/platform/qt/main.cpp index 8841fe4bb..200a210ea 100644 --- a/src/platform/qt/main.cpp +++ b/src/platform/qt/main.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "GBAApp.h" #include "Window.h" diff --git a/src/platform/sdl/egl-sdl.c b/src/platform/sdl/egl-sdl.c index fd50c4245..a872c9541 100644 --- a/src/platform/sdl/egl-sdl.c +++ b/src/platform/sdl/egl-sdl.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "main.h" static const char* _vertexShader = diff --git a/src/platform/sdl/gl-sdl.c b/src/platform/sdl/gl-sdl.c index e7a770b8e..e6e7e2254 100644 --- a/src/platform/sdl/gl-sdl.c +++ b/src/platform/sdl/gl-sdl.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "main.h" #include "gba-thread.h" diff --git a/src/platform/sdl/main.c b/src/platform/sdl/main.c index 72b24225c..5563412dd 100644 --- a/src/platform/sdl/main.c +++ b/src/platform/sdl/main.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "main.h" #ifdef USE_CLI_DEBUGGER diff --git a/src/platform/sdl/main.h b/src/platform/sdl/main.h index 9bd7a3699..74581267c 100644 --- a/src/platform/sdl/main.h +++ b/src/platform/sdl/main.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef SDL_MAIN_H #define SDL_MAIN_H diff --git a/src/platform/sdl/sdl-audio.c b/src/platform/sdl/sdl-audio.c index 6a29f6754..3fe65d0f4 100644 --- a/src/platform/sdl/sdl-audio.c +++ b/src/platform/sdl/sdl-audio.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "sdl-audio.h" #include "gba.h" diff --git a/src/platform/sdl/sdl-audio.h b/src/platform/sdl/sdl-audio.h index c2bb0e4a4..00804da7f 100644 --- a/src/platform/sdl/sdl-audio.h +++ b/src/platform/sdl/sdl-audio.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef SDL_AUDIO_H #define SDL_AUDIO_H diff --git a/src/platform/sdl/sdl-events.c b/src/platform/sdl/sdl-events.c index 18786d9fe..859cde7ab 100644 --- a/src/platform/sdl/sdl-events.c +++ b/src/platform/sdl/sdl-events.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "sdl-events.h" #include "debugger/debugger.h" diff --git a/src/platform/sdl/sdl-events.h b/src/platform/sdl/sdl-events.h index 3322f0840..b03ee74ce 100644 --- a/src/platform/sdl/sdl-events.h +++ b/src/platform/sdl/sdl-events.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef SDL_EVENTS_H #define SDL_EVENTS_H diff --git a/src/platform/sdl/sw-sdl.c b/src/platform/sdl/sw-sdl.c index d5b20bf97..3dc774b47 100644 --- a/src/platform/sdl/sw-sdl.c +++ b/src/platform/sdl/sw-sdl.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "main.h" #include "gba-thread.h" diff --git a/src/platform/windows/memory.c b/src/platform/windows/memory.c index 8ecb3b130..d2baddbb1 100644 --- a/src/platform/windows/memory.c +++ b/src/platform/windows/memory.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/memory.h" #include diff --git a/src/util/arm-algo.S b/src/util/arm-algo.S index 4f74b4806..2c80e337c 100644 --- a/src/util/arm-algo.S +++ b/src/util/arm-algo.S @@ -1,3 +1,8 @@ +# Copyright (c) 2013-2014 Jeffrey Pfau +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. # r0: Destination # r1: Source # r2: Number of words to copy as halfwords diff --git a/src/util/circle-buffer.c b/src/util/circle-buffer.c index bb4a1ead2..a6bc87405 100644 --- a/src/util/circle-buffer.c +++ b/src/util/circle-buffer.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "circle-buffer.h" #ifndef NDEBUG diff --git a/src/util/circle-buffer.h b/src/util/circle-buffer.h index a38274ac7..97e5fdc09 100644 --- a/src/util/circle-buffer.h +++ b/src/util/circle-buffer.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef CIRCLE_BUFFER_H #define CIRCLE_BUFFER_H diff --git a/src/util/common.h b/src/util/common.h index da429f7e6..42f62c05f 100644 --- a/src/util/common.h +++ b/src/util/common.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef COMMON_H #define COMMON_H diff --git a/src/util/configuration.c b/src/util/configuration.c index 5ff424369..25ec06150 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "configuration.h" #include "util/vfs.h" diff --git a/src/util/configuration.h b/src/util/configuration.h index 11983dc05..e97c1c399 100644 --- a/src/util/configuration.h +++ b/src/util/configuration.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef CONFIGURATION_H #define CONFIGURATION_H diff --git a/src/util/crc32.h b/src/util/crc32.h index 5ff4d151d..5e34b3feb 100644 --- a/src/util/crc32.h +++ b/src/util/crc32.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef CRC32_H #define CRC32_H diff --git a/src/util/hash.h b/src/util/hash.h index 825d3e152..7a8e82099 100644 --- a/src/util/hash.h +++ b/src/util/hash.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef HASH_H #define HASH_H diff --git a/src/util/memory.h b/src/util/memory.h index 21cc2dd0f..e78d87c7a 100644 --- a/src/util/memory.h +++ b/src/util/memory.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef MEMORY_H #define MEMORY_H diff --git a/src/util/patch-ips.c b/src/util/patch-ips.c index d4fcbb141..1cc647409 100644 --- a/src/util/patch-ips.c +++ b/src/util/patch-ips.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/patch-ips.h" #include "util/patch.h" diff --git a/src/util/patch-ips.h b/src/util/patch-ips.h index fb193eb9a..39c8f6e65 100644 --- a/src/util/patch-ips.h +++ b/src/util/patch-ips.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef PATCH_IPS_H #define PATCH_IPS_H diff --git a/src/util/patch-ups.c b/src/util/patch-ups.c index 999fdf299..33f71cee2 100644 --- a/src/util/patch-ups.c +++ b/src/util/patch-ups.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/patch-ips.h" #include "util/crc32.h" diff --git a/src/util/patch-ups.h b/src/util/patch-ups.h index c11e4cce4..23293409b 100644 --- a/src/util/patch-ups.h +++ b/src/util/patch-ups.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef PATCH_UPS_H #define PATCH_UPS_H diff --git a/src/util/patch.c b/src/util/patch.c index 6392d3360..d4e950e6c 100644 --- a/src/util/patch.c +++ b/src/util/patch.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/patch.h" #include "util/patch-ips.h" diff --git a/src/util/patch.h b/src/util/patch.h index 5471a7df2..5e84651b5 100644 --- a/src/util/patch.h +++ b/src/util/patch.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef PATCH_H #define PATCH_H diff --git a/src/util/png-io.c b/src/util/png-io.c index 93a9530fe..ab3f75d87 100644 --- a/src/util/png-io.c +++ b/src/util/png-io.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/png-io.h" #ifdef USE_PNG diff --git a/src/util/png-io.h b/src/util/png-io.h index 1a9b12eab..4ecafd260 100644 --- a/src/util/png-io.h +++ b/src/util/png-io.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef PNG_IO_H #define PNG_IO_H diff --git a/src/util/socket.h b/src/util/socket.h index 416d72682..a0ac806a0 100644 --- a/src/util/socket.h +++ b/src/util/socket.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef SOCKET_H #define SOCKET_H diff --git a/src/util/string.c b/src/util/string.c index e38c78be4..d69b05d3b 100644 --- a/src/util/string.c +++ b/src/util/string.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/string.h" #include diff --git a/src/util/string.h b/src/util/string.h index 837f7b55b..e0b88fb11 100644 --- a/src/util/string.h +++ b/src/util/string.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef UTIL_STRING_H #define UTIL_STRING_H diff --git a/src/util/table.c b/src/util/table.c index 848ed7182..13a89f6f8 100644 --- a/src/util/table.c +++ b/src/util/table.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "table.h" #include "util/hash.h" diff --git a/src/util/table.h b/src/util/table.h index 3b6b85f97..2e8d31baa 100644 --- a/src/util/table.h +++ b/src/util/table.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef TABLE_H #define TABLE_H diff --git a/src/util/threading.h b/src/util/threading.h index dd2dab0d9..94043e35b 100644 --- a/src/util/threading.h +++ b/src/util/threading.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef THREADING_H #define THREADING_H diff --git a/src/util/vfs.c b/src/util/vfs.c index 973e96434..b50f610ad 100644 --- a/src/util/vfs.c +++ b/src/util/vfs.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/vfs.h" #include "util/string.h" diff --git a/src/util/vfs.h b/src/util/vfs.h index fd0e75cd5..1ce7798fb 100644 --- a/src/util/vfs.h +++ b/src/util/vfs.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef VFS_H #define VFS_H diff --git a/src/util/vfs/vfs-zip.c b/src/util/vfs/vfs-zip.c index 21f703690..182cfe256 100644 --- a/src/util/vfs/vfs-zip.c +++ b/src/util/vfs/vfs-zip.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014 Jeffrey Pfau + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util/vfs.h" #ifdef ENABLE_LIBZIP