-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
51 lines (47 loc) · 2.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#######################################################################
# Project Description
#
# AnnotationInterface defines a set of data objects and interfaces
# useful for annotating corpora. AnnotationInterface is used
# used by CCASH, a web-based annotation framework. For more
# information about CCASH, see http://ccash.sourceforge.net
#
#######################################################################
#######################################################################
# CCASH AGPL License
#
# Copyright (c) 2011 BYU.
#
# AnnotationInterface is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# AnnotationInterface is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with AnnotationInterface at licenses/agpl.txt. If not, see <http://www.gnu.org/licenses/>.
#
# Contact: Paul Felt (pablofelt@gmail.com)
#
#######################################################################
#######################################################################
# Supporting Libraries
#
# AnnotationInterface depends on a number of supporting libraries.
# Each supporting library has its own license, referenced here for
# convenience.
#
# Name # License # Copyright and License Url
# Gson Apache 2.0 http://code.google.com/p/google-gson/
# Hibernate LGPL 2.1 http://www.hibernate.org/license
#######################################################################
#######################################################################
# Versions
# 0.0.1: Initial version of AnnotationInterface used in CCASH
# 1.0: Breaking name changes and generics tweaks. (and dropped micro version)
# 1.1-SNAPSHOT: New version under development
#######################################################################