Skip to content

Commit e33faa8

Browse files
committed
Vereinheitlichung der Copyright- und Lizenz-Infos in allen Quellcode-Dateien. Lizenzausnahme fuer GPL<->EPL hinzugefuegt.
1 parent a9528db commit e33faa8

File tree

782 files changed

+4355
-4178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

782 files changed

+4355
-4178
lines changed

COPYING

+339
Large diffs are not rendered by default.

LICENSE

+27-338
Large diffs are not rendered by default.

build/build.xml

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144

145145
<copy file="plugin.xml" todir="${project.zipdir}" />
146146
<copy file="${basedir}/LICENSE" todir="${project.zipdir}" />
147+
<copy file="${basedir}/COPYING" todir="${project.zipdir}" />
147148

148149

149150
<!-- Jetzt muessen wir noch das ZIP-File erzeugen und signieren -->
@@ -168,6 +169,7 @@
168169
<include name=".classpath" />
169170
<include name="plugin.xml" />
170171
<include name="LICENSE" />
172+
<include name="COPYING" />
171173
<include name="${update.dir}/**" />
172174
<include name="${lib.dir}/**" />
173175
<include name="${src.dir}/**" />

src/de/willuhn/jameica/hbci/AbstractHibiscusHBCICallback.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/AccountContainer.java

100755100644
+5-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/**********************************************************************
2-
* $Source: /cvsroot/hibiscus/hibiscus/src/de/willuhn/jameica/hbci/AccountContainer.java,v $
3-
* $Revision: 1.2 $
4-
* $Date: 2005/03/09 01:07:02 $
5-
* $Author: web0 $
6-
* $Locker: $
7-
* $State: Exp $
82
*
9-
* Copyright (c) by willuhn.webdesign
10-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
118
*
129
**********************************************************************/
1310
package de.willuhn.jameica.hbci;

src/de/willuhn/jameica/hbci/HBCI.java

100755100644
+5-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/**********************************************************************
2-
* $Source: /cvsroot/hibiscus/hibiscus/src/de/willuhn/jameica/hbci/HBCI.java,v $
3-
* $Revision: 1.127 $
4-
* $Date: 2012/04/23 21:03:41 $
5-
* $Author: willuhn $
6-
* $Locker: $
7-
* $State: Exp $
82
*
9-
* Copyright (c) by willuhn.webdesign
10-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
118
*
129
**********************************************************************/
1310

src/de/willuhn/jameica/hbci/HBCICallbackSWT.java

100755100644
+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/HBCIProperties.java

100755100644
+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
5-
* GPLv2
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
68
*
79
**********************************************************************/
810
package de.willuhn.jameica.hbci;

src/de/willuhn/jameica/hbci/JameicaCompat.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) 2017 Olaf Willuhn
4-
* GNU GPLv2
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/MetaKey.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/PassportRegistry.java

100755100644
+6-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/**********************************************************************
2-
* $Source: /cvsroot/hibiscus/hibiscus/src/de/willuhn/jameica/hbci/PassportRegistry.java,v $
3-
* $Revision: 1.15 $
4-
* $Date: 2010/07/22 11:48:55 $
5-
* $Author: willuhn $
6-
* $Locker: $
7-
* $State: Exp $
8-
*
9-
* Copyright (c) by willuhn.webdesign
10-
* All rights reserved
2+
*
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
118
*
129
**********************************************************************/
1310
package de.willuhn.jameica.hbci;

src/de/willuhn/jameica/hbci/Settings.java

100755100644
+5-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/**********************************************************************
2-
* $Source: /cvsroot/hibiscus/hibiscus/src/de/willuhn/jameica/hbci/Settings.java,v $
3-
* $Revision: 1.68 $
4-
* $Date: 2011/06/30 16:29:42 $
5-
* $Author: willuhn $
6-
* $Locker: $
7-
* $State: Exp $
82
*
9-
* Copyright (c) by willuhn.webdesign
10-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
118
*
129
**********************************************************************/
1310
package de.willuhn.jameica.hbci;

src/de/willuhn/jameica/hbci/SynchronizeOptions.java

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/**********************************************************************
2-
* $Source: /cvsroot/hibiscus/hibiscus/src/de/willuhn/jameica/hbci/SynchronizeOptions.java,v $
3-
* $Revision: 1.10 $
4-
* $Date: 2010/09/02 12:25:13 $
5-
* $Author: willuhn $
6-
* $Locker: $
7-
* $State: Exp $
82
*
9-
* Copyright (c) by willuhn.webdesign
10-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
118
*
129
**********************************************************************/
1310

src/de/willuhn/jameica/hbci/TextSchluessel.java

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/**********************************************************************
2-
* $Source: /cvsroot/hibiscus/hibiscus/src/de/willuhn/jameica/hbci/TextSchluessel.java,v $
3-
* $Revision: 1.5 $
4-
* $Date: 2011/05/11 16:23:57 $
5-
* $Author: willuhn $
6-
* $Locker: $
7-
* $State: Exp $
82
*
9-
* Copyright (c) by willuhn software & services
10-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
118
*
129
**********************************************************************/
1310

src/de/willuhn/jameica/hbci/accounts/AccountProvider.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/AccountService.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/HBCIAccountPinTan.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) 2017 Olaf Willuhn
4-
* GNU GPLv2
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/HBCIAccountProvider.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/HBCIVariant.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/HBCIVariantChipcard.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/HBCIVariantKey.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/HBCIVariantPinTan.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/action/HBCIAccountNew.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/action/HBCIVariantPinTanTest.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) 2017 Olaf Willuhn
4-
* GNU GPLv2
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/controller/HBCIAccountNewController.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/controller/HBCIVariantPinTanController.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/views/AbstractHBCIAccountView.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/views/HBCIAccountNew.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

src/de/willuhn/jameica/hbci/accounts/hbci/views/HBCIVariantPinTanStep1.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**********************************************************************
22
*
3-
* Copyright (c) by Olaf Willuhn
4-
* All rights reserved
3+
* Copyright (c) 2004 Olaf Willuhn
4+
* All rights reserved.
5+
*
6+
* This software is copyrighted work licensed under the terms of the
7+
* Jameica License. Please consult the file "LICENSE" for details.
58
*
69
**********************************************************************/
710

0 commit comments

Comments
 (0)