comparison src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorTags.java @ 70:2b1e6df5e21a

added lgpl_v3 license information.
author casties
date Thu, 06 Mar 2014 15:09:04 +0100
parents c0dd5314bada
children 25eb2e1df106
comparison
equal deleted inserted replaced
69:9d3885d1681e 70:2b1e6df5e21a
1 /** 1 /**
2 * ReST API for accessing groups in the Annotation store. 2 * ReST API for accessing groups in the Annotation store.
3 */ 3 */
4 package de.mpiwg.itgroup.annotations.restlet; 4 package de.mpiwg.itgroup.annotations.restlet;
5
6 /*
7 * #%L
8 * AnnotationManager
9 * %%
10 * Copyright (C) 2012 - 2014 MPIWG Berlin
11 * %%
12 * This program is free software: you can redistribute it and/or modify
13 * it under the terms of the GNU Lesser General Public License as
14 * published by the Free Software Foundation, either version 3 of the
15 * License, or (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Lesser Public License for more details.
21 *
22 * You should have received a copy of the GNU General Lesser Public
23 * License along with this program. If not, see
24 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
25 * #L%
26 */
5 27
6 import java.io.UnsupportedEncodingException; 28 import java.io.UnsupportedEncodingException;
7 import java.net.URLDecoder; 29 import java.net.URLDecoder;
8 import java.util.List; 30 import java.util.List;
9 31