4 | 4 |
# http://catseye.tc/projects/version/
|
5 | 5 |
# $Id: version.pl 525 2010-04-29 16:08:22Z cpressey $
|
6 | 6 |
|
7 | |
# Copyright (c)2001-2010 Cat's Eye Technologies. All rights reserved.
|
8 | |
#
|
|
7 |
# Copyright (c)2001-2012, Chris Pressey, Cat's Eye Technologies.
|
|
8 |
# All rights reserved.
|
|
9 |
#
|
9 | 10 |
# Redistribution and use in source and binary forms, with or without
|
10 | 11 |
# modification, are permitted provided that the following conditions
|
11 | 12 |
# are met:
|
12 | 13 |
#
|
13 | |
# Redistributions of source code must retain the above copyright
|
14 | |
# notice, this list of conditions and the following disclaimer.
|
15 | |
#
|
16 | |
# Redistributions in binary form must reproduce the above copyright
|
17 | |
# notice, this list of conditions and the following disclaimer in
|
18 | |
# the documentation and/or other materials provided with the
|
19 | |
# distribution.
|
20 | |
#
|
21 | |
# Neither the name of Cat's Eye Technologies nor the names of its
|
22 | |
# contributors may be used to endorse or promote products derived
|
23 | |
# from this software without specific prior written permission.
|
|
14 |
# 1. Redistributions of source code must retain the above copyright
|
|
15 |
# notices, this list of conditions and the following disclaimer.
|
|
16 |
# 2. Redistributions in binary form must reproduce the above copyright
|
|
17 |
# notices, this list of conditions, and the following disclaimer in
|
|
18 |
# the documentation and/or other materials provided with the
|
|
19 |
# distribution.
|
|
20 |
# 3. Neither the names of the copyright holders nor the names of their
|
|
21 |
# contributors may be used to endorse or promote products derived
|
|
22 |
# from this software without specific prior written permission.
|
24 | 23 |
#
|
25 | 24 |
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
26 | 25 |
# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
27 | 26 |
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
28 | |
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
29 | |
# COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
30 | |
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
31 | |
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
32 | |
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
33 | |
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
34 | |
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
35 | |
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
36 | |
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
27 |
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
28 |
# COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
29 |
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
30 |
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
31 |
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
32 |
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
33 |
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
34 |
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
35 |
# POSSIBILITY OF SUCH DAMAGE.
|
37 | 36 |
|
38 | 37 |
### BEGIN version[.pl] ###
|
39 | 38 |
|