diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-06-14 16:52:33 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-06-14 16:52:33 +0200 |
| commit | de8631d230d1547b028406994e1261d555a529cf (patch) | |
| tree | e9e50643922af4012b85c0063d1bf605cda10b79 | |
| parent | e529c520c79c516eb96a8c1b3c5ae11b53831b77 (diff) | |
Bit early for LGPL header yet...
3 files changed, 0 insertions, 60 deletions
diff --git a/src/main/java/com/c2kernel/persistency/XMLDBClusterStorage.java b/src/main/java/com/c2kernel/persistency/XMLDBClusterStorage.java index 0a6767b..ec1dd0c 100644 --- a/src/main/java/com/c2kernel/persistency/XMLDBClusterStorage.java +++ b/src/main/java/com/c2kernel/persistency/XMLDBClusterStorage.java @@ -1,23 +1,3 @@ -/*
- * XMLDbClusterStorage.java
- *
- * Copyright (c) 2012, The CRISTAL Consortium. All rights reserved.
- *
- * CRISTAL kernel 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 3 of the License, or (at your option) any later version.
- *
- * This library 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 library. If not, see:
- * http://www.gnu.org/licenses/
- */
-
package com.c2kernel.persistency;
import java.io.UnsupportedEncodingException;
diff --git a/src/main/java/com/c2kernel/persistency/XMLDBSyskeyTypeClusterStorage.java b/src/main/java/com/c2kernel/persistency/XMLDBSyskeyTypeClusterStorage.java index bfadb7d..e840ec9 100644 --- a/src/main/java/com/c2kernel/persistency/XMLDBSyskeyTypeClusterStorage.java +++ b/src/main/java/com/c2kernel/persistency/XMLDBSyskeyTypeClusterStorage.java @@ -1,23 +1,3 @@ -/*
- * XMLDbClusterStorage.java
- *
- * Copyright (c) 2012, The CRISTAL Consortium. All rights reserved.
- *
- * CRISTAL kernel 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 3 of the License, or (at your option) any later version.
- *
- * This library 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 library. If not, see:
- * http://www.gnu.org/licenses/
- */
-
package com.c2kernel.persistency;
import java.util.ArrayList;
diff --git a/src/main/java/com/c2kernel/persistency/XMLDBTypeSyskeyCollClusterStorage.java b/src/main/java/com/c2kernel/persistency/XMLDBTypeSyskeyCollClusterStorage.java index ed2bc56..924ab90 100644 --- a/src/main/java/com/c2kernel/persistency/XMLDBTypeSyskeyCollClusterStorage.java +++ b/src/main/java/com/c2kernel/persistency/XMLDBTypeSyskeyCollClusterStorage.java @@ -1,23 +1,3 @@ -/*
- * XMLDbClusterStorage.java
- *
- * Copyright (c) 2012, The CRISTAL Consortium. All rights reserved.
- *
- * CRISTAL kernel 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 3 of the License, or (at your option) any later version.
- *
- * This library 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 library. If not, see:
- * http://www.gnu.org/licenses/
- */
-
package com.c2kernel.persistency;
import java.util.ArrayList;
|
