Author: echatellier Date: 2015-07-20 12:06:29 +0200 (Mon, 20 Jul 2015) New Revision: 1808 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1808 Log: Add license Added: oipf/LICENSE.txt Removed: oipf/emulator/css/emulator.css oipf/emulator/test/ Modified: oipf/emulator/css/main.css oipf/emulator/js/contollers/PanelChannelController.js oipf/emulator/js/contollers/PowerStateController.js oipf/emulator/js/contollers/RemoteControlController.js oipf/emulator/js/contollers/VideoBroadcastController.js oipf/emulator/js/directives/ProgrammeProgress.js oipf/emulator/js/emulator.js oipf/emulator/js/filters/DateFilter.js oipf/emulator/js/filters/VolumeIconFilter.js oipf/emulator/js/services/ChannelConfigService.js oipf/emulator/js/services/ConfigurationService.js oipf/emulator/js/services/SearchManagerService.js oipf/emulator/js/services/VideoBroadcastService.js oipf/emulator/js/utils/Service.js oipf/emulator/server.js oipf/emulator/templates/currentChannel.html oipf/emulator/view/index.html oipf/lib/configuration/CapabilitiesProperties.js oipf/lib/configuration/ConfigDefaultProperties.js oipf/lib/configuration/OipfConfiguration.js oipf/lib/data/data.js oipf/lib/data/oipfChannels.xml oipf/lib/data/tnt_lite.xml oipf/lib/gulpfile.js oipf/lib/init/init.js oipf/lib/js/impl/ApplicationManagerObject.js oipf/lib/js/impl/CapabilitiesObject.js oipf/lib/js/impl/ChannelConfig.js oipf/lib/js/impl/CodManagerObject.js oipf/lib/js/impl/ConfigurationObject.js oipf/lib/js/impl/DownloadManagerObject.js oipf/lib/js/impl/DownloadTriggerObject.js oipf/lib/js/impl/DrmAgentObject.js oipf/lib/js/impl/GatewayInfoObject.js oipf/lib/js/impl/IMSObject.js oipf/lib/js/impl/MDTFObject.js oipf/lib/js/impl/NotifSocketObject.js oipf/lib/js/impl/OipfObjectFactory.js oipf/lib/js/impl/ParentalControlManagerObject.js oipf/lib/js/impl/RecordingSchedulerObject.js oipf/lib/js/impl/RemoteControlFunctionObject.js oipf/lib/js/impl/RemoteManagementObject.js oipf/lib/js/impl/SearchManagerObject.js oipf/lib/js/impl/StatusViewObject.js oipf/lib/js/impl/VideoBroadcastObject.js oipf/lib/js/impl/VideoMpegObject.js oipf/lib/js/impl/model/AVOutput.js oipf/lib/js/impl/model/AVOutputCollection.js oipf/lib/js/impl/model/Application.js oipf/lib/js/impl/model/ApplicationCollection.js oipf/lib/js/impl/model/Bookmark.js oipf/lib/js/impl/model/BookmarkCollection.js oipf/lib/js/impl/model/Channel.js oipf/lib/js/impl/model/ChannelList.js oipf/lib/js/impl/model/Collection.js oipf/lib/js/impl/model/Configuration.js oipf/lib/js/impl/model/FavouriteList.js oipf/lib/js/impl/model/FavouriteListCollection.js oipf/lib/js/impl/model/IntegerCollection.js oipf/lib/js/impl/model/LNBInfo.js oipf/lib/js/impl/model/LocalSystem.js oipf/lib/js/impl/model/MetadataSearch.js oipf/lib/js/impl/model/ModelFactory.js oipf/lib/js/impl/model/NetworkInterface.js oipf/lib/js/impl/model/NetworkInterfaceCollection.js oipf/lib/js/impl/model/ParentalRating.js oipf/lib/js/impl/model/ParentalRatingCollection.js oipf/lib/js/impl/model/ParentalRatingScheme.js oipf/lib/js/impl/model/ParentalRatingSchemeCollection.js oipf/lib/js/impl/model/Programme.js oipf/lib/js/impl/model/Query.js oipf/lib/js/impl/model/Recording.js oipf/lib/js/impl/model/ScheduledRecording.js oipf/lib/js/impl/model/ScheduledRecordingCollection.js oipf/lib/js/impl/model/SearchResults.js oipf/lib/js/impl/model/SignalInfo.js oipf/lib/js/impl/model/Source.js oipf/lib/js/impl/model/StartupInformation.js oipf/lib/js/impl/model/StringCollection.js oipf/lib/js/impl/model/Tuner.js oipf/lib/js/impl/model/TunerCollection.js oipf/lib/js/impl/model/constants/ConfigurationConstants.js oipf/lib/js/impl/model/constants/DaeMimeType.js oipf/lib/js/impl/model/constants/IdType.js oipf/lib/js/impl/model/constants/MetadataSearchConstants.js oipf/lib/js/impl/model/constants/ParentalControlManagerConstants.js oipf/lib/js/impl/model/constants/RecordingSchedulerConstants.js oipf/lib/js/impl/model/constants/VideoBroadcastConstants.js oipf/lib/js/utils/ChannelService.js oipf/lib/js/utils/ChannelUtils.js oipf/lib/js/utils/Class.js oipf/lib/js/utils/DRMSystem.js oipf/lib/js/utils/DateUtils.js oipf/lib/js/utils/EventManager.js oipf/lib/js/utils/MetaData.js oipf/lib/js/utils/MetadataManager.js oipf/lib/js/utils/OipfUtils.js oipf/lib/js/utils/OrderingUtils.js oipf/lib/js/utils/ProgrammeHelper.js oipf/lib/js/utils/ProgrammeService.js oipf/lib/js/utils/Storage.js oipf/lib/js/utils/Timeout.js oipf/lib/js/utils/TimerManager.js oipf/lib/js/utils/TimerRecordingManager.js oipf/lib/js/utils/XmlParser.js oipf/lib/js/utils/XmlToJson.js oipf/test/css/test.css oipf/test/gulpfile.js oipf/test/js/ApplicationManagerTest.js oipf/test/js/CapabilitiesTest.js oipf/test/js/ConfigurationTest.js oipf/test/js/OipfFactoryTest.js oipf/test/js/ParentalControlManagerTest.js oipf/test/js/RecordingSchedulerTest.js oipf/test/js/SearchManagerTest.js oipf/test/js/Test.js oipf/test/js/TestCase.js oipf/test/js/TestConfig.js oipf/test/js/VideoBroadcastTest.js oipf/test/server.js oipf/test/view/test.html Added: oipf/LICENSE.txt =================================================================== --- oipf/LICENSE.txt (rev 0) +++ oipf/LICENSE.txt 2015-07-20 10:06:29 UTC (rev 1808) @@ -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. Deleted: oipf/emulator/css/emulator.css =================================================================== Modified: oipf/emulator/css/main.css =================================================================== --- oipf/emulator/css/main.css 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/css/main.css 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/*[class*="col-"] { + padding: 15px; +}*/ + #emulator { height: 600px; background-color: activecaption; Modified: oipf/emulator/js/contollers/PanelChannelController.js =================================================================== --- oipf/emulator/js/contollers/PanelChannelController.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/contollers/PanelChannelController.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ Controllers.controller("PanelChannelController", ["$rootScope", "$scope", "VideoBroadcastService", "SearchManagerService", function($rootScope, $scope, VideoBroadcastService, SearchManagerService) { Modified: oipf/emulator/js/contollers/PowerStateController.js =================================================================== --- oipf/emulator/js/contollers/PowerStateController.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/contollers/PowerStateController.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ Controllers.controller("PowerStateController", ["$rootScope", "$scope", "$timeout", "ConfigurationService", "ChannelConfigService", function($rootScope, $scope, $timeout, ConfigurationService, ChannelConfigService) { Modified: oipf/emulator/js/contollers/RemoteControlController.js =================================================================== --- oipf/emulator/js/contollers/RemoteControlController.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/contollers/RemoteControlController.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ Controllers.controller("RemoteControlController", ["$rootScope", "$scope", "$http", "VideoBroadcastService", function($rootScope, $scope, $http, VideoBroadcastService) { Modified: oipf/emulator/js/contollers/VideoBroadcastController.js =================================================================== --- oipf/emulator/js/contollers/VideoBroadcastController.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/contollers/VideoBroadcastController.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ Controllers.controller("VideoBroadcastController", ["$rootScope", "$scope", "$timeout", "VideoBroadcastService", "SearchManagerService", "ConfigurationService", function($rootScope, $scope, $timeout, VideoBroadcastService, SearchManagerService, ConfigurationService) { Modified: oipf/emulator/js/directives/ProgrammeProgress.js =================================================================== --- oipf/emulator/js/directives/ProgrammeProgress.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/directives/ProgrammeProgress.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ Directives.directive("programmeProgress", ["$interval", function($interval) { function link(scope, element, attrs) { Modified: oipf/emulator/js/emulator.js =================================================================== --- oipf/emulator/js/emulator.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/emulator.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,5 +1,20 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ var OIPFServices = angular.module("OIPFServices", []); var Controllers = angular.module("Controllers", []); Modified: oipf/emulator/js/filters/DateFilter.js =================================================================== --- oipf/emulator/js/filters/DateFilter.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/filters/DateFilter.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ Filters.filter("dateFilter", ["$filter", function($filter) { return function(input) { if (input == 0) { Modified: oipf/emulator/js/filters/VolumeIconFilter.js =================================================================== --- oipf/emulator/js/filters/VolumeIconFilter.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/filters/VolumeIconFilter.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ Filters.filter("checkVolume", function() { return function(input) { if (input == 0) { Modified: oipf/emulator/js/services/ChannelConfigService.js =================================================================== --- oipf/emulator/js/services/ChannelConfigService.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/services/ChannelConfigService.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,21 @@ - +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ OIPFServices.factory("ChannelConfigService", function() { return oipfObjectFactory.createChannelConfig.call(oipfObjectFactory); }); Modified: oipf/emulator/js/services/ConfigurationService.js =================================================================== --- oipf/emulator/js/services/ConfigurationService.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/services/ConfigurationService.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ OIPFServices.factory("ConfigurationService", function() { var configurationService = new Service(); Modified: oipf/emulator/js/services/SearchManagerService.js =================================================================== --- oipf/emulator/js/services/SearchManagerService.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/services/SearchManagerService.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ OIPFServices.factory("SearchManagerService", ["$q", function(promise) { var searchManagerService = new Service(); Modified: oipf/emulator/js/services/VideoBroadcastService.js =================================================================== --- oipf/emulator/js/services/VideoBroadcastService.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/services/VideoBroadcastService.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ OIPFServices.factory("VideoBroadcastService", ["$q", function($q) { var videoBroadcastService = new Service(); Modified: oipf/emulator/js/utils/Service.js =================================================================== --- oipf/emulator/js/utils/Service.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/js/utils/Service.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var Service = Class.extend({ init: function() { Modified: oipf/emulator/server.js =================================================================== --- oipf/emulator/server.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/server.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var express = require("express"); var app = express(); Modified: oipf/emulator/templates/currentChannel.html =================================================================== --- oipf/emulator/templates/currentChannel.html 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/templates/currentChannel.html 2015-07-20 10:06:29 UTC (rev 1808) @@ -1 +1,20 @@ +<!-- + +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <h3>{{currentChannelNumber}}</h3> Modified: oipf/emulator/view/index.html =================================================================== --- oipf/emulator/view/index.html 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/emulator/view/index.html 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,8 +1,22 @@ <!DOCTYPE html> <!-- -To change this license header, choose License Headers in Project Properties. -To change this template file, choose Tools | Templates -and open the template in the editor. + +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> <html ng-app="emulatorApplication"> <head> Modified: oipf/lib/configuration/CapabilitiesProperties.js =================================================================== --- oipf/lib/configuration/CapabilitiesProperties.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/configuration/CapabilitiesProperties.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The OITF SHALL support following non-visual embedded object with * the mime type application/oipfCapabilities. */ Modified: oipf/lib/configuration/ConfigDefaultProperties.js =================================================================== --- oipf/lib/configuration/ConfigDefaultProperties.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/configuration/ConfigDefaultProperties.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class ConfigDefaultProperties { Modified: oipf/lib/configuration/OipfConfiguration.js =================================================================== --- oipf/lib/configuration/OipfConfiguration.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/configuration/OipfConfiguration.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class OipfConfiguration { Modified: oipf/lib/data/data.js =================================================================== --- oipf/lib/data/data.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/data/data.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var data = { "tv": { "-generator-info-name": "KaZeR's XMLTV", @@ -95058,4 +95076,4 @@ } ] } -} \ No newline at end of file +} Modified: oipf/lib/data/oipfChannels.xml =================================================================== --- oipf/lib/data/oipfChannels.xml 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/data/oipfChannels.xml 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <channelList> <channel> <name>Arte</name> Modified: oipf/lib/data/tnt_lite.xml =================================================================== --- oipf/lib/data/tnt_lite.xml 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/data/tnt_lite.xml 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <!DOCTYPE tv SYSTEM "xmltv.dtd"> <tv> <channel id="1"> Modified: oipf/lib/gulpfile.js =================================================================== --- oipf/lib/gulpfile.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/gulpfile.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var gulp = require("gulp"); var gulpSequence = require("gulp-sequence"); var concat = require("gulp-concat"); Modified: oipf/lib/init/init.js =================================================================== --- oipf/lib/init/init.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/init/init.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + // Used in the channelType property to indicate a TV channel. var CHANNEL_CONSTANT = {"TYPE_TV": 0}; Modified: oipf/lib/js/impl/ApplicationManagerObject.js =================================================================== --- oipf/lib/js/impl/ApplicationManagerObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/ApplicationManagerObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +/* * Description: An OITF SHALL support a non-visual embedded object of type “ application/oipfApplicationManager ”, with * the following JavaScript API, to enable applications to access the privileged functionality related to application lifecycle * and management that is provided by the application model defined in this section. Modified: oipf/lib/js/impl/CapabilitiesObject.js =================================================================== --- oipf/lib/js/impl/CapabilitiesObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/CapabilitiesObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +/* * The OITF SHALL support following non-visual embedded object with * the mime type 'application/oipfCapabilities'. */ Modified: oipf/lib/js/impl/ChannelConfig.js =================================================================== --- oipf/lib/js/impl/ChannelConfig.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/ChannelConfig.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + /*The ChannelConfig class provides the entry point for applications to get information about the list of channels * available. It can be obtained in two ways: * -By calling the method getChannelConfig() of the video/broadcast embedded object as defined in Modified: oipf/lib/js/impl/CodManagerObject.js =================================================================== --- oipf/lib/js/impl/CodManagerObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/CodManagerObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class CodManagerObject { constructor(){ Modified: oipf/lib/js/impl/ConfigurationObject.js =================================================================== --- oipf/lib/js/impl/ConfigurationObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/ConfigurationObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,8 +1,27 @@ /* -* Description: -* The OITF SHALL implement the “ application/oipfConfiguration ” object as defined below. This object -* provides an interface to the configuration and user settings facilities within the OITF. -*/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* + * Description: + * The OITF SHALL implement the “ application/oipfConfiguration ” object as defined below. This object + * provides an interface to the configuration and user settings facilities within the OITF. + */ class ConfigurationObject { constructor() { Modified: oipf/lib/js/impl/DownloadManagerObject.js =================================================================== --- oipf/lib/js/impl/DownloadManagerObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/DownloadManagerObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class DownloadManagerObject { constructor() { Modified: oipf/lib/js/impl/DownloadTriggerObject.js =================================================================== --- oipf/lib/js/impl/DownloadTriggerObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/DownloadTriggerObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class DownloadTriggerObject { constructor() { Modified: oipf/lib/js/impl/DrmAgentObject.js =================================================================== --- oipf/lib/js/impl/DrmAgentObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/DrmAgentObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class DrmAgentObject { constructor(DRMSystemCollection) { Modified: oipf/lib/js/impl/GatewayInfoObject.js =================================================================== --- oipf/lib/js/impl/GatewayInfoObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/GatewayInfoObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class GatewayInfoObject { constructor() { Modified: oipf/lib/js/impl/IMSObject.js =================================================================== --- oipf/lib/js/impl/IMSObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/IMSObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class IMSObject { constructor() { Modified: oipf/lib/js/impl/MDTFObject.js =================================================================== --- oipf/lib/js/impl/MDTFObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/MDTFObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class MDTFObject { constructor() { Modified: oipf/lib/js/impl/NotifSocketObject.js =================================================================== --- oipf/lib/js/impl/NotifSocketObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/NotifSocketObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class NotifSocketObject { constructor() { Modified: oipf/lib/js/impl/OipfObjectFactory.js =================================================================== --- oipf/lib/js/impl/OipfObjectFactory.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/OipfObjectFactory.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + /*! * \class OipfObjectFactory * \brief Provide access to components of a terminal supporting OIFP specification. Modified: oipf/lib/js/impl/ParentalControlManagerObject.js =================================================================== --- oipf/lib/js/impl/ParentalControlManagerObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/ParentalControlManagerObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class ParentalControlManagerObject { /* Modified: oipf/lib/js/impl/RecordingSchedulerObject.js =================================================================== --- oipf/lib/js/impl/RecordingSchedulerObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/RecordingSchedulerObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class RecordingSchedulerObject { /* Modified: oipf/lib/js/impl/RemoteControlFunctionObject.js =================================================================== --- oipf/lib/js/impl/RemoteControlFunctionObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/RemoteControlFunctionObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class RemoteControlFunctionObject { constructor() { Modified: oipf/lib/js/impl/RemoteManagementObject.js =================================================================== --- oipf/lib/js/impl/RemoteManagementObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/RemoteManagementObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: Access to the functionality of the application/oipfRemoteManagement embedded object SHALL adhere to the * security requirements as defined in section 10. */ Modified: oipf/lib/js/impl/SearchManagerObject.js =================================================================== --- oipf/lib/js/impl/SearchManagerObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/SearchManagerObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: OITFs SHALL implement the application/oipfSearchManager embedded object. This object provides a * mechanism for applications to create and manage metadata searches. */ Modified: oipf/lib/js/impl/StatusViewObject.js =================================================================== --- oipf/lib/js/impl/StatusViewObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/StatusViewObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class StatusViewObject { constructor() { Modified: oipf/lib/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/lib/js/impl/VideoBroadcastObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/VideoBroadcastObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * If the object type is supported, this method shall return an instance of the * corresponding embedded object. Modified: oipf/lib/js/impl/VideoMpegObject.js =================================================================== --- oipf/lib/js/impl/VideoMpegObject.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/VideoMpegObject.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class VideoMpegObject { constructor() { Modified: oipf/lib/js/impl/model/AVOutput.js =================================================================== --- oipf/lib/js/impl/model/AVOutput.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/AVOutput.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The AVOutput class represents an audio or video output on the local platform. */ Modified: oipf/lib/js/impl/model/AVOutputCollection.js =================================================================== --- oipf/lib/js/impl/model/AVOutputCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/AVOutputCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * typedef Collection<AVOutput> AVOutputCollection * * The AVOutputCollection class represents a collection of AVOutput objects. See Annex K for the definition of the Modified: oipf/lib/js/impl/model/Application.js =================================================================== --- oipf/lib/js/impl/model/Application.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Application.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The Application class is used to implement the characteristics of a * DAE application. If the document of an application is modified * (or even replaced entirely), the Application object SHALL be retained. Modified: oipf/lib/js/impl/model/ApplicationCollection.js =================================================================== --- oipf/lib/js/impl/model/ApplicationCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ApplicationCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class ApplicationCollection extends Collection { constructor(...args) { Modified: oipf/lib/js/impl/model/Bookmark.js =================================================================== --- oipf/lib/js/impl/model/Bookmark.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Bookmark.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class Bookmark { constructor(time, name) { Modified: oipf/lib/js/impl/model/BookmarkCollection.js =================================================================== --- oipf/lib/js/impl/model/BookmarkCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/BookmarkCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class BookmarkCollection extends Collection{ constructor(...args) { Modified: oipf/lib/js/impl/model/Channel.js =================================================================== --- oipf/lib/js/impl/model/Channel.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Channel.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * The Channel object represents a broadcast stream or service. * Channel objects typically represent channels stored in the channel list (see section 7.13.10). Channel objects may also Modified: oipf/lib/js/impl/model/ChannelList.js =================================================================== --- oipf/lib/js/impl/model/ChannelList.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ChannelList.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * A ChannelList represents a collection of Channel objects. See Annex K for the definition of the collection template. * In addition to the methods and properties defined for generic collections, the ChannelList class supports the additional Modified: oipf/lib/js/impl/model/Collection.js =================================================================== --- oipf/lib/js/impl/model/Collection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Collection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class Collection extends Array { constructor(...args) { Modified: oipf/lib/js/impl/model/Configuration.js =================================================================== --- oipf/lib/js/impl/model/Configuration.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Configuration.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class Configuration { constructor(defaultProperties) { Modified: oipf/lib/js/impl/model/FavouriteList.js =================================================================== --- oipf/lib/js/impl/model/FavouriteList.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/FavouriteList.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The FavouriteList class represents a list of favourite channels. See Annex K for the definition of the collection * template. In addition to the methods and properties defined for generic collections, the FavouriteList class supports * the additional properties and methods defined below. Modified: oipf/lib/js/impl/model/FavouriteListCollection.js =================================================================== --- oipf/lib/js/impl/model/FavouriteListCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/FavouriteListCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + /* Description; * The FavouriteListCollection class represents a collection of FavouriteList objects. See Annex K for the * definition of the collection template. In addition to the methods and properties defined for generic collections, the Modified: oipf/lib/js/impl/model/IntegerCollection.js =================================================================== --- oipf/lib/js/impl/model/IntegerCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/IntegerCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + /* Description: * The IntegerCollection class represents a collection of Integer values. See Annex K for the definition of the * collection template. Modified: oipf/lib/js/impl/model/LNBInfo.js =================================================================== --- oipf/lib/js/impl/model/LNBInfo.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/LNBInfo.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The LNBInfo object provides details on the LNB attached to a tuner. * Setting any of the properties in this class results in an immediate update of * the LNB configuration that is active for the associated Tuner. Modified: oipf/lib/js/impl/model/LocalSystem.js =================================================================== --- oipf/lib/js/impl/model/LocalSystem.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/LocalSystem.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * The LocalSystem object allows hardware settings related to the local device to be read and modified. * Modified: oipf/lib/js/impl/model/MetadataSearch.js =================================================================== --- oipf/lib/js/impl/model/MetadataSearch.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/MetadataSearch.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * A MetadataSearch object represents a query of the metadata about available programmes. Applications can create * MetadataSearch objects using the createSearch() method on the application/oipfSearchManager Modified: oipf/lib/js/impl/model/ModelFactory.js =================================================================== --- oipf/lib/js/impl/model/ModelFactory.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ModelFactory.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + class ModelFactory { constructor(metadataObject) { Modified: oipf/lib/js/impl/model/NetworkInterface.js =================================================================== --- oipf/lib/js/impl/model/NetworkInterface.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/NetworkInterface.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + class NetworkInterface { constructor(ipAddress, macAddress, connected, enabled) { Modified: oipf/lib/js/impl/model/NetworkInterfaceCollection.js =================================================================== --- oipf/lib/js/impl/model/NetworkInterfaceCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/NetworkInterfaceCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + class NetworkInterfaceCollection extends Collection { constructor(...args) { super(...args); Modified: oipf/lib/js/impl/model/ParentalRating.js =================================================================== --- oipf/lib/js/impl/model/ParentalRating.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ParentalRating.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * A ParentalRating object describes a parental rating value for a programme or * channel. The ParentalRating object identifies both the rating scheme in use, * and the parental rating value within that scheme. In case of a BCG the values Modified: oipf/lib/js/impl/model/ParentalRatingCollection.js =================================================================== --- oipf/lib/js/impl/model/ParentalRatingCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ParentalRatingCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * typedef Collection<ParentalRating> ParentalRatingCollection * A ParentalRatingCollection represents a collection of parental rating values. * See Annex K for the definition of the collection template. In addition to Modified: oipf/lib/js/impl/model/ParentalRatingScheme.js =================================================================== --- oipf/lib/js/impl/model/ParentalRatingScheme.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ParentalRatingScheme.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * typedef Collection<String> ParentalRatingScheme * A ParentalRatingScheme describes a single parental rating scheme that may be * in use for rating content, e.g. the MPAA or BBFC rating schemes. It is a Modified: oipf/lib/js/impl/model/ParentalRatingSchemeCollection.js =================================================================== --- oipf/lib/js/impl/model/ParentalRatingSchemeCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ParentalRatingSchemeCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * typedef Collection<ParentalRatingScheme> ParentalRatingSchemeCollection * A ParentalRatingSchemeCollection represents a collection of parental rating * schemes, e.g. as returned by property parentalRatingSchemes of the Modified: oipf/lib/js/impl/model/Programme.js =================================================================== --- oipf/lib/js/impl/model/Programme.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Programme.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * * The Programme class represents an entry in a programme schedule. Modified: oipf/lib/js/impl/model/Query.js =================================================================== --- oipf/lib/js/impl/model/Query.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Query.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The Query class represents a metadata query that the user wants to carry out. * This may be a simple search, or a complex search involving Boolean logic. * Queries are immutable; an operation on a query SHALL return Modified: oipf/lib/js/impl/model/Recording.js =================================================================== --- oipf/lib/js/impl/model/Recording.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Recording.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + class Recording extends ScheduledRecording { /* Modified: oipf/lib/js/impl/model/ScheduledRecording.js =================================================================== --- oipf/lib/js/impl/model/ScheduledRecording.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ScheduledRecording.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The ScheduledRecording object represents a scheduled programme in the system, * i.e. a recording that is scheduled but which has not yet started. * For group recordings (e.g. recording an entire series), Modified: oipf/lib/js/impl/model/ScheduledRecordingCollection.js =================================================================== --- oipf/lib/js/impl/model/ScheduledRecordingCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/ScheduledRecordingCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + class ScheduledRecordingCollection extends Collection{ constructor(...args) { Modified: oipf/lib/js/impl/model/SearchResults.js =================================================================== --- oipf/lib/js/impl/model/SearchResults.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/SearchResults.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * The SearchResults class represents the results of a metadata search. Since the result set may contain a large number * of items, applications request a ‘window’ on to the result set, similar to the functionality provided by the OFFSET and Modified: oipf/lib/js/impl/model/SignalInfo.js =================================================================== --- oipf/lib/js/impl/model/SignalInfo.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/SignalInfo.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * The SignalInfo object provides details on the signal strength of the tuner. * If the tuner is not tuned to a transponder the all properties SHALL have * the value undefined . Modified: oipf/lib/js/impl/model/Source.js =================================================================== --- oipf/lib/js/impl/model/Source.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Source.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Just a object which represent the access to broadcasted contents.s * */ Modified: oipf/lib/js/impl/model/StartupInformation.js =================================================================== --- oipf/lib/js/impl/model/StartupInformation.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/StartupInformation.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class StartupInformation { Modified: oipf/lib/js/impl/model/StringCollection.js =================================================================== --- oipf/lib/js/impl/model/StringCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/StringCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * The TunerCollection class represents a collection of Tuner objects. See Annex K for the definition of the collection template. * Modified: oipf/lib/js/impl/model/Tuner.js =================================================================== --- oipf/lib/js/impl/model/Tuner.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/Tuner.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * A Tuner object represents the source of broadcast content provided through a physical tuner in the OITF. Each Tuner * object is represented by a <video_broadcast> element in the capability description as defined in section 9.3.1. Modified: oipf/lib/js/impl/model/TunerCollection.js =================================================================== --- oipf/lib/js/impl/model/TunerCollection.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/TunerCollection.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * The TunerCollection class represents a collection of Tuner objects. See Annex K for the definition of the collection template. * Modified: oipf/lib/js/impl/model/constants/ConfigurationConstants.js =================================================================== --- oipf/lib/js/impl/model/constants/ConfigurationConstants.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/constants/ConfigurationConstants.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ var configurationConstants = { pvrPolicy: {}, @@ -12,4 +25,4 @@ configurationConstants.pvrPolicy.WATCHED_RECORDINGS = 1; configurationConstants.pvrPolicy.SPECIFIC_RECORDINGS = 2; -configurationConstants.tvStandard.SECAM = 4; \ No newline at end of file +configurationConstants.tvStandard.SECAM = 4; Modified: oipf/lib/js/impl/model/constants/DaeMimeType.js =================================================================== --- oipf/lib/js/impl/model/constants/DaeMimeType.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/constants/DaeMimeType.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ var APPLICATION_MANAGER_DAE_MIME_TYPE = "application/oipfApplicationManager"; var CAPABILITIES_DAE_MIME_TYPE = "application/oipfCapabilities"; Modified: oipf/lib/js/impl/model/constants/IdType.js =================================================================== --- oipf/lib/js/impl/model/constants/IdType.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/constants/IdType.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ var ID_ANALOG = 0; Modified: oipf/lib/js/impl/model/constants/MetadataSearchConstants.js =================================================================== --- oipf/lib/js/impl/model/constants/MetadataSearchConstants.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/constants/MetadataSearchConstants.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ var metadataSearchConstants = { @@ -9,5 +22,5 @@ }; metadataSearchConstants.state.FINISHED = 0; -metadataSearchConstants.state.MODIFIED = 3; -metadataSearchConstants.state.UNCOMPLETED = 4; +metadataSearchConstants.state.MODIFIED = 3; +metadataSearchConstants.state.UNCOMPLETED = 4; Modified: oipf/lib/js/impl/model/constants/ParentalControlManagerConstants.js =================================================================== --- oipf/lib/js/impl/model/constants/ParentalControlManagerConstants.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/constants/ParentalControlManagerConstants.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ -/* +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Contain every constants usefull for object "ParentalControlManager". */ Modified: oipf/lib/js/impl/model/constants/RecordingSchedulerConstants.js =================================================================== --- oipf/lib/js/impl/model/constants/RecordingSchedulerConstants.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/constants/RecordingSchedulerConstants.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ var recordingConstants = { Modified: oipf/lib/js/impl/model/constants/VideoBroadcastConstants.js =================================================================== --- oipf/lib/js/impl/model/constants/VideoBroadcastConstants.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/impl/model/constants/VideoBroadcastConstants.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var videoBroadcastConstants = { timeShiftMode: {}, state: {} @@ -11,4 +29,4 @@ videoBroadcastConstants.state.UNREALIZED = 0; videoBroadcastConstants.state.CONNECTING = 1; videoBroadcastConstants.state.PRESENTING = 2; -videoBroadcastConstants.state.STOPPED = 3; \ No newline at end of file +videoBroadcastConstants.state.STOPPED = 3; Modified: oipf/lib/js/utils/ChannelService.js =================================================================== --- oipf/lib/js/utils/ChannelService.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/ChannelService.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class ChannelService { Modified: oipf/lib/js/utils/ChannelUtils.js =================================================================== --- oipf/lib/js/utils/ChannelUtils.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/ChannelUtils.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class ChannelUtils { static findChannel(channelCollection, channel, step) { Modified: oipf/lib/js/utils/Class.js =================================================================== --- oipf/lib/js/utils/Class.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/Class.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var Class = new Function(); Function.prototype.extend = function(proto) { @@ -10,6 +28,6 @@ child.prototype = proto; child.prototype.__proto__ = parent.prototype; child.prototype.super = parent.prototype; - + return child; }; Modified: oipf/lib/js/utils/DRMSystem.js =================================================================== --- oipf/lib/js/utils/DRMSystem.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/DRMSystem.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * + * http://www.apache.org/licenses/LICENSE-2.0 * - * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class DRMSytem { Modified: oipf/lib/js/utils/DateUtils.js =================================================================== --- oipf/lib/js/utils/DateUtils.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/DateUtils.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class DateUtils { constructor() { Modified: oipf/lib/js/utils/EventManager.js =================================================================== --- oipf/lib/js/utils/EventManager.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/EventManager.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class EventManager { constructor() { } Modified: oipf/lib/js/utils/MetaData.js =================================================================== --- oipf/lib/js/utils/MetaData.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/MetaData.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class MetaData { } Modified: oipf/lib/js/utils/MetadataManager.js =================================================================== --- oipf/lib/js/utils/MetadataManager.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/MetadataManager.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class MetadataManager { Modified: oipf/lib/js/utils/OipfUtils.js =================================================================== --- oipf/lib/js/utils/OipfUtils.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/OipfUtils.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ class OipfUtils { static initProperties(defaultProperties) { Modified: oipf/lib/js/utils/OrderingUtils.js =================================================================== --- oipf/lib/js/utils/OrderingUtils.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/OrderingUtils.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ var orderingUtils = {}; @@ -11,5 +24,5 @@ }; orderingUtils.ascending = function() { - + }; Modified: oipf/lib/js/utils/ProgrammeHelper.js =================================================================== --- oipf/lib/js/utils/ProgrammeHelper.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/ProgrammeHelper.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class ProgrammeHelper { Modified: oipf/lib/js/utils/ProgrammeService.js =================================================================== --- oipf/lib/js/utils/ProgrammeService.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/ProgrammeService.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class ProgrammeService { constructor(programmes) { Modified: oipf/lib/js/utils/Storage.js =================================================================== --- oipf/lib/js/utils/Storage.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/Storage.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT 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 class is meant to handle the localStorage data source **/ Modified: oipf/lib/js/utils/Timeout.js =================================================================== --- oipf/lib/js/utils/Timeout.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/Timeout.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class Timeout { Modified: oipf/lib/js/utils/TimerManager.js =================================================================== --- oipf/lib/js/utils/TimerManager.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/TimerManager.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class TimerManager { Modified: oipf/lib/js/utils/TimerRecordingManager.js =================================================================== --- oipf/lib/js/utils/TimerRecordingManager.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/TimerRecordingManager.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class TimerRecordingManager { Modified: oipf/lib/js/utils/XmlParser.js =================================================================== --- oipf/lib/js/utils/XmlParser.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/XmlParser.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class XmlParser { Modified: oipf/lib/js/utils/XmlToJson.js =================================================================== --- oipf/lib/js/utils/XmlToJson.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/lib/js/utils/XmlToJson.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class XmlToJson { Modified: oipf/test/css/test.css =================================================================== --- oipf/test/css/test.css 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/css/test.css 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + * { margin: 0; padding: 0; Modified: oipf/test/gulpfile.js =================================================================== --- oipf/test/gulpfile.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/gulpfile.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var gulp = require("gulp"); var gulpSequence = require("gulp-sequence"); var concat = require("gulp-concat"); Modified: oipf/test/js/ApplicationManagerTest.js =================================================================== --- oipf/test/js/ApplicationManagerTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/ApplicationManagerTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class ApplicationManagerTest extends TestCase { constructor() { Modified: oipf/test/js/CapabilitiesTest.js =================================================================== --- oipf/test/js/CapabilitiesTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/CapabilitiesTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class CapabilitiesTest extends TestCase { Modified: oipf/test/js/ConfigurationTest.js =================================================================== --- oipf/test/js/ConfigurationTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/ConfigurationTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class ConfigurationTest extends TestCase { constructor() { Modified: oipf/test/js/OipfFactoryTest.js =================================================================== --- oipf/test/js/OipfFactoryTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/OipfFactoryTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class OipfFactoryTest extends TestCase { constructor() { super(); Modified: oipf/test/js/ParentalControlManagerTest.js =================================================================== --- oipf/test/js/ParentalControlManagerTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/ParentalControlManagerTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - class ParentalControlManagerTest extends TestCase { constructor() { Modified: oipf/test/js/RecordingSchedulerTest.js =================================================================== --- oipf/test/js/RecordingSchedulerTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/RecordingSchedulerTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,21 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ - var RecordingSchedulerTest = class extends TestCase { constructor() { Modified: oipf/test/js/SearchManagerTest.js =================================================================== --- oipf/test/js/SearchManagerTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/SearchManagerTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * This class gather a set of method necessary to test a search manager object. * Modified: oipf/test/js/Test.js =================================================================== --- oipf/test/js/Test.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/Test.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class Test { Modified: oipf/test/js/TestCase.js =================================================================== --- oipf/test/js/TestCase.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/TestCase.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,7 +1,20 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ class TestCase { Modified: oipf/test/js/TestConfig.js =================================================================== --- oipf/test/js/TestConfig.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/TestConfig.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,23 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT 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 (!String.prototype.includes) { String.prototype.includes = function() { "use strict"; Modified: oipf/test/js/VideoBroadcastTest.js =================================================================== --- oipf/test/js/VideoBroadcastTest.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/js/VideoBroadcastTest.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,4 +1,23 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* * Description: * This class gather a set of method necessary to test a video broadcast object. * Modified: oipf/test/server.js =================================================================== --- oipf/test/server.js 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/server.js 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var express = require("express"); var app = express(); Modified: oipf/test/view/test.html =================================================================== --- oipf/test/view/test.html 2015-07-17 14:11:18 UTC (rev 1807) +++ oipf/test/view/test.html 2015-07-20 10:06:29 UTC (rev 1808) @@ -1,9 +1,23 @@ -<!DOCTYPE html> <!-- -To change this license header, choose License Headers in Project Properties. -To change this template file, choose Tools | Templates -and open the template in the editor. + +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> +<!DOCTYPE html> <html> <head> <title>OIPF Tests</title>