source: core/trunk/lib/ch.netzschmiede.flarmradar.lib.upgrade/src/test/resources/changeLog.xml

Last change on this file was 345, checked in by smoser, 10 years ago

apply copyright

  • Property svn:mime-type set to text/plain
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3  This file is part of the FLARM®-Radar Project.
4   
5    Copyright by the Authors
6 
7  Licensed under the Apache License, Version 2.0 (the "License");
8  you may not use this file except in compliance with the License.
9  You may obtain a copy of the License at
10 
11    http://www.apache.org/licenses/LICENSE-2.0
12 
13  Unless required by applicable law or agreed to in writing, software
14  distributed under the License is distributed on an "AS IS" BASIS,
15  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  See the License for the specific language governing permissions and
17  limitations under the License.
18 
19    Project Website: www.flarmradar.ch
20    Email: info@flarmradar.ch
21    Authors:
22      2012-2015 Simon Moser
23      2013-2015 Dominic Spreitz
24      2014-2015 Giorgio Tresoldi
25-->
26<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
27        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28        xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
29         http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">
30
31        <changeSet id="0.01" author="flarmradar">
32                <tagDatabase tag="start" />
33        </changeSet>
34
35</databaseChangeLog>
Note: See TracBrowser for help on using the repository browser.