diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-07-14 15:28:27 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-07-14 15:28:27 +0200 |
commit | ba924b55cf1aa028b384ce5feaeef3defa4572b8 (patch) | |
tree | 7f1f974e5fb67c50fb70c5e95736cf2601748f8f /id/server | |
parent | a2b550988cf86a41be95ff9ad50e62d2adf7ce1c (diff) | |
parent | 6fbab2eede4c6cf54d2b6f34fcccc246d5183667 (diff) | |
download | moa-id-spss-ba924b55cf1aa028b384ce5feaeef3defa4572b8.tar.gz moa-id-spss-ba924b55cf1aa028b384ce5feaeef3defa4572b8.tar.bz2 moa-id-spss-ba924b55cf1aa028b384ce5feaeef3defa4572b8.zip |
Merge branch 'merge' into moa-2.1-Snapshot
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/PVPProcessor.java | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/PVPProcessor.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/PVPProcessor.java deleted file mode 100644 index 7509c51d8..000000000 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/PVPProcessor.java +++ /dev/null @@ -1,34 +0,0 @@ -/******************************************************************************* - * Copyright 2014 Federal Chancellery Austria - * MOA-ID has been developed in a cooperation between BRZ, the Federal - * Chancellery Austria - ICT staff unit, and Graz University of Technology. - * - * Licensed under the EUPL, Version 1.1 or - as soon they will be approved by - * the European Commission - subsequent versions of the EUPL (the "Licence"); - * You may not use this work except in compliance with the Licence. - * You may obtain a copy of the Licence at: - * http://www.osor.eu/eupl/ - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the Licence is distributed on an "AS IS" basis, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the Licence for the specific language governing permissions and - * limitations under the Licence. - * - * This product combines work with different licenses. See the "NOTICE" text - * file for details on the various modules and licenses. - * The "NOTICE" text file is part of the distribution. Any derivative works - * that you distribute must include a readable copy of the "NOTICE" text file. - *******************************************************************************/ -package at.gv.egovernment.moa.id.protocols.pvp2x; - -import at.gv.egovernment.moa.id.auth.servlet.AuthServlet; - -public class PVPProcessor extends AuthServlet { - - /** - * - */ - private static final long serialVersionUID = 4102075202310068260L; - -} |