From f2916b4cf062eec4309a6ccc2fe10dd232f4e3ce Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Mon, 26 Sep 2011 10:13:32 +0200 Subject: [PATCH] Add licence info and GPL headers --- COPYING | 674 ++++++++++++++++++ LICENSE | 23 + LICENSE.in | 17 + libmwereader/mwe.cpp | 17 + libmwereader/mwe.h | 17 + libmwereader/mweparser.cpp | 17 + libmwereader/mweparser.h | 17 + libmwereader/mwereader.cpp | 17 + libmwereader/mwereader.h | 17 + libmwereader/mwertest.cpp | 17 + libmwereader/tests/main.cpp | 17 + libmwereader/tests/mwe.cpp | 17 + libmwereader/tests/mwefunctional.cpp | 17 + libmwereader/tests/mweparser.cpp | 17 + libmwereader/tests/mwereader.cpp | 17 + libwccl/exception.cpp | 17 + libwccl/exception.h | 17 + libwccl/lexicon/lexicon.cpp | 17 + libwccl/lexicon/lexicon.h | 17 + libwccl/lexicon/lexiconparser.cpp | 17 + libwccl/lexicon/lexiconparser.h | 17 + libwccl/lexicon/lexicons.cpp | 17 + libwccl/lexicon/lexicons.h | 17 + libwccl/ops/actionexeccontext.h | 17 + libwccl/ops/expression.h | 17 + libwccl/ops/formatters.cpp | 17 + libwccl/ops/formatters.h | 17 + libwccl/ops/function.h | 17 + libwccl/ops/functions/bool/iteration.cpp | 17 + libwccl/ops/functions/bool/iteration.h | 17 + .../ops/functions/bool/iterations/atleast.cpp | 17 + .../ops/functions/bool/iterations/atleast.h | 17 + .../functions/bool/iterations/leftlook.cpp | 17 + .../ops/functions/bool/iterations/leftlook.h | 17 + .../ops/functions/bool/iterations/only.cpp | 17 + libwccl/ops/functions/bool/iterations/only.h | 17 + .../functions/bool/iterations/rightlook.cpp | 17 + .../ops/functions/bool/iterations/rightlook.h | 17 + .../ops/functions/bool/iterations/skip.cpp | 17 + libwccl/ops/functions/bool/iterations/skip.h | 17 + libwccl/ops/functions/bool/predicate.cpp | 17 + libwccl/ops/functions/bool/predicate.h | 17 + .../functions/bool/predicates/ambiguous.cpp | 17 + .../ops/functions/bool/predicates/ambiguous.h | 17 + libwccl/ops/functions/bool/predicates/and.cpp | 17 + libwccl/ops/functions/bool/predicates/and.h | 17 + libwccl/ops/functions/bool/predicates/ann.cpp | 17 + libwccl/ops/functions/bool/predicates/ann.h | 17 + .../ops/functions/bool/predicates/annsub.cpp | 17 + .../ops/functions/bool/predicates/annsub.h | 17 + .../ops/functions/bool/predicates/debug.cpp | 17 + libwccl/ops/functions/bool/predicates/debug.h | 17 + .../ops/functions/bool/predicates/equals.h | 17 + .../functions/bool/predicates/intersects.h | 17 + .../ops/functions/bool/predicates/isempty.h | 17 + .../functions/bool/predicates/isinside.cpp | 17 + .../ops/functions/bool/predicates/isinside.h | 17 + .../functions/bool/predicates/isoutside.cpp | 17 + .../ops/functions/bool/predicates/isoutside.h | 17 + .../functions/bool/predicates/issingular.cpp | 17 + .../functions/bool/predicates/issingular.h | 17 + .../functions/bool/predicates/issubsetof.h | 17 + .../bool/predicates/logicalpredicate.cpp | 17 + .../bool/predicates/logicalpredicate.h | 17 + libwccl/ops/functions/bool/predicates/nor.cpp | 17 + libwccl/ops/functions/bool/predicates/nor.h | 17 + libwccl/ops/functions/bool/predicates/or.cpp | 17 + libwccl/ops/functions/bool/predicates/or.h | 17 + .../bool/predicates/pointagreement.cpp | 17 + .../bool/predicates/pointagreement.h | 17 + .../ops/functions/bool/predicates/regex.cpp | 17 + libwccl/ops/functions/bool/predicates/regex.h | 17 + .../functions/bool/predicates/setpredicate.h | 17 + .../bool/predicates/strongagreement.cpp | 17 + .../bool/predicates/strongagreement.h | 17 + .../bool/predicates/weakagreement.cpp | 17 + .../functions/bool/predicates/weakagreement.h | 17 + libwccl/ops/functions/bool/varsetter.h | 17 + libwccl/ops/functions/conditional.h | 17 + libwccl/ops/functions/constant.h | 17 + libwccl/ops/functions/listoperator.h | 17 + libwccl/ops/functions/match/submatch.cpp | 17 + libwccl/ops/functions/match/submatch.h | 17 + libwccl/ops/functions/position/firsttoken.cpp | 17 + libwccl/ops/functions/position/firsttoken.h | 17 + libwccl/ops/functions/position/lasttoken.cpp | 17 + libwccl/ops/functions/position/lasttoken.h | 17 + .../functions/position/relativeposition.cpp | 17 + .../ops/functions/position/relativeposition.h | 17 + libwccl/ops/functions/setops.h | 17 + libwccl/ops/functions/strset/affix.cpp | 17 + libwccl/ops/functions/strset/affix.h | 17 + libwccl/ops/functions/strset/getlemmas.cpp | 17 + libwccl/ops/functions/strset/getlemmas.h | 17 + libwccl/ops/functions/strset/getorth.cpp | 17 + libwccl/ops/functions/strset/getorth.h | 17 + .../ops/functions/strset/lextranslator.cpp | 17 + libwccl/ops/functions/strset/lextranslator.h | 17 + libwccl/ops/functions/strset/tolower.cpp | 17 + libwccl/ops/functions/strset/tolower.h | 17 + libwccl/ops/functions/strset/toupper.cpp | 17 + libwccl/ops/functions/strset/toupper.h | 17 + libwccl/ops/functions/tset/agrfilter.cpp | 17 + libwccl/ops/functions/tset/agrfilter.h | 17 + libwccl/ops/functions/tset/catfilter.cpp | 17 + libwccl/ops/functions/tset/catfilter.h | 17 + libwccl/ops/functions/tset/getsymbols.cpp | 17 + libwccl/ops/functions/tset/getsymbols.h | 17 + .../ops/functions/tset/getsymbolsinrange.cpp | 17 + .../ops/functions/tset/getsymbolsinrange.h | 17 + libwccl/ops/functions/tset/getwordclass.h | 17 + libwccl/ops/functions/vargetter.h | 17 + libwccl/ops/funexeccontext.h | 17 + libwccl/ops/match/actions/markbase.cpp | 17 + libwccl/ops/match/actions/markbase.h | 17 + libwccl/ops/match/actions/markmatch.cpp | 17 + libwccl/ops/match/actions/markmatch.h | 17 + libwccl/ops/match/actions/overwritematch.cpp | 17 + libwccl/ops/match/actions/overwritematch.h | 17 + libwccl/ops/match/actions/unmarkmatch.cpp | 17 + libwccl/ops/match/actions/unmarkmatch.h | 17 + libwccl/ops/match/applyoperator.cpp | 17 + libwccl/ops/match/applyoperator.h | 17 + .../ops/match/conditions/conjconditions.cpp | 17 + libwccl/ops/match/conditions/conjconditions.h | 17 + .../ops/match/conditions/isannotatedas.cpp | 17 + libwccl/ops/match/conditions/isannotatedas.h | 17 + libwccl/ops/match/conditions/longest.cpp | 17 + libwccl/ops/match/conditions/longest.h | 17 + libwccl/ops/match/conditions/matchtext.cpp | 17 + libwccl/ops/match/conditions/matchtext.h | 17 + libwccl/ops/match/conditions/oneof.cpp | 17 + libwccl/ops/match/conditions/oneof.h | 17 + .../ops/match/conditions/optionalmatch.cpp | 17 + libwccl/ops/match/conditions/optionalmatch.h | 17 + .../ops/match/conditions/repeatedmatch.cpp | 17 + libwccl/ops/match/conditions/repeatedmatch.h | 17 + .../ops/match/conditions/tokencondition.cpp | 17 + libwccl/ops/match/conditions/tokencondition.h | 17 + libwccl/ops/match/matchaction.h | 17 + libwccl/ops/match/matchcondition.h | 17 + libwccl/ops/match/matchresult.h | 17 + libwccl/ops/matchrule.cpp | 17 + libwccl/ops/matchrule.h | 17 + libwccl/ops/matchrulesequence.cpp | 17 + libwccl/ops/matchrulesequence.h | 17 + libwccl/ops/operator.h | 17 + libwccl/ops/opsequence.cpp | 17 + libwccl/ops/opsequence.h | 17 + libwccl/ops/parsedexpression.h | 17 + libwccl/ops/tagaction.cpp | 17 + libwccl/ops/tagaction.h | 17 + libwccl/ops/tagactions/delete.cpp | 17 + libwccl/ops/tagactions/delete.h | 17 + libwccl/ops/tagactions/mark.cpp | 17 + libwccl/ops/tagactions/mark.h | 17 + libwccl/ops/tagactions/relabel.cpp | 17 + libwccl/ops/tagactions/relabel.h | 17 + libwccl/ops/tagactions/select.cpp | 17 + libwccl/ops/tagactions/select.h | 17 + libwccl/ops/tagactions/unify.cpp | 17 + libwccl/ops/tagactions/unify.h | 17 + libwccl/ops/tagactions/unmark.cpp | 17 + libwccl/ops/tagactions/unmark.h | 17 + libwccl/ops/tagrule.cpp | 17 + libwccl/ops/tagrule.h | 17 + libwccl/ops/tagrulesequence.cpp | 17 + libwccl/ops/tagrulesequence.h | 17 + libwccl/parser/ANTLRParserResult.h | 17 + libwccl/parser/Parser.cpp | 17 + libwccl/parser/Parser.h | 17 + libwccl/parser/ParserException.cpp | 17 + libwccl/parser/ParserException.h | 17 + libwccl/parser/parsingscope.h | 17 + libwccl/sentencecontext.cpp | 17 + libwccl/sentencecontext.h | 17 + libwccl/values/annotationmatch.cpp | 17 + libwccl/values/annotationmatch.h | 17 + libwccl/values/bool.cpp | 17 + libwccl/values/bool.h | 17 + libwccl/values/match.cpp | 17 + libwccl/values/match.h | 17 + libwccl/values/matchdata.h | 17 + libwccl/values/matchvector.cpp | 17 + libwccl/values/matchvector.h | 17 + libwccl/values/position.cpp | 17 + libwccl/values/position.h | 17 + libwccl/values/strset.cpp | 17 + libwccl/values/strset.h | 17 + libwccl/values/tokenmatch.cpp | 17 + libwccl/values/tokenmatch.h | 17 + libwccl/values/tset.cpp | 17 + libwccl/values/tset.h | 17 + libwccl/values/value.cpp | 17 + libwccl/values/value.h | 17 + libwccl/variables.cpp | 17 + libwccl/variables.h | 17 + libwccl/wcclfile.cpp | 17 + libwccl/wcclfile.h | 17 + libwccl/wcclfileopsections.h | 17 + licensify.sh | 5 + tests/ann_op.cpp | 17 + tests/conditional.cpp | 17 + tests/constant.cpp | 17 + tests/context.cpp | 17 + tests/datadriven.cpp | 17 + tests/datadriven.h | 17 + tests/datarule.cpp | 17 + tests/datarule.h | 17 + tests/getlemmas.cpp | 17 + tests/getorth.cpp | 17 + tests/getsymbols.cpp | 17 + tests/getsymbolsinrange.cpp | 17 + tests/isempty.cpp | 17 + tests/logicalpredicates.cpp | 17 + tests/main.cpp | 17 + tests/mark.cpp | 17 + tests/match.cpp | 17 + tests/optest.cpp | 17 + tests/optest.h | 17 + tests/position.cpp | 17 + tests/positionpredicates.cpp | 17 + tests/regex.cpp | 17 + tests/relativeposition.cpp | 17 + tests/strsetfunctions.cpp | 17 + tests/values.cpp | 17 + tests/varaccess.cpp | 17 + tests/vargetter.cpp | 17 + tests/variables.cpp | 17 + tests/varsetter.cpp | 17 + wccl-apps/stdopts.cpp | 17 + wccl-apps/stdopts.h | 17 + wccl-apps/wccl-features.cpp | 17 + wccl-apps/wccl-parser.cpp | 17 + wccl-apps/wccl-rules.cpp | 17 + wccl-apps/wccl-run.cpp | 17 + 236 files changed, 4663 insertions(+) create mode 100644 COPYING create mode 100644 LICENSE create mode 100644 LICENSE.in create mode 100755 licensify.sh diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is 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. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. 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 +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. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + 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 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. Use with the GNU Affero General Public License. + + 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 Affero 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 special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 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 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 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. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + 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 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, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + 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 GPL, see +<http://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..146bacd --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ + Copyright (C) 2010-2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, +Adam Radziszewski, Bartosz Broda + + 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 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, see <http://www.gnu.org/licenses>. + + Additional permission under GNU GPL version 3 section 7 + + If you modify this Program, or any covered work, by linking or combining +it with Morfeusz (or a modified version of that library), +containing parts covered by the terms of the Morfeusz license, the +licensors of this Program grant you additional permission to convey the +resulting work. diff --git a/LICENSE.in b/LICENSE.in new file mode 100644 index 0000000..64c3259 --- /dev/null +++ b/LICENSE.in @@ -0,0 +1,17 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + diff --git a/libmwereader/mwe.cpp b/libmwereader/mwe.cpp index 658db09..19e7948 100644 --- a/libmwereader/mwe.cpp +++ b/libmwereader/mwe.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include "mwe.h" #include <boost/algorithm/string.hpp> #include <libwccl/values/strset.h> diff --git a/libmwereader/mwe.h b/libmwereader/mwe.h index 0fec3e0..903bc17 100644 --- a/libmwereader/mwe.h +++ b/libmwereader/mwe.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBMWEREADER_MWE_H #define LIBMWEREADER_MWE_H diff --git a/libmwereader/mweparser.cpp b/libmwereader/mweparser.cpp index 5f47abe..6ab3f5e 100644 --- a/libmwereader/mweparser.cpp +++ b/libmwereader/mweparser.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include "mweparser.h" #include <libpwrutils/foreach.h> diff --git a/libmwereader/mweparser.h b/libmwereader/mweparser.h index bb38228..c42df37 100644 --- a/libmwereader/mweparser.h +++ b/libmwereader/mweparser.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBMWEREADER_MWEPARSER_H #define LIBMWEREADER_MWEPARSER_H diff --git a/libmwereader/mwereader.cpp b/libmwereader/mwereader.cpp index 6f495c2..f09e535 100644 --- a/libmwereader/mwereader.cpp +++ b/libmwereader/mwereader.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include "mwereader.h" #include "mweparser.h" #include <boost/algorithm/string.hpp> diff --git a/libmwereader/mwereader.h b/libmwereader/mwereader.h index 909fb9a..9290c2e 100644 --- a/libmwereader/mwereader.h +++ b/libmwereader/mwereader.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBMWEREADER_MWEREADER_H #define LIBMWEREADER_MWEREADER_H diff --git a/libmwereader/mwertest.cpp b/libmwereader/mwertest.cpp index 3265fad..acdf432 100644 --- a/libmwereader/mwertest.cpp +++ b/libmwereader/mwertest.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <iostream> #include "mweparser.h" diff --git a/libmwereader/tests/main.cpp b/libmwereader/tests/main.cpp index 5b9f627..e607834 100644 --- a/libmwereader/tests/main.cpp +++ b/libmwereader/tests/main.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #define BOOST_TEST_MODULE master #include <boost/test/included/unit_test.hpp> #include <boost/test/included/unit_test_framework.hpp> diff --git a/libmwereader/tests/mwe.cpp b/libmwereader/tests/mwe.cpp index 881bb75..92ce055 100644 --- a/libmwereader/tests/mwe.cpp +++ b/libmwereader/tests/mwe.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + /** *Tests for mwe.h * diff --git a/libmwereader/tests/mwefunctional.cpp b/libmwereader/tests/mwefunctional.cpp index 47fbc66..1889730 100644 --- a/libmwereader/tests/mwefunctional.cpp +++ b/libmwereader/tests/mwefunctional.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> diff --git a/libmwereader/tests/mweparser.cpp b/libmwereader/tests/mweparser.cpp index e4b8082..7e1c0bb 100644 --- a/libmwereader/tests/mweparser.cpp +++ b/libmwereader/tests/mweparser.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> diff --git a/libmwereader/tests/mwereader.cpp b/libmwereader/tests/mwereader.cpp index 97498a6..01eba0c 100644 --- a/libmwereader/tests/mwereader.cpp +++ b/libmwereader/tests/mwereader.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> diff --git a/libwccl/exception.cpp b/libwccl/exception.cpp index e1c6a29..7f75096 100644 --- a/libwccl/exception.cpp +++ b/libwccl/exception.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/exception.h> #include <sstream> diff --git a/libwccl/exception.h b/libwccl/exception.h index 74b9576..f97ccb4 100644 --- a/libwccl/exception.h +++ b/libwccl/exception.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_EXCEPTION_H #define LIBWCCL_EXCEPTION_H diff --git a/libwccl/lexicon/lexicon.cpp b/libwccl/lexicon/lexicon.cpp index 74d1341..400882b 100644 --- a/libwccl/lexicon/lexicon.cpp +++ b/libwccl/lexicon/lexicon.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/lexicon/lexicon.h> #include <libpwrutils/util.h> #include <libwccl/exception.h> diff --git a/libwccl/lexicon/lexicon.h b/libwccl/lexicon/lexicon.h index 8cc9d2a..19f2c36 100644 --- a/libwccl/lexicon/lexicon.h +++ b/libwccl/lexicon/lexicon.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_LEXICON_LEXICON_H #define LIBWCCL_LEXICON_LEXICON_H diff --git a/libwccl/lexicon/lexiconparser.cpp b/libwccl/lexicon/lexiconparser.cpp index 578d322..90e5b46 100644 --- a/libwccl/lexicon/lexiconparser.cpp +++ b/libwccl/lexicon/lexiconparser.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/lexicon/lexiconparser.h> #include "ANTLRLexiconParser.hpp" #include "ANTLRLexiconLexer.hpp" diff --git a/libwccl/lexicon/lexiconparser.h b/libwccl/lexicon/lexiconparser.h index 51cf73a..a814273 100644 --- a/libwccl/lexicon/lexiconparser.h +++ b/libwccl/lexicon/lexiconparser.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_LEXICON_LEXICONPARSER_H #define LIBWCCL_LEXICON_LEXICONPARSER_H diff --git a/libwccl/lexicon/lexicons.cpp b/libwccl/lexicon/lexicons.cpp index 836e270..68a368f 100644 --- a/libwccl/lexicon/lexicons.cpp +++ b/libwccl/lexicon/lexicons.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/lexicon/lexicons.h> #include <libwccl/exception.h> diff --git a/libwccl/lexicon/lexicons.h b/libwccl/lexicon/lexicons.h index 96f4fa1..5afb880 100644 --- a/libwccl/lexicon/lexicons.h +++ b/libwccl/lexicon/lexicons.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_LEXICON_LEXICONS_H #define LIBWCCL_LEXICON_LEXICONS_H diff --git a/libwccl/ops/actionexeccontext.h b/libwccl/ops/actionexeccontext.h index b49b513..39e791e 100644 --- a/libwccl/ops/actionexeccontext.h +++ b/libwccl/ops/actionexeccontext.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_ACTIONEXECCONTEXT_H #define LIBWCCL_OPS_ACTIONEXECCONTEXT_H diff --git a/libwccl/ops/expression.h b/libwccl/ops/expression.h index 4c3b045..d0a6564 100644 --- a/libwccl/ops/expression.h +++ b/libwccl/ops/expression.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_EXPRESSION_H #define LIBWCCL_OPS_EXPRESSION_H diff --git a/libwccl/ops/formatters.cpp b/libwccl/ops/formatters.cpp index 556e8ab..61ff223 100644 --- a/libwccl/ops/formatters.cpp +++ b/libwccl/ops/formatters.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/formatters.h> #include <sstream> diff --git a/libwccl/ops/formatters.h b/libwccl/ops/formatters.h index 5c2bd3b..a50632a 100644 --- a/libwccl/ops/formatters.h +++ b/libwccl/ops/formatters.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FORMATTERS_H #define LIBWCCL_OPS_FORMATTERS_H diff --git a/libwccl/ops/function.h b/libwccl/ops/function.h index 3aa0083..c6d74c5 100644 --- a/libwccl/ops/function.h +++ b/libwccl/ops/function.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_H #define LIBWCCL_OPS_FUNCTIONS_H diff --git a/libwccl/ops/functions/bool/iteration.cpp b/libwccl/ops/functions/bool/iteration.cpp index 9a6982a..27068bf 100644 --- a/libwccl/ops/functions/bool/iteration.cpp +++ b/libwccl/ops/functions/bool/iteration.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/iteration.h> #include <libwccl/ops/functions/bool/predicate.h> diff --git a/libwccl/ops/functions/bool/iteration.h b/libwccl/ops/functions/bool/iteration.h index cb96a2e..6e800c3 100644 --- a/libwccl/ops/functions/bool/iteration.h +++ b/libwccl/ops/functions/bool/iteration.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATION_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATION_H diff --git a/libwccl/ops/functions/bool/iterations/atleast.cpp b/libwccl/ops/functions/bool/iterations/atleast.cpp index ea3d7c9..f861847 100644 --- a/libwccl/ops/functions/bool/iterations/atleast.cpp +++ b/libwccl/ops/functions/bool/iterations/atleast.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/iterations/atleast.h> #include <sstream> diff --git a/libwccl/ops/functions/bool/iterations/atleast.h b/libwccl/ops/functions/bool/iterations/atleast.h index d6af517..6096176 100644 --- a/libwccl/ops/functions/bool/iterations/atleast.h +++ b/libwccl/ops/functions/bool/iterations/atleast.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_ATLEAST_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_ATLEAST_H diff --git a/libwccl/ops/functions/bool/iterations/leftlook.cpp b/libwccl/ops/functions/bool/iterations/leftlook.cpp index 349b40c..777508c 100644 --- a/libwccl/ops/functions/bool/iterations/leftlook.cpp +++ b/libwccl/ops/functions/bool/iterations/leftlook.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/iterations/leftlook.h> namespace Wccl { diff --git a/libwccl/ops/functions/bool/iterations/leftlook.h b/libwccl/ops/functions/bool/iterations/leftlook.h index e0776c6..53b67a3 100644 --- a/libwccl/ops/functions/bool/iterations/leftlook.h +++ b/libwccl/ops/functions/bool/iterations/leftlook.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_LEFTLOOK_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_LEFTLOOK_H diff --git a/libwccl/ops/functions/bool/iterations/only.cpp b/libwccl/ops/functions/bool/iterations/only.cpp index 32d9f16..208f888 100644 --- a/libwccl/ops/functions/bool/iterations/only.cpp +++ b/libwccl/ops/functions/bool/iterations/only.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/iterations/only.h> namespace Wccl { diff --git a/libwccl/ops/functions/bool/iterations/only.h b/libwccl/ops/functions/bool/iterations/only.h index f11d6f5..022cb63 100644 --- a/libwccl/ops/functions/bool/iterations/only.h +++ b/libwccl/ops/functions/bool/iterations/only.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_ONLY_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_ONLY_H diff --git a/libwccl/ops/functions/bool/iterations/rightlook.cpp b/libwccl/ops/functions/bool/iterations/rightlook.cpp index 70b4cda..646f1d9 100644 --- a/libwccl/ops/functions/bool/iterations/rightlook.cpp +++ b/libwccl/ops/functions/bool/iterations/rightlook.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/iterations/rightlook.h> namespace Wccl { diff --git a/libwccl/ops/functions/bool/iterations/rightlook.h b/libwccl/ops/functions/bool/iterations/rightlook.h index 579aea3..5b1c26b 100644 --- a/libwccl/ops/functions/bool/iterations/rightlook.h +++ b/libwccl/ops/functions/bool/iterations/rightlook.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_RIGHTLOOK_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_RIGHTLOOK_H diff --git a/libwccl/ops/functions/bool/iterations/skip.cpp b/libwccl/ops/functions/bool/iterations/skip.cpp index de6ca5d..098f8f3 100644 --- a/libwccl/ops/functions/bool/iterations/skip.cpp +++ b/libwccl/ops/functions/bool/iterations/skip.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/iterations/skip.h> #include <libwccl/ops/functions/bool/predicate.h> diff --git a/libwccl/ops/functions/bool/iterations/skip.h b/libwccl/ops/functions/bool/iterations/skip.h index 5017ad4..e71bafb 100644 --- a/libwccl/ops/functions/bool/iterations/skip.h +++ b/libwccl/ops/functions/bool/iterations/skip.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_SKIP_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_ITERATIONS_SKIP_H diff --git a/libwccl/ops/functions/bool/predicate.cpp b/libwccl/ops/functions/bool/predicate.cpp index 9c5b19a..582fd49 100644 --- a/libwccl/ops/functions/bool/predicate.cpp +++ b/libwccl/ops/functions/bool/predicate.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicate.h> namespace Wccl { diff --git a/libwccl/ops/functions/bool/predicate.h b/libwccl/ops/functions/bool/predicate.h index 644a76f..bf3cfd4 100644 --- a/libwccl/ops/functions/bool/predicate.h +++ b/libwccl/ops/functions/bool/predicate.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_H diff --git a/libwccl/ops/functions/bool/predicates/ambiguous.cpp b/libwccl/ops/functions/bool/predicates/ambiguous.cpp index 9e9fdc4..8e63655 100644 --- a/libwccl/ops/functions/bool/predicates/ambiguous.cpp +++ b/libwccl/ops/functions/bool/predicates/ambiguous.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/ambiguous.h> namespace Wccl { diff --git a/libwccl/ops/functions/bool/predicates/ambiguous.h b/libwccl/ops/functions/bool/predicates/ambiguous.h index f21ab2d..8fa65b0 100644 --- a/libwccl/ops/functions/bool/predicates/ambiguous.h +++ b/libwccl/ops/functions/bool/predicates/ambiguous.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_AMBIGUOUS_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_AMBIGUOUS_H diff --git a/libwccl/ops/functions/bool/predicates/and.cpp b/libwccl/ops/functions/bool/predicates/and.cpp index 2eab7cd..f77b094 100644 --- a/libwccl/ops/functions/bool/predicates/and.cpp +++ b/libwccl/ops/functions/bool/predicates/and.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/and.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/bool/predicates/and.h b/libwccl/ops/functions/bool/predicates/and.h index d7e961f..2162f75 100644 --- a/libwccl/ops/functions/bool/predicates/and.h +++ b/libwccl/ops/functions/bool/predicates/and.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_AND_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_AND_H diff --git a/libwccl/ops/functions/bool/predicates/ann.cpp b/libwccl/ops/functions/bool/predicates/ann.cpp index dc07e95..5900bfa 100644 --- a/libwccl/ops/functions/bool/predicates/ann.cpp +++ b/libwccl/ops/functions/bool/predicates/ann.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/ann.h> #include <libwccl/values/match.h> #include <libcorpus2/ann/annotatedsentence.h> diff --git a/libwccl/ops/functions/bool/predicates/ann.h b/libwccl/ops/functions/bool/predicates/ann.h index e9b8d14..24f1447 100644 --- a/libwccl/ops/functions/bool/predicates/ann.h +++ b/libwccl/ops/functions/bool/predicates/ann.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ANN_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ANN_H diff --git a/libwccl/ops/functions/bool/predicates/annsub.cpp b/libwccl/ops/functions/bool/predicates/annsub.cpp index cb03321..58f33c4 100644 --- a/libwccl/ops/functions/bool/predicates/annsub.cpp +++ b/libwccl/ops/functions/bool/predicates/annsub.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/annsub.h> #include <libwccl/values/match.h> #include <libcorpus2/ann/annotatedsentence.h> diff --git a/libwccl/ops/functions/bool/predicates/annsub.h b/libwccl/ops/functions/bool/predicates/annsub.h index 0d2c235..7339389 100644 --- a/libwccl/ops/functions/bool/predicates/annsub.h +++ b/libwccl/ops/functions/bool/predicates/annsub.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ANNSUB_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ANNSUB_H diff --git a/libwccl/ops/functions/bool/predicates/debug.cpp b/libwccl/ops/functions/bool/predicates/debug.cpp index f96c09d..35a89ee 100644 --- a/libwccl/ops/functions/bool/predicates/debug.cpp +++ b/libwccl/ops/functions/bool/predicates/debug.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/debug.h> #include <libwccl/ops/formatters.h> diff --git a/libwccl/ops/functions/bool/predicates/debug.h b/libwccl/ops/functions/bool/predicates/debug.h index f426137..8a0e077 100644 --- a/libwccl/ops/functions/bool/predicates/debug.h +++ b/libwccl/ops/functions/bool/predicates/debug.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_DEBUG_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_DEBUG_H diff --git a/libwccl/ops/functions/bool/predicates/equals.h b/libwccl/ops/functions/bool/predicates/equals.h index acac3f3..483e727 100644 --- a/libwccl/ops/functions/bool/predicates/equals.h +++ b/libwccl/ops/functions/bool/predicates/equals.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_EQUALS_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_EQUALS_H diff --git a/libwccl/ops/functions/bool/predicates/intersects.h b/libwccl/ops/functions/bool/predicates/intersects.h index 92c88c0..0a88047 100644 --- a/libwccl/ops/functions/bool/predicates/intersects.h +++ b/libwccl/ops/functions/bool/predicates/intersects.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_INTERSECTS_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_INTERSECTS_H diff --git a/libwccl/ops/functions/bool/predicates/isempty.h b/libwccl/ops/functions/bool/predicates/isempty.h index eedf061..15b470a 100644 --- a/libwccl/ops/functions/bool/predicates/isempty.h +++ b/libwccl/ops/functions/bool/predicates/isempty.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISEMPTY_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISEMPTY_H diff --git a/libwccl/ops/functions/bool/predicates/isinside.cpp b/libwccl/ops/functions/bool/predicates/isinside.cpp index a4a593a..4ca68b1 100644 --- a/libwccl/ops/functions/bool/predicates/isinside.cpp +++ b/libwccl/ops/functions/bool/predicates/isinside.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/isinside.h> #include <libwccl/ops/formatters.h> diff --git a/libwccl/ops/functions/bool/predicates/isinside.h b/libwccl/ops/functions/bool/predicates/isinside.h index 8971db5..b0b45ed 100644 --- a/libwccl/ops/functions/bool/predicates/isinside.h +++ b/libwccl/ops/functions/bool/predicates/isinside.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISINSIDE_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISINSIDE_H diff --git a/libwccl/ops/functions/bool/predicates/isoutside.cpp b/libwccl/ops/functions/bool/predicates/isoutside.cpp index 5f6389e..8cb35c2 100644 --- a/libwccl/ops/functions/bool/predicates/isoutside.cpp +++ b/libwccl/ops/functions/bool/predicates/isoutside.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/isoutside.h> #include <libwccl/ops/formatters.h> diff --git a/libwccl/ops/functions/bool/predicates/isoutside.h b/libwccl/ops/functions/bool/predicates/isoutside.h index 96d78c8..ea586c2 100644 --- a/libwccl/ops/functions/bool/predicates/isoutside.h +++ b/libwccl/ops/functions/bool/predicates/isoutside.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISOUTSIDE_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISOUTSIDE_H diff --git a/libwccl/ops/functions/bool/predicates/issingular.cpp b/libwccl/ops/functions/bool/predicates/issingular.cpp index ef9e653..32f7db6 100644 --- a/libwccl/ops/functions/bool/predicates/issingular.cpp +++ b/libwccl/ops/functions/bool/predicates/issingular.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/issingular.h> #include <libwccl/ops/formatters.h> diff --git a/libwccl/ops/functions/bool/predicates/issingular.h b/libwccl/ops/functions/bool/predicates/issingular.h index 8e5f51c..2ae3529 100644 --- a/libwccl/ops/functions/bool/predicates/issingular.h +++ b/libwccl/ops/functions/bool/predicates/issingular.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISSINGULAR_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISSINGULAR_H diff --git a/libwccl/ops/functions/bool/predicates/issubsetof.h b/libwccl/ops/functions/bool/predicates/issubsetof.h index 0822aab..f041303 100644 --- a/libwccl/ops/functions/bool/predicates/issubsetof.h +++ b/libwccl/ops/functions/bool/predicates/issubsetof.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISSUBSETOF_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_ISSUBSETOF_H diff --git a/libwccl/ops/functions/bool/predicates/logicalpredicate.cpp b/libwccl/ops/functions/bool/predicates/logicalpredicate.cpp index db7d743..44f3ea6 100644 --- a/libwccl/ops/functions/bool/predicates/logicalpredicate.cpp +++ b/libwccl/ops/functions/bool/predicates/logicalpredicate.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/logicalpredicate.h> namespace Wccl { diff --git a/libwccl/ops/functions/bool/predicates/logicalpredicate.h b/libwccl/ops/functions/bool/predicates/logicalpredicate.h index 7587b11..833b843 100644 --- a/libwccl/ops/functions/bool/predicates/logicalpredicate.h +++ b/libwccl/ops/functions/bool/predicates/logicalpredicate.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_LOGICALPREDICATE_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_LOGICALPREDICATE_H diff --git a/libwccl/ops/functions/bool/predicates/nor.cpp b/libwccl/ops/functions/bool/predicates/nor.cpp index 4a88e46..85f8b5c 100644 --- a/libwccl/ops/functions/bool/predicates/nor.cpp +++ b/libwccl/ops/functions/bool/predicates/nor.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/nor.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/bool/predicates/nor.h b/libwccl/ops/functions/bool/predicates/nor.h index 8cd5920..a04a535 100644 --- a/libwccl/ops/functions/bool/predicates/nor.h +++ b/libwccl/ops/functions/bool/predicates/nor.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_NOR_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_NOR_H diff --git a/libwccl/ops/functions/bool/predicates/or.cpp b/libwccl/ops/functions/bool/predicates/or.cpp index c1ff885..aef736d 100644 --- a/libwccl/ops/functions/bool/predicates/or.cpp +++ b/libwccl/ops/functions/bool/predicates/or.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/or.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/bool/predicates/or.h b/libwccl/ops/functions/bool/predicates/or.h index 83d13bc..173a50b 100644 --- a/libwccl/ops/functions/bool/predicates/or.h +++ b/libwccl/ops/functions/bool/predicates/or.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_OR_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_OR_H diff --git a/libwccl/ops/functions/bool/predicates/pointagreement.cpp b/libwccl/ops/functions/bool/predicates/pointagreement.cpp index 6104f5e..3e007c3 100644 --- a/libwccl/ops/functions/bool/predicates/pointagreement.cpp +++ b/libwccl/ops/functions/bool/predicates/pointagreement.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/pointagreement.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/bool/predicates/pointagreement.h b/libwccl/ops/functions/bool/predicates/pointagreement.h index 98b18f1..5a81bdc 100644 --- a/libwccl/ops/functions/bool/predicates/pointagreement.h +++ b/libwccl/ops/functions/bool/predicates/pointagreement.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_POINTAGREEMENT_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_POINTAGREEMENT_H diff --git a/libwccl/ops/functions/bool/predicates/regex.cpp b/libwccl/ops/functions/bool/predicates/regex.cpp index 6991833..9d0f7a7 100644 --- a/libwccl/ops/functions/bool/predicates/regex.cpp +++ b/libwccl/ops/functions/bool/predicates/regex.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/regex.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/bool/predicates/regex.h b/libwccl/ops/functions/bool/predicates/regex.h index e32721e..6a068ab 100644 --- a/libwccl/ops/functions/bool/predicates/regex.h +++ b/libwccl/ops/functions/bool/predicates/regex.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_REGEX_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_REGEX_H diff --git a/libwccl/ops/functions/bool/predicates/setpredicate.h b/libwccl/ops/functions/bool/predicates/setpredicate.h index 863cac2..30c0ca0 100644 --- a/libwccl/ops/functions/bool/predicates/setpredicate.h +++ b/libwccl/ops/functions/bool/predicates/setpredicate.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_SETPREDICATE_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATES_SETPREDICATE_H diff --git a/libwccl/ops/functions/bool/predicates/strongagreement.cpp b/libwccl/ops/functions/bool/predicates/strongagreement.cpp index 908def3..6ec70c6 100644 --- a/libwccl/ops/functions/bool/predicates/strongagreement.cpp +++ b/libwccl/ops/functions/bool/predicates/strongagreement.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/strongagreement.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/bool/predicates/strongagreement.h b/libwccl/ops/functions/bool/predicates/strongagreement.h index 3e215a5..6eb97e6 100644 --- a/libwccl/ops/functions/bool/predicates/strongagreement.h +++ b/libwccl/ops/functions/bool/predicates/strongagreement.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_STRONGAGREEMENT_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_STRONGAGREEMENT_H diff --git a/libwccl/ops/functions/bool/predicates/weakagreement.cpp b/libwccl/ops/functions/bool/predicates/weakagreement.cpp index b7f4b66..053dc02 100644 --- a/libwccl/ops/functions/bool/predicates/weakagreement.cpp +++ b/libwccl/ops/functions/bool/predicates/weakagreement.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/bool/predicates/weakagreement.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/bool/predicates/weakagreement.h b/libwccl/ops/functions/bool/predicates/weakagreement.h index e8135ef..a1db563 100644 --- a/libwccl/ops/functions/bool/predicates/weakagreement.h +++ b/libwccl/ops/functions/bool/predicates/weakagreement.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_WEAKAGREEMENT_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_PREDICATE_WEAKAGREEMENT_H diff --git a/libwccl/ops/functions/bool/varsetter.h b/libwccl/ops/functions/bool/varsetter.h index 2d74ae9..149f367 100644 --- a/libwccl/ops/functions/bool/varsetter.h +++ b/libwccl/ops/functions/bool/varsetter.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_BOOL_VARSETTER_H #define LIBWCCL_OPS_FUNCTIONS_BOOL_VARSETTER_H diff --git a/libwccl/ops/functions/conditional.h b/libwccl/ops/functions/conditional.h index ef040ea..1cf74fe 100644 --- a/libwccl/ops/functions/conditional.h +++ b/libwccl/ops/functions/conditional.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_CONDITIONAL_H #define LIBWCCL_OPS_FUNCTIONS_CONDITIONAL_H diff --git a/libwccl/ops/functions/constant.h b/libwccl/ops/functions/constant.h index e196162..ba766f4 100644 --- a/libwccl/ops/functions/constant.h +++ b/libwccl/ops/functions/constant.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_CONSTANT_H #define LIBWCCL_OPS_FUNCTIONS_CONSTANT_H diff --git a/libwccl/ops/functions/listoperator.h b/libwccl/ops/functions/listoperator.h index 0e8c8ac..36d456a 100644 --- a/libwccl/ops/functions/listoperator.h +++ b/libwccl/ops/functions/listoperator.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_LISTOPERATOR_H #define LIBWCCL_OPS_FUNCTIONS_LISTOPERATOR_H diff --git a/libwccl/ops/functions/match/submatch.cpp b/libwccl/ops/functions/match/submatch.cpp index 3b25a0e..2bf2b78 100644 --- a/libwccl/ops/functions/match/submatch.cpp +++ b/libwccl/ops/functions/match/submatch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/match/submatch.h> #include <libwccl/ops/functions/vargetter.h> diff --git a/libwccl/ops/functions/match/submatch.h b/libwccl/ops/functions/match/submatch.h index d2eb031..098a510 100644 --- a/libwccl/ops/functions/match/submatch.h +++ b/libwccl/ops/functions/match/submatch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_MATCH_SUBMATCH_H #define LIBWCCL_OPS_FUNCTIONS_MATCH_SUBMATCH_H diff --git a/libwccl/ops/functions/position/firsttoken.cpp b/libwccl/ops/functions/position/firsttoken.cpp index b92b66d..0d23528 100644 --- a/libwccl/ops/functions/position/firsttoken.cpp +++ b/libwccl/ops/functions/position/firsttoken.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/position/firsttoken.h> #include <libwccl/ops/functions/constant.h> #include <libwccl/exception.h> diff --git a/libwccl/ops/functions/position/firsttoken.h b/libwccl/ops/functions/position/firsttoken.h index 3081574..aa90276 100644 --- a/libwccl/ops/functions/position/firsttoken.h +++ b/libwccl/ops/functions/position/firsttoken.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_POSITION_FIRSTTOKEN_H #define LIBWCCL_OPS_FUNCTIONS_POSITION_FIRSTTOKEN_H diff --git a/libwccl/ops/functions/position/lasttoken.cpp b/libwccl/ops/functions/position/lasttoken.cpp index 6b4f43e..426ffde 100644 --- a/libwccl/ops/functions/position/lasttoken.cpp +++ b/libwccl/ops/functions/position/lasttoken.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/position/lasttoken.h> #include <libwccl/ops/functions/constant.h> #include <libwccl/exception.h> diff --git a/libwccl/ops/functions/position/lasttoken.h b/libwccl/ops/functions/position/lasttoken.h index 995949e..c9d5306 100644 --- a/libwccl/ops/functions/position/lasttoken.h +++ b/libwccl/ops/functions/position/lasttoken.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_POSITION_LASTTOKEN_H #define LIBWCCL_OPS_FUNCTIONS_POSITION_LASTTOKEN_H diff --git a/libwccl/ops/functions/position/relativeposition.cpp b/libwccl/ops/functions/position/relativeposition.cpp index 86e1759..5b039d7 100644 --- a/libwccl/ops/functions/position/relativeposition.cpp +++ b/libwccl/ops/functions/position/relativeposition.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/position/relativeposition.h> #include <libwccl/ops/functions/constant.h> diff --git a/libwccl/ops/functions/position/relativeposition.h b/libwccl/ops/functions/position/relativeposition.h index f5786e3..c42b003 100644 --- a/libwccl/ops/functions/position/relativeposition.h +++ b/libwccl/ops/functions/position/relativeposition.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_POSITION_RELATIVEPOSITION_H #define LIBWCCL_OPS_FUNCTIONS_POSITION_RELATIVEPOSITION_H diff --git a/libwccl/ops/functions/setops.h b/libwccl/ops/functions/setops.h index d53cedc..95883db 100644 --- a/libwccl/ops/functions/setops.h +++ b/libwccl/ops/functions/setops.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_SETOPS_H #define LIBWCCL_OPS_FUNCTIONS_SETOPS_H diff --git a/libwccl/ops/functions/strset/affix.cpp b/libwccl/ops/functions/strset/affix.cpp index eabfaaf..82d8362 100644 --- a/libwccl/ops/functions/strset/affix.cpp +++ b/libwccl/ops/functions/strset/affix.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/strset/affix.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/functions/strset/affix.h b/libwccl/ops/functions/strset/affix.h index ce6bd6f..810f312 100644 --- a/libwccl/ops/functions/strset/affix.h +++ b/libwccl/ops/functions/strset/affix.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_STRSET_AFFIX_H #define LIBWCCL_OPS_FUNCTIONS_STRSET_AFFIX_H diff --git a/libwccl/ops/functions/strset/getlemmas.cpp b/libwccl/ops/functions/strset/getlemmas.cpp index 5153943..d17dfa4 100644 --- a/libwccl/ops/functions/strset/getlemmas.cpp +++ b/libwccl/ops/functions/strset/getlemmas.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/strset/getlemmas.h> #include <libwccl/ops/formatters.h> #include <libwccl/ops/functions/constant.h> diff --git a/libwccl/ops/functions/strset/getlemmas.h b/libwccl/ops/functions/strset/getlemmas.h index 3e473f3..6c36cbe 100644 --- a/libwccl/ops/functions/strset/getlemmas.h +++ b/libwccl/ops/functions/strset/getlemmas.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_STRSET_GETBASE_H #define LIBWCCL_OPS_FUNCTIONS_STRSET_GETBASE_H diff --git a/libwccl/ops/functions/strset/getorth.cpp b/libwccl/ops/functions/strset/getorth.cpp index 33371c4..ebacb49 100644 --- a/libwccl/ops/functions/strset/getorth.cpp +++ b/libwccl/ops/functions/strset/getorth.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/strset/getorth.h> #include <libwccl/ops/formatters.h> #include <libwccl/ops/functions/constant.h> diff --git a/libwccl/ops/functions/strset/getorth.h b/libwccl/ops/functions/strset/getorth.h index 2308629..b9f530f 100644 --- a/libwccl/ops/functions/strset/getorth.h +++ b/libwccl/ops/functions/strset/getorth.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_STRSET_GETORTH_H #define LIBWCCL_OPS_FUNCTIONS_STRSET_GETORTH_H diff --git a/libwccl/ops/functions/strset/lextranslator.cpp b/libwccl/ops/functions/strset/lextranslator.cpp index 424520b..4eb552c 100644 --- a/libwccl/ops/functions/strset/lextranslator.cpp +++ b/libwccl/ops/functions/strset/lextranslator.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/strset/lextranslator.h> #include <sstream> diff --git a/libwccl/ops/functions/strset/lextranslator.h b/libwccl/ops/functions/strset/lextranslator.h index 4cfab9d..bc32326 100644 --- a/libwccl/ops/functions/strset/lextranslator.h +++ b/libwccl/ops/functions/strset/lextranslator.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_STRSET_LEXTRANSLATOR_H #define LIBWCCL_OPS_FUNCTIONS_STRSET_LEXTRANSLATOR_H diff --git a/libwccl/ops/functions/strset/tolower.cpp b/libwccl/ops/functions/strset/tolower.cpp index 36d54cf..a13edaa 100644 --- a/libwccl/ops/functions/strset/tolower.cpp +++ b/libwccl/ops/functions/strset/tolower.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/strset/tolower.h> #include <libwccl/ops/formatters.h> diff --git a/libwccl/ops/functions/strset/tolower.h b/libwccl/ops/functions/strset/tolower.h index f46e568..77e1a28 100644 --- a/libwccl/ops/functions/strset/tolower.h +++ b/libwccl/ops/functions/strset/tolower.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_STRSET_TOLOWER_H #define LIBWCCL_OPS_FUNCTIONS_STRSET_TOLOWER_H diff --git a/libwccl/ops/functions/strset/toupper.cpp b/libwccl/ops/functions/strset/toupper.cpp index 09c8c8e..08a7789 100644 --- a/libwccl/ops/functions/strset/toupper.cpp +++ b/libwccl/ops/functions/strset/toupper.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/strset/toupper.h> #include <libwccl/ops/formatters.h> diff --git a/libwccl/ops/functions/strset/toupper.h b/libwccl/ops/functions/strset/toupper.h index 0009ba1..e25cfbc 100644 --- a/libwccl/ops/functions/strset/toupper.h +++ b/libwccl/ops/functions/strset/toupper.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_STRSET_TOUPPER_H #define LIBWCCL_OPS_FUNCTIONS_STRSET_TOUPPER_H diff --git a/libwccl/ops/functions/tset/agrfilter.cpp b/libwccl/ops/functions/tset/agrfilter.cpp index ef56fa5..1be3379 100644 --- a/libwccl/ops/functions/tset/agrfilter.cpp +++ b/libwccl/ops/functions/tset/agrfilter.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/tset/agrfilter.h> #include <libwccl/ops/functions/constant.h> diff --git a/libwccl/ops/functions/tset/agrfilter.h b/libwccl/ops/functions/tset/agrfilter.h index d41d4c6..4dfb4c3 100644 --- a/libwccl/ops/functions/tset/agrfilter.h +++ b/libwccl/ops/functions/tset/agrfilter.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_TSET_AGRFILTER_H #define LIBWCCL_OPS_FUNCTIONS_TSET_AGRFILTER_H diff --git a/libwccl/ops/functions/tset/catfilter.cpp b/libwccl/ops/functions/tset/catfilter.cpp index b5e1b24..4d62aae 100644 --- a/libwccl/ops/functions/tset/catfilter.cpp +++ b/libwccl/ops/functions/tset/catfilter.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/tset/catfilter.h> #include <libwccl/ops/functions/constant.h> diff --git a/libwccl/ops/functions/tset/catfilter.h b/libwccl/ops/functions/tset/catfilter.h index 71519ba..d352b81 100644 --- a/libwccl/ops/functions/tset/catfilter.h +++ b/libwccl/ops/functions/tset/catfilter.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_TSET_CATFILTER_H #define LIBWCCL_OPS_FUNCTIONS_TSET_CATFILTER_H diff --git a/libwccl/ops/functions/tset/getsymbols.cpp b/libwccl/ops/functions/tset/getsymbols.cpp index d23f6ec..af2e769 100644 --- a/libwccl/ops/functions/tset/getsymbols.cpp +++ b/libwccl/ops/functions/tset/getsymbols.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/tset/getsymbols.h> #include <libwccl/ops/formatters.h> #include <libwccl/ops/functions/constant.h> diff --git a/libwccl/ops/functions/tset/getsymbols.h b/libwccl/ops/functions/tset/getsymbols.h index a62300d..1a02ca7 100644 --- a/libwccl/ops/functions/tset/getsymbols.h +++ b/libwccl/ops/functions/tset/getsymbols.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_TSET_GETSYMBOLS_H #define LIBWCCL_OPS_FUNCTIONS_TSET_GETSYMBOLS_H diff --git a/libwccl/ops/functions/tset/getsymbolsinrange.cpp b/libwccl/ops/functions/tset/getsymbolsinrange.cpp index 2897b69..969bd0e 100644 --- a/libwccl/ops/functions/tset/getsymbolsinrange.cpp +++ b/libwccl/ops/functions/tset/getsymbolsinrange.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/functions/tset/getsymbolsinrange.h> #include <libwccl/ops/functions/constant.h> diff --git a/libwccl/ops/functions/tset/getsymbolsinrange.h b/libwccl/ops/functions/tset/getsymbolsinrange.h index 911e103..bd7be8f 100644 --- a/libwccl/ops/functions/tset/getsymbolsinrange.h +++ b/libwccl/ops/functions/tset/getsymbolsinrange.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_TSET_GETSYMBOLSINRANGE_H #define LIBWCCL_OPS_FUNCTIONS_TSET_GETSYMBOLSINRANGE_H diff --git a/libwccl/ops/functions/tset/getwordclass.h b/libwccl/ops/functions/tset/getwordclass.h index a350562..84ac474 100644 --- a/libwccl/ops/functions/tset/getwordclass.h +++ b/libwccl/ops/functions/tset/getwordclass.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_TSET_GETWORDCLASS_H #define LIBWCCL_OPS_FUNCTIONS_TSET_GETWORDCLASS_H diff --git a/libwccl/ops/functions/vargetter.h b/libwccl/ops/functions/vargetter.h index 53d1d33..7a4157b 100644 --- a/libwccl/ops/functions/vargetter.h +++ b/libwccl/ops/functions/vargetter.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNCTIONS_VARGETTER_H #define LIBWCCL_OPS_FUNCTIONS_VARGETTER_H diff --git a/libwccl/ops/funexeccontext.h b/libwccl/ops/funexeccontext.h index 43e039c..8b56ad8 100644 --- a/libwccl/ops/funexeccontext.h +++ b/libwccl/ops/funexeccontext.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_FUNEXECCONTEXT_H #define LIBWCCL_OPS_FUNEXECCONTEXT_H diff --git a/libwccl/ops/match/actions/markbase.cpp b/libwccl/ops/match/actions/markbase.cpp index f38d9e3..783dcc3 100644 --- a/libwccl/ops/match/actions/markbase.cpp +++ b/libwccl/ops/match/actions/markbase.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/match.h> #include <libwccl/ops/match/actions/markmatch.h> diff --git a/libwccl/ops/match/actions/markbase.h b/libwccl/ops/match/actions/markbase.h index dfbedf0..5874812 100644 --- a/libwccl/ops/match/actions/markbase.h +++ b/libwccl/ops/match/actions/markbase.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_ACTIONS_MARKBASE_H #define LIBWCCL_OPS_MATCH_ACTIONS_MARKBASE_H diff --git a/libwccl/ops/match/actions/markmatch.cpp b/libwccl/ops/match/actions/markmatch.cpp index 9674af8..695b8e3 100644 --- a/libwccl/ops/match/actions/markmatch.cpp +++ b/libwccl/ops/match/actions/markmatch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/actions/markmatch.h> #include <sstream> diff --git a/libwccl/ops/match/actions/markmatch.h b/libwccl/ops/match/actions/markmatch.h index 3f1cd3d..5b6117b 100644 --- a/libwccl/ops/match/actions/markmatch.h +++ b/libwccl/ops/match/actions/markmatch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_ACTIONS_MARKMATCH_H #define LIBWCCL_OPS_MATCH_ACTIONS_MARKMATCH_H diff --git a/libwccl/ops/match/actions/overwritematch.cpp b/libwccl/ops/match/actions/overwritematch.cpp index e8fafa7..1ae458e 100644 --- a/libwccl/ops/match/actions/overwritematch.cpp +++ b/libwccl/ops/match/actions/overwritematch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/actions/overwritematch.h> #include <sstream> diff --git a/libwccl/ops/match/actions/overwritematch.h b/libwccl/ops/match/actions/overwritematch.h index 87dbd2e..6a60c66 100644 --- a/libwccl/ops/match/actions/overwritematch.h +++ b/libwccl/ops/match/actions/overwritematch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_ACTIONS_OVERWRITEMATCH_H #define LIBWCCL_OPS_MATCH_ACTIONS_OVERWRITEMATCH_H diff --git a/libwccl/ops/match/actions/unmarkmatch.cpp b/libwccl/ops/match/actions/unmarkmatch.cpp index 7e7926e..02d7023 100644 --- a/libwccl/ops/match/actions/unmarkmatch.cpp +++ b/libwccl/ops/match/actions/unmarkmatch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/match.h> #include <libwccl/ops/match/actions/unmarkmatch.h> #include <libcorpus2/ann/annotatedsentence.h> diff --git a/libwccl/ops/match/actions/unmarkmatch.h b/libwccl/ops/match/actions/unmarkmatch.h index 9d074fb..6dc7b22 100644 --- a/libwccl/ops/match/actions/unmarkmatch.h +++ b/libwccl/ops/match/actions/unmarkmatch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_ACTIONS_UNMARKMATCH_H #define LIBWCCL_OPS_MATCH_ACTIONS_UNMARKMATCH_H diff --git a/libwccl/ops/match/applyoperator.cpp b/libwccl/ops/match/applyoperator.cpp index 2d4ad49..01c0b93 100644 --- a/libwccl/ops/match/applyoperator.cpp +++ b/libwccl/ops/match/applyoperator.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/applyoperator.h> #include <libwccl/values/match.h> #include <libwccl/ops/match/conditions/conjconditions.h> diff --git a/libwccl/ops/match/applyoperator.h b/libwccl/ops/match/applyoperator.h index 014ecc3..c1be432 100644 --- a/libwccl/ops/match/applyoperator.h +++ b/libwccl/ops/match/applyoperator.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_APPLYOPERATOR_H #define LIBWCCL_OPS_MATCH_APPLYOPERATOR_H diff --git a/libwccl/ops/match/conditions/conjconditions.cpp b/libwccl/ops/match/conditions/conjconditions.cpp index c144716..8392ffc 100644 --- a/libwccl/ops/match/conditions/conjconditions.cpp +++ b/libwccl/ops/match/conditions/conjconditions.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/conjconditions.h> #include <libwccl/values/matchvector.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/match/conditions/conjconditions.h b/libwccl/ops/match/conditions/conjconditions.h index ef5104b..3d64b58 100644 --- a/libwccl/ops/match/conditions/conjconditions.h +++ b/libwccl/ops/match/conditions/conjconditions.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_CONJCONDITIONS_H #define LIBWCCL_OPS_MATCH_CONDITIONS_CONJCONDITIONS_H diff --git a/libwccl/ops/match/conditions/isannotatedas.cpp b/libwccl/ops/match/conditions/isannotatedas.cpp index 433df1e..1bc49fc 100644 --- a/libwccl/ops/match/conditions/isannotatedas.cpp +++ b/libwccl/ops/match/conditions/isannotatedas.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/isannotatedas.h> #include <sstream> diff --git a/libwccl/ops/match/conditions/isannotatedas.h b/libwccl/ops/match/conditions/isannotatedas.h index e40fbd0..0f1669b 100644 --- a/libwccl/ops/match/conditions/isannotatedas.h +++ b/libwccl/ops/match/conditions/isannotatedas.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_ISANNOTATEDAS_H #define LIBWCCL_OPS_MATCH_CONDITIONS_ISANNOTATEDAS_H diff --git a/libwccl/ops/match/conditions/longest.cpp b/libwccl/ops/match/conditions/longest.cpp index e1a5405..d0b6185 100644 --- a/libwccl/ops/match/conditions/longest.cpp +++ b/libwccl/ops/match/conditions/longest.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/longest.h> #include <libwccl/values/matchvector.h> #include <sstream> diff --git a/libwccl/ops/match/conditions/longest.h b/libwccl/ops/match/conditions/longest.h index 070738f..5bfc5cd 100644 --- a/libwccl/ops/match/conditions/longest.h +++ b/libwccl/ops/match/conditions/longest.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_LONGEST_H #define LIBWCCL_OPS_MATCH_CONDITIONS_LONGEST_H diff --git a/libwccl/ops/match/conditions/matchtext.cpp b/libwccl/ops/match/conditions/matchtext.cpp index 6bad997..4c97e4b 100644 --- a/libwccl/ops/match/conditions/matchtext.cpp +++ b/libwccl/ops/match/conditions/matchtext.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/matchtext.h> #include <sstream> #include <libpwrutils/util.h> diff --git a/libwccl/ops/match/conditions/matchtext.h b/libwccl/ops/match/conditions/matchtext.h index 6a6805a..ef311c8 100644 --- a/libwccl/ops/match/conditions/matchtext.h +++ b/libwccl/ops/match/conditions/matchtext.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_MATCHTEXT_H #define LIBWCCL_OPS_MATCH_CONDITIONS_MATCHTEXT_H diff --git a/libwccl/ops/match/conditions/oneof.cpp b/libwccl/ops/match/conditions/oneof.cpp index 6871e84..0f56766 100644 --- a/libwccl/ops/match/conditions/oneof.cpp +++ b/libwccl/ops/match/conditions/oneof.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/oneof.h> #include <libwccl/values/matchvector.h> #include <sstream> diff --git a/libwccl/ops/match/conditions/oneof.h b/libwccl/ops/match/conditions/oneof.h index da6fc51..46d8fde 100644 --- a/libwccl/ops/match/conditions/oneof.h +++ b/libwccl/ops/match/conditions/oneof.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_ONEOF_H #define LIBWCCL_OPS_MATCH_CONDITIONS_ONEOF_H diff --git a/libwccl/ops/match/conditions/optionalmatch.cpp b/libwccl/ops/match/conditions/optionalmatch.cpp index 235fcc1..7f099d7 100644 --- a/libwccl/ops/match/conditions/optionalmatch.cpp +++ b/libwccl/ops/match/conditions/optionalmatch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/optionalmatch.h> #include <libwccl/values/matchvector.h> #include <sstream> diff --git a/libwccl/ops/match/conditions/optionalmatch.h b/libwccl/ops/match/conditions/optionalmatch.h index beba430..fda4266 100644 --- a/libwccl/ops/match/conditions/optionalmatch.h +++ b/libwccl/ops/match/conditions/optionalmatch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_OPTIONALMATCH_H #define LIBWCCL_OPS_MATCH_CONDITIONS_OPTIONALMATCH_H diff --git a/libwccl/ops/match/conditions/repeatedmatch.cpp b/libwccl/ops/match/conditions/repeatedmatch.cpp index f5d71cb..043732b 100644 --- a/libwccl/ops/match/conditions/repeatedmatch.cpp +++ b/libwccl/ops/match/conditions/repeatedmatch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/repeatedmatch.h> #include <libwccl/values/matchvector.h> #include <sstream> diff --git a/libwccl/ops/match/conditions/repeatedmatch.h b/libwccl/ops/match/conditions/repeatedmatch.h index 618945d..99a5ed4 100644 --- a/libwccl/ops/match/conditions/repeatedmatch.h +++ b/libwccl/ops/match/conditions/repeatedmatch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_REPEATEDMATCH_H #define LIBWCCL_OPS_MATCH_CONDITIONS_REPEATEDMATCH_H diff --git a/libwccl/ops/match/conditions/tokencondition.cpp b/libwccl/ops/match/conditions/tokencondition.cpp index 06efcdf..6dedf2e 100644 --- a/libwccl/ops/match/conditions/tokencondition.cpp +++ b/libwccl/ops/match/conditions/tokencondition.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/match/conditions/tokencondition.h> #include <libwccl/values/tokenmatch.h> diff --git a/libwccl/ops/match/conditions/tokencondition.h b/libwccl/ops/match/conditions/tokencondition.h index 53d0432..27224dc 100644 --- a/libwccl/ops/match/conditions/tokencondition.h +++ b/libwccl/ops/match/conditions/tokencondition.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_CONDITIONS_TOKENCODITION_H #define LIBWCCL_OPS_MATCH_CONDITIONS_TOKENCODITION_H diff --git a/libwccl/ops/match/matchaction.h b/libwccl/ops/match/matchaction.h index 527747e..79ec698 100644 --- a/libwccl/ops/match/matchaction.h +++ b/libwccl/ops/match/matchaction.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_MATCHACTION_H #define LIBWCCL_OPS_MATCH_MATCHACTION_H diff --git a/libwccl/ops/match/matchcondition.h b/libwccl/ops/match/matchcondition.h index 12dde83..5a7a001 100644 --- a/libwccl/ops/match/matchcondition.h +++ b/libwccl/ops/match/matchcondition.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_MATCHCONDITION_H #define LIBWCCL_OPS_MATCH_MATCHCONDITION_H diff --git a/libwccl/ops/match/matchresult.h b/libwccl/ops/match/matchresult.h index c4e2a05..8137ca9 100644 --- a/libwccl/ops/match/matchresult.h +++ b/libwccl/ops/match/matchresult.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCH_MATCHRESULT_H #define LIBWCCL_OPS_MATCH_MATCHRESULT_H diff --git a/libwccl/ops/matchrule.cpp b/libwccl/ops/matchrule.cpp index fc89922..52bb4d5 100644 --- a/libwccl/ops/matchrule.cpp +++ b/libwccl/ops/matchrule.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/sentencecontext.h> #include <libwccl/ops/match/applyoperator.h> #include <libwccl/ops/matchrule.h> diff --git a/libwccl/ops/matchrule.h b/libwccl/ops/matchrule.h index f029d67..019f8d8 100644 --- a/libwccl/ops/matchrule.h +++ b/libwccl/ops/matchrule.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCHRULE_H #define LIBWCCL_OPS_MATCHRULE_H diff --git a/libwccl/ops/matchrulesequence.cpp b/libwccl/ops/matchrulesequence.cpp index 826221c..ec9eed2 100644 --- a/libwccl/ops/matchrulesequence.cpp +++ b/libwccl/ops/matchrulesequence.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/matchrulesequence.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/matchrulesequence.h b/libwccl/ops/matchrulesequence.h index af1ce94..28956df 100644 --- a/libwccl/ops/matchrulesequence.h +++ b/libwccl/ops/matchrulesequence.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_MATCHRULESEQUENCE_H #define LIBWCCL_OPS_MATCHRULESEQUENCE_H diff --git a/libwccl/ops/operator.h b/libwccl/ops/operator.h index 4ba1687..9531d60 100644 --- a/libwccl/ops/operator.h +++ b/libwccl/ops/operator.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_OPERATOR_H #define LIBWCCL_OPS_OPERATOR_H diff --git a/libwccl/ops/opsequence.cpp b/libwccl/ops/opsequence.cpp index cf7f316..63bafaf 100644 --- a/libwccl/ops/opsequence.cpp +++ b/libwccl/ops/opsequence.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/opsequence.h> namespace Wccl { diff --git a/libwccl/ops/opsequence.h b/libwccl/ops/opsequence.h index 54eb9e7..2a1bf4e 100644 --- a/libwccl/ops/opsequence.h +++ b/libwccl/ops/opsequence.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_OPSEQUENCE_H #define LIBWCCL_OPS_OPSEQUENCE_H diff --git a/libwccl/ops/parsedexpression.h b/libwccl/ops/parsedexpression.h index 1982c8b..c8daf20 100644 --- a/libwccl/ops/parsedexpression.h +++ b/libwccl/ops/parsedexpression.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_PARSEDEXPRESSION_H #define LIBWCCL_OPS_PARSEDEXPRESSION_H diff --git a/libwccl/ops/tagaction.cpp b/libwccl/ops/tagaction.cpp index 99a7eed..1601b4f 100644 --- a/libwccl/ops/tagaction.cpp +++ b/libwccl/ops/tagaction.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagaction.h> #include <libwccl/ops/functions/constant.h> namespace Wccl { diff --git a/libwccl/ops/tagaction.h b/libwccl/ops/tagaction.h index f30428c..aa2202e 100644 --- a/libwccl/ops/tagaction.h +++ b/libwccl/ops/tagaction.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGACTION_H #define LIBWCCL_OPS_TAGACTION_H diff --git a/libwccl/ops/tagactions/delete.cpp b/libwccl/ops/tagactions/delete.cpp index 05cb5b6..4bdee2e 100644 --- a/libwccl/ops/tagactions/delete.cpp +++ b/libwccl/ops/tagactions/delete.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagactions/delete.h> #include <libpwrutils/foreach.h> #include <sstream> diff --git a/libwccl/ops/tagactions/delete.h b/libwccl/ops/tagactions/delete.h index 3403138..c386547 100644 --- a/libwccl/ops/tagactions/delete.h +++ b/libwccl/ops/tagactions/delete.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGACTIONS_DELETE_H #define LIBWCCL_OPS_TAGACTIONS_DELETE_H diff --git a/libwccl/ops/tagactions/mark.cpp b/libwccl/ops/tagactions/mark.cpp index 42eea2d..ccbd8a1 100644 --- a/libwccl/ops/tagactions/mark.cpp +++ b/libwccl/ops/tagactions/mark.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagactions/mark.h> #include <libpwrutils/foreach.h> #include <libcorpus2/ann/annotatedsentence.h> diff --git a/libwccl/ops/tagactions/mark.h b/libwccl/ops/tagactions/mark.h index de0e471..05ba740 100644 --- a/libwccl/ops/tagactions/mark.h +++ b/libwccl/ops/tagactions/mark.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGACTIONS_MARK_H #define LIBWCCL_OPS_TAGACTIONS_MARK_H diff --git a/libwccl/ops/tagactions/relabel.cpp b/libwccl/ops/tagactions/relabel.cpp index aa26439..5f2f02d 100644 --- a/libwccl/ops/tagactions/relabel.cpp +++ b/libwccl/ops/tagactions/relabel.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagactions/relabel.h> #include <libpwrutils/foreach.h> #include <sstream> diff --git a/libwccl/ops/tagactions/relabel.h b/libwccl/ops/tagactions/relabel.h index f1b10ed..6d420ec 100644 --- a/libwccl/ops/tagactions/relabel.h +++ b/libwccl/ops/tagactions/relabel.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGACTIONS_RELABEL_H #define LIBWCCL_OPS_TAGACTIONS_RELABEL_H diff --git a/libwccl/ops/tagactions/select.cpp b/libwccl/ops/tagactions/select.cpp index 3205800..10a3c00 100644 --- a/libwccl/ops/tagactions/select.cpp +++ b/libwccl/ops/tagactions/select.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagactions/select.h> #include <libpwrutils/foreach.h> #include <sstream> diff --git a/libwccl/ops/tagactions/select.h b/libwccl/ops/tagactions/select.h index bd46714..8396072 100644 --- a/libwccl/ops/tagactions/select.h +++ b/libwccl/ops/tagactions/select.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGACTIONS_SELECT_H #define LIBWCCL_OPS_TAGACTIONS_SELECT_H diff --git a/libwccl/ops/tagactions/unify.cpp b/libwccl/ops/tagactions/unify.cpp index 2c1e548..c2e8903 100644 --- a/libwccl/ops/tagactions/unify.cpp +++ b/libwccl/ops/tagactions/unify.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagactions/unify.h> #include <libpwrutils/foreach.h> #include <sstream> diff --git a/libwccl/ops/tagactions/unify.h b/libwccl/ops/tagactions/unify.h index 17eb81b..7b27487 100644 --- a/libwccl/ops/tagactions/unify.h +++ b/libwccl/ops/tagactions/unify.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGACTIONS_UNIFY_H #define LIBWCCL_OPS_TAGACTIONS_UNIFY_H diff --git a/libwccl/ops/tagactions/unmark.cpp b/libwccl/ops/tagactions/unmark.cpp index 5de0fa6..3858bc8 100644 --- a/libwccl/ops/tagactions/unmark.cpp +++ b/libwccl/ops/tagactions/unmark.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagactions/unmark.h> #include <libpwrutils/foreach.h> #include <libcorpus2/ann/annotatedsentence.h> diff --git a/libwccl/ops/tagactions/unmark.h b/libwccl/ops/tagactions/unmark.h index 21991e6..a1d9b8b 100644 --- a/libwccl/ops/tagactions/unmark.h +++ b/libwccl/ops/tagactions/unmark.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGACTIONS_UNMARK_H #define LIBWCCL_OPS_TAGACTIONS_UNMARK_H diff --git a/libwccl/ops/tagrule.cpp b/libwccl/ops/tagrule.cpp index 2fc123f..38b2970 100644 --- a/libwccl/ops/tagrule.cpp +++ b/libwccl/ops/tagrule.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagrule.h> #include <sstream> diff --git a/libwccl/ops/tagrule.h b/libwccl/ops/tagrule.h index daee750..e9f2a36 100644 --- a/libwccl/ops/tagrule.h +++ b/libwccl/ops/tagrule.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGRULE_H #define LIBWCCL_OPS_TAGRULE_H diff --git a/libwccl/ops/tagrulesequence.cpp b/libwccl/ops/tagrulesequence.cpp index 353a37e..981348a 100644 --- a/libwccl/ops/tagrulesequence.cpp +++ b/libwccl/ops/tagrulesequence.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/ops/tagrulesequence.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/ops/tagrulesequence.h b/libwccl/ops/tagrulesequence.h index 34d5534..931aa0b 100644 --- a/libwccl/ops/tagrulesequence.h +++ b/libwccl/ops/tagrulesequence.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_OPS_TAGRULESEQUENCE_H #define LIBWCCL_OPS_TAGRULESEQUENCE_H diff --git a/libwccl/parser/ANTLRParserResult.h b/libwccl/parser/ANTLRParserResult.h index 30fe964..c08fdbd 100644 --- a/libwccl/parser/ANTLRParserResult.h +++ b/libwccl/parser/ANTLRParserResult.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_ANTLRPARSERRESULT_H #define LIBWCCL_ANTLRPARSERRESULT_H diff --git a/libwccl/parser/Parser.cpp b/libwccl/parser/Parser.cpp index 75b694b..8e58d08 100644 --- a/libwccl/parser/Parser.cpp +++ b/libwccl/parser/Parser.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/parser/Parser.h> #include "ANTLRLexer.hpp" #include "ANTLRParser.hpp" diff --git a/libwccl/parser/Parser.h b/libwccl/parser/Parser.h index bdc0a5e..ecf610a 100644 --- a/libwccl/parser/Parser.h +++ b/libwccl/parser/Parser.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_PARSER_PARSER_H #define LIBWCCL_PARSER_PARSER_H diff --git a/libwccl/parser/ParserException.cpp b/libwccl/parser/ParserException.cpp index 3d5999c..2919482 100644 --- a/libwccl/parser/ParserException.cpp +++ b/libwccl/parser/ParserException.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/parser/ParserException.h> ParserException::ParserException(std::string msg) : WcclError(msg) diff --git a/libwccl/parser/ParserException.h b/libwccl/parser/ParserException.h index d5d0ca2..1d5aad9 100644 --- a/libwccl/parser/ParserException.h +++ b/libwccl/parser/ParserException.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_PARSER_PARSEREXCEPTION_H #define LIBWCCL_PARSER_PARSEREXCEPTION_H diff --git a/libwccl/parser/parsingscope.h b/libwccl/parser/parsingscope.h index f04dd82..092c4c3 100644 --- a/libwccl/parser/parsingscope.h +++ b/libwccl/parser/parsingscope.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_PARSER_PARSINGSCOPE_H #define LIBWCCL_PARSER_PARSINGSCOPE_H diff --git a/libwccl/sentencecontext.cpp b/libwccl/sentencecontext.cpp index 9fd4b6f..47fff8c 100644 --- a/libwccl/sentencecontext.cpp +++ b/libwccl/sentencecontext.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/sentencecontext.h> namespace Wccl { diff --git a/libwccl/sentencecontext.h b/libwccl/sentencecontext.h index 6775ef8..ef3213e 100644 --- a/libwccl/sentencecontext.h +++ b/libwccl/sentencecontext.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_SENTENCECONTEXT_H #define LIBWCCL_SENTENCECONTEXT_H diff --git a/libwccl/values/annotationmatch.cpp b/libwccl/values/annotationmatch.cpp index d13db4e..08d507d 100644 --- a/libwccl/values/annotationmatch.cpp +++ b/libwccl/values/annotationmatch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/annotationmatch.h> #include <libwccl/values/position.h> #include <boost/lexical_cast.hpp> diff --git a/libwccl/values/annotationmatch.h b/libwccl/values/annotationmatch.h index 7abc957..d8c4811 100644 --- a/libwccl/values/annotationmatch.h +++ b/libwccl/values/annotationmatch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_ANNOTATIONMATCH_H #define LIBWCCL_VALUES_ANNOTATIONMATCH_H diff --git a/libwccl/values/bool.cpp b/libwccl/values/bool.cpp index 236472f..84ca2ea 100644 --- a/libwccl/values/bool.cpp +++ b/libwccl/values/bool.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/bool.h> #include <sstream> diff --git a/libwccl/values/bool.h b/libwccl/values/bool.h index a915213..51cdaa4 100644 --- a/libwccl/values/bool.h +++ b/libwccl/values/bool.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_BOOL_H #define LIBWCCL_VALUES_BOOL_H diff --git a/libwccl/values/match.cpp b/libwccl/values/match.cpp index a0f5cbc..4064582 100644 --- a/libwccl/values/match.cpp +++ b/libwccl/values/match.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/match.h> #include <sstream> diff --git a/libwccl/values/match.h b/libwccl/values/match.h index ee6a588..7e0db79 100644 --- a/libwccl/values/match.h +++ b/libwccl/values/match.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_MATCH_H #define LIBWCCL_VALUES_MATCH_H diff --git a/libwccl/values/matchdata.h b/libwccl/values/matchdata.h index d415f9f..4c24690 100644 --- a/libwccl/values/matchdata.h +++ b/libwccl/values/matchdata.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_MATCHDATA_H #define LIBWCCL_VALUES_MATCHDATA_H diff --git a/libwccl/values/matchvector.cpp b/libwccl/values/matchvector.cpp index 7fb0ab0..63fbd68 100644 --- a/libwccl/values/matchvector.cpp +++ b/libwccl/values/matchvector.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/matchvector.h> #include <libwccl/values/match.h> #include <libpwrutils/foreach.h> diff --git a/libwccl/values/matchvector.h b/libwccl/values/matchvector.h index c97f7d9..dd76608 100644 --- a/libwccl/values/matchvector.h +++ b/libwccl/values/matchvector.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_MATCHVECTOR_H #define LIBWCCL_VALUES_MATCHVECTOR_H diff --git a/libwccl/values/position.cpp b/libwccl/values/position.cpp index 41a5aba..98cc278 100644 --- a/libwccl/values/position.cpp +++ b/libwccl/values/position.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/position.h> #include <libwccl/sentencecontext.h> #include <boost/lexical_cast.hpp> diff --git a/libwccl/values/position.h b/libwccl/values/position.h index 943f280..0f08452 100644 --- a/libwccl/values/position.h +++ b/libwccl/values/position.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_POSITION_H #define LIBWCCL_VALUES_POSITION_H diff --git a/libwccl/values/strset.cpp b/libwccl/values/strset.cpp index 5eebd40..16defa1 100644 --- a/libwccl/values/strset.cpp +++ b/libwccl/values/strset.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/strset.h> #include <libpwrutils/foreach.h> #include <libpwrutils/util.h> diff --git a/libwccl/values/strset.h b/libwccl/values/strset.h index 0de7a5d..278a41c 100644 --- a/libwccl/values/strset.h +++ b/libwccl/values/strset.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_STRSET_H #define LIBWCCL_VALUES_STRSET_H diff --git a/libwccl/values/tokenmatch.cpp b/libwccl/values/tokenmatch.cpp index 7cd31cf..753169e 100644 --- a/libwccl/values/tokenmatch.cpp +++ b/libwccl/values/tokenmatch.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/tokenmatch.h> #include <boost/lexical_cast.hpp> diff --git a/libwccl/values/tokenmatch.h b/libwccl/values/tokenmatch.h index 99382f7..3840c45 100644 --- a/libwccl/values/tokenmatch.h +++ b/libwccl/values/tokenmatch.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_TOKENMATCH_H #define LIBWCCL_VALUES_TOKENMATCH_H diff --git a/libwccl/values/tset.cpp b/libwccl/values/tset.cpp index 27760fb..968f6e8 100644 --- a/libwccl/values/tset.cpp +++ b/libwccl/values/tset.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/tset.h> #include <libpwrutils/foreach.h> #include <libpwrutils/bitset.h> diff --git a/libwccl/values/tset.h b/libwccl/values/tset.h index 41ff34f..77f0eec 100644 --- a/libwccl/values/tset.h +++ b/libwccl/values/tset.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_TSET_H #define LIBWCCL_VALUES_TSET_H diff --git a/libwccl/values/value.cpp b/libwccl/values/value.cpp index 138b4c3..f0ba80d 100644 --- a/libwccl/values/value.cpp +++ b/libwccl/values/value.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/values/value.h> namespace Wccl { diff --git a/libwccl/values/value.h b/libwccl/values/value.h index 702175c..ae11a31 100644 --- a/libwccl/values/value.h +++ b/libwccl/values/value.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VALUES_VALUE_H #define LIBWCCL_VALUES_VALUE_H diff --git a/libwccl/variables.cpp b/libwccl/variables.cpp index 8707f3d..5e938d9 100644 --- a/libwccl/variables.cpp +++ b/libwccl/variables.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/variables.h> #include <boost/mpl/always.hpp> #include <boost/mpl/pop_front.hpp> diff --git a/libwccl/variables.h b/libwccl/variables.h index 5c9e88d..ef7ede5 100644 --- a/libwccl/variables.h +++ b/libwccl/variables.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_VARIABLES_H #define LIBWCCL_VARIABLES_H diff --git a/libwccl/wcclfile.cpp b/libwccl/wcclfile.cpp index 132fddf..d866436 100644 --- a/libwccl/wcclfile.cpp +++ b/libwccl/wcclfile.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <libwccl/wcclfile.h> namespace Wccl { diff --git a/libwccl/wcclfile.h b/libwccl/wcclfile.h index 709ea59..1989fe7 100644 --- a/libwccl/wcclfile.h +++ b/libwccl/wcclfile.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_WCCLFILE_H #define LIBWCCL_WCCLFILE_H diff --git a/libwccl/wcclfileopsections.h b/libwccl/wcclfileopsections.h index 49e7ae7..bfc90b3 100644 --- a/libwccl/wcclfileopsections.h +++ b/libwccl/wcclfileopsections.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_WCCLFILEOPSECTIONS_H #define LIBWCCL_WCCLFILEOPSECTIONS_H diff --git a/licensify.sh b/licensify.sh new file mode 100755 index 0000000..1082d76 --- /dev/null +++ b/licensify.sh @@ -0,0 +1,5 @@ +#!/bin/bash +find -name '*.h' -or -name '*.cpp' | while read file; do + cat LICENSE.in $file > $file.new && mv $file.new $file +done + diff --git a/tests/ann_op.cpp b/tests/ann_op.cpp index 5fcd11e..bf2bf7c 100644 --- a/tests/ann_op.cpp +++ b/tests/ann_op.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <libcorpus2/ann/annotatedsentence.h> diff --git a/tests/conditional.cpp b/tests/conditional.cpp index f7cff57..1646622 100644 --- a/tests/conditional.cpp +++ b/tests/conditional.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/constant.cpp b/tests/constant.cpp index 47e4fb2..fbae301 100644 --- a/tests/constant.cpp +++ b/tests/constant.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/context.cpp b/tests/context.cpp index 4359dc6..a1d5a77 100644 --- a/tests/context.cpp +++ b/tests/context.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> diff --git a/tests/datadriven.cpp b/tests/datadriven.cpp index bbfce4f..a9bf168 100644 --- a/tests/datadriven.cpp +++ b/tests/datadriven.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include "datadriven.h" #include <libpwrutils/util.h> diff --git a/tests/datadriven.h b/tests/datadriven.h index 513e899..a070b65 100644 --- a/tests/datadriven.h +++ b/tests/datadriven.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_TESTS_DATADRIVEN_H #define LIBWCCL_TESTS_DATADRIVEN_H diff --git a/tests/datarule.cpp b/tests/datarule.cpp index 736ef8c..6a91c82 100644 --- a/tests/datarule.cpp +++ b/tests/datarule.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include "datadriven.h" #include <antlr/RecognitionException.hpp> diff --git a/tests/datarule.h b/tests/datarule.h index 10da9c2..76ad937 100644 --- a/tests/datarule.h +++ b/tests/datarule.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_TESTS_DATADRULE_H #define LIBWCCL_TESTS_DATADRULE_H diff --git a/tests/getlemmas.cpp b/tests/getlemmas.cpp index a6a83f9..3fc7e33 100644 --- a/tests/getlemmas.cpp +++ b/tests/getlemmas.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/getorth.cpp b/tests/getorth.cpp index 3599cb3..040786e 100644 --- a/tests/getorth.cpp +++ b/tests/getorth.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/getsymbols.cpp b/tests/getsymbols.cpp index cc7acea..87b72a6 100644 --- a/tests/getsymbols.cpp +++ b/tests/getsymbols.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/getsymbolsinrange.cpp b/tests/getsymbolsinrange.cpp index b5b9cf0..9276db8 100644 --- a/tests/getsymbolsinrange.cpp +++ b/tests/getsymbolsinrange.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/isempty.cpp b/tests/isempty.cpp index 0256bd5..a148a85 100644 --- a/tests/isempty.cpp +++ b/tests/isempty.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/logicalpredicates.cpp b/tests/logicalpredicates.cpp index b5cc62b..d4b3fb5 100644 --- a/tests/logicalpredicates.cpp +++ b/tests/logicalpredicates.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/main.cpp b/tests/main.cpp index 0f24bf9..90240bf 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + //#define BOOST_TEST_MODULE master #include <boost/test/included/unit_test.hpp> #include <unicode/uclean.h> diff --git a/tests/mark.cpp b/tests/mark.cpp index afec4ae..a6f36e1 100644 --- a/tests/mark.cpp +++ b/tests/mark.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <libcorpus2/ann/annotatedsentence.h> diff --git a/tests/match.cpp b/tests/match.cpp index 9a7008b..508842f 100644 --- a/tests/match.cpp +++ b/tests/match.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <libcorpus2/tagsetmanager.h> diff --git a/tests/optest.cpp b/tests/optest.cpp index a0be389..8359eea 100644 --- a/tests/optest.cpp +++ b/tests/optest.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include "optest.h" namespace Wccl { diff --git a/tests/optest.h b/tests/optest.h index b9fa586..7dd4dd2 100644 --- a/tests/optest.h +++ b/tests/optest.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #ifndef LIBWCCL_TESTS_OPTEST_H #define LIBWCCL_TESTS_OPTEST_H diff --git a/tests/position.cpp b/tests/position.cpp index e69de29..64c3259 100644 --- a/tests/position.cpp +++ b/tests/position.cpp @@ -0,0 +1,17 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + diff --git a/tests/positionpredicates.cpp b/tests/positionpredicates.cpp index f891741..cd51748 100644 --- a/tests/positionpredicates.cpp +++ b/tests/positionpredicates.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/regex.cpp b/tests/regex.cpp index b27a72e..54e5589 100644 --- a/tests/regex.cpp +++ b/tests/regex.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/relativeposition.cpp b/tests/relativeposition.cpp index 0158d1e..bbfc85e 100644 --- a/tests/relativeposition.cpp +++ b/tests/relativeposition.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/strsetfunctions.cpp b/tests/strsetfunctions.cpp index dad977a..8552330 100644 --- a/tests/strsetfunctions.cpp +++ b/tests/strsetfunctions.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> diff --git a/tests/values.cpp b/tests/values.cpp index 5b23065..3e0a5d0 100644 --- a/tests/values.cpp +++ b/tests/values.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <libcorpus2/tagsetmanager.h> diff --git a/tests/varaccess.cpp b/tests/varaccess.cpp index e16b42b..c7c7306 100644 --- a/tests/varaccess.cpp +++ b/tests/varaccess.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> diff --git a/tests/vargetter.cpp b/tests/vargetter.cpp index 83ed31f..cb95baf 100644 --- a/tests/vargetter.cpp +++ b/tests/vargetter.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> diff --git a/tests/variables.cpp b/tests/variables.cpp index c312955..0e4d51b 100644 --- a/tests/variables.cpp +++ b/tests/variables.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> diff --git a/tests/varsetter.cpp b/tests/varsetter.cpp index db508f4..9cdebd3 100644 --- a/tests/varsetter.cpp +++ b/tests/varsetter.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> diff --git a/wccl-apps/stdopts.cpp b/wccl-apps/stdopts.cpp index e69de29..64c3259 100644 --- a/wccl-apps/stdopts.cpp +++ b/wccl-apps/stdopts.cpp @@ -0,0 +1,17 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + diff --git a/wccl-apps/stdopts.h b/wccl-apps/stdopts.h index e69de29..64c3259 100644 --- a/wccl-apps/stdopts.h +++ b/wccl-apps/stdopts.h @@ -0,0 +1,17 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + diff --git a/wccl-apps/wccl-features.cpp b/wccl-apps/wccl-features.cpp index 7bf41eb..f4be3bb 100644 --- a/wccl-apps/wccl-features.cpp +++ b/wccl-apps/wccl-features.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <cstdlib> #include <cstdio> #include <fstream> diff --git a/wccl-apps/wccl-parser.cpp b/wccl-apps/wccl-parser.cpp index 39867f1..510b785 100644 --- a/wccl-apps/wccl-parser.cpp +++ b/wccl-apps/wccl-parser.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <cstdlib> #include <fstream> #include <iomanip> diff --git a/wccl-apps/wccl-rules.cpp b/wccl-apps/wccl-rules.cpp index 327fec4..a3977f1 100644 --- a/wccl-apps/wccl-rules.cpp +++ b/wccl-apps/wccl-rules.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <cstdlib> #include <fstream> #include <iomanip> diff --git a/wccl-apps/wccl-run.cpp b/wccl-apps/wccl-run.cpp index 0fde1e5..3f28ea3 100644 --- a/wccl-apps/wccl-run.cpp +++ b/wccl-apps/wccl-run.cpp @@ -1,3 +1,20 @@ +/* + Copyright (C) 2011 Adam Wardyński, Tomasz Śniatowski, Paweł Kędzia, + Adam Radziszewski, Bartosz Broda + Part of the WCCL project + + 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 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 LICENSE and COPYING files for more details. +*/ + #include <cstdlib> #include <cstdio> #include <fstream> -- GitLab