From 86569848191d9f8e483310fad5e01a1602d393a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sun, 17 Jul 2011 18:22:05 +0000
Subject: [PATCH] - updated headers and autosubstitution

---
 .../inrialpes/exmo/ontowrap/Annotation.java   | 20 +++++++++++++++++++
 .../skoslite/SKOSLiteOntologyFactory.java     |  2 ++
 .../ontowrap/skoslite/SKOSLiteThesaurus.java  |  3 +++
 .../exmo/ontowrap/util/EntityFilter.java      |  1 +
 4 files changed, 26 insertions(+)

diff --git a/src/fr/inrialpes/exmo/ontowrap/Annotation.java b/src/fr/inrialpes/exmo/ontowrap/Annotation.java
index 54904533..eead02c2 100644
--- a/src/fr/inrialpes/exmo/ontowrap/Annotation.java
+++ b/src/fr/inrialpes/exmo/ontowrap/Annotation.java
@@ -1,3 +1,23 @@
+/*
+ * $Id$
+ *
+ * Copyright (C) INRIA, 2010
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ */
+
 package fr.inrialpes.exmo.ontowrap;
 
 public class Annotation {
diff --git a/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteOntologyFactory.java b/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteOntologyFactory.java
index d6df4906..1c9ab621 100644
--- a/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteOntologyFactory.java
+++ b/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteOntologyFactory.java
@@ -1,4 +1,5 @@
 /*
+ * $Id$
  *
  * Copyright (C) INRIA, 2008-2010
  *
@@ -16,6 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
+
 package fr.inrialpes.exmo.ontowrap.skoslite;
 
 import java.net.URI;
diff --git a/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteThesaurus.java b/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteThesaurus.java
index 867b6321..c3e539f0 100644
--- a/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteThesaurus.java
+++ b/src/fr/inrialpes/exmo/ontowrap/skoslite/SKOSLiteThesaurus.java
@@ -1,4 +1,6 @@
 /*
+ * $Id$
+ *
  * Copyright (C) INRIA, 2008-2010
  *
  * This program is free software; you can redistribute it and/or modify
@@ -15,6 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
+
 package fr.inrialpes.exmo.ontowrap.skoslite;
 
 import java.net.URI;
diff --git a/src/fr/inrialpes/exmo/ontowrap/util/EntityFilter.java b/src/fr/inrialpes/exmo/ontowrap/util/EntityFilter.java
index 766c97a3..635c663c 100644
--- a/src/fr/inrialpes/exmo/ontowrap/util/EntityFilter.java
+++ b/src/fr/inrialpes/exmo/ontowrap/util/EntityFilter.java
@@ -17,6 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
+
 package fr.inrialpes.exmo.ontowrap.util;
 
 import java.net.URI;
-- 
GitLab