mirror of https://github.com/apache/cloudstack.git
change some license file
This commit is contained in:
parent
d83efc4470
commit
15fb96e637
|
|
@ -1,13 +1,18 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# /etc/init.d/tomcat6 -- startup script for the Tomcat 6 servlet engine
|
||||
#
|
||||
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
|
||||
# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.ai.mit.edu>.
|
||||
# Modified for Tomcat by Stefan Gybas <sgybas@debian.org>.
|
||||
# Modified for Tomcat6 by Thierry Carrez <thierry.carrez@ubuntu.com>.
|
||||
# Modified for VMOps by Manuel Amador (Rudd-O) <manuel@vmops.com>
|
||||
#
|
||||
|
||||
#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
|
||||
|
|
|
|||
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
//
|
||||
// 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;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
//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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
//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
|
||||
|
|
|
|||
Loading…
Reference in New Issue