Changeset 70:2b1e6df5e21a in AnnotationManagerN4J for src


Ignore:
Timestamp:
Mar 6, 2014, 2:09:04 PM (10 years ago)
Author:
casties
Branch:
default
Message:

added lgpl_v3 license information.

Location:
src/main/java/de/mpiwg/itgroup/annotations
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/Actor.java

    r58 r70  
    33 */
    44package de.mpiwg.itgroup.annotations;
     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 */
    527
    628import de.mpiwg.itgroup.annotations.neo4j.AnnotationStore;
  • src/main/java/de/mpiwg/itgroup/annotations/Annotation.java

    r50 r70  
    33 */
    44package de.mpiwg.itgroup.annotations;
     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 */
    527
    628import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/Group.java

    r15 r70  
    33 */
    44package de.mpiwg.itgroup.annotations;
     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 */
    527
    628/**
  • src/main/java/de/mpiwg/itgroup/annotations/NS.java

    r58 r70  
    11package de.mpiwg.itgroup.annotations;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 */
    224
    325public class NS {
  • src/main/java/de/mpiwg/itgroup/annotations/Person.java

    r69 r70  
    33 */
    44package de.mpiwg.itgroup.annotations;
     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 */
    527
    628import de.mpiwg.itgroup.annotations.restlet.BaseRestlet;
  • src/main/java/de/mpiwg/itgroup/annotations/Resource.java

    r42 r70  
    33 */
    44package de.mpiwg.itgroup.annotations;
     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 */
    527
    628/**
  • src/main/java/de/mpiwg/itgroup/annotations/Tag.java

    r58 r70  
    11package de.mpiwg.itgroup.annotations;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 */
    224
    325import de.mpiwg.itgroup.annotations.restlet.BaseRestlet;
  • src/main/java/de/mpiwg/itgroup/annotations/Target.java

    r42 r70  
    33 */
    44package de.mpiwg.itgroup.annotations;
     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 */
    527
    628/**
  • src/main/java/de/mpiwg/itgroup/annotations/Uri.java

    r42 r70  
    11package de.mpiwg.itgroup.annotations;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 */
    224
    325/**
  • src/main/java/de/mpiwg/itgroup/annotations/neo4j/AnnotationStore.java

    r68 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.neo4j;
     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 * Author: Robert Casties (casties@mpiwg-berlin.mpg.de)
     27 */
    528
    629import java.util.ArrayList;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotations.java

    r65 r70  
    44 */
    55package de.mpiwg.itgroup.annotations.restlet;
     6
     7/*
     8 * #%L
     9 * AnnotationManager
     10 * %%
     11 * Copyright (C) 2012 - 2014 MPIWG Berlin
     12 * %%
     13 * This program is free software: you can redistribute it and/or modify
     14 * it under the terms of the GNU Lesser General Public License as
     15 * published by the Free Software Foundation, either version 3 of the
     16 * License, or (at your option) any later version.
     17 *
     18 * This program is distributed in the hope that it will be useful,
     19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21 * GNU General Lesser Public License for more details.
     22 *
     23 * You should have received a copy of the GNU General Lesser Public
     24 * License along with this program.  If not, see
     25 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     26 * #L%
     27 */
    628
    729import java.io.IOException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotationsByResources.java

    r65 r70  
    11package de.mpiwg.itgroup.annotations.restlet;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 */
    224
    325import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotationsByTags.java

    r65 r70  
    11package de.mpiwg.itgroup.annotations.restlet;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 */
    224
    325import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorGroups.java

    r15 r70  
    33 */
    44package 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 */
    527
    628import java.util.List;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorInfo.java

    r18 r70  
    11package de.mpiwg.itgroup.annotations.restlet;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 */
    224
    325import java.io.InputStream;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorResourceImpl.java

    r64 r70  
    33 */
    44package 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 */
    527
    628import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorResources.java

    r65 r70  
    33 */
    44package 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 */
    527
    628import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorRestlet.java

    r68 r70  
    33 */
    44package 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 */
    527
    628import org.apache.log4j.Logger;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorSearch.java

    r63 r70  
    33 */
    44package 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 */
    527
    628import java.util.ArrayList;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorTags.java

    r65 r70  
    33 */
    44package 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 */
    527
    628import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java

    r66 r70  
    11package de.mpiwg.itgroup.annotations.restlet;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 * Author: Robert Casties (casties@mpiwg-berlin.mpg.de)
     24 */
    225
    326import java.io.File;
     
    2447import org.neo4j.graphdb.factory.GraphDatabaseFactory;
    2548import org.neo4j.graphdb.factory.GraphDatabaseSettings;
    26 import org.neo4j.kernel.AbstractGraphDatabase;
    2749import org.neo4j.kernel.GraphDatabaseAPI;
    2850import org.neo4j.server.WrappingNeoServerBootstrapper;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationResource.java

    r65 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationsResource.java

    r50 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import java.util.List;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationsUiRestlet.java

    r53 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import org.apache.log4j.Logger;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupMembersResource.java

    r50 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import java.util.List;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupResource.java

    r65 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupsResource.java

    r32 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import java.util.List;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/InfoResource.java

    r23 r70  
    11package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 */
    224
    325import java.io.InputStream;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/PersonResource.java

    r65 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import java.io.UnsupportedEncodingException;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/PersonsResource.java

    r65 r70  
    33 */
    44package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
     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 */
    527
    628import java.util.List;
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/utils/JSONObjectComparator.java

    r63 r70  
    11package de.mpiwg.itgroup.annotations.restlet.utils;
     2
     3/*
     4 * #%L
     5 * AnnotationManager
     6 * %%
     7 * Copyright (C) 2012 - 2014 MPIWG Berlin
     8 * %%
     9 * This program is free software: you can redistribute it and/or modify
     10 * it under the terms of the GNU Lesser General Public License as
     11 * published by the Free Software Foundation, either version 3 of the
     12 * License, or (at your option) any later version.
     13 *
     14 * This program is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17 * GNU General Lesser Public License for more details.
     18 *
     19 * You should have received a copy of the GNU General Lesser Public
     20 * License along with this program.  If not, see
     21 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
     22 * #L%
     23 * Author: Dirk Wintergruen (dwinter@mpiwg-berlin.mpg.de)
     24 */
    225
    326import java.util.Comparator;
Note: See TracChangeset for help on using the changeset viewer.