~pbxt-core/pbxt/trunk

« back to all changes in this revision

Viewing changes to src/systab_xt.cc

  • Committer: Paul McCullagh
  • Date: 2012-02-29 13:37:11 UTC
  • Revision ID: paul.mccullagh@primebase.org-20120229133711-oyax4lrofrrcz56n
Changed license to BSD

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2008 PrimeBase Technologies GmbH, Germany
2
 
 *
3
 
 * PrimeBase Media Stream for MySQL
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; either version 2 of the License, or
8
 
 * (at your option) any later version.
9
 
 *
10
 
 * This program is distributed in the hope that it will be useful,
11
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
 * GNU General Public License for more details.
14
 
 *
15
 
 * You should have received a copy of the GNU General Public License
16
 
 * along with this program; if not, write to the Free Software
17
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
1
/* Copyright (c) 2008, PrimeBase Technologies GmbH
 
2
 * All rights reserved.
 
3
 *
 
4
 * PrimeBase XT, Licensed under BSD (http://www.opensource.org/licenses/BSD-2-Clause)
 
5
 *
 
6
 * Redistribution and use in source and binary forms, with or without modification,
 
7
 * are permitted provided that the following conditions are met:
 
8
 *
 
9
 *   * Redistributions of source code must retain the above copyright notice, this
 
10
 *     list of conditions and the following disclaimer.
 
11
 *   * Redistributions in binary form must reproduce the above copyright notice,
 
12
 *     this list of conditions and the following disclaimer in the documentation
 
13
 *     and/or other materials provided with the distribution.
 
14
 *
 
15
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
 
16
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 
17
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
 
18
 * SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 
19
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 
20
 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 
21
 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
22
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY 
 
23
 * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18
24
 *
19
25
 * Paul McCullagh
20
26
 *