diff --git a/CMakeLists.txt b/CMakeLists.txt index e723a2b8145..5d72c48953e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + ############################################################################### # CMake build rules for FastRTPS ############################################################################### @@ -326,8 +340,7 @@ install_eprosima_libraries() install_boost(ALL thread system date_time chrono regex atomic) # Install licenses -install(FILES ${PROJECT_SOURCE_DIR}/${PROJECT_NAME_UPPER}_LIBRARY_LICENSE.txt - ${PROJECT_SOURCE_DIR}/MPLv2_LICENSE.txt +install(FILES ${PROJECT_SOURCE_DIR}/LICENSE DESTINATION ${LICENSE_INSTALL_DIR} COMPONENT licenses ) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000000..6f63de9e5d2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +Any contribution that you make to this repository will +be under the Apache 2 License, as dictated by that +[license](http://www.apache.org/licenses/LICENSE-2.0.html): + +~~~ +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. +~~~ diff --git a/CTestConfig.cmake b/CTestConfig.cmake index a2a7953a4e8..206a60d83f8 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + ## This file should be placed in the root directory of your project. ## Then modify the CMakeLists.txt file in the root directory of your ## project to incorporate the testing dashboard. diff --git a/CTestJenkins.cmake b/CTestJenkins.cmake index 03c1a25e5da..8ac411f94bc 100644 --- a/CTestJenkins.cmake +++ b/CTestJenkins.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + set(CTEST_SOURCE_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}") set(CTEST_BINARY_DIRECTORY "${CTEST_SOURCE_DIRECTORY}/build") set(CTEST_TEST_TIMEOUT 300) diff --git a/FASTRTPS_LIBRARY_LICENSE.txt b/FASTRTPS_LIBRARY_LICENSE.txt deleted file mode 100644 index a29f63f1f70..00000000000 --- a/FASTRTPS_LIBRARY_LICENSE.txt +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) 2016 Proyectos y sistemas de Mantenimiento SL (eProsima). -All rights reserved. - -This copy of eProsima Fast RTPS library is free software; you can redistribute it -and/or modify it under the terms of the Mozilla Public License Version 2.0 -as published by the Mozilla Foundation. - -eProsima Fast RTPS library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the Mozilla Public License Version 2.0 for -more details. - -You should have received a copy of the Mozilla Public License Version 2.0 -along with this program; if not, you can obtain one at https://mozilla.org/MPL/2.0/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000000..d6456956733 --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/MPLv2_LICENSE.txt b/MPLv2_LICENSE.txt deleted file mode 100644 index f4bbcd200ad..00000000000 --- a/MPLv2_LICENSE.txt +++ /dev/null @@ -1,373 +0,0 @@ -Mozilla Public License Version 2.0 -================================== - -1. Definitions --------------- - -1.1. "Contributor" - means each individual or legal entity that creates, contributes to - the creation of, or owns Covered Software. - -1.2. "Contributor Version" - means the combination of the Contributions of others (if any) used - by a Contributor and that particular Contributor's Contribution. - -1.3. "Contribution" - means Covered Software of a particular Contributor. - -1.4. "Covered Software" - means Source Code Form to which the initial Contributor has attached - the notice in Exhibit A, the Executable Form of such Source Code - Form, and Modifications of such Source Code Form, in each case - including portions thereof. - -1.5. "Incompatible With Secondary Licenses" - means - - (a) that the initial Contributor has attached the notice described - in Exhibit B to the Covered Software; or - - (b) that the Covered Software was made available under the terms of - version 1.1 or earlier of the License, but not also under the - terms of a Secondary License. - -1.6. "Executable Form" - means any form of the work other than Source Code Form. - -1.7. "Larger Work" - means a work that combines Covered Software with other material, in - a separate file or files, that is not Covered Software. - -1.8. "License" - means this document. - -1.9. "Licensable" - means having the right to grant, to the maximum extent possible, - whether at the time of the initial grant or subsequently, any and - all of the rights conveyed by this License. - -1.10. "Modifications" - means any of the following: - - (a) any file in Source Code Form that results from an addition to, - deletion from, or modification of the contents of Covered - Software; or - - (b) any new file in Source Code Form that contains any Covered - Software. - -1.11. "Patent Claims" of a Contributor - means any patent claim(s), including without limitation, method, - process, and apparatus claims, in any patent Licensable by such - Contributor that would be infringed, but for the grant of the - License, by the making, using, selling, offering for sale, having - made, import, or transfer of either its Contributions or its - Contributor Version. - -1.12. "Secondary License" - means either the GNU General Public License, Version 2.0, the GNU - Lesser General Public License, Version 2.1, the GNU Affero General - Public License, Version 3.0, or any later versions of those - licenses. - -1.13. "Source Code Form" - means the form of the work preferred for making modifications. - -1.14. "You" (or "Your") - means an individual or a legal entity exercising rights under this - License. For legal entities, "You" includes any entity that - controls, is controlled by, or is under common control with You. For - purposes of this definition, "control" means (a) the power, direct - or indirect, to cause the direction or management of such entity, - whether by contract or otherwise, or (b) ownership of more than - fifty percent (50%) of the outstanding shares or beneficial - ownership of such entity. - -2. License Grants and Conditions --------------------------------- - -2.1. Grants - -Each Contributor hereby grants You a world-wide, royalty-free, -non-exclusive license: - -(a) under intellectual property rights (other than patent or trademark) - Licensable by such Contributor to use, reproduce, make available, - modify, display, perform, distribute, and otherwise exploit its - Contributions, either on an unmodified basis, with Modifications, or - as part of a Larger Work; and - -(b) under Patent Claims of such Contributor to make, use, sell, offer - for sale, have made, import, and otherwise transfer either its - Contributions or its Contributor Version. - -2.2. Effective Date - -The licenses granted in Section 2.1 with respect to any Contribution -become effective for each Contribution on the date the Contributor first -distributes such Contribution. - -2.3. Limitations on Grant Scope - -The licenses granted in this Section 2 are the only rights granted under -this License. No additional rights or licenses will be implied from the -distribution or licensing of Covered Software under this License. -Notwithstanding Section 2.1(b) above, no patent license is granted by a -Contributor: - -(a) for any code that a Contributor has removed from Covered Software; - or - -(b) for infringements caused by: (i) Your and any other third party's - modifications of Covered Software, or (ii) the combination of its - Contributions with other software (except as part of its Contributor - Version); or - -(c) under Patent Claims infringed by Covered Software in the absence of - its Contributions. - -This License does not grant any rights in the trademarks, service marks, -or logos of any Contributor (except as may be necessary to comply with -the notice requirements in Section 3.4). - -2.4. Subsequent Licenses - -No Contributor makes additional grants as a result of Your choice to -distribute the Covered Software under a subsequent version of this -License (see Section 10.2) or under the terms of a Secondary License (if -permitted under the terms of Section 3.3). - -2.5. Representation - -Each Contributor represents that the Contributor believes its -Contributions are its original creation(s) or it has sufficient rights -to grant the rights to its Contributions conveyed by this License. - -2.6. Fair Use - -This License is not intended to limit any rights You have under -applicable copyright doctrines of fair use, fair dealing, or other -equivalents. - -2.7. Conditions - -Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted -in Section 2.1. - -3. Responsibilities -------------------- - -3.1. Distribution of Source Form - -All distribution of Covered Software in Source Code Form, including any -Modifications that You create or to which You contribute, must be under -the terms of this License. You must inform recipients that the Source -Code Form of the Covered Software is governed by the terms of this -License, and how they can obtain a copy of this License. You may not -attempt to alter or restrict the recipients' rights in the Source Code -Form. - -3.2. Distribution of Executable Form - -If You distribute Covered Software in Executable Form then: - -(a) such Covered Software must also be made available in Source Code - Form, as described in Section 3.1, and You must inform recipients of - the Executable Form how they can obtain a copy of such Source Code - Form by reasonable means in a timely manner, at a charge no more - than the cost of distribution to the recipient; and - -(b) You may distribute such Executable Form under the terms of this - License, or sublicense it under different terms, provided that the - license for the Executable Form does not attempt to limit or alter - the recipients' rights in the Source Code Form under this License. - -3.3. Distribution of a Larger Work - -You may create and distribute a Larger Work under terms of Your choice, -provided that You also comply with the requirements of this License for -the Covered Software. If the Larger Work is a combination of Covered -Software with a work governed by one or more Secondary Licenses, and the -Covered Software is not Incompatible With Secondary Licenses, this -License permits You to additionally distribute such Covered Software -under the terms of such Secondary License(s), so that the recipient of -the Larger Work may, at their option, further distribute the Covered -Software under the terms of either this License or such Secondary -License(s). - -3.4. Notices - -You may not remove or alter the substance of any license notices -(including copyright notices, patent notices, disclaimers of warranty, -or limitations of liability) contained within the Source Code Form of -the Covered Software, except that You may alter any license notices to -the extent required to remedy known factual inaccuracies. - -3.5. Application of Additional Terms - -You may choose to offer, and to charge a fee for, warranty, support, -indemnity or liability obligations to one or more recipients of Covered -Software. However, You may do so only on Your own behalf, and not on -behalf of any Contributor. You must make it absolutely clear that any -such warranty, support, indemnity, or liability obligation is offered by -You alone, and You hereby agree to indemnify every Contributor for any -liability incurred by such Contributor as a result of warranty, support, -indemnity or liability terms You offer. You may include additional -disclaimers of warranty and limitations of liability specific to any -jurisdiction. - -4. Inability to Comply Due to Statute or Regulation ---------------------------------------------------- - -If it is impossible for You to comply with any of the terms of this -License with respect to some or all of the Covered Software due to -statute, judicial order, or regulation then You must: (a) comply with -the terms of this License to the maximum extent possible; and (b) -describe the limitations and the code they affect. Such description must -be placed in a text file included with all distributions of the Covered -Software under this License. Except to the extent prohibited by statute -or regulation, such description must be sufficiently detailed for a -recipient of ordinary skill to be able to understand it. - -5. Termination --------------- - -5.1. The rights granted under this License will terminate automatically -if You fail to comply with any of its terms. However, if You become -compliant, then the rights granted under this License from a particular -Contributor are reinstated (a) provisionally, unless and until such -Contributor explicitly and finally terminates Your grants, and (b) on an -ongoing basis, if such Contributor fails to notify You of the -non-compliance by some reasonable means prior to 60 days after You have -come back into compliance. Moreover, Your grants from a particular -Contributor are reinstated on an ongoing basis if such Contributor -notifies You of the non-compliance by some reasonable means, this is the -first time You have received notice of non-compliance with this License -from such Contributor, and You become compliant prior to 30 days after -Your receipt of the notice. - -5.2. If You initiate litigation against any entity by asserting a patent -infringement claim (excluding declaratory judgment actions, -counter-claims, and cross-claims) alleging that a Contributor Version -directly or indirectly infringes any patent, then the rights granted to -You by any and all Contributors for the Covered Software under Section -2.1 of this License shall terminate. - -5.3. In the event of termination under Sections 5.1 or 5.2 above, all -end user license agreements (excluding distributors and resellers) which -have been validly granted by You or Your distributors under this License -prior to termination shall survive termination. - -************************************************************************ -* * -* 6. Disclaimer of Warranty * -* ------------------------- * -* * -* Covered Software is provided under this License on an "as is" * -* basis, without warranty of any kind, either expressed, implied, or * -* statutory, including, without limitation, warranties that the * -* Covered Software is free of defects, merchantable, fit for a * -* particular purpose or non-infringing. The entire risk as to the * -* quality and performance of the Covered Software is with You. * -* Should any Covered Software prove defective in any respect, You * -* (not any Contributor) assume the cost of any necessary servicing, * -* repair, or correction. This disclaimer of warranty constitutes an * -* essential part of this License. No use of any Covered Software is * -* authorized under this License except under this disclaimer. * -* * -************************************************************************ - -************************************************************************ -* * -* 7. Limitation of Liability * -* -------------------------- * -* * -* Under no circumstances and under no legal theory, whether tort * -* (including negligence), contract, or otherwise, shall any * -* Contributor, or anyone who distributes Covered Software as * -* permitted above, be liable to You for any direct, indirect, * -* special, incidental, or consequential damages of any character * -* including, without limitation, damages for lost profits, loss of * -* goodwill, work stoppage, computer failure or malfunction, or any * -* and all other commercial damages or losses, even if such party * -* shall have been informed of the possibility of such damages. This * -* limitation of liability shall not apply to liability for death or * -* personal injury resulting from such party's negligence to the * -* extent applicable law prohibits such limitation. Some * -* jurisdictions do not allow the exclusion or limitation of * -* incidental or consequential damages, so this exclusion and * -* limitation may not apply to You. * -* * -************************************************************************ - -8. Litigation -------------- - -Any litigation relating to this License may be brought only in the -courts of a jurisdiction where the defendant maintains its principal -place of business and such litigation shall be governed by laws of that -jurisdiction, without reference to its conflict-of-law provisions. -Nothing in this Section shall prevent a party's ability to bring -cross-claims or counter-claims. - -9. Miscellaneous ----------------- - -This License represents the complete agreement concerning the subject -matter hereof. If any provision of this License is held to be -unenforceable, such provision shall be reformed only to the extent -necessary to make it enforceable. Any law or regulation which provides -that the language of a contract shall be construed against the drafter -shall not be used to construe this License against a Contributor. - -10. Versions of the License ---------------------------- - -10.1. New Versions - -Mozilla Foundation is the license steward. Except as provided in Section -10.3, no one other than the license steward has the right to modify or -publish new versions of this License. Each version will be given a -distinguishing version number. - -10.2. Effect of New Versions - -You may distribute the Covered Software under the terms of the version -of the License under which You originally received the Covered Software, -or under the terms of any subsequent version published by the license -steward. - -10.3. Modified Versions - -If you create software not governed by this License, and you want to -create a new license for such software, you may create and use a -modified version of this License if you rename the license and remove -any references to the name of the license steward (except to note that -such modified license differs from this License). - -10.4. Distributing Source Code Form that is Incompatible With Secondary -Licenses - -If You choose to distribute Source Code Form that is Incompatible With -Secondary Licenses under the terms of this version of the License, the -notice described in Exhibit B of this License must be attached. - -Exhibit A - Source Code Form License Notice -------------------------------------------- - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - -If it is not possible or desirable to put the notice in a particular -file, then You may include the notice in a location (such as a LICENSE -file in a relevant directory) where a recipient would be likely to look -for such a notice. - -You may add additional accurate notices of copyright ownership. - -Exhibit B - "Incompatible With Secondary Licenses" Notice ---------------------------------------------------------- - - This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0. \ No newline at end of file diff --git a/Makefile.am.in b/Makefile.am.in index f7f63e48ec9..38628a40351 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -1,7 +1,21 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + SUBDIRS = include src/cpp @PROJECT_NAME@_licenciasdir = $(datadir)/doc/@PROJECT_NAME@ -@PROJECT_NAME@_licencias_DATA = @PROJECT_NAME_UPPER@_LIBRARY_LICENSE.txt MPLv2_LICENSE.txt +@PROJECT_NAME@_licencias_DATA = LICENSE @PROJECT_NAME@_scriptdir = $(bindir) @PROJECT_NAME@_script_SCRIPTS = .bin/@PROJECT_NAME@gen diff --git a/cmake/dev/boost_libraries.cmake b/cmake/dev/boost_libraries.cmake index 6a94e788c58..42c667ba92a 100644 --- a/cmake/dev/boost_libraries.cmake +++ b/cmake/dev/boost_libraries.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(check_boost) if(WIN32) option(EPROSIMA_BOOST "Activate special set of BOOST_LIBRARYDIR" OFF) diff --git a/cmake/dev/check_configuration.cmake b/cmake/dev/check_configuration.cmake index 5845aa1e928..f2b5b8d09e6 100644 --- a/cmake/dev/check_configuration.cmake +++ b/cmake/dev/check_configuration.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(check_stdcxx) # Check C++11 include(CheckCXXCompilerFlag) diff --git a/cmake/dev/compile_example.cmake b/cmake/dev/compile_example.cmake index 85b30c65ccb..a8a0a3bbc20 100644 --- a/cmake/dev/compile_example.cmake +++ b/cmake/dev/compile_example.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(compile_example example example_directory) if(NOT ((EPROSIMA_INSTALLER OR EPROSIMA_INSTALLER_MINION) AND (MSVC OR MSVC_IDE))) diff --git a/cmake/dev/eprosima_libraries.cmake b/cmake/dev/eprosima_libraries.cmake index 189682ed6cd..f7ffef56ade 100644 --- a/cmake/dev/eprosima_libraries.cmake +++ b/cmake/dev/eprosima_libraries.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(find_eprosima_package package) if(NOT (EPROSIMA_INSTALLER AND (MSVC OR MSVC_IDE))) if(THIRDPARTY) diff --git a/cmake/dev/generate_msvc_libraries.cmake b/cmake/dev/generate_msvc_libraries.cmake index efec2512a25..3af7df49bec 100644 --- a/cmake/dev/generate_msvc_libraries.cmake +++ b/cmake/dev/generate_msvc_libraries.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(generate_msvc_libraries platform) string(COMPARE EQUAL "${platform}" "i86Win32VS2013" IS_I86WIN32VS2013) string(COMPARE EQUAL "${platform}" "x64Win64VS2013" IS_X64WIN64VS2013) diff --git a/cmake/dev/gtest.cmake b/cmake/dev/gtest.cmake index 025a3eb9156..a035ff5cb5f 100644 --- a/cmake/dev/gtest.cmake +++ b/cmake/dev/gtest.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + option(GTEST_INDIVIDUAL "Activate the execution of GTest tests" OFF) macro(check_gtest) diff --git a/cmake/dev/java_support.cmake b/cmake/dev/java_support.cmake index d5bed801858..f3625bd4a3f 100644 --- a/cmake/dev/java_support.cmake +++ b/cmake/dev/java_support.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(gradle_build directory) find_package(Java 1.6 COMPONENTS Runtime REQUIRED) if(WIN32) diff --git a/cmake/dev/set_sources.cmake b/cmake/dev/set_sources.cmake index 1d08441b8db..5702aa5cc86 100644 --- a/cmake/dev/set_sources.cmake +++ b/cmake/dev/set_sources.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(set_sources) set(${PROJECT_NAME}_SOURCES ${ARGN} diff --git a/cmake/packaging/Config.cmake.in b/cmake/packaging/Config.cmake.in index b89faa0335d..b7f5f2a8389 100644 --- a/cmake/packaging/Config.cmake.in +++ b/cmake/packaging/Config.cmake.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + set(@PROJECT_NAME@_VERSION @PROJECT_VERSION@) @PACKAGE_INIT@ diff --git a/cmake/packaging/eProsimaPackaging.cmake b/cmake/packaging/eProsimaPackaging.cmake index 17c124a9469..286da9d4efe 100644 --- a/cmake/packaging/eProsimaPackaging.cmake +++ b/cmake/packaging/eProsimaPackaging.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + ############################################################################### # Set common CPACK variables. ############################################################################### @@ -16,7 +30,7 @@ set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_MINOR_VERSION}) set(CPACK_PACKAGE_VERSION_PATH ${PROJECT_MICRO_VERSION}) set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) -set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/${PROJECT_NAME_UPPER}_LIBRARY_LICENSE.txt") +set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") ############################################################################### # Create CMake package config file diff --git a/cmake/packaging/linux/AutotoolsPackaging.cmake.in b/cmake/packaging/linux/AutotoolsPackaging.cmake.in index 9b0e5b806a6..5fb5bc0de14 100644 --- a/cmake/packaging/linux/AutotoolsPackaging.cmake.in +++ b/cmake/packaging/linux/AutotoolsPackaging.cmake.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Copy configure.ac file(INSTALL @PROJECT_SOURCE_DIR@/configure.ac DESTINATION @PROJECT_BINARY_DIR@/autotools @@ -33,7 +47,6 @@ file(INSTALL @PROJECT_SOURCE_DIR@/include/@PROJECT_NAME@/config.h.in ) # Copy licenses -file(INSTALL @PROJECT_SOURCE_DIR@/@PROJECT_NAME_UPPER@_LIBRARY_LICENSE.txt - @PROJECT_SOURCE_DIR@/MPLv2_LICENSE.txt +file(INSTALL @PROJECT_SOURCE_DIR@/LICENSE DESTINATION @PROJECT_BINARY_DIR@/autotools ) diff --git a/cmake/packaging/linux/LinuxPackaging.cmake.in b/cmake/packaging/linux/LinuxPackaging.cmake.in index 35502911e68..46e9f97c9e7 100644 --- a/cmake/packaging/linux/LinuxPackaging.cmake.in +++ b/cmake/packaging/linux/LinuxPackaging.cmake.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + set(PROJECT_NAME @PROJECT_NAME@) set(PROJECT_NAME_STYLED @PROJECT_NAME_STYLED@) set(PROJECT_NAME_UPPER @PROJECT_NAME_UPPER@) diff --git a/cmake/packaging/linux/autotools_generator.cmake.in b/cmake/packaging/linux/autotools_generator.cmake.in index ac08ff5498a..0d9fbfbf9a8 100644 --- a/cmake/packaging/linux/autotools_generator.cmake.in +++ b/cmake/packaging/linux/autotools_generator.cmake.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(generate_sources_for_autotools) set(@PROJECT_NAME@_SOURCES_TMP @@PROJECT_NAME@_SOURCES@) set(@PROJECT_NAME@_SOURCES_AUTOTOOLS "") diff --git a/cmake/packaging/linux/autotools_generator_utility.cmake b/cmake/packaging/linux/autotools_generator_utility.cmake index cfa30b000f6..ddfd30f8c73 100644 --- a/cmake/packaging/linux/autotools_generator_utility.cmake +++ b/cmake/packaging/linux/autotools_generator_utility.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + macro(generate_autotools_generator_script) get_property(${PROJECT_NAME}_SOURCES GLOBAL PROPERTY ${PROJECT_NAME}_SOURCES_PROPERTY) get_property(${PROJECT_NAME}_PUBLIC_HEADERS_DIRECTORIES GLOBAL PROPERTY ${PROJECT_NAME}_PUBLIC_HEADERS_DIRECTORIES_PROPERTY) diff --git a/cmake/packaging/windows/EnvVarPage.nsh.in b/cmake/packaging/windows/EnvVarPage.nsh.in index 32b3167941c..0ecb82bb2cf 100644 --- a/cmake/packaging/windows/EnvVarPage.nsh.in +++ b/cmake/packaging/windows/EnvVarPage.nsh.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + !include EnvVarUpdate.nsh Var Dialog diff --git a/cmake/packaging/windows/EnvVarPage_one_arch.nsh.in b/cmake/packaging/windows/EnvVarPage_one_arch.nsh.in index 62c2b0a38e8..da9b7bcfa22 100644 --- a/cmake/packaging/windows/EnvVarPage_one_arch.nsh.in +++ b/cmake/packaging/windows/EnvVarPage_one_arch.nsh.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + !include nsDialogs.nsh !include LogicLib.nsh !include EnvVarUpdate.nsh diff --git a/cmake/packaging/windows/InstallRedistributables.nsh b/cmake/packaging/windows/InstallRedistributables.nsh index 4d3ce0b35be..0cde0113453 100644 --- a/cmake/packaging/windows/InstallRedistributables.nsh +++ b/cmake/packaging/windows/InstallRedistributables.nsh @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + !include x64.nsh Var X64VS2013Needed diff --git a/cmake/packaging/windows/NSIS.template.in b/cmake/packaging/windows/NSIS.template.in index 9e488ac2a5f..11d2c4c7df2 100644 --- a/cmake/packaging/windows/NSIS.template.in +++ b/cmake/packaging/windows/NSIS.template.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + ; CPack install script designed for a nmake build !include nsDialogs.nsh !include LogicLib.nsh diff --git a/cmake/packaging/windows/NSISPackaging.cmake.in b/cmake/packaging/windows/NSISPackaging.cmake.in index d0bdc31e636..424385f6edc 100644 --- a/cmake/packaging/windows/NSISPackaging.cmake.in +++ b/cmake/packaging/windows/NSISPackaging.cmake.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # Prepare auxiliary NSIS scripts string(TOUPPER "@PROJECT_NAME@" PROJECT_NAME_UPPER) diff --git a/cmake/packaging/windows/WindowsPackaging.cmake.in b/cmake/packaging/windows/WindowsPackaging.cmake.in index 22ddcdffdd1..4034d5d47cc 100644 --- a/cmake/packaging/windows/WindowsPackaging.cmake.in +++ b/cmake/packaging/windows/WindowsPackaging.cmake.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + set(PROJECT_NAME_LARGE "@PROJECT_NAME_LARGE@") set(MSVC_ARCH @MSVC_ARCH@) diff --git a/cmake/packaging/windows/fastrtpsConfig.cmake b/cmake/packaging/windows/fastrtpsConfig.cmake index 617b7daab84..cb8ac209ae6 100644 --- a/cmake/packaging/windows/fastrtpsConfig.cmake +++ b/cmake/packaging/windows/fastrtpsConfig.cmake @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + get_filename_component(FILE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../" ABSOLUTE) if(MSVC12) diff --git a/configure.ac b/configure.ac index f07362cd03a..af479d27129 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # # Autoconf script FastRTPS # diff --git a/examples/C++/ClientServerTest/ClientServerTypes.cpp b/examples/C++/ClientServerTest/ClientServerTypes.cpp index 8480ad9d5ad..d86a9cfe8a8 100644 --- a/examples/C++/ClientServerTest/ClientServerTypes.cpp +++ b/examples/C++/ClientServerTest/ClientServerTypes.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ClientServerTypes.cpp diff --git a/examples/C++/ClientServerTest/ClientServerTypes.h b/examples/C++/ClientServerTest/ClientServerTypes.h index 2fe1cc1aab8..999b2f08677 100644 --- a/examples/C++/ClientServerTest/ClientServerTypes.h +++ b/examples/C++/ClientServerTest/ClientServerTypes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ClientServerTypes.h diff --git a/examples/C++/ClientServerTest/EprosimaClient.cpp b/examples/C++/ClientServerTest/EprosimaClient.cpp index 258f673aef6..25eb6ccc610 100644 --- a/examples/C++/ClientServerTest/EprosimaClient.cpp +++ b/examples/C++/ClientServerTest/EprosimaClient.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EprosimaClient.cpp diff --git a/examples/C++/ClientServerTest/EprosimaClient.h b/examples/C++/ClientServerTest/EprosimaClient.h index 20ae8e16734..086eb22662a 100644 --- a/examples/C++/ClientServerTest/EprosimaClient.h +++ b/examples/C++/ClientServerTest/EprosimaClient.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EprosimaClient.h diff --git a/examples/C++/ClientServerTest/EprosimaClientTest.cpp b/examples/C++/ClientServerTest/EprosimaClientTest.cpp index b44f10c45e6..7444267a167 100644 --- a/examples/C++/ClientServerTest/EprosimaClientTest.cpp +++ b/examples/C++/ClientServerTest/EprosimaClientTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EprosimaClientTest.cpp diff --git a/examples/C++/ClientServerTest/EprosimaClientTest.h b/examples/C++/ClientServerTest/EprosimaClientTest.h index d820be2160c..686501cb7ca 100644 --- a/examples/C++/ClientServerTest/EprosimaClientTest.h +++ b/examples/C++/ClientServerTest/EprosimaClientTest.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EprosimaClientTest.h diff --git a/examples/C++/ClientServerTest/EprosimaServer.cpp b/examples/C++/ClientServerTest/EprosimaServer.cpp index f00f1a75e90..563afbe005d 100644 --- a/examples/C++/ClientServerTest/EprosimaServer.cpp +++ b/examples/C++/ClientServerTest/EprosimaServer.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EprosimaServer.cpp diff --git a/examples/C++/ClientServerTest/EprosimaServer.h b/examples/C++/ClientServerTest/EprosimaServer.h index 50e4f9af137..125ddcf2751 100644 --- a/examples/C++/ClientServerTest/EprosimaServer.h +++ b/examples/C++/ClientServerTest/EprosimaServer.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EprosimaServer.h diff --git a/examples/C++/ClientServerTest/Makefile b/examples/C++/ClientServerTest/Makefile index 5741f5b3115..6f85fb6b43f 100644 --- a/examples/C++/ClientServerTest/Makefile +++ b/examples/C++/ClientServerTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/examples/C++/ClientServerTest/main_ClientServerTestFastRTPS.cpp b/examples/C++/ClientServerTest/main_ClientServerTestFastRTPS.cpp index 2f2bfff5feb..2f74770c07f 100644 --- a/examples/C++/ClientServerTest/main_ClientServerTestFastRTPS.cpp +++ b/examples/C++/ClientServerTest/main_ClientServerTestFastRTPS.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file main_ClientServerTest.cpp diff --git a/examples/C++/DeadlineQoSExample/CMakeLists.txt b/examples/C++/DeadlineQoSExample/CMakeLists.txt index a719f746282..022d182e828 100644 --- a/examples/C++/DeadlineQoSExample/CMakeLists.txt +++ b/examples/C++/DeadlineQoSExample/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + cmake_minimum_required(VERSION 2.8.12) project("DeadlineQoSExample") diff --git a/examples/C++/DeadlineQoSExample/deadlineQoS.cxx b/examples/C++/DeadlineQoSExample/deadlineQoS.cxx index 191007a1e23..40c6f8d08a9 100644 --- a/examples/C++/DeadlineQoSExample/deadlineQoS.cxx +++ b/examples/C++/DeadlineQoSExample/deadlineQoS.cxx @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "deadlineQoS.h" using namespace boost:: asio; diff --git a/examples/C++/DeadlineQoSExample/deadlineQoS.h b/examples/C++/DeadlineQoSExample/deadlineQoS.h index 3fa64fd900d..706c3fd4d23 100644 --- a/examples/C++/DeadlineQoSExample/deadlineQoS.h +++ b/examples/C++/DeadlineQoSExample/deadlineQoS.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /* DeadlineQoS Helper class to implement a way to check if the deadline constrains is being met on each key diff --git a/examples/C++/DeadlineQoSExample/deadlinepayload.cxx b/examples/C++/DeadlineQoSExample/deadlinepayload.cxx index 0c084fbacf2..66c77750cca 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayload.cxx +++ b/examples/C++/DeadlineQoSExample/deadlinepayload.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file deadlinepayload.cpp * This source file contains the definition of the described types in the IDL file. * @@ -113,4 +120,4 @@ void HelloMsg::serializeKey(eprosima::fastcdr::Cdr &scdr) const scdr << m_deadlinekey; -} \ No newline at end of file +} diff --git a/examples/C++/DeadlineQoSExample/deadlinepayload.h b/examples/C++/DeadlineQoSExample/deadlinepayload.h index 45ff57b7976..1a54ef2017e 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayload.h +++ b/examples/C++/DeadlineQoSExample/deadlinepayload.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file deadlinepayload.h * This header file contains the declaration of the described types in the IDL file. * @@ -205,4 +212,4 @@ class HelloMsg std::string m_payload; }; -#endif // _deadlinepayload_H_ \ No newline at end of file +#endif // _deadlinepayload_H_ diff --git a/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubMain.cxx b/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubMain.cxx index 27d7ef67572..14e95221cc3 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubMain.cxx +++ b/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubMain.cxx @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file deadlinepayloadPubSubMain.cpp - * This file acts as a main entry point to the application. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "deadlinepayloadPublisher.h" #include "deadlinepayloadSubscriber.h" diff --git a/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.cxx b/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.cxx index 90f6766e096..f8834cffe44 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.cxx +++ b/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file deadlinepayloadPubSubTypes.cpp * This header file contains the implementation of the serialization functions. * diff --git a/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.h b/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.h index d200b2e0ccb..ab64c463a76 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.h +++ b/examples/C++/DeadlineQoSExample/deadlinepayloadPubSubTypes.h @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file deadlinepayloadPubSubTypes.h - * This header file contains the declaration of the serialization functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef _DEADLINEPAYLOAD_PUBSUBTYPES_H_ #define _DEADLINEPAYLOAD_PUBSUBTYPES_H_ @@ -39,4 +38,4 @@ class HelloMsgPubSubType : public TopicDataType { unsigned char* m_keyBuffer; }; -#endif // _deadlinepayload_PUBSUBTYPE_H_ \ No newline at end of file +#endif // _deadlinepayload_PUBSUBTYPE_H_ diff --git a/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.cxx b/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.cxx index 481b7d594d3..93aad255f20 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.cxx +++ b/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.cxx @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file deadlinepayloadPublisher.cpp - * This file contains the implementation of the publisher functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.h b/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.h index 93d8ab58bd7..0700f5fa6da 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.h +++ b/examples/C++/DeadlineQoSExample/deadlinepayloadPublisher.h @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file deadlinepayloadPublisher.h - * This header file contains the declaration of the publisher functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef _DEADLINEPAYLOAD_PUBLISHER_H_ #define _DEADLINEPAYLOAD_PUBLISHER_H_ @@ -47,4 +46,4 @@ class deadlinepayloadPublisher HelloMsgPubSubType myType; }; -#endif // _DEADLINEPAYLOAD_PUBLISHER_H_ \ No newline at end of file +#endif // _DEADLINEPAYLOAD_PUBLISHER_H_ diff --git a/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.cxx b/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.cxx index f45a724763e..9934c9c2c23 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.cxx +++ b/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.cxx @@ -1,16 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file deadlinepayloadSubscriber.cpp - * This file contains the implementation of the subscriber functions. - * - * This file was generated by the tool fastcdrgen. - */ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.h b/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.h index 8baf82aa4d6..b94381706b9 100644 --- a/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.h +++ b/examples/C++/DeadlineQoSExample/deadlinepayloadSubscriber.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file deadlinepayloadSubscriber.h * This header file contains the declaration of the subscriber functions. * diff --git a/examples/C++/DeadlineQoSExample/mapableKey.h b/examples/C++/DeadlineQoSExample/mapableKey.h index 01eb74a3488..f12bfc30551 100644 --- a/examples/C++/DeadlineQoSExample/mapableKey.h +++ b/examples/C++/DeadlineQoSExample/mapableKey.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef MAPABLEKEY_H_ #define MAPABLEKEY_H_ @@ -33,4 +47,4 @@ inline bool operator<(const ex_mapableKey& ex_mapableKey1,const ex_mapableKey& e -#endif \ No newline at end of file +#endif diff --git a/examples/C++/Filtering/CMakeLists.txt b/examples/C++/Filtering/CMakeLists.txt index a7ed38a64dc..f68159d2118 100644 --- a/examples/C++/Filtering/CMakeLists.txt +++ b/examples/C++/Filtering/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + cmake_minimum_required(VERSION 2.8.12) project("FilteringExample") diff --git a/examples/C++/Filtering/FilteringExample.cxx b/examples/C++/Filtering/FilteringExample.cxx index c391285c6be..ef70722ec4d 100644 --- a/examples/C++/Filtering/FilteringExample.cxx +++ b/examples/C++/Filtering/FilteringExample.cxx @@ -1,16 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * - * @file FilteringExample.cpp - * This source file contains the definition of the described types in the IDL file. - * - * This file was generated by the tool gen. - */ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifdef _WIN32 // Remove linker warning LNK4221 on Visual Studio @@ -96,4 +96,4 @@ bool FilteringExample::isKeyDefined() void FilteringExample::serializeKey(eprosima::fastcdr::Cdr &scdr) const { -} \ No newline at end of file +} diff --git a/examples/C++/Filtering/FilteringExample.h b/examples/C++/Filtering/FilteringExample.h index 68b41a89d05..5b3e8112eb4 100644 --- a/examples/C++/Filtering/FilteringExample.h +++ b/examples/C++/Filtering/FilteringExample.h @@ -1,16 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * - * @file FilteringExample.h - * This header file contains the declaration of the described types in the IDL file. - * - * This file was generated by the tool gen. - */ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef _FilteringExample_H_ #define _FilteringExample_H_ @@ -169,4 +169,4 @@ class FilteringExample int32_t m_sampleNumber; }; -#endif // _FilteringExample_H_ \ No newline at end of file +#endif // _FilteringExample_H_ diff --git a/examples/C++/Filtering/FilteringExamplePubSubMain.cxx b/examples/C++/Filtering/FilteringExamplePubSubMain.cxx index 7fa6bfe1592..fc20aefe1d8 100644 --- a/examples/C++/Filtering/FilteringExamplePubSubMain.cxx +++ b/examples/C++/Filtering/FilteringExamplePubSubMain.cxx @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file FilteringExamplePubSubMain.cpp - * This file acts as a main entry point to the application. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "FilteringExamplePublisher.h" #include "FilteringExampleSubscriber.h" diff --git a/examples/C++/Filtering/FilteringExamplePubSubTypes.cxx b/examples/C++/Filtering/FilteringExamplePubSubTypes.cxx index 1633a4d7d2e..1f9e361b03b 100644 --- a/examples/C++/Filtering/FilteringExamplePubSubTypes.cxx +++ b/examples/C++/Filtering/FilteringExamplePubSubTypes.cxx @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file FilteringExamplePubSubTypes.cpp - * This header file contains the implementation of the serialization functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/examples/C++/Filtering/FilteringExamplePubSubTypes.h b/examples/C++/Filtering/FilteringExamplePubSubTypes.h index 0b87d09f506..f934e8b1ff5 100644 --- a/examples/C++/Filtering/FilteringExamplePubSubTypes.h +++ b/examples/C++/Filtering/FilteringExamplePubSubTypes.h @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file FilteringExamplePubSubTypes.h - * This header file contains the declaration of the serialization functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef _FILTERINGEXAMPLE_PUBSUBTYPES_H_ #define _FILTERINGEXAMPLE_PUBSUBTYPES_H_ @@ -39,4 +38,4 @@ class FilteringExamplePubSubType : public TopicDataType { unsigned char* m_keyBuffer; }; -#endif // _FilteringExample_PUBSUBTYPE_H_ \ No newline at end of file +#endif // _FilteringExample_PUBSUBTYPE_H_ diff --git a/examples/C++/Filtering/FilteringExamplePublisher.cxx b/examples/C++/Filtering/FilteringExamplePublisher.cxx index 2401eb8a637..8f0de3d2d16 100644 --- a/examples/C++/Filtering/FilteringExamplePublisher.cxx +++ b/examples/C++/Filtering/FilteringExamplePublisher.cxx @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file FilteringExamplePublisher.cpp - * This file contains the implementation of the publisher functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/examples/C++/Filtering/FilteringExamplePublisher.h b/examples/C++/Filtering/FilteringExamplePublisher.h index 71cf537d0fe..384583981bc 100644 --- a/examples/C++/Filtering/FilteringExamplePublisher.h +++ b/examples/C++/Filtering/FilteringExamplePublisher.h @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file FilteringExamplePublisher.h - * This header file contains the declaration of the publisher functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef _FILTERINGEXAMPLE_PUBLISHER_H_ #define _FILTERINGEXAMPLE_PUBLISHER_H_ @@ -46,4 +45,4 @@ class FilteringExamplePublisher FilteringExamplePubSubType myType; }; -#endif // _FILTERINGEXAMPLE_PUBLISHER_H_ \ No newline at end of file +#endif // _FILTERINGEXAMPLE_PUBLISHER_H_ diff --git a/examples/C++/Filtering/FilteringExampleSubscriber.cxx b/examples/C++/Filtering/FilteringExampleSubscriber.cxx index ae8e626990b..9c8385fd976 100644 --- a/examples/C++/Filtering/FilteringExampleSubscriber.cxx +++ b/examples/C++/Filtering/FilteringExampleSubscriber.cxx @@ -1,16 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file FilteringExampleSubscriber.cpp - * This file contains the implementation of the subscriber functions. - * - * This file was generated by the tool fastcdrgen. - */ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/examples/C++/Filtering/FilteringExampleSubscriber.h b/examples/C++/Filtering/FilteringExampleSubscriber.h index db41cdc41ec..e8cbd76d2f0 100644 --- a/examples/C++/Filtering/FilteringExampleSubscriber.h +++ b/examples/C++/Filtering/FilteringExampleSubscriber.h @@ -1,17 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * - * @file FilteringExampleSubscriber.h - * This header file contains the declaration of the subscriber functions. - * - * This file was generated by the tool fastcdrgen. - */ - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef _FILTERINGEXAMPLE_SUBSCRIBER_H_ #define _FILTERINGEXAMPLE_SUBSCRIBER_H_ @@ -48,4 +47,4 @@ class FilteringExampleSubscriber FilteringExamplePubSubType myType; }; -#endif // _FilteringExample_SUBSCRIBER_H_ \ No newline at end of file +#endif // _FilteringExample_SUBSCRIBER_H_ diff --git a/examples/C++/Filtering/Makefile b/examples/C++/Filtering/Makefile index a2c869a8f7d..03a1f9c7034 100644 --- a/examples/C++/Filtering/Makefile +++ b/examples/C++/Filtering/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + CPP=g++ LN=g++ AR=ar diff --git a/examples/C++/HelloWorldExample/CMakeLists.txt b/examples/C++/HelloWorldExample/CMakeLists.txt index d4dd3511729..13ef4df7906 100644 --- a/examples/C++/HelloWorldExample/CMakeLists.txt +++ b/examples/C++/HelloWorldExample/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + cmake_minimum_required(VERSION 2.8.12) project("HelloWorldExample") diff --git a/examples/C++/HelloWorldExample/HelloWorld.cpp b/examples/C++/HelloWorldExample/HelloWorld.cpp index e9186756392..cb04456fe7a 100644 --- a/examples/C++/HelloWorldExample/HelloWorld.cpp +++ b/examples/C++/HelloWorldExample/HelloWorld.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file HelloWorld.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/examples/C++/HelloWorldExample/HelloWorld.h b/examples/C++/HelloWorldExample/HelloWorld.h index 609e5946d7e..173a330a372 100644 --- a/examples/C++/HelloWorldExample/HelloWorld.h +++ b/examples/C++/HelloWorldExample/HelloWorld.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file HelloWorld.h * This header file contains the declaration of the described types in the IDL file. * @@ -205,4 +212,4 @@ class HelloWorld std::string m_message; }; -#endif // _HelloWorld_H_ \ No newline at end of file +#endif // _HelloWorld_H_ diff --git a/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.cxx b/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.cxx index e9c50a1a42f..28579e482f3 100644 --- a/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.cxx +++ b/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file HelloWorldPubSubTypes.cpp * This header file contains the implementation of the serialization functions. * diff --git a/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.h b/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.h index 2495adc2811..218cf32eb2b 100644 --- a/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.h +++ b/examples/C++/HelloWorldExample/HelloWorldPubSubTypes.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file HelloWorldPubSubTypes.h * This header file contains the declaration of the serialization functions. * @@ -39,4 +46,4 @@ class HelloWorldPubSubType : public TopicDataType { unsigned char* m_keyBuffer; }; -#endif // _HelloWorld_PUBSUBTYPE_H_ \ No newline at end of file +#endif // _HelloWorld_PUBSUBTYPE_H_ diff --git a/examples/C++/HelloWorldExample/HelloWorldPublisher.cpp b/examples/C++/HelloWorldExample/HelloWorldPublisher.cpp index cd4a2ea860a..2958adbd506 100644 --- a/examples/C++/HelloWorldExample/HelloWorldPublisher.cpp +++ b/examples/C++/HelloWorldExample/HelloWorldPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldPublisher.cpp diff --git a/examples/C++/HelloWorldExample/HelloWorldPublisher.h b/examples/C++/HelloWorldExample/HelloWorldPublisher.h index 908dcb2c206..9d09d525f72 100644 --- a/examples/C++/HelloWorldExample/HelloWorldPublisher.h +++ b/examples/C++/HelloWorldExample/HelloWorldPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldPublisher.h diff --git a/examples/C++/HelloWorldExample/HelloWorldSubscriber.cpp b/examples/C++/HelloWorldExample/HelloWorldSubscriber.cpp index 61400000787..a3386340e6e 100644 --- a/examples/C++/HelloWorldExample/HelloWorldSubscriber.cpp +++ b/examples/C++/HelloWorldExample/HelloWorldSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldSubscriber.cpp diff --git a/examples/C++/HelloWorldExample/HelloWorldSubscriber.h b/examples/C++/HelloWorldExample/HelloWorldSubscriber.h index a54f0ef3098..00d99eb161b 100644 --- a/examples/C++/HelloWorldExample/HelloWorldSubscriber.h +++ b/examples/C++/HelloWorldExample/HelloWorldSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldSubscriber.h diff --git a/examples/C++/HelloWorldExample/HelloWorldType.cpp b/examples/C++/HelloWorldExample/HelloWorldType.cpp index 6ebed726456..eb211f40734 100644 --- a/examples/C++/HelloWorldExample/HelloWorldType.cpp +++ b/examples/C++/HelloWorldExample/HelloWorldType.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldTopic.cpp diff --git a/examples/C++/HelloWorldExample/HelloWorldType.h b/examples/C++/HelloWorldExample/HelloWorldType.h index 57fa74516d4..5104d495d4e 100644 --- a/examples/C++/HelloWorldExample/HelloWorldType.h +++ b/examples/C++/HelloWorldExample/HelloWorldType.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldTopic.h diff --git a/examples/C++/HelloWorldExample/HelloWorld_main.cpp b/examples/C++/HelloWorldExample/HelloWorld_main.cpp index 0a1d4cfe813..df1d0786a68 100644 --- a/examples/C++/HelloWorldExample/HelloWorld_main.cpp +++ b/examples/C++/HelloWorldExample/HelloWorld_main.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorld_main.cpp diff --git a/examples/C++/HelloWorldExample/Makefile b/examples/C++/HelloWorldExample/Makefile index aa437690a65..52acd43ec82 100644 --- a/examples/C++/HelloWorldExample/Makefile +++ b/examples/C++/HelloWorldExample/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + CPP=g++ LN=g++ AR=ar diff --git a/examples/C++/OwnershipStrengthQoSExample/CMakeLists.txt b/examples/C++/OwnershipStrengthQoSExample/CMakeLists.txt index 6da7812e78c..9fed17cc551 100644 --- a/examples/C++/OwnershipStrengthQoSExample/CMakeLists.txt +++ b/examples/C++/OwnershipStrengthQoSExample/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + cmake_minimum_required(VERSION 2.8.12) project("OwnershipStrengthQoSExample") diff --git a/examples/C++/OwnershipStrengthQoSExample/Makefile b/examples/C++/OwnershipStrengthQoSExample/Makefile index e631ec2d626..fec6e740d5b 100644 --- a/examples/C++/OwnershipStrengthQoSExample/Makefile +++ b/examples/C++/OwnershipStrengthQoSExample/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + CPP=g++ LN=g++ AR=ar diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.cxx b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.cxx index e0a04f44acb..ae7ee099648 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.cxx +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file OwnershipStrength.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.h b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.h index 2d06f51b4bb..b47fc1ae6ee 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.h +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrength.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file OwnershipStrength.h * This header file contains the declaration of the described types in the IDL file. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubMain.cxx b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubMain.cxx index 69b5f5b5ad0..0714cb91ca5 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubMain.cxx +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubMain.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file OwnershipStrengthPubSubMain.cpp * This file acts as a main entry point to the application. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.cxx b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.cxx index 85946549130..9c6ad2d785d 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.cxx +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file OwnershipStrengthPubSubTypes.cpp * This header file contains the implementation of the serialization functions. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.h b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.h index a3ce4573822..07c61d1dbcd 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.h +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPubSubTypes.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file OwnershipStrengthPubSubTypes.h * This header file contains the declaration of the serialization functions. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.cxx b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.cxx index df6733f77d3..8ad7d3df0c6 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.cxx +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file OwnershipStrengthPublisher.cpp * This file contains the implementation of the publisher functions. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.h b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.h index 644a06b6c9d..e463725928f 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.h +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthPublisher.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file OwnershipStrengthPublisher.h * This header file contains the declaration of the publisher functions. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.cxx b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.cxx index ecec15fc4ae..09f607bc4f6 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.cxx +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file OwnershipStrengthSubscriber.cpp * This file contains the implementation of the subscriber functions. * diff --git a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.h b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.h index 52e692545be..d51b7085aef 100644 --- a/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.h +++ b/examples/C++/OwnershipStrengthQoSExample/OwnershipStrengthSubscriber.h @@ -1,10 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file OwnershipStrengthSubscriber.h * This header file contains the declaration of the subscriber functions. * diff --git a/examples/C++/RTPSTest_as_socket/Makefile b/examples/C++/RTPSTest_as_socket/Makefile index b245b7f9345..7b1157f8fa4 100644 --- a/examples/C++/RTPSTest_as_socket/Makefile +++ b/examples/C++/RTPSTest_as_socket/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/examples/C++/RTPSTest_as_socket/TestReaderSocket.cpp b/examples/C++/RTPSTest_as_socket/TestReaderSocket.cpp index 9284bc40318..f453320bcb6 100644 --- a/examples/C++/RTPSTest_as_socket/TestReaderSocket.cpp +++ b/examples/C++/RTPSTest_as_socket/TestReaderSocket.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestReaderSocket.cpp diff --git a/examples/C++/RTPSTest_as_socket/TestReaderSocket.h b/examples/C++/RTPSTest_as_socket/TestReaderSocket.h index 5290d7e7e51..18593fd735f 100644 --- a/examples/C++/RTPSTest_as_socket/TestReaderSocket.h +++ b/examples/C++/RTPSTest_as_socket/TestReaderSocket.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestReaderSocket.h diff --git a/examples/C++/RTPSTest_as_socket/TestWriterSocket.cpp b/examples/C++/RTPSTest_as_socket/TestWriterSocket.cpp index a82e7f03098..a675294bc5a 100644 --- a/examples/C++/RTPSTest_as_socket/TestWriterSocket.cpp +++ b/examples/C++/RTPSTest_as_socket/TestWriterSocket.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestWriterSocket.cpp diff --git a/examples/C++/RTPSTest_as_socket/TestWriterSocket.h b/examples/C++/RTPSTest_as_socket/TestWriterSocket.h index c161f5d2051..ef70457ce49 100644 --- a/examples/C++/RTPSTest_as_socket/TestWriterSocket.h +++ b/examples/C++/RTPSTest_as_socket/TestWriterSocket.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestWriterSocket.h diff --git a/examples/C++/RTPSTest_as_socket/main_RTPSTest.cpp b/examples/C++/RTPSTest_as_socket/main_RTPSTest.cpp index 193be04053c..3207306df6a 100644 --- a/examples/C++/RTPSTest_as_socket/main_RTPSTest.cpp +++ b/examples/C++/RTPSTest_as_socket/main_RTPSTest.cpp @@ -1,12 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ - - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/examples/C++/RTPSTest_registered/Makefile b/examples/C++/RTPSTest_registered/Makefile index 46f4423ec04..f8f4edc9ea1 100644 --- a/examples/C++/RTPSTest_registered/Makefile +++ b/examples/C++/RTPSTest_registered/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/examples/C++/RTPSTest_registered/TestReaderRegistered.cpp b/examples/C++/RTPSTest_registered/TestReaderRegistered.cpp index 4fd014ae3ab..08acad3a9af 100644 --- a/examples/C++/RTPSTest_registered/TestReaderRegistered.cpp +++ b/examples/C++/RTPSTest_registered/TestReaderRegistered.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestReaderRegistered.cpp diff --git a/examples/C++/RTPSTest_registered/TestReaderRegistered.h b/examples/C++/RTPSTest_registered/TestReaderRegistered.h index 8238946a981..fbe5637d550 100644 --- a/examples/C++/RTPSTest_registered/TestReaderRegistered.h +++ b/examples/C++/RTPSTest_registered/TestReaderRegistered.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestReaderRegistered.h diff --git a/examples/C++/RTPSTest_registered/TestWriterRegistered.cpp b/examples/C++/RTPSTest_registered/TestWriterRegistered.cpp index fddfcee5a74..d8721179cb0 100644 --- a/examples/C++/RTPSTest_registered/TestWriterRegistered.cpp +++ b/examples/C++/RTPSTest_registered/TestWriterRegistered.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestWriterRegistered.cpp diff --git a/examples/C++/RTPSTest_registered/TestWriterRegistered.h b/examples/C++/RTPSTest_registered/TestWriterRegistered.h index bc87d45de89..d1238e56755 100644 --- a/examples/C++/RTPSTest_registered/TestWriterRegistered.h +++ b/examples/C++/RTPSTest_registered/TestWriterRegistered.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestWriterRegistered.h diff --git a/examples/C++/RTPSTest_registered/main_RTPSTest.cpp b/examples/C++/RTPSTest_registered/main_RTPSTest.cpp index 40b6bb01a1b..f271084edeb 100644 --- a/examples/C++/RTPSTest_registered/main_RTPSTest.cpp +++ b/examples/C++/RTPSTest_registered/main_RTPSTest.cpp @@ -1,12 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ - - +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include #include diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index ce59cee0c6d..95f8a321527 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include(${PROJECT_SOURCE_DIR}/cmake/dev/compile_example.cmake) compile_example(DeadlineQoSExample C++/DeadlineQoSExample) compile_example(OwnershipStrengthQoSExample C++/OwnershipStrengthQoSExample) diff --git a/fastrtpsgen/build.gradle b/fastrtpsgen/build.gradle index 6bcaa74798f..18dc6465d1b 100644 --- a/fastrtpsgen/build.gradle +++ b/fastrtpsgen/build.gradle @@ -1,4 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // internal plugins + apply plugin: 'java' apply plugin: 'eclipse' // Eclipse integration diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/exceptions/BadArgumentException.java b/fastrtpsgen/src/com/eprosima/fastrtps/exceptions/BadArgumentException.java index 3ea3ead994f..8b87db7b56a 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/exceptions/BadArgumentException.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/exceptions/BadArgumentException.java @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package com.eprosima.fastrtps.exceptions; public class BadArgumentException extends Exception diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/fastrtpsgen.java b/fastrtpsgen/src/com/eprosima/fastrtps/fastrtpsgen.java index e24940e375f..57097d92140 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/fastrtpsgen.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/fastrtpsgen.java @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package com.eprosima.fastrtps; import java.io.BufferedReader; diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/grammar/Context.java b/fastrtpsgen/src/com/eprosima/fastrtps/idl/grammar/Context.java index e94fc9daca3..d0022e6836c 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/grammar/Context.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/grammar/Context.java @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package com.eprosima.fastrtps.idl.grammar; import java.util.ArrayList; diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/parser/typecode/StructTypeCode.java b/fastrtpsgen/src/com/eprosima/fastrtps/idl/parser/typecode/StructTypeCode.java index 907ecccb336..142efc40a67 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/parser/typecode/StructTypeCode.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/parser/typecode/StructTypeCode.java @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package com.eprosima.fastrtps.idl.parser.typecode; import com.eprosima.idl.parser.typecode.Member; diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/Common.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/Common.stg index bd16a3d9935..480a2479bf1 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/Common.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/Common.stg @@ -1,14 +1,35 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group Common; fileHeader(ctx, file, description) ::= << -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * $ctx.product;format="upper"$_LICENSE file included in this $ctx.product;format="upperCase"$ distribution. - * - ************************************************************************* - * +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +/*! * @file $file$ * $description$ * diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNIHeader.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNIHeader.stg index 2b40d274192..4b51d5bfc31 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNIHeader.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNIHeader.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group JNIHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNISource.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNISource.stg index f0b1ff0d2b2..973517e1cf0 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNISource.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JNISource.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group JNISource; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JavaSource.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JavaSource.stg index 9aa3747a017..1268d50c9bb 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JavaSource.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/JavaSource.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group JavaSource; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubMain.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubMain.stg index 71492b2ba79..ee7004fd1b2 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubMain.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubMain.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader.stg index d8c8d7f57ce..41816fde835 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader_backup.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader_backup.stg index de5acbe9585..b43c23dd100 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader_backup.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeHeader_backup.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource.stg index 791fe46d257..b0c98508709 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource_backup.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource_backup.stg index a534181283c..9240af53d52 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource_backup.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPubSubTypeSource_backup.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherHeader.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherHeader.stg index 7c6e6cdf2f0..ecc2a59dbce 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherHeader.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherHeader.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherSource.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherSource.stg index b97b4baab9e..81848d6280a 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherSource.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSPublisherSource.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberHeader.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberHeader.stg index e67e38dc905..3d851148efe 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberHeader.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberHeader.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberSource.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberSource.stg index ff0ac48ebe5..2ede3ece64f 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberSource.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/RTPSSubscriberSource.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group ProtocolHeader; main(ctx, definitions) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/VS.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/VS.stg index a8d48c1e51d..9066773b299 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/VS.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/VS.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group VS; solution(solution, example, configurations, generateJava, vsVersion) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/eprosima.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/eprosima.stg index 989cc9e8ee0..ed1d730330d 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/eprosima.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/eprosima.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group eprosima; paramTypeByValue(typecode) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/idlTypes.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/idlTypes.stg index bd7a2075334..91cff0a1d8f 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/idlTypes.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/idlTypes.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group Types; type_5() ::= <> @@ -42,4 +56,4 @@ type_c(name) ::= <<$name$>> type_10(name) ::= <<$name$>> -type_e(type, maxsize, empty) ::= <$empty$>> \ No newline at end of file +type_e(type, maxsize, empty) ::= <$empty$>> diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/makefile.stg b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/makefile.stg index 34d57cb21ed..e614ba10e60 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/makefile.stg +++ b/fastrtpsgen/src/com/eprosima/fastrtps/idl/templates/makefile.stg @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + group Makefile; makecxx(solution, example, arch) ::= << diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/solution/Project.java b/fastrtpsgen/src/com/eprosima/fastrtps/solution/Project.java index 299c3bb5051..4608f6ebba2 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/solution/Project.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/solution/Project.java @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package com.eprosima.fastrtps.solution; import java.util.ArrayList; diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/solution/Solution.java b/fastrtpsgen/src/com/eprosima/fastrtps/solution/Solution.java index e17aa34be03..e7dcfffe9b1 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/solution/Solution.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/solution/Solution.java @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package com.eprosima.fastrtps.solution; import com.eprosima.fastrtps.fastrtpsgen; diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/util/Utils.java b/fastrtpsgen/src/com/eprosima/fastrtps/util/Utils.java index 9520659a1e4..8e31c1f1d32 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/util/Utils.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/util/Utils.java @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package com.eprosima.fastrtps.util; import org.antlr.stringtemplate.StringTemplate; diff --git a/fastrtpsgen/src/com/eprosima/fastrtps/util/VSConfiguration.java b/fastrtpsgen/src/com/eprosima/fastrtps/util/VSConfiguration.java index cea660b1f62..486d2117a3e 100644 --- a/fastrtpsgen/src/com/eprosima/fastrtps/util/VSConfiguration.java +++ b/fastrtpsgen/src/com/eprosima/fastrtps/util/VSConfiguration.java @@ -1,18 +1,16 @@ -/* $Id$ * - * (c) Copyright, eProsima, 2009. * - * All rights reserved. * - * * - * No duplications, whole or partial, manual or electronic, may be made * - * without express written permission. Any such copies, or * - * revisions thereof, must display this notice unaltered. * - * This code contains trade secrets of * - * eProsima (Proyectos y Sistemas de Mantenimiento S.L.) * - * * - * modification history * - * -------------------- * - * 1.0,29sep09,RodM Created * - * ===================================================================== * - */ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package com.eprosima.fastrtps.util; diff --git a/fastrtpsgen/utils/releaseTest/exec_test.sh b/fastrtpsgen/utils/releaseTest/exec_test.sh index 31e8bd24322..c1ab01fafe8 100755 --- a/fastrtpsgen/utils/releaseTest/exec_test.sh +++ b/fastrtpsgen/utils/releaseTest/exec_test.sh @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + #!/bin/bash # This scripts run the fastrtpsgen tests. diff --git a/fastrtpsgen/utils/releaseTest/exec_tests.bat b/fastrtpsgen/utils/releaseTest/exec_tests.bat index e526bb3856d..e2217129c07 100644 --- a/fastrtpsgen/utils/releaseTest/exec_tests.bat +++ b/fastrtpsgen/utils/releaseTest/exec_tests.bat @@ -1,5 +1,18 @@ -:: This script runs all tests in this directory and checks their results. Supports two optional parameters. +:: Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at +:: +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. +:: This script runs all tests in this directory and checks their results. Supports two optional parameters. setlocal EnableDelayedExpansion @echo off diff --git a/include/Makefile.am.in b/include/Makefile.am.in index 5e50232992c..39cbc5cea16 100644 --- a/include/Makefile.am.in +++ b/include/Makefile.am.in @@ -1,2 +1,16 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + library_includedir = $(includedir) nobase_library_include_HEADERS = ${${PROJECT_NAME}_PUBLIC_HEADERS_AUTOTOOLS} diff --git a/include/fastrtps/Domain.h b/include/fastrtps/Domain.h index 06abc4964db..b7b2cc918bf 100644 --- a/include/fastrtps/Domain.h +++ b/include/fastrtps/Domain.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Domain.h diff --git a/include/fastrtps/TopicDataType.h b/include/fastrtps/TopicDataType.h index fad91781b68..66a8f76bd98 100644 --- a/include/fastrtps/TopicDataType.h +++ b/include/fastrtps/TopicDataType.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TopicDataType.h diff --git a/include/fastrtps/attributes/ParticipantAttributes.h b/include/fastrtps/attributes/ParticipantAttributes.h index 06dcf463a2d..05dc6021d3d 100644 --- a/include/fastrtps/attributes/ParticipantAttributes.h +++ b/include/fastrtps/attributes/ParticipantAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParticipantAttributes.h diff --git a/include/fastrtps/attributes/PublisherAttributes.h b/include/fastrtps/attributes/PublisherAttributes.h index f9544a47ea2..308468d2e53 100644 --- a/include/fastrtps/attributes/PublisherAttributes.h +++ b/include/fastrtps/attributes/PublisherAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PublisherAttributes.h diff --git a/include/fastrtps/attributes/SubscriberAttributes.h b/include/fastrtps/attributes/SubscriberAttributes.h index 97c5dea2f4c..b25cd51de58 100644 --- a/include/fastrtps/attributes/SubscriberAttributes.h +++ b/include/fastrtps/attributes/SubscriberAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SubscriberAttributes.h diff --git a/include/fastrtps/attributes/TopicAttributes.h b/include/fastrtps/attributes/TopicAttributes.h index 40d7ab6bb6a..b412ca125d7 100644 --- a/include/fastrtps/attributes/TopicAttributes.h +++ b/include/fastrtps/attributes/TopicAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TopicAttributes.h diff --git a/include/fastrtps/attributes/all_attributes.h b/include/fastrtps/attributes/all_attributes.h index cea9fff2e99..7299b2a1478 100644 --- a/include/fastrtps/attributes/all_attributes.h +++ b/include/fastrtps/attributes/all_attributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file all_attributes.h diff --git a/include/fastrtps/config.h.in b/include/fastrtps/config.h.in index 6612175e2a4..ab057c143f6 100644 --- a/include/fastrtps/config.h.in +++ b/include/fastrtps/config.h.in @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef _FASTRTPS_CONFIG_H_ #define _FASTRTPS_CONFIG_H_ diff --git a/include/fastrtps/config/doxygen_modules.h b/include/fastrtps/config/doxygen_modules.h index 3b6a464f03e..0c2fb46d4d3 100644 --- a/include/fastrtps/config/doxygen_modules.h +++ b/include/fastrtps/config/doxygen_modules.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file doxygen_modules.h diff --git a/include/fastrtps/eProsima_auto_link.h b/include/fastrtps/eProsima_auto_link.h index 9a8589138d8..9819c40bfee 100644 --- a/include/fastrtps/eProsima_auto_link.h +++ b/include/fastrtps/eProsima_auto_link.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /* Expected defines. diff --git a/include/fastrtps/fastrtps_all.h b/include/fastrtps/fastrtps_all.h index 1b930fdeba9..43d5e741544 100644 --- a/include/fastrtps/fastrtps_all.h +++ b/include/fastrtps/fastrtps_all.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file rtps_all.h diff --git a/include/fastrtps/fastrtps_dll.h b/include/fastrtps/fastrtps_dll.h index 162a410a505..c703cdfb03f 100644 --- a/include/fastrtps/fastrtps_dll.h +++ b/include/fastrtps/fastrtps_dll.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 201 4 eProsima. All rights reserved. - * - * This copy of fastrtps is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef _FASTRTPS_FASTRTPS_DLL_H_ #define _FASTRTPS_FASTRTPS_DLL_H_ diff --git a/include/fastrtps/fastrtps_fwd.h b/include/fastrtps/fastrtps_fwd.h index 306b6d96602..52f71e77b20 100644 --- a/include/fastrtps/fastrtps_fwd.h +++ b/include/fastrtps/fastrtps_fwd.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file fastrtps_fwd.h diff --git a/include/fastrtps/log/Colors.h b/include/fastrtps/log/Colors.h index 0aaec3353ea..5d7a65c2b15 100644 --- a/include/fastrtps/log/Colors.h +++ b/include/fastrtps/log/Colors.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Colors is licensed to you under the terms described in the - * CSIMARTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Colors.h diff --git a/include/fastrtps/log/Log.h b/include/fastrtps/log/Log.h index 90cdcad919b..9290696b50e 100644 --- a/include/fastrtps/log/Log.h +++ b/include/fastrtps/log/Log.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Log is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Log.h diff --git a/include/fastrtps/participant/Participant.h b/include/fastrtps/participant/Participant.h index 82e3d61f2e4..9f7271628eb 100644 --- a/include/fastrtps/participant/Participant.h +++ b/include/fastrtps/participant/Participant.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Participant.h diff --git a/include/fastrtps/participant/ParticipantDiscoveryInfo.h b/include/fastrtps/participant/ParticipantDiscoveryInfo.h index 8a3185e12e2..b67318edbe7 100644 --- a/include/fastrtps/participant/ParticipantDiscoveryInfo.h +++ b/include/fastrtps/participant/ParticipantDiscoveryInfo.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParticipantDiscoveryInfo.h diff --git a/include/fastrtps/participant/ParticipantListener.h b/include/fastrtps/participant/ParticipantListener.h index eadb951fd1c..e4f472e25e9 100644 --- a/include/fastrtps/participant/ParticipantListener.h +++ b/include/fastrtps/participant/ParticipantListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParticipantListener.h diff --git a/include/fastrtps/publisher/Publisher.h b/include/fastrtps/publisher/Publisher.h index 014dfea3f7c..d6399b4e0f2 100644 --- a/include/fastrtps/publisher/Publisher.h +++ b/include/fastrtps/publisher/Publisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Publisher.h diff --git a/include/fastrtps/publisher/PublisherHistory.h b/include/fastrtps/publisher/PublisherHistory.h index 586e1891442..05151e92d4e 100644 --- a/include/fastrtps/publisher/PublisherHistory.h +++ b/include/fastrtps/publisher/PublisherHistory.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PublisherHistory.h diff --git a/include/fastrtps/publisher/PublisherListener.h b/include/fastrtps/publisher/PublisherListener.h index 5dc7dfef1a1..09018dc087a 100644 --- a/include/fastrtps/publisher/PublisherListener.h +++ b/include/fastrtps/publisher/PublisherListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PublisherListener.h diff --git a/include/fastrtps/qos/ParameterList.h b/include/fastrtps/qos/ParameterList.h index 725de26d0b2..e560b3ae12f 100644 --- a/include/fastrtps/qos/ParameterList.h +++ b/include/fastrtps/qos/ParameterList.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParameterList.h diff --git a/include/fastrtps/qos/ParameterTypes.h b/include/fastrtps/qos/ParameterTypes.h index 02c57c89698..04a8828a1c3 100644 --- a/include/fastrtps/qos/ParameterTypes.h +++ b/include/fastrtps/qos/ParameterTypes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParameterTypes.h diff --git a/include/fastrtps/qos/QosList.h b/include/fastrtps/qos/QosList.h index 4ba41549433..c1d5d49fc99 100644 --- a/include/fastrtps/qos/QosList.h +++ b/include/fastrtps/qos/QosList.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file QosList.h diff --git a/include/fastrtps/qos/QosPolicies.h b/include/fastrtps/qos/QosPolicies.h index 010a7c20c1f..91ebc0f83a9 100644 --- a/include/fastrtps/qos/QosPolicies.h +++ b/include/fastrtps/qos/QosPolicies.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file QosPolicies.h diff --git a/include/fastrtps/qos/ReaderQos.h b/include/fastrtps/qos/ReaderQos.h index d59421da7e3..960e38eaf1b 100644 --- a/include/fastrtps/qos/ReaderQos.h +++ b/include/fastrtps/qos/ReaderQos.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderQos.h diff --git a/include/fastrtps/qos/WriterQos.h b/include/fastrtps/qos/WriterQos.h index b46ee920cc5..2ba41525944 100644 --- a/include/fastrtps/qos/WriterQos.h +++ b/include/fastrtps/qos/WriterQos.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterQos.h diff --git a/include/fastrtps/rtps/Endpoint.h b/include/fastrtps/rtps/Endpoint.h index cddab384dde..f70cfc22776 100644 --- a/include/fastrtps/rtps/Endpoint.h +++ b/include/fastrtps/rtps/Endpoint.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Endpoint.h diff --git a/include/fastrtps/rtps/RTPSDomain.h b/include/fastrtps/rtps/RTPSDomain.h index f31a5081858..3139180ba28 100644 --- a/include/fastrtps/rtps/RTPSDomain.h +++ b/include/fastrtps/rtps/RTPSDomain.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSDomain.h diff --git a/include/fastrtps/rtps/attributes/EndpointAttributes.h b/include/fastrtps/rtps/attributes/EndpointAttributes.h index 20bf8d96102..4e5e9fac8f4 100644 --- a/include/fastrtps/rtps/attributes/EndpointAttributes.h +++ b/include/fastrtps/rtps/attributes/EndpointAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EndpointAttributes.h diff --git a/include/fastrtps/rtps/attributes/HistoryAttributes.h b/include/fastrtps/rtps/attributes/HistoryAttributes.h index 3b3312ac8b5..be934f592d0 100644 --- a/include/fastrtps/rtps/attributes/HistoryAttributes.h +++ b/include/fastrtps/rtps/attributes/HistoryAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HistoryAttributes.h diff --git a/include/fastrtps/rtps/attributes/RTPSParticipantAttributes.h b/include/fastrtps/rtps/attributes/RTPSParticipantAttributes.h index 4415f993640..ef57758f2ab 100644 --- a/include/fastrtps/rtps/attributes/RTPSParticipantAttributes.h +++ b/include/fastrtps/rtps/attributes/RTPSParticipantAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipantAttributes.h diff --git a/include/fastrtps/rtps/attributes/ReaderAttributes.h b/include/fastrtps/rtps/attributes/ReaderAttributes.h index ca63a06e737..7c1a74a09dc 100644 --- a/include/fastrtps/rtps/attributes/ReaderAttributes.h +++ b/include/fastrtps/rtps/attributes/ReaderAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterAttributes.h diff --git a/include/fastrtps/rtps/attributes/WriterAttributes.h b/include/fastrtps/rtps/attributes/WriterAttributes.h index 81e6c8c57d1..aab81c88904 100644 --- a/include/fastrtps/rtps/attributes/WriterAttributes.h +++ b/include/fastrtps/rtps/attributes/WriterAttributes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterAttributes.h diff --git a/include/fastrtps/rtps/builtin/BuiltinProtocols.h b/include/fastrtps/rtps/builtin/BuiltinProtocols.h index 7f1123ca47e..aebf2a8e41e 100644 --- a/include/fastrtps/rtps/builtin/BuiltinProtocols.h +++ b/include/fastrtps/rtps/builtin/BuiltinProtocols.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file BuiltinProtocols.h diff --git a/include/fastrtps/rtps/builtin/data/ParticipantProxyData.h b/include/fastrtps/rtps/builtin/data/ParticipantProxyData.h index cb2de2c3661..4adea0ad6ab 100644 --- a/include/fastrtps/rtps/builtin/data/ParticipantProxyData.h +++ b/include/fastrtps/rtps/builtin/data/ParticipantProxyData.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParticipantProxyData.h diff --git a/include/fastrtps/rtps/builtin/data/ReaderProxyData.h b/include/fastrtps/rtps/builtin/data/ReaderProxyData.h index ec5f29228c7..e8d1d52a9f5 100644 --- a/include/fastrtps/rtps/builtin/data/ReaderProxyData.h +++ b/include/fastrtps/rtps/builtin/data/ReaderProxyData.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderProxyData.h diff --git a/include/fastrtps/rtps/builtin/data/WriterProxyData.h b/include/fastrtps/rtps/builtin/data/WriterProxyData.h index 9758233ab00..1253b8658dd 100644 --- a/include/fastrtps/rtps/builtin/data/WriterProxyData.h +++ b/include/fastrtps/rtps/builtin/data/WriterProxyData.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterProxyData.h diff --git a/include/fastrtps/rtps/builtin/discovery/endpoint/EDP.h b/include/fastrtps/rtps/builtin/discovery/endpoint/EDP.h index 2f51f5b7dad..22fb9c3b50a 100644 --- a/include/fastrtps/rtps/builtin/discovery/endpoint/EDP.h +++ b/include/fastrtps/rtps/builtin/discovery/endpoint/EDP.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDP.h diff --git a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h index 0643baa026c..a1f79be2962 100644 --- a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h +++ b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPSimple.h diff --git a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimpleListeners.h b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimpleListeners.h index 5d60f55f182..463d77a3fe9 100644 --- a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimpleListeners.h +++ b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPSimpleListeners.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPSimpleListeners.h diff --git a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.h b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.h index 4a6901dc6fc..e62ecd52b96 100644 --- a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.h +++ b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPStatic.h diff --git a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStaticXML.h b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStaticXML.h index 67866b5fb9b..9104ab1c36b 100644 --- a/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStaticXML.h +++ b/include/fastrtps/rtps/builtin/discovery/endpoint/EDPStaticXML.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPStaticXML.h diff --git a/include/fastrtps/rtps/builtin/discovery/participant/PDPSimple.h b/include/fastrtps/rtps/builtin/discovery/participant/PDPSimple.h index 9c35c0c7a63..82b449a6b4f 100644 --- a/include/fastrtps/rtps/builtin/discovery/participant/PDPSimple.h +++ b/include/fastrtps/rtps/builtin/discovery/participant/PDPSimple.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PDPSimple.h diff --git a/include/fastrtps/rtps/builtin/discovery/participant/PDPSimpleListener.h b/include/fastrtps/rtps/builtin/discovery/participant/PDPSimpleListener.h index 7876f62fd15..e076206c171 100644 --- a/include/fastrtps/rtps/builtin/discovery/participant/PDPSimpleListener.h +++ b/include/fastrtps/rtps/builtin/discovery/participant/PDPSimpleListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PDPSimpleListener.h diff --git a/include/fastrtps/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.h b/include/fastrtps/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.h index 4634243fb5f..df89cb27306 100644 --- a/include/fastrtps/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.h +++ b/include/fastrtps/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RemoteParticipantLeaseDuration.h diff --git a/include/fastrtps/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.h b/include/fastrtps/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.h index 126f9d24634..ef8e9d964a4 100644 --- a/include/fastrtps/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.h +++ b/include/fastrtps/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ResendParticipantProxyDataPeriod.h diff --git a/include/fastrtps/rtps/builtin/liveliness/WLP.h b/include/fastrtps/rtps/builtin/liveliness/WLP.h index 6c1a23e1c5d..81f14eab715 100644 --- a/include/fastrtps/rtps/builtin/liveliness/WLP.h +++ b/include/fastrtps/rtps/builtin/liveliness/WLP.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WLP.h diff --git a/include/fastrtps/rtps/builtin/liveliness/WLPListener.h b/include/fastrtps/rtps/builtin/liveliness/WLPListener.h index c0f3cbb4674..20e5a997d7f 100644 --- a/include/fastrtps/rtps/builtin/liveliness/WLPListener.h +++ b/include/fastrtps/rtps/builtin/liveliness/WLPListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WLPListener.h diff --git a/include/fastrtps/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.h b/include/fastrtps/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.h index 9a1ce04c3a4..304b8145155 100644 --- a/include/fastrtps/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.h +++ b/include/fastrtps/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WLivelinessPeriodicAssertion.h diff --git a/include/fastrtps/rtps/common/CDRMessage_t.h b/include/fastrtps/rtps/common/CDRMessage_t.h index 7a427937b84..2c2568c83f5 100644 --- a/include/fastrtps/rtps/common/CDRMessage_t.h +++ b/include/fastrtps/rtps/common/CDRMessage_t.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file CDRMessage_t.h diff --git a/include/fastrtps/rtps/common/CacheChange.h b/include/fastrtps/rtps/common/CacheChange.h index 5429472a0f8..9fe861b6b07 100644 --- a/include/fastrtps/rtps/common/CacheChange.h +++ b/include/fastrtps/rtps/common/CacheChange.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file CacheChange.h diff --git a/include/fastrtps/rtps/common/FragmentNumber.h b/include/fastrtps/rtps/common/FragmentNumber.h index 2c66463e7ec..cfb0d194266 100644 --- a/include/fastrtps/rtps/common/FragmentNumber.h +++ b/include/fastrtps/rtps/common/FragmentNumber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file FragmentNumber.h diff --git a/include/fastrtps/rtps/common/Guid.h b/include/fastrtps/rtps/common/Guid.h index f535fb84eae..06463212a00 100644 --- a/include/fastrtps/rtps/common/Guid.h +++ b/include/fastrtps/rtps/common/Guid.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Guid.h diff --git a/include/fastrtps/rtps/common/InstanceHandle.h b/include/fastrtps/rtps/common/InstanceHandle.h index 825b1c737d3..014900eafae 100644 --- a/include/fastrtps/rtps/common/InstanceHandle.h +++ b/include/fastrtps/rtps/common/InstanceHandle.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file InstanceHandle.h diff --git a/include/fastrtps/rtps/common/Locator.h b/include/fastrtps/rtps/common/Locator.h index 0c86a8b2cdb..c8f7979ae3c 100644 --- a/include/fastrtps/rtps/common/Locator.h +++ b/include/fastrtps/rtps/common/Locator.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Locator.h diff --git a/include/fastrtps/rtps/common/MatchingInfo.h b/include/fastrtps/rtps/common/MatchingInfo.h index 18f3b398295..0bd0a98c2cd 100644 --- a/include/fastrtps/rtps/common/MatchingInfo.h +++ b/include/fastrtps/rtps/common/MatchingInfo.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file MatchingInfo.h diff --git a/include/fastrtps/rtps/common/SampleIdentity.h b/include/fastrtps/rtps/common/SampleIdentity.h index cb3570ff6eb..00a0f7d003d 100644 --- a/include/fastrtps/rtps/common/SampleIdentity.h +++ b/include/fastrtps/rtps/common/SampleIdentity.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SampleIdentity.h diff --git a/include/fastrtps/rtps/common/SequenceNumber.h b/include/fastrtps/rtps/common/SequenceNumber.h index 2bd4136d76f..5f7b02727e5 100644 --- a/include/fastrtps/rtps/common/SequenceNumber.h +++ b/include/fastrtps/rtps/common/SequenceNumber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SequenceNumber.h diff --git a/include/fastrtps/rtps/common/SerializedPayload.h b/include/fastrtps/rtps/common/SerializedPayload.h index 8f51fdf707f..e0b2baeddd3 100644 --- a/include/fastrtps/rtps/common/SerializedPayload.h +++ b/include/fastrtps/rtps/common/SerializedPayload.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SerializedPayload.h diff --git a/include/fastrtps/rtps/common/Time_t.h b/include/fastrtps/rtps/common/Time_t.h index 34bc6e8d7c8..a0e0b143ec6 100644 --- a/include/fastrtps/rtps/common/Time_t.h +++ b/include/fastrtps/rtps/common/Time_t.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Time_t.h diff --git a/include/fastrtps/rtps/common/Types.h b/include/fastrtps/rtps/common/Types.h index a785523e251..c147d4b0950 100644 --- a/include/fastrtps/rtps/common/Types.h +++ b/include/fastrtps/rtps/common/Types.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Types.h diff --git a/include/fastrtps/rtps/common/WriteParams.h b/include/fastrtps/rtps/common/WriteParams.h index 1c0c656c395..fd7ff61d32e 100644 --- a/include/fastrtps/rtps/common/WriteParams.h +++ b/include/fastrtps/rtps/common/WriteParams.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriteParams.h diff --git a/include/fastrtps/rtps/common/all_common.h b/include/fastrtps/rtps/common/all_common.h index fc107b8272a..eb15a9a1b84 100644 --- a/include/fastrtps/rtps/common/all_common.h +++ b/include/fastrtps/rtps/common/all_common.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file all_common.h diff --git a/include/fastrtps/rtps/history/CacheChangePool.h b/include/fastrtps/rtps/history/CacheChangePool.h index 24a4b58e711..ced2a971f08 100644 --- a/include/fastrtps/rtps/history/CacheChangePool.h +++ b/include/fastrtps/rtps/history/CacheChangePool.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file CacheChangePool.h diff --git a/include/fastrtps/rtps/history/History.h b/include/fastrtps/rtps/history/History.h index cb4a0b625db..a77df3f5857 100644 --- a/include/fastrtps/rtps/history/History.h +++ b/include/fastrtps/rtps/history/History.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file History.h diff --git a/include/fastrtps/rtps/history/ReaderHistory.h b/include/fastrtps/rtps/history/ReaderHistory.h index 13bf9635cf2..eded9b7bea1 100644 --- a/include/fastrtps/rtps/history/ReaderHistory.h +++ b/include/fastrtps/rtps/history/ReaderHistory.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderHistory.h diff --git a/include/fastrtps/rtps/history/WriterHistory.h b/include/fastrtps/rtps/history/WriterHistory.h index 600ee7f370b..09911dcd8d8 100644 --- a/include/fastrtps/rtps/history/WriterHistory.h +++ b/include/fastrtps/rtps/history/WriterHistory.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterHistory.h diff --git a/include/fastrtps/rtps/messages/CDRMessage.h b/include/fastrtps/rtps/messages/CDRMessage.h index ec1e488e444..a8aca3c7060 100644 --- a/include/fastrtps/rtps/messages/CDRMessage.h +++ b/include/fastrtps/rtps/messages/CDRMessage.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file CDRMessage.h diff --git a/include/fastrtps/rtps/messages/CDRMessage.hpp b/include/fastrtps/rtps/messages/CDRMessage.hpp index f85825898d6..5da402992ea 100644 --- a/include/fastrtps/rtps/messages/CDRMessage.hpp +++ b/include/fastrtps/rtps/messages/CDRMessage.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef DOXYGEN_SHOULD_SKIP_THIS diff --git a/include/fastrtps/rtps/messages/CDRMessagePool.h b/include/fastrtps/rtps/messages/CDRMessagePool.h index 15597d46b8d..c90fe5977e9 100644 --- a/include/fastrtps/rtps/messages/CDRMessagePool.h +++ b/include/fastrtps/rtps/messages/CDRMessagePool.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file CDRMessagePool.h diff --git a/include/fastrtps/rtps/messages/MessageReceiver.h b/include/fastrtps/rtps/messages/MessageReceiver.h index 3c50667021e..b47635f457e 100644 --- a/include/fastrtps/rtps/messages/MessageReceiver.h +++ b/include/fastrtps/rtps/messages/MessageReceiver.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file MessageReceiver.h diff --git a/include/fastrtps/rtps/messages/RTPSMessageCreator.h b/include/fastrtps/rtps/messages/RTPSMessageCreator.h index d2f6b797a69..729cdec49c6 100644 --- a/include/fastrtps/rtps/messages/RTPSMessageCreator.h +++ b/include/fastrtps/rtps/messages/RTPSMessageCreator.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSMessageCreator.h diff --git a/include/fastrtps/rtps/messages/RTPSMessageGroup.h b/include/fastrtps/rtps/messages/RTPSMessageGroup.h index 3e0b060bdb7..92e8ba7946a 100644 --- a/include/fastrtps/rtps/messages/RTPSMessageGroup.h +++ b/include/fastrtps/rtps/messages/RTPSMessageGroup.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSMessageGroup.h diff --git a/include/fastrtps/rtps/messages/RTPS_messages.h b/include/fastrtps/rtps/messages/RTPS_messages.h index 5142fea4485..cedfa861810 100644 --- a/include/fastrtps/rtps/messages/RTPS_messages.h +++ b/include/fastrtps/rtps/messages/RTPS_messages.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPS_messages.h diff --git a/include/fastrtps/rtps/participant/RTPSParticipant.h b/include/fastrtps/rtps/participant/RTPSParticipant.h index 027d10f36f6..6ebb14ce3c1 100644 --- a/include/fastrtps/rtps/participant/RTPSParticipant.h +++ b/include/fastrtps/rtps/participant/RTPSParticipant.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipant.h diff --git a/include/fastrtps/rtps/participant/RTPSParticipantDiscoveryInfo.h b/include/fastrtps/rtps/participant/RTPSParticipantDiscoveryInfo.h index cdd79d9b24e..1205163e4c2 100644 --- a/include/fastrtps/rtps/participant/RTPSParticipantDiscoveryInfo.h +++ b/include/fastrtps/rtps/participant/RTPSParticipantDiscoveryInfo.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipantDiscoveryInfo.h diff --git a/include/fastrtps/rtps/participant/RTPSParticipantListener.h b/include/fastrtps/rtps/participant/RTPSParticipantListener.h index 2de76d7efbd..8c922265103 100644 --- a/include/fastrtps/rtps/participant/RTPSParticipantListener.h +++ b/include/fastrtps/rtps/participant/RTPSParticipantListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipantListener.h diff --git a/include/fastrtps/rtps/reader/RTPSReader.h b/include/fastrtps/rtps/reader/RTPSReader.h index 7dd712eb5a3..7004cd7f76c 100644 --- a/include/fastrtps/rtps/reader/RTPSReader.h +++ b/include/fastrtps/rtps/reader/RTPSReader.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSReader.h diff --git a/include/fastrtps/rtps/reader/ReaderListener.h b/include/fastrtps/rtps/reader/ReaderListener.h index 4d11186ad2d..7773d1a04a9 100644 --- a/include/fastrtps/rtps/reader/ReaderListener.h +++ b/include/fastrtps/rtps/reader/ReaderListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderListener.h diff --git a/include/fastrtps/rtps/reader/StatefulReader.h b/include/fastrtps/rtps/reader/StatefulReader.h index f462d89e3ff..0c08addb8e0 100644 --- a/include/fastrtps/rtps/reader/StatefulReader.h +++ b/include/fastrtps/rtps/reader/StatefulReader.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file StatefulReader.h diff --git a/include/fastrtps/rtps/reader/StatelessReader.h b/include/fastrtps/rtps/reader/StatelessReader.h index b35af7483f0..a022eff9c06 100644 --- a/include/fastrtps/rtps/reader/StatelessReader.h +++ b/include/fastrtps/rtps/reader/StatelessReader.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file StatelessReader.h diff --git a/include/fastrtps/rtps/reader/WriterProxy.h b/include/fastrtps/rtps/reader/WriterProxy.h index 84d7e610095..b508794d753 100644 --- a/include/fastrtps/rtps/reader/WriterProxy.h +++ b/include/fastrtps/rtps/reader/WriterProxy.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterProxy.h diff --git a/include/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h b/include/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h index 1b393d90876..f516eac4cc6 100644 --- a/include/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h +++ b/include/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HeartbeatResponseDelay.h diff --git a/include/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h b/include/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h index e94549fa761..c091f81ff61 100644 --- a/include/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h +++ b/include/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterProxyLiveliness.h diff --git a/include/fastrtps/rtps/resources/ListenResource.h b/include/fastrtps/rtps/resources/ListenResource.h index 575da17e1a9..249c69e56b0 100644 --- a/include/fastrtps/rtps/resources/ListenResource.h +++ b/include/fastrtps/rtps/resources/ListenResource.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ListenResource.h diff --git a/include/fastrtps/rtps/resources/ResourceEvent.h b/include/fastrtps/rtps/resources/ResourceEvent.h index 508bf4caef4..179f8b2b8f1 100644 --- a/include/fastrtps/rtps/resources/ResourceEvent.h +++ b/include/fastrtps/rtps/resources/ResourceEvent.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ResourceEvent.h diff --git a/include/fastrtps/rtps/resources/ResourceSend.h b/include/fastrtps/rtps/resources/ResourceSend.h index 2d298feac9d..97ae6f8e95e 100644 --- a/include/fastrtps/rtps/resources/ResourceSend.h +++ b/include/fastrtps/rtps/resources/ResourceSend.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ResourceSend.h diff --git a/include/fastrtps/rtps/resources/TimedEvent.h b/include/fastrtps/rtps/resources/TimedEvent.h index aced9d2c3cf..1cd4ed98cd4 100644 --- a/include/fastrtps/rtps/resources/TimedEvent.h +++ b/include/fastrtps/rtps/resources/TimedEvent.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TimedEvent.h diff --git a/include/fastrtps/rtps/rtps_all.h b/include/fastrtps/rtps/rtps_all.h index 40fc301d445..fec8083a228 100644 --- a/include/fastrtps/rtps/rtps_all.h +++ b/include/fastrtps/rtps/rtps_all.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file rtps_all.h diff --git a/include/fastrtps/rtps/rtps_fwd.h b/include/fastrtps/rtps/rtps_fwd.h index 17bfe4d07b5..e0ff4cbaba6 100644 --- a/include/fastrtps/rtps/rtps_fwd.h +++ b/include/fastrtps/rtps/rtps_fwd.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file rtps_fwd.h diff --git a/include/fastrtps/rtps/writer/RTPSWriter.h b/include/fastrtps/rtps/writer/RTPSWriter.h index 0ff639236f9..355065aed4d 100644 --- a/include/fastrtps/rtps/writer/RTPSWriter.h +++ b/include/fastrtps/rtps/writer/RTPSWriter.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSWriter.h diff --git a/include/fastrtps/rtps/writer/ReaderLocator.h b/include/fastrtps/rtps/writer/ReaderLocator.h index df3b05436b7..352d4eee76b 100644 --- a/include/fastrtps/rtps/writer/ReaderLocator.h +++ b/include/fastrtps/rtps/writer/ReaderLocator.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 20134 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderLocator.h diff --git a/include/fastrtps/rtps/writer/ReaderProxy.h b/include/fastrtps/rtps/writer/ReaderProxy.h index cd9197dea7b..34109a0b7a6 100644 --- a/include/fastrtps/rtps/writer/ReaderProxy.h +++ b/include/fastrtps/rtps/writer/ReaderProxy.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderProxy.h diff --git a/include/fastrtps/rtps/writer/StatefulWriter.h b/include/fastrtps/rtps/writer/StatefulWriter.h index bd822604ed6..7d98f16fc6d 100644 --- a/include/fastrtps/rtps/writer/StatefulWriter.h +++ b/include/fastrtps/rtps/writer/StatefulWriter.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file StatefulWriter.h diff --git a/include/fastrtps/rtps/writer/StatelessWriter.h b/include/fastrtps/rtps/writer/StatelessWriter.h index 57f430d20b8..6bea2b920ff 100644 --- a/include/fastrtps/rtps/writer/StatelessWriter.h +++ b/include/fastrtps/rtps/writer/StatelessWriter.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file StatelessWriter.h diff --git a/include/fastrtps/rtps/writer/WriterListener.h b/include/fastrtps/rtps/writer/WriterListener.h index e45345cb615..3ac810b631a 100644 --- a/include/fastrtps/rtps/writer/WriterListener.h +++ b/include/fastrtps/rtps/writer/WriterListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterListener.h diff --git a/include/fastrtps/rtps/writer/timedevent/NackResponseDelay.h b/include/fastrtps/rtps/writer/timedevent/NackResponseDelay.h index 82a3d9a7576..66968c5202c 100644 --- a/include/fastrtps/rtps/writer/timedevent/NackResponseDelay.h +++ b/include/fastrtps/rtps/writer/timedevent/NackResponseDelay.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file NackResponseDelay.h diff --git a/include/fastrtps/rtps/writer/timedevent/NackSupressionDuration.h b/include/fastrtps/rtps/writer/timedevent/NackSupressionDuration.h index de8b2f244b8..02d3786de38 100644 --- a/include/fastrtps/rtps/writer/timedevent/NackSupressionDuration.h +++ b/include/fastrtps/rtps/writer/timedevent/NackSupressionDuration.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file NackSupressionDuration.h diff --git a/include/fastrtps/rtps/writer/timedevent/PeriodicHeartbeat.h b/include/fastrtps/rtps/writer/timedevent/PeriodicHeartbeat.h index 3cf78b1b4a9..d65e12e7c69 100644 --- a/include/fastrtps/rtps/writer/timedevent/PeriodicHeartbeat.h +++ b/include/fastrtps/rtps/writer/timedevent/PeriodicHeartbeat.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PeriodicHeartbeat.h diff --git a/include/fastrtps/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.h b/include/fastrtps/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.h index d866b2023c5..48ee7da8690 100644 --- a/include/fastrtps/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.h +++ b/include/fastrtps/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file UnsentChangesNotEmptyEvent.h diff --git a/include/fastrtps/subscriber/SampleInfo.h b/include/fastrtps/subscriber/SampleInfo.h index 2ff051fa007..f352fda0aa8 100644 --- a/include/fastrtps/subscriber/SampleInfo.h +++ b/include/fastrtps/subscriber/SampleInfo.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SampleInfo.h diff --git a/include/fastrtps/subscriber/Subscriber.h b/include/fastrtps/subscriber/Subscriber.h index d76a1556c4f..82e95f27416 100644 --- a/include/fastrtps/subscriber/Subscriber.h +++ b/include/fastrtps/subscriber/Subscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Subscriber.h diff --git a/include/fastrtps/subscriber/SubscriberHistory.h b/include/fastrtps/subscriber/SubscriberHistory.h index 385edf2e1c7..79d2192d629 100644 --- a/include/fastrtps/subscriber/SubscriberHistory.h +++ b/include/fastrtps/subscriber/SubscriberHistory.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SubscriberHistory.h diff --git a/include/fastrtps/subscriber/SubscriberListener.h b/include/fastrtps/subscriber/SubscriberListener.h index 6ea69d398c6..0ad5100cf8b 100644 --- a/include/fastrtps/subscriber/SubscriberListener.h +++ b/include/fastrtps/subscriber/SubscriberListener.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SubscriberListener.h diff --git a/include/fastrtps/utils/IPFinder.h b/include/fastrtps/utils/IPFinder.h index cfd69e09456..d5c8014c513 100644 --- a/include/fastrtps/utils/IPFinder.h +++ b/include/fastrtps/utils/IPFinder.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file IPFinder.h diff --git a/include/fastrtps/utils/ObjectPool.h b/include/fastrtps/utils/ObjectPool.h index a66ad48fcc9..9dd742494a9 100644 --- a/include/fastrtps/utils/ObjectPool.h +++ b/include/fastrtps/utils/ObjectPool.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ObjectPool.h diff --git a/include/fastrtps/utils/RTPSLog.h b/include/fastrtps/utils/RTPSLog.h index bfa3a3c777c..51fc2172103 100644 --- a/include/fastrtps/utils/RTPSLog.h +++ b/include/fastrtps/utils/RTPSLog.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSLog.h diff --git a/include/fastrtps/utils/StringMatching.h b/include/fastrtps/utils/StringMatching.h index d14e4045a00..0d16e5bd254 100644 --- a/include/fastrtps/utils/StringMatching.h +++ b/include/fastrtps/utils/StringMatching.h @@ -1,12 +1,18 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. -/** +/*! * @file StringMatching.h * */ diff --git a/include/fastrtps/utils/TimeConversion.h b/include/fastrtps/utils/TimeConversion.h index a12b9086eea..71fc369703f 100644 --- a/include/fastrtps/utils/TimeConversion.h +++ b/include/fastrtps/utils/TimeConversion.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TimeConversion.h diff --git a/include/fastrtps/utils/eClock.h b/include/fastrtps/utils/eClock.h index c4a8ec9830e..5d64fb62dbe 100644 --- a/include/fastrtps/utils/eClock.h +++ b/include/fastrtps/utils/eClock.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file eClock.h diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt index d28c733d551..f39d30c1433 100644 --- a/src/cpp/CMakeLists.txt +++ b/src/cpp/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + include(${PROJECT_SOURCE_DIR}/cmake/dev/set_sources.cmake) include(${PROJECT_SOURCE_DIR}/cmake/dev/generate_msvc_libraries.cmake) diff --git a/src/cpp/Domain.cpp b/src/cpp/Domain.cpp index fae23b65775..78ca7a4a9c2 100644 --- a/src/cpp/Domain.cpp +++ b/src/cpp/Domain.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Domain.cpp diff --git a/src/cpp/Makefile.am.in b/src/cpp/Makefile.am.in index b6f0e8781e4..7c834084096 100644 --- a/src/cpp/Makefile.am.in +++ b/src/cpp/Makefile.am.in @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + ACLOCAL_AMFLAGS = -I m4 --install lib_LTLIBRARIES = lib${PROJECT_NAME}.la diff --git a/src/cpp/fastrtps.rc b/src/cpp/fastrtps.rc index b33a0bd82d9..fe7a3975d68 100644 --- a/src/cpp/fastrtps.rc +++ b/src/cpp/fastrtps.rc @@ -1,10 +1,17 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastRTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include // Microsoft Visual C++ generated resource script. diff --git a/src/cpp/log/Log.cpp b/src/cpp/log/Log.cpp index 82cf91492d7..ef63f85575b 100644 --- a/src/cpp/log/Log.cpp +++ b/src/cpp/log/Log.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef DOXYGEN_SHOULD_SKIP_THIS diff --git a/src/cpp/participant/Participant.cpp b/src/cpp/participant/Participant.cpp index 8bb7abc6d68..20e310b6201 100644 --- a/src/cpp/participant/Participant.cpp +++ b/src/cpp/participant/Participant.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Participant.cpp diff --git a/src/cpp/participant/ParticipantImpl.cpp b/src/cpp/participant/ParticipantImpl.cpp index 8ba84047c55..6fba37c471f 100644 --- a/src/cpp/participant/ParticipantImpl.cpp +++ b/src/cpp/participant/ParticipantImpl.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParticipantImpl.cpp diff --git a/src/cpp/participant/ParticipantImpl.h b/src/cpp/participant/ParticipantImpl.h index fd316c3c13f..54341ed571b 100644 --- a/src/cpp/participant/ParticipantImpl.h +++ b/src/cpp/participant/ParticipantImpl.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParticipantImpl.h diff --git a/src/cpp/publisher/Publisher.cpp b/src/cpp/publisher/Publisher.cpp index 5dfa3c37124..2685b30bb39 100644 --- a/src/cpp/publisher/Publisher.cpp +++ b/src/cpp/publisher/Publisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Publisher.cpp diff --git a/src/cpp/publisher/PublisherHistory.cpp b/src/cpp/publisher/PublisherHistory.cpp index ab8550a7755..59e1702937b 100644 --- a/src/cpp/publisher/PublisherHistory.cpp +++ b/src/cpp/publisher/PublisherHistory.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PublisherHistory.cpp diff --git a/src/cpp/publisher/PublisherImpl.cpp b/src/cpp/publisher/PublisherImpl.cpp index 856179d496f..bb95bb907c3 100644 --- a/src/cpp/publisher/PublisherImpl.cpp +++ b/src/cpp/publisher/PublisherImpl.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * Publisher.cpp diff --git a/src/cpp/publisher/PublisherImpl.h b/src/cpp/publisher/PublisherImpl.h index 9a4769858fb..0022ca490d7 100644 --- a/src/cpp/publisher/PublisherImpl.h +++ b/src/cpp/publisher/PublisherImpl.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file Publisher.h diff --git a/src/cpp/qos/ParameterList.cpp b/src/cpp/qos/ParameterList.cpp index 2bdf5db5f33..a4c54aeb6da 100644 --- a/src/cpp/qos/ParameterList.cpp +++ b/src/cpp/qos/ParameterList.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParamListt.cpp diff --git a/src/cpp/qos/ParameterTypes.cpp b/src/cpp/qos/ParameterTypes.cpp index e7eec7e6c71..d268c79b064 100644 --- a/src/cpp/qos/ParameterTypes.cpp +++ b/src/cpp/qos/ParameterTypes.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParameterTypes.cpp diff --git a/src/cpp/qos/QosList.cpp b/src/cpp/qos/QosList.cpp index e9402bc18ec..e85adf28d25 100644 --- a/src/cpp/qos/QosList.cpp +++ b/src/cpp/qos/QosList.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file QosList.cpp diff --git a/src/cpp/qos/QosPolicies.cpp b/src/cpp/qos/QosPolicies.cpp index dcee58a1955..cb7315ff818 100644 --- a/src/cpp/qos/QosPolicies.cpp +++ b/src/cpp/qos/QosPolicies.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParameterTypes.cpp diff --git a/src/cpp/qos/ReaderQos.cpp b/src/cpp/qos/ReaderQos.cpp index 2fd03f2b3ad..1d69a5947a0 100644 --- a/src/cpp/qos/ReaderQos.cpp +++ b/src/cpp/qos/ReaderQos.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderQos.cpp diff --git a/src/cpp/qos/WriterQos.cpp b/src/cpp/qos/WriterQos.cpp index 98f6084c89d..1235981ae34 100644 --- a/src/cpp/qos/WriterQos.cpp +++ b/src/cpp/qos/WriterQos.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterQos.cpp diff --git a/src/cpp/rtps/Endpoint.cpp b/src/cpp/rtps/Endpoint.cpp index ca53a79b202..87962cdc56b 100644 --- a/src/cpp/rtps/Endpoint.cpp +++ b/src/cpp/rtps/Endpoint.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * @file Endpoint.cpp diff --git a/src/cpp/rtps/RTPSDomain.cpp b/src/cpp/rtps/RTPSDomain.cpp index a38fc92e032..cd4081a1557 100644 --- a/src/cpp/rtps/RTPSDomain.cpp +++ b/src/cpp/rtps/RTPSDomain.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * RTPSDomain.cpp diff --git a/src/cpp/rtps/builtin/BuiltinProtocols.cpp b/src/cpp/rtps/builtin/BuiltinProtocols.cpp index d513b8e8a7f..97694d26166 100644 --- a/src/cpp/rtps/builtin/BuiltinProtocols.cpp +++ b/src/cpp/rtps/builtin/BuiltinProtocols.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file BuiltinProtocols.cpp diff --git a/src/cpp/rtps/builtin/data/ParticipantProxyData.cpp b/src/cpp/rtps/builtin/data/ParticipantProxyData.cpp index 416e99c4133..f1dd2c5b85e 100644 --- a/src/cpp/rtps/builtin/data/ParticipantProxyData.cpp +++ b/src/cpp/rtps/builtin/data/ParticipantProxyData.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ParticipantProxyData.cpp diff --git a/src/cpp/rtps/builtin/data/ReaderProxyData.cpp b/src/cpp/rtps/builtin/data/ReaderProxyData.cpp index 335fc1814c9..e29ee5de283 100644 --- a/src/cpp/rtps/builtin/data/ReaderProxyData.cpp +++ b/src/cpp/rtps/builtin/data/ReaderProxyData.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderProxyData.cpp diff --git a/src/cpp/rtps/builtin/data/WriterProxyData.cpp b/src/cpp/rtps/builtin/data/WriterProxyData.cpp index 563ad8073e9..adcaf4fdc4d 100644 --- a/src/cpp/rtps/builtin/data/WriterProxyData.cpp +++ b/src/cpp/rtps/builtin/data/WriterProxyData.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterProxyData.cpp diff --git a/src/cpp/rtps/builtin/discovery/endpoint/EDP.cpp b/src/cpp/rtps/builtin/discovery/endpoint/EDP.cpp index 210896b1f75..cbdacbe8c8b 100644 --- a/src/cpp/rtps/builtin/discovery/endpoint/EDP.cpp +++ b/src/cpp/rtps/builtin/discovery/endpoint/EDP.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDP.cpp diff --git a/src/cpp/rtps/builtin/discovery/endpoint/EDPSimple.cpp b/src/cpp/rtps/builtin/discovery/endpoint/EDPSimple.cpp index 513fa512512..5f3992e459c 100644 --- a/src/cpp/rtps/builtin/discovery/endpoint/EDPSimple.cpp +++ b/src/cpp/rtps/builtin/discovery/endpoint/EDPSimple.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPSimple.cpp diff --git a/src/cpp/rtps/builtin/discovery/endpoint/EDPSimpleListeners.cpp b/src/cpp/rtps/builtin/discovery/endpoint/EDPSimpleListeners.cpp index 8caa63b3ceb..f4a232f0a58 100644 --- a/src/cpp/rtps/builtin/discovery/endpoint/EDPSimpleListeners.cpp +++ b/src/cpp/rtps/builtin/discovery/endpoint/EDPSimpleListeners.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPSimpleListener.cpp diff --git a/src/cpp/rtps/builtin/discovery/endpoint/EDPStatic.cpp b/src/cpp/rtps/builtin/discovery/endpoint/EDPStatic.cpp index 6abccd36455..23bd791178e 100644 --- a/src/cpp/rtps/builtin/discovery/endpoint/EDPStatic.cpp +++ b/src/cpp/rtps/builtin/discovery/endpoint/EDPStatic.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPStatic.cpp diff --git a/src/cpp/rtps/builtin/discovery/endpoint/EDPStaticXML.cpp b/src/cpp/rtps/builtin/discovery/endpoint/EDPStaticXML.cpp index 477986cd153..313b3116d8b 100644 --- a/src/cpp/rtps/builtin/discovery/endpoint/EDPStaticXML.cpp +++ b/src/cpp/rtps/builtin/discovery/endpoint/EDPStaticXML.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file EDPStaticXML.cpp diff --git a/src/cpp/rtps/builtin/discovery/participant/PDPSimple.cpp b/src/cpp/rtps/builtin/discovery/participant/PDPSimple.cpp index 04073600e1f..415700d2bc1 100644 --- a/src/cpp/rtps/builtin/discovery/participant/PDPSimple.cpp +++ b/src/cpp/rtps/builtin/discovery/participant/PDPSimple.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PDPSimple.cpp diff --git a/src/cpp/rtps/builtin/discovery/participant/PDPSimpleListener.cpp b/src/cpp/rtps/builtin/discovery/participant/PDPSimpleListener.cpp index 969da20d6ad..431eac1210c 100644 --- a/src/cpp/rtps/builtin/discovery/participant/PDPSimpleListener.cpp +++ b/src/cpp/rtps/builtin/discovery/participant/PDPSimpleListener.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PDPSimpleListener.cpp diff --git a/src/cpp/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.cpp b/src/cpp/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.cpp index fb62ed451ed..a8760740cb6 100644 --- a/src/cpp/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.cpp +++ b/src/cpp/rtps/builtin/discovery/participant/timedevent/RemoteParticipantLeaseDuration.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipantLeaseDuration.cpp diff --git a/src/cpp/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.cpp b/src/cpp/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.cpp index d153e694d46..087fd4b17d4 100644 --- a/src/cpp/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.cpp +++ b/src/cpp/rtps/builtin/discovery/participant/timedevent/ResendParticipantProxyDataPeriod.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ResendDataPeriod.cpp diff --git a/src/cpp/rtps/builtin/liveliness/WLP.cpp b/src/cpp/rtps/builtin/liveliness/WLP.cpp index 3dcf99dd3f6..7e213808fb9 100644 --- a/src/cpp/rtps/builtin/liveliness/WLP.cpp +++ b/src/cpp/rtps/builtin/liveliness/WLP.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WLP.cpp diff --git a/src/cpp/rtps/builtin/liveliness/WLPListener.cpp b/src/cpp/rtps/builtin/liveliness/WLPListener.cpp index c82ce1bd30b..f21a718f215 100644 --- a/src/cpp/rtps/builtin/liveliness/WLPListener.cpp +++ b/src/cpp/rtps/builtin/liveliness/WLPListener.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WLPListener.cpp diff --git a/src/cpp/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.cpp b/src/cpp/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.cpp index d423aa4e46b..7fa5bb980ee 100644 --- a/src/cpp/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.cpp +++ b/src/cpp/rtps/builtin/liveliness/timedevent/WLivelinessPeriodicAssertion.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WLivelinessPeriodicAssertion.cpp diff --git a/src/cpp/rtps/history/CacheChangePool.cpp b/src/cpp/rtps/history/CacheChangePool.cpp index 31f733ba1a0..a6cb54b937d 100644 --- a/src/cpp/rtps/history/CacheChangePool.cpp +++ b/src/cpp/rtps/history/CacheChangePool.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file CacheChangePool.cpp diff --git a/src/cpp/rtps/history/History.cpp b/src/cpp/rtps/history/History.cpp index 661904dcf6f..be525aa4eba 100644 --- a/src/cpp/rtps/history/History.cpp +++ b/src/cpp/rtps/history/History.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file History.cpp diff --git a/src/cpp/rtps/history/ReaderHistory.cpp b/src/cpp/rtps/history/ReaderHistory.cpp index e6bd685393f..d0b68224f4f 100644 --- a/src/cpp/rtps/history/ReaderHistory.cpp +++ b/src/cpp/rtps/history/ReaderHistory.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderHistory.cpp diff --git a/src/cpp/rtps/history/WriterHistory.cpp b/src/cpp/rtps/history/WriterHistory.cpp index 777465029ed..a1b1396e167 100644 --- a/src/cpp/rtps/history/WriterHistory.cpp +++ b/src/cpp/rtps/history/WriterHistory.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterHistory.cpp diff --git a/src/cpp/rtps/messages/CDRMessagePool.cpp b/src/cpp/rtps/messages/CDRMessagePool.cpp index 8cd0e294a37..6130ae6bf83 100644 --- a/src/cpp/rtps/messages/CDRMessagePool.cpp +++ b/src/cpp/rtps/messages/CDRMessagePool.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file CDRMessagePool.cpp diff --git a/src/cpp/rtps/messages/MessageReceiver.cpp b/src/cpp/rtps/messages/MessageReceiver.cpp index ab90ab83332..765cf3730fd 100644 --- a/src/cpp/rtps/messages/MessageReceiver.cpp +++ b/src/cpp/rtps/messages/MessageReceiver.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file MessageReceiver.cpp diff --git a/src/cpp/rtps/messages/RTPSMessageCreator.cpp b/src/cpp/rtps/messages/RTPSMessageCreator.cpp index 3c2be406bf1..05c9ca0b876 100644 --- a/src/cpp/rtps/messages/RTPSMessageCreator.cpp +++ b/src/cpp/rtps/messages/RTPSMessageCreator.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * @file CDRMessageCreator.cpp diff --git a/src/cpp/rtps/messages/RTPSMessageGroup.cpp b/src/cpp/rtps/messages/RTPSMessageGroup.cpp index 7a0f16b3cc4..c452b0599d4 100644 --- a/src/cpp/rtps/messages/RTPSMessageGroup.cpp +++ b/src/cpp/rtps/messages/RTPSMessageGroup.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSMessageGroup.cpp diff --git a/src/cpp/rtps/messages/submessages/AckNackMsg.hpp b/src/cpp/rtps/messages/submessages/AckNackMsg.hpp index 20740926a5c..3f7bff3ca9c 100644 --- a/src/cpp/rtps/messages/submessages/AckNackMsg.hpp +++ b/src/cpp/rtps/messages/submessages/AckNackMsg.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * AckNackMsg.hpp diff --git a/src/cpp/rtps/messages/submessages/DataMsg.hpp b/src/cpp/rtps/messages/submessages/DataMsg.hpp index 9d27598da8f..accf210f959 100644 --- a/src/cpp/rtps/messages/submessages/DataMsg.hpp +++ b/src/cpp/rtps/messages/submessages/DataMsg.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * DataSubMessage.hpp diff --git a/src/cpp/rtps/messages/submessages/GapMsg.hpp b/src/cpp/rtps/messages/submessages/GapMsg.hpp index 4e75912aabc..dc4854536ae 100644 --- a/src/cpp/rtps/messages/submessages/GapMsg.hpp +++ b/src/cpp/rtps/messages/submessages/GapMsg.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * GapMsg.hpp diff --git a/src/cpp/rtps/messages/submessages/HeartbeatMsg.hpp b/src/cpp/rtps/messages/submessages/HeartbeatMsg.hpp index d20173ef208..3e08660cb15 100644 --- a/src/cpp/rtps/messages/submessages/HeartbeatMsg.hpp +++ b/src/cpp/rtps/messages/submessages/HeartbeatMsg.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * HeartbeatMsg.hpp diff --git a/src/cpp/rtps/participant/RTPSParticipant.cpp b/src/cpp/rtps/participant/RTPSParticipant.cpp index a52fe447833..87e32f09543 100644 --- a/src/cpp/rtps/participant/RTPSParticipant.cpp +++ b/src/cpp/rtps/participant/RTPSParticipant.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipant.cpp diff --git a/src/cpp/rtps/participant/RTPSParticipantImpl.cpp b/src/cpp/rtps/participant/RTPSParticipantImpl.cpp index 7e735983095..bf517b67641 100644 --- a/src/cpp/rtps/participant/RTPSParticipantImpl.cpp +++ b/src/cpp/rtps/participant/RTPSParticipantImpl.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipant.cpp diff --git a/src/cpp/rtps/participant/RTPSParticipantImpl.h b/src/cpp/rtps/participant/RTPSParticipantImpl.h index 964ca903903..8c4033016fc 100644 --- a/src/cpp/rtps/participant/RTPSParticipantImpl.h +++ b/src/cpp/rtps/participant/RTPSParticipantImpl.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSParticipant.h diff --git a/src/cpp/rtps/reader/FragmentedChangePitStop.cpp b/src/cpp/rtps/reader/FragmentedChangePitStop.cpp index 7083ff335b1..26228d63506 100644 --- a/src/cpp/rtps/reader/FragmentedChangePitStop.cpp +++ b/src/cpp/rtps/reader/FragmentedChangePitStop.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "FragmentedChangePitStop.h" #include #include diff --git a/src/cpp/rtps/reader/FragmentedChangePitStop.h b/src/cpp/rtps/reader/FragmentedChangePitStop.h index 11a659d4156..1219cb5384f 100644 --- a/src/cpp/rtps/reader/FragmentedChangePitStop.h +++ b/src/cpp/rtps/reader/FragmentedChangePitStop.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file FragmentedChangePitStop.h diff --git a/src/cpp/rtps/reader/RTPSReader.cpp b/src/cpp/rtps/reader/RTPSReader.cpp index 4784e6c9cc5..7c3697da06b 100644 --- a/src/cpp/rtps/reader/RTPSReader.cpp +++ b/src/cpp/rtps/reader/RTPSReader.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * RTPSReader.cpp diff --git a/src/cpp/rtps/reader/StatefulReader.cpp b/src/cpp/rtps/reader/StatefulReader.cpp index 8026e3a5422..ba52d9da943 100644 --- a/src/cpp/rtps/reader/StatefulReader.cpp +++ b/src/cpp/rtps/reader/StatefulReader.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file StatefulReader.cpp diff --git a/src/cpp/rtps/reader/StatelessReader.cpp b/src/cpp/rtps/reader/StatelessReader.cpp index 217fee4e063..7c5d5bd5bac 100644 --- a/src/cpp/rtps/reader/StatelessReader.cpp +++ b/src/cpp/rtps/reader/StatelessReader.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * @file StatelessReader.cpp diff --git a/src/cpp/rtps/reader/WriterProxy.cpp b/src/cpp/rtps/reader/WriterProxy.cpp index 1e658f55913..83c243b12b4 100644 --- a/src/cpp/rtps/reader/WriterProxy.cpp +++ b/src/cpp/rtps/reader/WriterProxy.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterProxy.cpp diff --git a/src/cpp/rtps/reader/timedevent/HeartbeatResponseDelay.cpp b/src/cpp/rtps/reader/timedevent/HeartbeatResponseDelay.cpp index 71a50a1de78..25583807c07 100644 --- a/src/cpp/rtps/reader/timedevent/HeartbeatResponseDelay.cpp +++ b/src/cpp/rtps/reader/timedevent/HeartbeatResponseDelay.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HeartbeatResponseDelay.cpp diff --git a/src/cpp/rtps/reader/timedevent/WriterProxyLiveliness.cpp b/src/cpp/rtps/reader/timedevent/WriterProxyLiveliness.cpp index 2a8e22bf547..bf131eaea97 100644 --- a/src/cpp/rtps/reader/timedevent/WriterProxyLiveliness.cpp +++ b/src/cpp/rtps/reader/timedevent/WriterProxyLiveliness.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file WriterProxyLiveliness.cpp diff --git a/src/cpp/rtps/resources/AsyncWriterThread.cpp b/src/cpp/rtps/resources/AsyncWriterThread.cpp index b5eb6230abe..d2247c88797 100644 --- a/src/cpp/rtps/resources/AsyncWriterThread.cpp +++ b/src/cpp/rtps/resources/AsyncWriterThread.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "AsyncWriterThread.h" #include diff --git a/src/cpp/rtps/resources/AsyncWriterThread.h b/src/cpp/rtps/resources/AsyncWriterThread.h index de6378837be..481280f5a6a 100644 --- a/src/cpp/rtps/resources/AsyncWriterThread.h +++ b/src/cpp/rtps/resources/AsyncWriterThread.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2016 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file AsyncWriterThread.h diff --git a/src/cpp/rtps/resources/ListenResource.cpp b/src/cpp/rtps/resources/ListenResource.cpp index 43718146739..452fa2c9591 100644 --- a/src/cpp/rtps/resources/ListenResource.cpp +++ b/src/cpp/rtps/resources/ListenResource.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ListenResource.cpp diff --git a/src/cpp/rtps/resources/ListenResourceImpl.cpp b/src/cpp/rtps/resources/ListenResourceImpl.cpp index 9e9d9aa26ba..3f879a6c7c1 100644 --- a/src/cpp/rtps/resources/ListenResourceImpl.cpp +++ b/src/cpp/rtps/resources/ListenResourceImpl.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ListenResourceImpl.cpp diff --git a/src/cpp/rtps/resources/ListenResourceImpl.h b/src/cpp/rtps/resources/ListenResourceImpl.h index 441023c7607..9bdd31ff4fe 100644 --- a/src/cpp/rtps/resources/ListenResourceImpl.h +++ b/src/cpp/rtps/resources/ListenResourceImpl.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ListenResourceImpl.h diff --git a/src/cpp/rtps/resources/ResourceEvent.cpp b/src/cpp/rtps/resources/ResourceEvent.cpp index 551392bd1be..242aeca714d 100644 --- a/src/cpp/rtps/resources/ResourceEvent.cpp +++ b/src/cpp/rtps/resources/ResourceEvent.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThreadEvent.cpp diff --git a/src/cpp/rtps/resources/ResourceSend.cpp b/src/cpp/rtps/resources/ResourceSend.cpp index a9126de0148..03df26affc1 100644 --- a/src/cpp/rtps/resources/ResourceSend.cpp +++ b/src/cpp/rtps/resources/ResourceSend.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ResourceSend.cpp diff --git a/src/cpp/rtps/resources/ResourceSendImpl.cpp b/src/cpp/rtps/resources/ResourceSendImpl.cpp index 7f0726bada6..0d9ec6b8347 100644 --- a/src/cpp/rtps/resources/ResourceSendImpl.cpp +++ b/src/cpp/rtps/resources/ResourceSendImpl.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * ResourceSendImpl.cpp diff --git a/src/cpp/rtps/resources/ResourceSendImpl.h b/src/cpp/rtps/resources/ResourceSendImpl.h index 4ecb554580f..04cfff45cb4 100644 --- a/src/cpp/rtps/resources/ResourceSendImpl.h +++ b/src/cpp/rtps/resources/ResourceSendImpl.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ResourceSendImpl.h diff --git a/src/cpp/rtps/resources/TimedEvent.cpp b/src/cpp/rtps/resources/TimedEvent.cpp index ae57478d882..5e8eb6ddc28 100644 --- a/src/cpp/rtps/resources/TimedEvent.cpp +++ b/src/cpp/rtps/resources/TimedEvent.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TimedEvent.cpp diff --git a/src/cpp/rtps/resources/TimedEventImpl.cpp b/src/cpp/rtps/resources/TimedEventImpl.cpp index cc6d4f45b10..23036b9b2f5 100644 --- a/src/cpp/rtps/resources/TimedEventImpl.cpp +++ b/src/cpp/rtps/resources/TimedEventImpl.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TimedEventImpl.cpp diff --git a/src/cpp/rtps/resources/TimedEventImpl.h b/src/cpp/rtps/resources/TimedEventImpl.h index 7ef87dd76bd..d47e6c2c883 100644 --- a/src/cpp/rtps/resources/TimedEventImpl.h +++ b/src/cpp/rtps/resources/TimedEventImpl.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TimedEventImpl.h diff --git a/src/cpp/rtps/writer/RTPSWriter.cpp b/src/cpp/rtps/writer/RTPSWriter.cpp index e46bb018162..079fe38ac05 100644 --- a/src/cpp/rtps/writer/RTPSWriter.cpp +++ b/src/cpp/rtps/writer/RTPSWriter.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * @file RTPSWriter.cpp diff --git a/src/cpp/rtps/writer/ReaderLocator.cpp b/src/cpp/rtps/writer/ReaderLocator.cpp index 603b97a5013..10078fefdaf 100644 --- a/src/cpp/rtps/writer/ReaderLocator.cpp +++ b/src/cpp/rtps/writer/ReaderLocator.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * @file ReaderLocator.cpp diff --git a/src/cpp/rtps/writer/ReaderProxy.cpp b/src/cpp/rtps/writer/ReaderProxy.cpp index 1d3c76fe5cd..ecbc5c09cf7 100644 --- a/src/cpp/rtps/writer/ReaderProxy.cpp +++ b/src/cpp/rtps/writer/ReaderProxy.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved.endl - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReaderProxy.cpp diff --git a/src/cpp/rtps/writer/StatefulWriter.cpp b/src/cpp/rtps/writer/StatefulWriter.cpp index 269813fb684..053b8631217 100644 --- a/src/cpp/rtps/writer/StatefulWriter.cpp +++ b/src/cpp/rtps/writer/StatefulWriter.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file StatefulWriter.cpp diff --git a/src/cpp/rtps/writer/StatelessWriter.cpp b/src/cpp/rtps/writer/StatelessWriter.cpp index dfca3a1d0fd..da405ef8d17 100644 --- a/src/cpp/rtps/writer/StatelessWriter.cpp +++ b/src/cpp/rtps/writer/StatelessWriter.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * @file StatelessWriter.cpp diff --git a/src/cpp/rtps/writer/timedevent/NackResponseDelay.cpp b/src/cpp/rtps/writer/timedevent/NackResponseDelay.cpp index 58e48f4f67c..e2dfd189948 100644 --- a/src/cpp/rtps/writer/timedevent/NackResponseDelay.cpp +++ b/src/cpp/rtps/writer/timedevent/NackResponseDelay.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file NackResponseDelay.cpp diff --git a/src/cpp/rtps/writer/timedevent/NackSupressionDuration.cpp b/src/cpp/rtps/writer/timedevent/NackSupressionDuration.cpp index 97c88e99759..9f460e10f84 100644 --- a/src/cpp/rtps/writer/timedevent/NackSupressionDuration.cpp +++ b/src/cpp/rtps/writer/timedevent/NackSupressionDuration.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file NackSupressionDuration.cpp diff --git a/src/cpp/rtps/writer/timedevent/PeriodicHeartbeat.cpp b/src/cpp/rtps/writer/timedevent/PeriodicHeartbeat.cpp index 043afebe66b..60cc88056a1 100644 --- a/src/cpp/rtps/writer/timedevent/PeriodicHeartbeat.cpp +++ b/src/cpp/rtps/writer/timedevent/PeriodicHeartbeat.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PeriodicHeartbeat.cpp diff --git a/src/cpp/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.cpp b/src/cpp/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.cpp index 01a36309ff1..dd21b74a2be 100644 --- a/src/cpp/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.cpp +++ b/src/cpp/rtps/writer/timedevent/UnsentChangesNotEmptyEvent.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file UnsentChangesNotEmptyEvent.cpp diff --git a/src/cpp/subscriber/Subscriber.cpp b/src/cpp/subscriber/Subscriber.cpp index 692db79e85a..10409565368 100644 --- a/src/cpp/subscriber/Subscriber.cpp +++ b/src/cpp/subscriber/Subscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * Subscriber.cpp diff --git a/src/cpp/subscriber/SubscriberHistory.cpp b/src/cpp/subscriber/SubscriberHistory.cpp index cf1baefa942..24a12653f4f 100644 --- a/src/cpp/subscriber/SubscriberHistory.cpp +++ b/src/cpp/subscriber/SubscriberHistory.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SubscriberHistory.cpp diff --git a/src/cpp/subscriber/SubscriberImpl.cpp b/src/cpp/subscriber/SubscriberImpl.cpp index 871a6e169cb..691f2466752 100644 --- a/src/cpp/subscriber/SubscriberImpl.cpp +++ b/src/cpp/subscriber/SubscriberImpl.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SubscriberImpl.cpp diff --git a/src/cpp/subscriber/SubscriberImpl.h b/src/cpp/subscriber/SubscriberImpl.h index fdd5ec2bf4c..840b5a9ac97 100644 --- a/src/cpp/subscriber/SubscriberImpl.h +++ b/src/cpp/subscriber/SubscriberImpl.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SubscriberImpl.h diff --git a/src/cpp/utils/IPFinder.cpp b/src/cpp/utils/IPFinder.cpp index 00918126621..85aef17f2aa 100644 --- a/src/cpp/utils/IPFinder.cpp +++ b/src/cpp/utils/IPFinder.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file IPFinder.cpp diff --git a/src/cpp/utils/ObjectPool.cpp b/src/cpp/utils/ObjectPool.cpp index feff292712e..eba0355f22d 100644 --- a/src/cpp/utils/ObjectPool.cpp +++ b/src/cpp/utils/ObjectPool.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ObjectPool.cpp diff --git a/src/cpp/utils/StringMatching.cpp b/src/cpp/utils/StringMatching.cpp index 391c27f9972..754901b2049 100644 --- a/src/cpp/utils/StringMatching.cpp +++ b/src/cpp/utils/StringMatching.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file StringMatching.cpp diff --git a/src/cpp/utils/eClock.cpp b/src/cpp/utils/eClock.cpp index d825c1f54cb..0905b4bc8c2 100644 --- a/src/cpp/utils/eClock.cpp +++ b/src/cpp/utils/eClock.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file eClock.cpp diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 63903b34549..bd6669e11f4 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + add_subdirectory(blackbox) add_subdirectory(performance) add_subdirectory(unittest/rtps/common) diff --git a/test/blackbox/BlackboxTests.cpp b/test/blackbox/BlackboxTests.cpp index 18dda5217ac..28d115a596c 100644 --- a/test/blackbox/BlackboxTests.cpp +++ b/test/blackbox/BlackboxTests.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "types/HelloWorld.h" #include "types/Data64kbType.h" #include "types/Data1mbType.h" diff --git a/test/blackbox/CMakeLists.txt b/test/blackbox/CMakeLists.txt index 4f266e54caf..ea1d035e8b9 100644 --- a/test/blackbox/CMakeLists.txt +++ b/test/blackbox/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if(NOT ((MSVC OR MSVC_IDE) AND EPROSIMA_INSTALLER) AND fastcdr_FOUND) include(${PROJECT_SOURCE_DIR}/cmake/dev/gtest.cmake) check_gtest() diff --git a/test/blackbox/PubSubReader.hpp b/test/blackbox/PubSubReader.hpp index 418d0d882ec..3d2c247a001 100644 --- a/test/blackbox/PubSubReader.hpp +++ b/test/blackbox/PubSubReader.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PubSubReader.hpp diff --git a/test/blackbox/PubSubWriter.hpp b/test/blackbox/PubSubWriter.hpp index 02800cf3803..1488badf6cf 100644 --- a/test/blackbox/PubSubWriter.hpp +++ b/test/blackbox/PubSubWriter.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file PubSubWriter.hpp diff --git a/test/blackbox/RTPSAsNonReliableSocketReader.hpp b/test/blackbox/RTPSAsNonReliableSocketReader.hpp index 1b3ca1d7401..26257713aec 100644 --- a/test/blackbox/RTPSAsNonReliableSocketReader.hpp +++ b/test/blackbox/RTPSAsNonReliableSocketReader.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsNonReliableSocketReader.hpp diff --git a/test/blackbox/RTPSAsNonReliableSocketWriter.hpp b/test/blackbox/RTPSAsNonReliableSocketWriter.hpp index 5300383220a..d2ba75e80e4 100644 --- a/test/blackbox/RTPSAsNonReliableSocketWriter.hpp +++ b/test/blackbox/RTPSAsNonReliableSocketWriter.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsNonReliableSocketWriter.hpp diff --git a/test/blackbox/RTPSAsNonReliableWithRegistrationReader.hpp b/test/blackbox/RTPSAsNonReliableWithRegistrationReader.hpp index f9c7f6b7557..7279c08bd7a 100644 --- a/test/blackbox/RTPSAsNonReliableWithRegistrationReader.hpp +++ b/test/blackbox/RTPSAsNonReliableWithRegistrationReader.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsNonReliableWithRegistrationReader.hpp diff --git a/test/blackbox/RTPSAsNonReliableWithRegistrationWriter.hpp b/test/blackbox/RTPSAsNonReliableWithRegistrationWriter.hpp index fa973a4f553..ed486cb3a6e 100644 --- a/test/blackbox/RTPSAsNonReliableWithRegistrationWriter.hpp +++ b/test/blackbox/RTPSAsNonReliableWithRegistrationWriter.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsNonReliableWithRegistrationWriter.hpp diff --git a/test/blackbox/RTPSAsReliableSocketReader.hpp b/test/blackbox/RTPSAsReliableSocketReader.hpp index 9014bc4b7a5..5a00c8461d3 100644 --- a/test/blackbox/RTPSAsReliableSocketReader.hpp +++ b/test/blackbox/RTPSAsReliableSocketReader.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsReliableSocketReader.hpp diff --git a/test/blackbox/RTPSAsReliableSocketWriter.hpp b/test/blackbox/RTPSAsReliableSocketWriter.hpp index 4c4c15c34c4..dba939d0abc 100644 --- a/test/blackbox/RTPSAsReliableSocketWriter.hpp +++ b/test/blackbox/RTPSAsReliableSocketWriter.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsReliableSocketWriter.hpp diff --git a/test/blackbox/RTPSAsReliableWithRegistrationReader.hpp b/test/blackbox/RTPSAsReliableWithRegistrationReader.hpp index 5d4e8984ca7..b45b075ec36 100644 --- a/test/blackbox/RTPSAsReliableWithRegistrationReader.hpp +++ b/test/blackbox/RTPSAsReliableWithRegistrationReader.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsReliableSocketReader.hpp diff --git a/test/blackbox/RTPSAsReliableWithRegistrationWriter.hpp b/test/blackbox/RTPSAsReliableWithRegistrationWriter.hpp index 1bfa6e4c936..9ad77c59764 100644 --- a/test/blackbox/RTPSAsReliableWithRegistrationWriter.hpp +++ b/test/blackbox/RTPSAsReliableWithRegistrationWriter.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsReliableSocketWriter.hpp diff --git a/test/blackbox/RTPSAsSocketReader.cpp b/test/blackbox/RTPSAsSocketReader.cpp index f7017ba5140..1eaee8c402a 100644 --- a/test/blackbox/RTPSAsSocketReader.cpp +++ b/test/blackbox/RTPSAsSocketReader.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsSocketReader.cpp diff --git a/test/blackbox/RTPSAsSocketReader.hpp b/test/blackbox/RTPSAsSocketReader.hpp index 86a03afed52..582d770b5c7 100644 --- a/test/blackbox/RTPSAsSocketReader.hpp +++ b/test/blackbox/RTPSAsSocketReader.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsSocketReader.hpp diff --git a/test/blackbox/RTPSAsSocketWriter.cpp b/test/blackbox/RTPSAsSocketWriter.cpp index 2633dba70ea..1a4c91109b9 100644 --- a/test/blackbox/RTPSAsSocketWriter.cpp +++ b/test/blackbox/RTPSAsSocketWriter.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsSocketWriter.cpp diff --git a/test/blackbox/RTPSAsSocketWriter.hpp b/test/blackbox/RTPSAsSocketWriter.hpp index b4d381af776..9147c550695 100644 --- a/test/blackbox/RTPSAsSocketWriter.hpp +++ b/test/blackbox/RTPSAsSocketWriter.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSAsSocketWriter.hpp diff --git a/test/blackbox/RTPSWithRegistrationReader.cpp b/test/blackbox/RTPSWithRegistrationReader.cpp index 1437d45e91b..a2533b90427 100644 --- a/test/blackbox/RTPSWithRegistrationReader.cpp +++ b/test/blackbox/RTPSWithRegistrationReader.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSWithRegistrationReader.cpp diff --git a/test/blackbox/RTPSWithRegistrationReader.hpp b/test/blackbox/RTPSWithRegistrationReader.hpp index 0d56207e843..93bff4e7f98 100644 --- a/test/blackbox/RTPSWithRegistrationReader.hpp +++ b/test/blackbox/RTPSWithRegistrationReader.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSWithRegistrationReader.hpp diff --git a/test/blackbox/RTPSWithRegistrationWriter.cpp b/test/blackbox/RTPSWithRegistrationWriter.cpp index 51ecb8b33fb..8d24ef0d756 100644 --- a/test/blackbox/RTPSWithRegistrationWriter.cpp +++ b/test/blackbox/RTPSWithRegistrationWriter.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSWithRegistrationWriter.cpp diff --git a/test/blackbox/RTPSWithRegistrationWriter.hpp b/test/blackbox/RTPSWithRegistrationWriter.hpp index 20596caf1ac..c416b7d103a 100644 --- a/test/blackbox/RTPSWithRegistrationWriter.hpp +++ b/test/blackbox/RTPSWithRegistrationWriter.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file RTPSWithRegistrationWriter.hpp diff --git a/test/blackbox/ReqRepAsReliableHelloWorldReplier.hpp b/test/blackbox/ReqRepAsReliableHelloWorldReplier.hpp index 80da1202e76..778bf2c81f3 100644 --- a/test/blackbox/ReqRepAsReliableHelloWorldReplier.hpp +++ b/test/blackbox/ReqRepAsReliableHelloWorldReplier.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReqRepAsReliableHelloWorldReplier.hpp diff --git a/test/blackbox/ReqRepAsReliableHelloWorldRequester.hpp b/test/blackbox/ReqRepAsReliableHelloWorldRequester.hpp index 2c08945d19b..789e38e2b92 100644 --- a/test/blackbox/ReqRepAsReliableHelloWorldRequester.hpp +++ b/test/blackbox/ReqRepAsReliableHelloWorldRequester.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReqRepAsReliableHelloWorldRequester.hpp diff --git a/test/blackbox/ReqRepHelloWorldReplier.cpp b/test/blackbox/ReqRepHelloWorldReplier.cpp index e384f0c6da3..a3debdb1260 100644 --- a/test/blackbox/ReqRepHelloWorldReplier.cpp +++ b/test/blackbox/ReqRepHelloWorldReplier.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReqRepHelloWorldReplier.cpp diff --git a/test/blackbox/ReqRepHelloWorldReplier.hpp b/test/blackbox/ReqRepHelloWorldReplier.hpp index d9897cb086f..0031e43916b 100644 --- a/test/blackbox/ReqRepHelloWorldReplier.hpp +++ b/test/blackbox/ReqRepHelloWorldReplier.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReqRepHelloWorldReplier.hpp diff --git a/test/blackbox/ReqRepHelloWorldRequester.cpp b/test/blackbox/ReqRepHelloWorldRequester.cpp index 505f6f85b1b..577fa3058d9 100644 --- a/test/blackbox/ReqRepHelloWorldRequester.cpp +++ b/test/blackbox/ReqRepHelloWorldRequester.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReqRepHelloWorldRequester.cpp diff --git a/test/blackbox/ReqRepHelloWorldRequester.hpp b/test/blackbox/ReqRepHelloWorldRequester.hpp index 22bfc6143a9..33be9932768 100644 --- a/test/blackbox/ReqRepHelloWorldRequester.hpp +++ b/test/blackbox/ReqRepHelloWorldRequester.hpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReqRepHelloWorldRequester.hpp diff --git a/test/blackbox/types/Data1mb.cpp b/test/blackbox/types/Data1mb.cpp index 6172f19b6ba..7064f93a299 100644 --- a/test/blackbox/types/Data1mb.cpp +++ b/test/blackbox/types/Data1mb.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file Data1mb.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/test/blackbox/types/Data1mb.h b/test/blackbox/types/Data1mb.h index 9234e21ecda..f5ca8b29af7 100644 --- a/test/blackbox/types/Data1mb.h +++ b/test/blackbox/types/Data1mb.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file Data1mb.h * This header file contains the declaration of the described types in the IDL file. * diff --git a/test/blackbox/types/Data1mbType.cpp b/test/blackbox/types/Data1mbType.cpp index b12805c87c9..f46ac6517b5 100644 --- a/test/blackbox/types/Data1mbType.cpp +++ b/test/blackbox/types/Data1mbType.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file Data1mbTypes.cpp * This header file contains the implementation of the serialization functions. * diff --git a/test/blackbox/types/Data1mbType.h b/test/blackbox/types/Data1mbType.h index 2d39f5f27bf..82a208e17c8 100644 --- a/test/blackbox/types/Data1mbType.h +++ b/test/blackbox/types/Data1mbType.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file Data1mbTypes.h * This header file contains the declaration of the serialization functions. * diff --git a/test/blackbox/types/Data64kb.cpp b/test/blackbox/types/Data64kb.cpp index 22359f46e60..c34fb1ff447 100644 --- a/test/blackbox/types/Data64kb.cpp +++ b/test/blackbox/types/Data64kb.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file Data64kb.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/test/blackbox/types/Data64kb.h b/test/blackbox/types/Data64kb.h index f6a6436d914..9cad200b9a8 100644 --- a/test/blackbox/types/Data64kb.h +++ b/test/blackbox/types/Data64kb.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file Data64kb.h * This header file contains the declaration of the described types in the IDL file. * diff --git a/test/blackbox/types/Data64kbType.cpp b/test/blackbox/types/Data64kbType.cpp index f6039d46548..e93d1366786 100644 --- a/test/blackbox/types/Data64kbType.cpp +++ b/test/blackbox/types/Data64kbType.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file Data64kbTypes.cpp * This header file contains the implementation of the serialization functions. * diff --git a/test/blackbox/types/Data64kbType.h b/test/blackbox/types/Data64kbType.h index 5cec7a380ed..d67c47afb54 100644 --- a/test/blackbox/types/Data64kbType.h +++ b/test/blackbox/types/Data64kbType.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastcdr_LICENSE file included in this fastcdr distribution. - * - ************************************************************************* - * * @file Data64kbTypes.h * This header file contains the declaration of the serialization functions. * diff --git a/test/blackbox/types/HelloWorld.cpp b/test/blackbox/types/HelloWorld.cpp index 49c70a5ca55..6dbbbd8c503 100644 --- a/test/blackbox/types/HelloWorld.cpp +++ b/test/blackbox/types/HelloWorld.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file HelloWorld.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/test/blackbox/types/HelloWorld.h b/test/blackbox/types/HelloWorld.h index 8da6e2c2ce9..3f9afeb35c8 100644 --- a/test/blackbox/types/HelloWorld.h +++ b/test/blackbox/types/HelloWorld.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file HelloWorld.h * This header file contains the declaration of the described types in the IDL file. * diff --git a/test/blackbox/types/HelloWorldType.cpp b/test/blackbox/types/HelloWorldType.cpp index a59f3930c02..a1d8b8d662f 100644 --- a/test/blackbox/types/HelloWorldType.cpp +++ b/test/blackbox/types/HelloWorldType.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldTopic.cpp diff --git a/test/blackbox/types/HelloWorldType.h b/test/blackbox/types/HelloWorldType.h index 1b2bb787c13..16505521e91 100644 --- a/test/blackbox/types/HelloWorldType.h +++ b/test/blackbox/types/HelloWorldType.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldTopic.h diff --git a/test/mock/rtps/HeartbeatResponseDelay/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h b/test/mock/rtps/HeartbeatResponseDelay/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h index cbb6da94d68..fef50bbbd2c 100644 --- a/test/mock/rtps/HeartbeatResponseDelay/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h +++ b/test/mock/rtps/HeartbeatResponseDelay/fastrtps/rtps/reader/timedevent/HeartbeatResponseDelay.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef _RTPS_READER_TIMEDEVENT_HEARTBEATRESPONSEDELAY_H_ #define _RTPS_READER_TIMEDEVENT_HEARTBEATRESPONSEDELAY_H_ diff --git a/test/mock/rtps/StatefulReader/fastrtps/rtps/reader/StatefulReader.h b/test/mock/rtps/StatefulReader/fastrtps/rtps/reader/StatefulReader.h index bacbd8291aa..522d0631cf0 100644 --- a/test/mock/rtps/StatefulReader/fastrtps/rtps/reader/StatefulReader.h +++ b/test/mock/rtps/StatefulReader/fastrtps/rtps/reader/StatefulReader.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef _RTPS_READER_STATEFULREADER_H_ #define _RTPS_READER_STATEFULREADER_H_ diff --git a/test/mock/rtps/WriterProxyLiveliness/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h b/test/mock/rtps/WriterProxyLiveliness/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h index 66a681f6760..482b22fb6eb 100644 --- a/test/mock/rtps/WriterProxyLiveliness/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h +++ b/test/mock/rtps/WriterProxyLiveliness/fastrtps/rtps/reader/timedevent/WriterProxyLiveliness.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef _RTPS_READER_TIMEDEVENT_WRITERPROXYLIVELINESS_H_ #define _RTPS_READER_TIMEDEVENT_WRITERPROXYLIVELINESS_H_ diff --git a/test/performance/CMakeLists.txt b/test/performance/CMakeLists.txt index f751fe85f7d..47bcb54b303 100644 --- a/test/performance/CMakeLists.txt +++ b/test/performance/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if(NOT ((MSVC OR MSVC_IDE) AND EPROSIMA_INSTALLER) AND fastcdr_FOUND) if(PERFORMANCE_TESTS) find_package(Threads REQUIRED) diff --git a/test/performance/LatencyTestPublisher.cpp b/test/performance/LatencyTestPublisher.cpp index eb3a4cbc8fb..fc2abca09fd 100644 --- a/test/performance/LatencyTestPublisher.cpp +++ b/test/performance/LatencyTestPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyPublisher.cpp diff --git a/test/performance/LatencyTestPublisher.h b/test/performance/LatencyTestPublisher.h index 780a3b6aee3..02e7ea67b1f 100644 --- a/test/performance/LatencyTestPublisher.h +++ b/test/performance/LatencyTestPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyPublisher.h diff --git a/test/performance/LatencyTestSubscriber.cpp b/test/performance/LatencyTestSubscriber.cpp index 1060fcc143d..ab52beb2f0e 100644 --- a/test/performance/LatencyTestSubscriber.cpp +++ b/test/performance/LatencyTestSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestSubscriber.cpp diff --git a/test/performance/LatencyTestSubscriber.h b/test/performance/LatencyTestSubscriber.h index 3cae7a0d494..758c4d3feed 100644 --- a/test/performance/LatencyTestSubscriber.h +++ b/test/performance/LatencyTestSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestSubscriber.h diff --git a/test/performance/LatencyTestTypes.cpp b/test/performance/LatencyTestTypes.cpp index b590914972a..66d5830701c 100644 --- a/test/performance/LatencyTestTypes.cpp +++ b/test/performance/LatencyTestTypes.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestTypes.cpp diff --git a/test/performance/LatencyTestTypes.h b/test/performance/LatencyTestTypes.h index 102058612ad..a09e43761d2 100644 --- a/test/performance/LatencyTestTypes.h +++ b/test/performance/LatencyTestTypes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestTypes.h diff --git a/test/performance/ThroughputPublisher.cpp b/test/performance/ThroughputPublisher.cpp index 8dce46d6023..cac0ebc70fb 100644 --- a/test/performance/ThroughputPublisher.cpp +++ b/test/performance/ThroughputPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputPublisher.cxx diff --git a/test/performance/ThroughputPublisher.h b/test/performance/ThroughputPublisher.h index 64a3cafd673..923749d699e 100644 --- a/test/performance/ThroughputPublisher.h +++ b/test/performance/ThroughputPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputPublisher.h diff --git a/test/performance/ThroughputSubscriber.cpp b/test/performance/ThroughputSubscriber.cpp index 46e880cb508..6699230c856 100644 --- a/test/performance/ThroughputSubscriber.cpp +++ b/test/performance/ThroughputSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputSubscriber.cxx diff --git a/test/performance/ThroughputSubscriber.h b/test/performance/ThroughputSubscriber.h index 876fa5995e0..a7aa5e60a71 100644 --- a/test/performance/ThroughputSubscriber.h +++ b/test/performance/ThroughputSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputSubscriber.h diff --git a/test/performance/ThroughputTypes.cpp b/test/performance/ThroughputTypes.cpp index f0255ba6293..4edca9f31d7 100644 --- a/test/performance/ThroughputTypes.cpp +++ b/test/performance/ThroughputTypes.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputTypes.cpp diff --git a/test/performance/ThroughputTypes.h b/test/performance/ThroughputTypes.h index d1aa2c85222..45da7eee6dc 100644 --- a/test/performance/ThroughputTypes.h +++ b/test/performance/ThroughputTypes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputTypes.h diff --git a/test/performance/latency_tests.py b/test/performance/latency_tests.py index cd928163748..dbbf77ccd69 100644 --- a/test/performance/latency_tests.py +++ b/test/performance/latency_tests.py @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import shlex, subprocess, time, os, socket, sys command = os.environ.get("LATENCY_TEST_BIN") diff --git a/test/performance/main_LatencyTest.cpp b/test/performance/main_LatencyTest.cpp index dc35dd45a66..c290e962bf3 100644 --- a/test/performance/main_LatencyTest.cpp +++ b/test/performance/main_LatencyTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "LatencyTestPublisher.h" #include "LatencyTestSubscriber.h" diff --git a/test/performance/main_ThroughputTest.cpp b/test/performance/main_ThroughputTest.cpp index 830839b478b..572c4f01b41 100644 --- a/test/performance/main_ThroughputTest.cpp +++ b/test/performance/main_ThroughputTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "ThroughputTypes.h" #include "ThroughputPublisher.h" diff --git a/test/performance/throughput_tests.py b/test/performance/throughput_tests.py index 0f3a6ca0a17..72f543daeaa 100644 --- a/test/performance/throughput_tests.py +++ b/test/performance/throughput_tests.py @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import shlex, subprocess, time, os, socket, sys if len(sys.argv) != 2: diff --git a/test/unittest/rtps/common/CMakeLists.txt b/test/unittest/rtps/common/CMakeLists.txt index bd58b5c242f..686fb75028b 100644 --- a/test/unittest/rtps/common/CMakeLists.txt +++ b/test/unittest/rtps/common/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if(NOT ((MSVC OR MSVC_IDE) AND EPROSIMA_INSTALLER)) include(${PROJECT_SOURCE_DIR}/cmake/dev/gtest.cmake) check_gtest() diff --git a/test/unittest/rtps/common/SequenceNumberTests.cpp b/test/unittest/rtps/common/SequenceNumberTests.cpp index 562492ac34b..1984af3127b 100644 --- a/test/unittest/rtps/common/SequenceNumberTests.cpp +++ b/test/unittest/rtps/common/SequenceNumberTests.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include #include diff --git a/test/unittest/rtps/reader/CMakeLists.txt b/test/unittest/rtps/reader/CMakeLists.txt index 91b8c29d74e..0e8baf035d3 100644 --- a/test/unittest/rtps/reader/CMakeLists.txt +++ b/test/unittest/rtps/reader/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if(NOT ((MSVC OR MSVC_IDE) AND EPROSIMA_INSTALLER)) include(${PROJECT_SOURCE_DIR}/cmake/dev/gtest.cmake) check_gtest() diff --git a/test/unittest/rtps/reader/WriterProxyTests.cpp b/test/unittest/rtps/reader/WriterProxyTests.cpp index 990b8a1751f..12321a5d991 100644 --- a/test/unittest/rtps/reader/WriterProxyTests.cpp +++ b/test/unittest/rtps/reader/WriterProxyTests.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include #include diff --git a/test/unittest/rtps/resources/timedevent/CMakeLists.txt b/test/unittest/rtps/resources/timedevent/CMakeLists.txt index 4ffdd00089e..6a10ab9df99 100644 --- a/test/unittest/rtps/resources/timedevent/CMakeLists.txt +++ b/test/unittest/rtps/resources/timedevent/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + if(NOT ((MSVC OR MSVC_IDE) AND EPROSIMA_INSTALLER)) include(${PROJECT_SOURCE_DIR}/cmake/dev/gtest.cmake) check_gtest() diff --git a/test/unittest/rtps/resources/timedevent/TimedEventTests.cpp b/test/unittest/rtps/resources/timedevent/TimedEventTests.cpp index 6641c35f938..553efc697ea 100644 --- a/test/unittest/rtps/resources/timedevent/TimedEventTests.cpp +++ b/test/unittest/rtps/resources/timedevent/TimedEventTests.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "mock/MockEvent.h" #include "mock/MockParentEvent.h" diff --git a/test/unittest/rtps/resources/timedevent/mock/MockEvent.cpp b/test/unittest/rtps/resources/timedevent/mock/MockEvent.cpp index e0bdd13a749..d357484680f 100644 --- a/test/unittest/rtps/resources/timedevent/mock/MockEvent.cpp +++ b/test/unittest/rtps/resources/timedevent/mock/MockEvent.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "MockEvent.h" int MockEvent::destructed_ = 0; diff --git a/test/unittest/rtps/resources/timedevent/mock/MockEvent.h b/test/unittest/rtps/resources/timedevent/mock/MockEvent.h index b9cb4a86718..38aa3007aea 100644 --- a/test/unittest/rtps/resources/timedevent/mock/MockEvent.h +++ b/test/unittest/rtps/resources/timedevent/mock/MockEvent.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef _TEST_RTPS_RESOURCES_TIMEDEVENT_MOCKEVENT_H_ #define _TEST_RTPS_RESOURCES_TIMEDEVENT_MOCKEVENT_H_ diff --git a/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.cpp b/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.cpp index 9de3e373117..034cf5db643 100644 --- a/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.cpp +++ b/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "MockParentEvent.h" int MockParentEvent::destructed_ = 0; diff --git a/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.h b/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.h index 42e73fed9e6..3c24f6259ae 100644 --- a/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.h +++ b/test/unittest/rtps/resources/timedevent/mock/MockParentEvent.h @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef _TEST_RTPS_RESOURCES_TIMEDEVENT_MOCKPARENTEVENT_H_ #define _TEST_RTPS_RESOURCES_TIMEDEVENT_MOCKPARENTEVENT_H_ diff --git a/thirdparty/fastcdr b/thirdparty/fastcdr index f6d937dd545..bdc54b5fc3b 160000 --- a/thirdparty/fastcdr +++ b/thirdparty/fastcdr @@ -1 +1 @@ -Subproject commit f6d937dd545bc75fdd01318e1cfa2e9595169c7a +Subproject commit bdc54b5fc3bb1229248daa87da0a87cca113f7d8 diff --git a/thirdparty/idl b/thirdparty/idl index 38a070da32f..dbeaaef526e 160000 --- a/thirdparty/idl +++ b/thirdparty/idl @@ -1 +1 @@ -Subproject commit 38a070da32f507d9f17d5c56f2a455a6fa3b0dfc +Subproject commit dbeaaef526e191a1b54a07195d4305c643f61364 diff --git a/utils/doxygen/examples/fastrtps_example.cpp b/utils/doxygen/examples/fastrtps_example.cpp index 4fae3e61204..ea898b1be14 100644 --- a/utils/doxygen/examples/fastrtps_example.cpp +++ b/utils/doxygen/examples/fastrtps_example.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of fastrtps is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * dds_example.cpp diff --git a/utils/futureCode/ReceivedChanges.cpp b/utils/futureCode/ReceivedChanges.cpp index b59f2428b8d..6618b6d91c8 100644 --- a/utils/futureCode/ReceivedChanges.cpp +++ b/utils/futureCode/ReceivedChanges.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReceivedChanges.cpp diff --git a/utils/futureCode/ReceivedChanges.h b/utils/futureCode/ReceivedChanges.h index 39ad3325f88..210f1b29e64 100644 --- a/utils/futureCode/ReceivedChanges.h +++ b/utils/futureCode/ReceivedChanges.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ReceivedChanges.h diff --git a/utils/futureCode/SkipList.cpp b/utils/futureCode/SkipList.cpp index cfac9e0fa9d..1338a35ce2e 100644 --- a/utils/futureCode/SkipList.cpp +++ b/utils/futureCode/SkipList.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SkipList.cpp diff --git a/utils/futureCode/SkipList.h b/utils/futureCode/SkipList.h index 62d4e9af1e9..a09b29b1343 100644 --- a/utils/futureCode/SkipList.h +++ b/utils/futureCode/SkipList.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file SkipList.h diff --git a/utils/metaTest/Makefile b/utils/metaTest/Makefile index e4f52f9c8a0..12af4ff65f5 100644 --- a/utils/metaTest/Makefile +++ b/utils/metaTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/metaTest/MetaTestPublisher.cpp b/utils/metaTest/MetaTestPublisher.cpp index ca489626053..bbfdc5a6993 100644 --- a/utils/metaTest/MetaTestPublisher.cpp +++ b/utils/metaTest/MetaTestPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file MetaTestPublisher.cpp diff --git a/utils/metaTest/MetaTestPublisher.h b/utils/metaTest/MetaTestPublisher.h index f9dd78f4f2b..eb2d45f48b2 100644 --- a/utils/metaTest/MetaTestPublisher.h +++ b/utils/metaTest/MetaTestPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file MetaTestPublisher.h diff --git a/utils/metaTest/MetaTestSubscriber.cpp b/utils/metaTest/MetaTestSubscriber.cpp index 36b331c6e12..a4ef13b9f28 100644 --- a/utils/metaTest/MetaTestSubscriber.cpp +++ b/utils/metaTest/MetaTestSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file MetaTestSubscriber.cpp diff --git a/utils/metaTest/MetaTestSubscriber.h b/utils/metaTest/MetaTestSubscriber.h index 8fd855de408..30ee79f0a78 100644 --- a/utils/metaTest/MetaTestSubscriber.h +++ b/utils/metaTest/MetaTestSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2015 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file MetaTestSubscriber.h diff --git a/utils/metaTest/main_MetaTest.cpp b/utils/metaTest/main_MetaTest.cpp index ff8b52a6a6f..4e390609a35 100644 --- a/utils/metaTest/main_MetaTest.cpp +++ b/utils/metaTest/main_MetaTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. diff --git a/utils/metaTest/types/MetaTestTypes.cxx b/utils/metaTest/types/MetaTestTypes.cxx index 302609d8e55..10f7a2f160c 100644 --- a/utils/metaTest/types/MetaTestTypes.cxx +++ b/utils/metaTest/types/MetaTestTypes.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file MetaTestTypes.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/utils/metaTest/types/MetaTestTypes.h b/utils/metaTest/types/MetaTestTypes.h index 5892cb7edae..62e84672086 100644 --- a/utils/metaTest/types/MetaTestTypes.h +++ b/utils/metaTest/types/MetaTestTypes.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file MetaTestTypes.h * This header file contains the declaration of the described types in the IDL file. * @@ -313,4 +320,4 @@ class MetaTestType std::string m_comment; }; -#endif // _MetaTestTypes_H_ \ No newline at end of file +#endif // _MetaTestTypes_H_ diff --git a/utils/metaTest/types/MetaTestTypesPubSubType.cpp b/utils/metaTest/types/MetaTestTypesPubSubType.cpp index 1f7ea106b00..f2ed3a508fe 100644 --- a/utils/metaTest/types/MetaTestTypesPubSubType.cpp +++ b/utils/metaTest/types/MetaTestTypesPubSubType.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file MetaTestTypesRTPSPubSubType.cpp * This header file contains the implementation of the serialization functions. * diff --git a/utils/metaTest/types/MetaTestTypesPubSubType.h b/utils/metaTest/types/MetaTestTypesPubSubType.h index aa6cf9ecc4a..e50fc4569fb 100644 --- a/utils/metaTest/types/MetaTestTypesPubSubType.h +++ b/utils/metaTest/types/MetaTestTypesPubSubType.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file MetaTestTypesRTPSPubSubType.h * This header file contains the declaration of the serialization functions. * @@ -35,4 +42,4 @@ class MetaTestTypesPubSubType : public TopicDataType { unsigned char* m_keyBuffer; }; -#endif // _MetaTestTypes_PUBSUBTYPE_H_ \ No newline at end of file +#endif // _MetaTestTypes_PUBSUBTYPE_H_ diff --git a/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest.cpp b/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest.cpp index 59ff8e40e4a..d05ff165988 100644 --- a/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest.cpp +++ b/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * StatelessTest.cpp diff --git a/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest_win.cpp b/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest_win.cpp index 901ca37b16d..0e9f48b91f9 100644 --- a/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest_win.cpp +++ b/utils/outdatedTests/FullDiscoveryTest/FullDiscoveryTest_win.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * StatelessTest.cpp diff --git a/utils/outdatedTests/FullDiscoveryTest/Makefile b/utils/outdatedTests/FullDiscoveryTest/Makefile index e8c87abf77e..14c52eebe35 100644 --- a/utils/outdatedTests/FullDiscoveryTest/Makefile +++ b/utils/outdatedTests/FullDiscoveryTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/NewLogTest/Makefile b/utils/outdatedTests/NewLogTest/Makefile index 39b2b0f9332..a9ac65a2a27 100644 --- a/utils/outdatedTests/NewLogTest/Makefile +++ b/utils/outdatedTests/NewLogTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/NewLogTest/ReliableCommunicationTest.cpp b/utils/outdatedTests/NewLogTest/ReliableCommunicationTest.cpp index d7321ebfc75..183cede9c69 100644 --- a/utils/outdatedTests/NewLogTest/ReliableCommunicationTest.cpp +++ b/utils/outdatedTests/NewLogTest/ReliableCommunicationTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. diff --git a/utils/outdatedTests/RTIInteroperability/Makefile b/utils/outdatedTests/RTIInteroperability/Makefile index afb0078ee2f..a741285bd49 100644 --- a/utils/outdatedTests/RTIInteroperability/Makefile +++ b/utils/outdatedTests/RTIInteroperability/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/RTIInteroperability/RTIGENCODE/HelloWorld.idl b/utils/outdatedTests/RTIInteroperability/RTIGENCODE/HelloWorld.idl index b3c2098a47a..cbcef7feb6f 100644 --- a/utils/outdatedTests/RTIInteroperability/RTIGENCODE/HelloWorld.idl +++ b/utils/outdatedTests/RTIInteroperability/RTIGENCODE/HelloWorld.idl @@ -1,12 +1,3 @@ -/*****************************************************************************/ -/* (c) Copyright, Real-Time Innovations, All rights reserved. */ -/* */ -/* Permission to modify and use for internal purposes granted. */ -/* This software is provided "as is", without warranty, express or implied. */ -/* */ -/*****************************************************************************/ - - struct SampleType { long sampleId; }; diff --git a/utils/outdatedTests/RTIInteroperability/RTIInteroperability.cpp b/utils/outdatedTests/RTIInteroperability/RTIInteroperability.cpp index 5ba580c6634..0b7cd2d7a89 100644 --- a/utils/outdatedTests/RTIInteroperability/RTIInteroperability.cpp +++ b/utils/outdatedTests/RTIInteroperability/RTIInteroperability.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. diff --git a/utils/outdatedTests/ReliableTest/Makefile b/utils/outdatedTests/ReliableTest/Makefile index a82d6c791a6..8f7b15df89c 100644 --- a/utils/outdatedTests/ReliableTest/Makefile +++ b/utils/outdatedTests/ReliableTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/ReliableTest/ReliableCommunicationTest.cpp b/utils/outdatedTests/ReliableTest/ReliableCommunicationTest.cpp index f064247fc38..5f962ad4a13 100644 --- a/utils/outdatedTests/ReliableTest/ReliableCommunicationTest.cpp +++ b/utils/outdatedTests/ReliableTest/ReliableCommunicationTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. diff --git a/utils/outdatedTests/SimplePublisherSubscriber/Simple.cxx b/utils/outdatedTests/SimplePublisherSubscriber/Simple.cxx index 84d3010d621..3af7112f575 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/Simple.cxx +++ b/utils/outdatedTests/SimplePublisherSubscriber/Simple.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file Simple.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/utils/outdatedTests/SimplePublisherSubscriber/Simple.h b/utils/outdatedTests/SimplePublisherSubscriber/Simple.h index 4ae609577bb..9c3844c7890 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/Simple.h +++ b/utils/outdatedTests/SimplePublisherSubscriber/Simple.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file Simple.h * This header file contains the declaration of the described types in the IDL file. * @@ -154,4 +161,4 @@ class eProsima_user_DllExport SimpleStruct std::string m_myString; }; -#endif // _Simple_H_ \ No newline at end of file +#endif // _Simple_H_ diff --git a/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubMain.cxx b/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubMain.cxx index 93c95a86e3e..3714f611d58 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubMain.cxx +++ b/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubMain.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file SimplePubSubMain.cpp * This file acts as a main entry point to the application. * diff --git a/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.cxx b/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.cxx index 6d39779e066..aa0402dd2d0 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.cxx +++ b/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file SimpleRTPSPubSubType.cpp * This header file contains the implementation of the serialization functions. * diff --git a/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.h b/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.h index 9a43e1e39d7..2079daffa25 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.h +++ b/utils/outdatedTests/SimplePublisherSubscriber/SimplePubSubType.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file SimpleRTPSPubSubType.h * This header file contains the declaration of the serialization functions. * @@ -31,4 +38,4 @@ class SimplePubSubType : public TopicDataType { unsigned char* m_keyBuffer; }; -#endif // _Simple_PUBSUBTYPE_H_ \ No newline at end of file +#endif // _Simple_PUBSUBTYPE_H_ diff --git a/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.cxx b/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.cxx index 7691c8db8e7..93c0d4a69fc 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.cxx +++ b/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file SimplePublisher.cpp * This file contains the implementation of the publisher functions. * diff --git a/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.h b/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.h index d32c8958102..4cd22501aa2 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.h +++ b/utils/outdatedTests/SimplePublisherSubscriber/SimplePublisher.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file SimplePublisher.h * This header file contains the declaration of the publisher functions. * @@ -39,4 +46,4 @@ class SimplePublisher } m_listener; }; -#endif // _Simple_PUBLISHER_H_ \ No newline at end of file +#endif // _Simple_PUBLISHER_H_ diff --git a/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.cxx b/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.cxx index edf05b37b78..cd533c24f8f 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.cxx +++ b/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.cxx @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file SimpleSubscriber.cpp * This file contains the implementation of the subscriber functions. * diff --git a/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.h b/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.h index 1aff4be59d5..96120d32a14 100644 --- a/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.h +++ b/utils/outdatedTests/SimplePublisherSubscriber/SimpleSubscriber.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * fastrtps_LICENSE file included in this fastrtps distribution. - * - ************************************************************************* - * * @file SimpleSubscriber.h * This header file contains the declaration of the subscriber functions. * @@ -42,4 +49,4 @@ class SimpleSubscriber } m_listener; }; -#endif // _Simple_SUBSCRIBER_H_ \ No newline at end of file +#endif // _Simple_SUBSCRIBER_H_ diff --git a/utils/outdatedTests/StatefulTest/Makefile b/utils/outdatedTests/StatefulTest/Makefile index a7b3776d476..f035d7b03bb 100644 --- a/utils/outdatedTests/StatefulTest/Makefile +++ b/utils/outdatedTests/StatefulTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/StatefulTest/StatefulTest.cpp b/utils/outdatedTests/StatefulTest/StatefulTest.cpp index 513e1c6ae0c..c4a479a4af7 100644 --- a/utils/outdatedTests/StatefulTest/StatefulTest.cpp +++ b/utils/outdatedTests/StatefulTest/StatefulTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * StatelessTest.cpp diff --git a/utils/outdatedTests/StatelessTest/Makefile b/utils/outdatedTests/StatelessTest/Makefile index f083e251620..7bd9f296328 100644 --- a/utils/outdatedTests/StatelessTest/Makefile +++ b/utils/outdatedTests/StatelessTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/StatelessTest/StatelessTest.cpp b/utils/outdatedTests/StatelessTest/StatelessTest.cpp index fcaa35ab402..00f75086d3f 100644 --- a/utils/outdatedTests/StatelessTest/StatelessTest.cpp +++ b/utils/outdatedTests/StatelessTest/StatelessTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * StatelessTest.cpp diff --git a/utils/outdatedTests/ThriftLatency/ApacheClient.cpp b/utils/outdatedTests/ThriftLatency/ApacheClient.cpp index 73d1c6d1307..bfe605eb924 100755 --- a/utils/outdatedTests/ThriftLatency/ApacheClient.cpp +++ b/utils/outdatedTests/ThriftLatency/ApacheClient.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include #include #include diff --git a/utils/outdatedTests/ThriftLatency/ApacheClient.h b/utils/outdatedTests/ThriftLatency/ApacheClient.h index 34f7714fcd0..9ab43c8255e 100755 --- a/utils/outdatedTests/ThriftLatency/ApacheClient.h +++ b/utils/outdatedTests/ThriftLatency/ApacheClient.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ApacheClient.h diff --git a/utils/outdatedTests/ThriftLatency/ApacheServer.cpp b/utils/outdatedTests/ThriftLatency/ApacheServer.cpp index 9d3829126c2..f6c2a2f42f3 100755 --- a/utils/outdatedTests/ThriftLatency/ApacheServer.cpp +++ b/utils/outdatedTests/ThriftLatency/ApacheServer.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include #include #include diff --git a/utils/outdatedTests/ThriftLatency/ApacheServer.h b/utils/outdatedTests/ThriftLatency/ApacheServer.h index 0e1a2372c7f..7912e182357 100755 --- a/utils/outdatedTests/ThriftLatency/ApacheServer.h +++ b/utils/outdatedTests/ThriftLatency/ApacheServer.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThriftServer.h diff --git a/utils/outdatedTests/ThriftLatency/Makefile b/utils/outdatedTests/ThriftLatency/Makefile index 9f05f18e5bb..17c3d248403 100755 --- a/utils/outdatedTests/ThriftLatency/Makefile +++ b/utils/outdatedTests/ThriftLatency/Makefile @@ -1,3 +1,16 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. CPP=c++ CPP_FLAGS= --std=c++0x diff --git a/utils/outdatedTests/ThriftLatency/main.cpp b/utils/outdatedTests/ThriftLatency/main.cpp index fd14f3b1c09..ee1968cb806 100755 --- a/utils/outdatedTests/ThriftLatency/main.cpp +++ b/utils/outdatedTests/ThriftLatency/main.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file main_ClientServerTest.cpp diff --git a/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.cpp b/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.cpp index 2d9b776874d..e6f590ce79c 100644 --- a/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.cpp +++ b/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyPublisher.cpp diff --git a/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.h b/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.h index 3eab035ab58..644df45bd45 100644 --- a/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.h +++ b/utils/outdatedTests/UpdateAttributesTest/LatencyTestPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyPublisher.h diff --git a/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.cpp b/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.cpp index 6f1206c1567..10c185a754a 100644 --- a/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.cpp +++ b/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestSubscriber.cpp diff --git a/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.h b/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.h index e72fd83119d..d79e8b01f78 100644 --- a/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.h +++ b/utils/outdatedTests/UpdateAttributesTest/LatencyTestSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestSubscriber.h diff --git a/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.cpp b/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.cpp index a802d0f93a4..29f75718153 100644 --- a/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.cpp +++ b/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestTypes.cpp diff --git a/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.h b/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.h index c8b4411dd30..27ed70a183d 100644 --- a/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.h +++ b/utils/outdatedTests/UpdateAttributesTest/LatencyTestTypes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file LatencyTestTypes.h diff --git a/utils/outdatedTests/UpdateAttributesTest/Makefile b/utils/outdatedTests/UpdateAttributesTest/Makefile index 281f381bfd0..f67f9e96de0 100644 --- a/utils/outdatedTests/UpdateAttributesTest/Makefile +++ b/utils/outdatedTests/UpdateAttributesTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/UpdateAttributesTest/main_UpdateAttributes.cpp b/utils/outdatedTests/UpdateAttributesTest/main_UpdateAttributes.cpp index fbe1c252525..05a3b8ed997 100644 --- a/utils/outdatedTests/UpdateAttributesTest/main_UpdateAttributes.cpp +++ b/utils/outdatedTests/UpdateAttributesTest/main_UpdateAttributes.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. diff --git a/utils/outdatedTests/ZeroMQTest/Makefile b/utils/outdatedTests/ZeroMQTest/Makefile index 75428f240ad..965c98eda45 100644 --- a/utils/outdatedTests/ZeroMQTest/Makefile +++ b/utils/outdatedTests/ZeroMQTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.cpp b/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.cpp index 6b8c80cdd51..0ec26dc657c 100644 --- a/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.cpp +++ b/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQPublisher.cpp diff --git a/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.h b/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.h index 857939daa05..3af0ecd627b 100644 --- a/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.h +++ b/utils/outdatedTests/ZeroMQTest/ZeroMQPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQPublisher.h diff --git a/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.cpp b/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.cpp index 803960b1c0f..75155c485c1 100644 --- a/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.cpp +++ b/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQSubscriber.cpp diff --git a/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.h b/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.h index ac3c8d0df25..f12891243ff 100644 --- a/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.h +++ b/utils/outdatedTests/ZeroMQTest/ZeroMQSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQSubscriber.h diff --git a/utils/outdatedTests/ZeroMQTest/main_ZeroMQTest.cpp b/utils/outdatedTests/ZeroMQTest/main_ZeroMQTest.cpp index c7489acc936..49d439e6f8a 100644 --- a/utils/outdatedTests/ZeroMQTest/main_ZeroMQTest.cpp +++ b/utils/outdatedTests/ZeroMQTest/main_ZeroMQTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file main_ClientServerTest.cpp diff --git a/utils/outdatedTests/unitTest/Makefile b/utils/outdatedTests/unitTest/Makefile index 16a0c1d59d3..4c282ad73de 100644 --- a/utils/outdatedTests/unitTest/Makefile +++ b/utils/outdatedTests/unitTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/outdatedTests/unitTest/ertps/common/test_common.cpp b/utils/outdatedTests/unitTest/ertps/common/test_common.cpp index c91734bc0ba..39d10ed56d4 100644 --- a/utils/outdatedTests/unitTest/ertps/common/test_common.cpp +++ b/utils/outdatedTests/unitTest/ertps/common/test_common.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file test_common.hpp diff --git a/utils/outdatedTests/unitTest/ertps/dds/test_DomainParticipant.cpp b/utils/outdatedTests/unitTest/ertps/dds/test_DomainParticipant.cpp index 6b8663eb6fb..be66fe6f0ab 100644 --- a/utils/outdatedTests/unitTest/ertps/dds/test_DomainParticipant.cpp +++ b/utils/outdatedTests/unitTest/ertps/dds/test_DomainParticipant.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file test_DomainRTPSParticipant.cpp diff --git a/utils/outdatedTests/unitTest/ertps/test_CDRMessage.cpp b/utils/outdatedTests/unitTest/ertps/test_CDRMessage.cpp index c2712931067..c614baff7c8 100644 --- a/utils/outdatedTests/unitTest/ertps/test_CDRMessage.cpp +++ b/utils/outdatedTests/unitTest/ertps/test_CDRMessage.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "fastrtps/CDRMessage.h" diff --git a/utils/outdatedTests/unitTest/ertps/test_CacheChangePool.cpp b/utils/outdatedTests/unitTest/ertps/test_CacheChangePool.cpp index 9afec7a239a..999d26a77f8 100644 --- a/utils/outdatedTests/unitTest/ertps/test_CacheChangePool.cpp +++ b/utils/outdatedTests/unitTest/ertps/test_CacheChangePool.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file test_CacheChangePool.cpp diff --git a/utils/outdatedTests/unitTest/ertps/test_HistoryCache.cpp b/utils/outdatedTests/unitTest/ertps/test_HistoryCache.cpp index 4b983c41709..408af8d378c 100644 --- a/utils/outdatedTests/unitTest/ertps/test_HistoryCache.cpp +++ b/utils/outdatedTests/unitTest/ertps/test_HistoryCache.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file test_HistoryCache.cpp diff --git a/utils/outdatedTests/unitTest/ertps/test_Participant.cpp b/utils/outdatedTests/unitTest/ertps/test_Participant.cpp index 41b65221b12..19e7e9b3ce2 100644 --- a/utils/outdatedTests/unitTest/ertps/test_Participant.cpp +++ b/utils/outdatedTests/unitTest/ertps/test_Participant.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file test_RTPSParticipant.cpp diff --git a/utils/outdatedTests/unitTest/unit_test.cpp b/utils/outdatedTests/unitTest/unit_test.cpp index 6617a34bcba..a378e4bfc3a 100644 --- a/utils/outdatedTests/unitTest/unit_test.cpp +++ b/utils/outdatedTests/unitTest/unit_test.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /* * StatelessTest.cpp diff --git a/utils/pcTests/ClientServerTest/apache/ApacheClientTest.cpp b/utils/pcTests/ClientServerTest/apache/ApacheClientTest.cpp index 0f5d288035a..1a0c1431552 100644 --- a/utils/pcTests/ClientServerTest/apache/ApacheClientTest.cpp +++ b/utils/pcTests/ClientServerTest/apache/ApacheClientTest.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include #include #include diff --git a/utils/pcTests/ClientServerTest/apache/ApacheClientTest.h b/utils/pcTests/ClientServerTest/apache/ApacheClientTest.h index 5552177a3c5..b994c1511f6 100644 --- a/utils/pcTests/ClientServerTest/apache/ApacheClientTest.h +++ b/utils/pcTests/ClientServerTest/apache/ApacheClientTest.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ApacheClientTest.h diff --git a/utils/pcTests/ClientServerTest/apache/ApacheServer.cpp b/utils/pcTests/ClientServerTest/apache/ApacheServer.cpp index ce5afe99012..bea0ec8ac4f 100644 --- a/utils/pcTests/ClientServerTest/apache/ApacheServer.cpp +++ b/utils/pcTests/ClientServerTest/apache/ApacheServer.cpp @@ -1,3 +1,17 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include #include #include diff --git a/utils/pcTests/ClientServerTest/apache/ApacheServer.h b/utils/pcTests/ClientServerTest/apache/ApacheServer.h index 0e1a2372c7f..7912e182357 100644 --- a/utils/pcTests/ClientServerTest/apache/ApacheServer.h +++ b/utils/pcTests/ClientServerTest/apache/ApacheServer.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThriftServer.h diff --git a/utils/pcTests/ClientServerTest/main_ClientServerTestThrift.cpp b/utils/pcTests/ClientServerTest/main_ClientServerTestThrift.cpp index f1e0b0be937..6484c20a9d9 100644 --- a/utils/pcTests/ClientServerTest/main_ClientServerTestThrift.cpp +++ b/utils/pcTests/ClientServerTest/main_ClientServerTestThrift.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file main_ClientServerTest.cpp diff --git a/utils/pcTests/ClientServerTest/makefile_fastrtps.mk b/utils/pcTests/ClientServerTest/makefile_fastrtps.mk index 348991ce4e1..f018cccff72 100644 --- a/utils/pcTests/ClientServerTest/makefile_fastrtps.mk +++ b/utils/pcTests/ClientServerTest/makefile_fastrtps.mk @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/ClientServerTest/makefile_thrift.mk b/utils/pcTests/ClientServerTest/makefile_thrift.mk index 00f2d84f8b1..ff62b7c7e95 100644 --- a/utils/pcTests/ClientServerTest/makefile_thrift.mk +++ b/utils/pcTests/ClientServerTest/makefile_thrift.mk @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/HelloWorldTest/Makefile b/utils/pcTests/HelloWorldTest/Makefile index 0772ee1ae2f..f36e8b84adb 100644 --- a/utils/pcTests/HelloWorldTest/Makefile +++ b/utils/pcTests/HelloWorldTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.cpp b/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.cpp index c368df0bf5d..61d8a91d896 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.cpp +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.cpp @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file HelloWorld.cpp * This source file contains the definition of the described types in the IDL file. * diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.h b/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.h index b648b5d14c4..753c2f18d9b 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.h +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorld.h @@ -1,11 +1,18 @@ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This generated file is licensed to you under the terms described in the - * _LICENSE file included in this distribution. - * - ************************************************************************* - * * @file HelloWorld.h * This header file contains the declaration of the described types in the IDL file. * @@ -181,4 +188,4 @@ class HelloWorld std::string m_message; }; -#endif // _HelloWorld_H_ \ No newline at end of file +#endif // _HelloWorld_H_ diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.cpp b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.cpp index 3fc6c1a82d7..c52cee87d65 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.cpp +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldPublisher.cpp diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.h b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.h index 42df59683fa..efdad0a9444 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.h +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldPublisher.h diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.cpp b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.cpp index d0c291c0abd..31f92f98567 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.cpp +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldSubscriber.cpp diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.h b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.h index 03e7fc13018..e0980e0a7d0 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.h +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldSubscriber.h diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.cpp b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.cpp index 03f4e4a485d..e24d5b12621 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.cpp +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldTopic.cpp diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.h b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.h index 0858caf8139..5ac5e43ee61 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.h +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorldType.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorldTopic.h diff --git a/utils/pcTests/HelloWorldTestLiveliness/HelloWorld_main.cpp b/utils/pcTests/HelloWorldTestLiveliness/HelloWorld_main.cpp index 2b958ac5db2..f76797c7a80 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/HelloWorld_main.cpp +++ b/utils/pcTests/HelloWorldTestLiveliness/HelloWorld_main.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file HelloWorld_main.cpp diff --git a/utils/pcTests/HelloWorldTestLiveliness/Makefile b/utils/pcTests/HelloWorldTestLiveliness/Makefile index 6719050b78b..bf46042eb12 100644 --- a/utils/pcTests/HelloWorldTestLiveliness/Makefile +++ b/utils/pcTests/HelloWorldTestLiveliness/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/RTPSReliableLoosePackets/Makefile b/utils/pcTests/RTPSReliableLoosePackets/Makefile index 22920dc7429..c829c31cbcc 100644 --- a/utils/pcTests/RTPSReliableLoosePackets/Makefile +++ b/utils/pcTests/RTPSReliableLoosePackets/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.cpp b/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.cpp index d519988b304..df15531e259 100644 --- a/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.cpp +++ b/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestReaderRegistered.cpp diff --git a/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.h b/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.h index 8238946a981..fbe5637d550 100644 --- a/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.h +++ b/utils/pcTests/RTPSReliableLoosePackets/TestReaderRegistered.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestReaderRegistered.h diff --git a/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.cpp b/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.cpp index 8c82416f0e1..f7140a3dd0a 100644 --- a/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.cpp +++ b/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestWriterRegistered.cpp diff --git a/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.h b/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.h index bc87d45de89..d1238e56755 100644 --- a/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.h +++ b/utils/pcTests/RTPSReliableLoosePackets/TestWriterRegistered.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file TestWriterRegistered.h diff --git a/utils/pcTests/RTPSReliableLoosePackets/main_RTPSTest.cpp b/utils/pcTests/RTPSReliableLoosePackets/main_RTPSTest.cpp index 23bdbc253f0..4573d4cd110 100644 --- a/utils/pcTests/RTPSReliableLoosePackets/main_RTPSTest.cpp +++ b/utils/pcTests/RTPSReliableLoosePackets/main_RTPSTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2013 eProsima. All rights reserved. - * - * This copy of FastCdr is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. diff --git a/utils/pcTests/RTPSTestSocket/Makefile b/utils/pcTests/RTPSTestSocket/Makefile index 984a47d4ddd..d11200aa207 100644 --- a/utils/pcTests/RTPSTestSocket/Makefile +++ b/utils/pcTests/RTPSTestSocket/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/ThroughputTest/Makefile b/utils/pcTests/ThroughputTest/Makefile index ef69d73a7de..5d1742ffc46 100644 --- a/utils/pcTests/ThroughputTest/Makefile +++ b/utils/pcTests/ThroughputTest/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/ZMQTests/LatencyZMQ/Makefile b/utils/pcTests/ZMQTests/LatencyZMQ/Makefile index 6736354dbab..03c47f5b92d 100644 --- a/utils/pcTests/ZMQTests/LatencyZMQ/Makefile +++ b/utils/pcTests/ZMQTests/LatencyZMQ/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.cpp b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.cpp index f0f938ade6a..3dd6e8a633f 100644 --- a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.cpp +++ b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQPublisher.cpp diff --git a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.h b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.h index 216ad669d9a..1633530aa37 100644 --- a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.h +++ b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQPublisher.h diff --git a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.cpp b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.cpp index ce39debcb28..de9613353b9 100644 --- a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.cpp +++ b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQSubscriber.cpp diff --git a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.h b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.h index 6d2adb240f1..8b3de6b715d 100644 --- a/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.h +++ b/utils/pcTests/ZMQTests/LatencyZMQ/ZeroMQSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ZeroMQSubscriber.h diff --git a/utils/pcTests/ZMQTests/LatencyZMQ/main_ZeroMQTest.cpp b/utils/pcTests/ZMQTests/LatencyZMQ/main_ZeroMQTest.cpp index 21d2e085c99..b973c0dd558 100644 --- a/utils/pcTests/ZMQTests/LatencyZMQ/main_ZeroMQTest.cpp +++ b/utils/pcTests/ZMQTests/LatencyZMQ/main_ZeroMQTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file main_ClientServerTest.cpp diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/Makefile b/utils/pcTests/ZMQTests/ThroughputZMQ/Makefile index 497b96dcdbd..d67d05730a0 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/Makefile +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/Makefile @@ -1,3 +1,17 @@ +# Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + BASEDIR=. OUTDIR= $(BASEDIR)/output CC=gcc diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.cpp b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.cpp index d490e286d39..6abf8c64a8b 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.cpp +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputPublisher.cxx diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.h b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.h index cbdf016cb76..414002f9682 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.h +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputPublisher.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputPublisher.h diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.cpp b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.cpp index 2356518860f..69667d70c5b 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.cpp +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputSubscriber.cxx diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.h b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.h index 4848bd26f9b..2024e3b8d61 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.h +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputSubscriber.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputSubscriber.h diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.cpp b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.cpp index a286b00e2d0..22ae95fdc9f 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.cpp +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputTypes.cpp diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.h b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.h index 76d91da032c..be697698b77 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.h +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/ZMQThroughputTypes.h @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. /** * @file ThroughputTypes.h diff --git a/utils/pcTests/ZMQTests/ThroughputZMQ/main_ZMQThroughputTest.cpp b/utils/pcTests/ZMQTests/ThroughputZMQ/main_ZMQThroughputTest.cpp index 4941b9d4551..e94f004071e 100644 --- a/utils/pcTests/ZMQTests/ThroughputZMQ/main_ZMQThroughputTest.cpp +++ b/utils/pcTests/ZMQTests/ThroughputZMQ/main_ZMQThroughputTest.cpp @@ -1,10 +1,16 @@ -/************************************************************************* - * Copyright (c) 2014 eProsima. All rights reserved. - * - * This copy of eProsima Fast RTPS is licensed to you under the terms described in the - * FASTRTPS_LIBRARY_LICENSE file included in this distribution. - * - *************************************************************************/ +// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License.