~mockload-developers/mockload/trunk

« back to all changes in this revision

Viewing changes to mockload/misc-queries.lua

  • Committer: Diego Medina
  • Date: 2009-07-25 11:32:51 UTC
  • Revision ID: diego.medina@sun.com-20090725113251-6zzos2vtyfjz3h9q
Added license information

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--[[
2
2
 
3
 
   Copyright (C) 2009 Sun Microsystems, Inc.
4
 
 
5
 
   This program is free software; you can redistribute it and/or modify
6
 
   it under the terms of the GNU General Public License as published by
7
 
   the Free Software Foundation; version 2 of the License.
8
 
 
9
 
   This program is distributed in the hope that it will be useful,
10
 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
   GNU General Public License for more details.
13
 
 
14
 
   You should have received a copy of the GNU General Public License
15
 
   along with this program; if not, write to the Free Software
16
 
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
3
   Copyright 2009 Sun Microsystems, Inc. All rights reserved.
 
4
 
 
5
   The contents of this file are subject to the terms of either the GNU General
 
6
   Public License Version 2 only ("GPL") or the Common Development and Distribution
 
7
   License ("CDDL") (collectively, the "License"). You may not use this file except
 
8
   in compliance with the License. You can obtain a copy of the License at
 
9
   http://www.sun.com/cddl/cddl.html or http://www.gnu.org/licenses/gpl-2.0.txt
 
10
   See the License for the specific language governing permissions and limitations
 
11
   under the License.  When distributing the software, include this License Header
 
12
   Notice in each file and include the License file at *** .
 
13
   If applicable, add the following below the License Header, with the fields
 
14
   enclosed by brackets [] replaced by your own identifying information: "Portions
 
15
   Copyrighted [year] [name of copyright owner]"
 
16
 
 
17
   Contributor(s):
 
18
 
 
19
   The Original Software is Mock Load Scripts for MySQL. The Initial Developer of
 
20
   the Original Software is Sun Microsystems, Inc. Portions Copyright [year] Sun
 
21
   Microsystems, Inc. All Rights Reserved.
 
22
 
 
23
   If you wish your version of this file to be governed by only the CDDL or only
 
24
   the GPL Version 2, indicate your decision by adding "[Contributor] elects to
 
25
   include this software in this distribution under the [CDDL or GPL Version 2]
 
26
   license." If you do not indicate a single choice of license, a recipient has the
 
27
   option to distribute your version of this file under either the CDDL, the GPL
 
28
   Version 2 or to extend the choice of license to its licensees as provided above.
 
29
   However, if you add GPL Version 2 code and therefore, elected the GPL Version 2
 
30
   license, then the option applies only if the new code is made subject to such
 
31
   option by the copyright holder. 
17
32
 
18
33
--]]
19
34