diff --git a/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in b/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in index 4d599d86d6a..32855a5833b 100755 --- a/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in +++ b/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in @@ -1,13 +1,18 @@ #!/bin/sh # # /etc/init.d/tomcat6 -- startup script for the Tomcat 6 servlet engine -# -# Written by Miquel van Smoorenburg . -# Modified for Debian GNU/Linux by Ian Murdock . -# Modified for Tomcat by Stefan Gybas . -# Modified for Tomcat6 by Thierry Carrez . -# Modified for VMOps by Manuel Amador (Rudd-O) -# + +#Copyright 2012 Citrix Systems, Inc. Licensed under the +#Apache License, Version 2.0 (the "License"); you may not use this +#file except in compliance with the License. Citrix Systems, Inc. +#reserves all rights not expressly granted by the License. +#You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 +#Unless required by applicable law or agreed to in writing, software +#distributed under the License is distributed on an "AS IS" BASIS, +#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +#See the License for the specific language governing permissions and +#limitations under the License. + ### BEGIN INIT INFO # Provides: tomcat-vmops # Required-Start: $local_fs $remote_fs $network diff --git a/console-proxy/js/ajaxviewer.js b/console-proxy/js/ajaxviewer.js index 3c49f9a701d..579b9402bb6 100644 --- a/console-proxy/js/ajaxviewer.js +++ b/console-proxy/js/ajaxviewer.js @@ -1,36 +1,15 @@ - /** - * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. - * - * This software is licensed under the GNU General Public License v3 or later. - * - * It is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or any later version. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ -// -// AJAX console viewer -// Author -// Kelven Yang -// -// 11/18/2009 Created -// 05/09/2011 Add keyboard type support -// 12/13/2011 Refactor console proxy/console viewer handling -// 1) Javascript will always send raw KEY-DOWN/KEY-UP events, -// no KEY-PRESS translation at console proxy -// 2) No keyboard event translation in console proxy, make -// it transparent between the VM and console viewer -// 3) Pure javascript keyboard layout mapping, make it independent -// of browser/guest OS/host OS -// +//Copyright 2012 Citrix Systems, Inc. Licensed under the +//Apache License, Version 2.0 (the "License"); you may not use this +//file except in compliance with the License. Citrix Systems, Inc. +//reserves all rights not expressly granted by the License. +//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 +//Unless required by applicable law or agreed to in writing, software +//distributed under the License is distributed on an "AS IS" BASIS, +//WITHOUT 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 g_logger; ///////////////////////////////////////////////////////////////////////////// diff --git a/console-proxy/js/cloud.logger.js b/console-proxy/js/cloud.logger.js index c1b0c558553..c59c69c1321 100644 --- a/console-proxy/js/cloud.logger.js +++ b/console-proxy/js/cloud.logger.js @@ -1,20 +1,13 @@ - /** - * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. - * - * This software is licensed under the GNU General Public License v3 or later. - * - * It is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or any later version. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ +//Copyright 2012 Citrix Systems, Inc. Licensed under the +//Apache License, Version 2.0 (the "License"); you may not use this +//file except in compliance with the License. Citrix Systems, Inc. +//reserves all rights not expressly granted by the License. +//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 +//Unless required by applicable law or agreed to in writing, software +//distributed under the License is distributed on an "AS IS" BASIS, +//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//See the License for the specific language governing permissions and +//limitations under the License. // Version: 1.9.1.152 diff --git a/console-proxy/js/handler.js b/console-proxy/js/handler.js index 3043e024b06..eba1aab209a 100644 --- a/console-proxy/js/handler.js +++ b/console-proxy/js/handler.js @@ -1,20 +1,13 @@ - /** - * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. - * - * This software is licensed under the GNU General Public License v3 or later. - * - * It is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or any later version. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ +//Copyright 2012 Citrix Systems, Inc. Licensed under the +//Apache License, Version 2.0 (the "License"); you may not use this +//file except in compliance with the License. Citrix Systems, Inc. +//reserves all rights not expressly granted by the License. +//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 +//Unless required by applicable law or agreed to in writing, software +//distributed under the License is distributed on an "AS IS" BASIS, +//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +//See the License for the specific language governing permissions and +//limitations under the License. // // Callback handlers for AJAX viewer