RSS

(root)/bugzilla/trunk : 8075 : Bugzilla/DB/Schema/Sqlite.pm

To get this branch, use:
bzr branch /bugzilla/trunk

« back to all changes in this revision

Viewing changes to Bugzilla/DB/Schema/Sqlite.pm

Frédéric Buclin
2012-01-11 14:41:51
Revision ID: lpsolit@gmail.com-20120111224151-ec6s0mqeuzuoa0u0
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one
r=kiko r=mkanat r=mrbball a=LpSolit

Show diffs side-by-side

added added

removed removed

1
 
# -*- Mode: perl; indent-tabs-mode: nil -*-
2
 
#
3
 
# The contents of this file are subject to the Mozilla Public
4
 
# License Version 1.1 (the "License"); you may not use this file
5
 
# except in compliance with the License. You may obtain a copy of
6
 
# the License at http://www.mozilla.org/MPL/
7
 
#
8
 
# Software distributed under the License is distributed on an "AS
9
 
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
10
 
# implied. See the License for the specific language governing
11
 
# rights and limitations under the License.
12
 
#
13
 
# The Original Code is the Bugzilla Bug Tracking System.
14
 
#
15
 
# The Initial Developer of the Original Code is Everything Solved, Inc.
16
 
# Portions created by the Initial Developer are Copyright (C) 2010 the
17
 
# Initial Developer. All Rights Reserved.
18
 
#
19
 
# Contributor(s):
20
 
#   Max Kanat-Alexander <mkanat@bugzilla.org>
 
1
# This Source Code Form is subject to the terms of the Mozilla Public
 
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
 
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
4
#
 
5
# This Source Code Form is "Incompatible With Secondary Licenses", as
 
6
# defined by the Mozilla Public License, v. 2.0.
21
7
 
22
8
use strict;
23
9
package Bugzilla::DB::Schema::Sqlite;

Loggerhead 1.18.1 is a web-based interface for Bazaar branches