Skip to content

Commit 29411b1

Browse files
License formatting
1 parent 34fce10 commit 29411b1

File tree

11 files changed

+28
-10
lines changed

11 files changed

+28
-10
lines changed

ModifiableVariable/src/test/java/de/rub/nds/tlsattacker/modifiablevariable/assertion/AssertionTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.modifiablevariable.assertion;
910

Runnable/src/main/java/de/rub/nds/tlsattacker/Main.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker;
910

TLS/src/main/java/de/rub/nds/tlsattacker/tls/constants/AlgorithmResolver.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.tls.constants;
910

TLS/src/main/java/de/rub/nds/tlsattacker/tls/constants/CipherSuite.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.tls.constants;
910

TLS/src/main/java/de/rub/nds/tlsattacker/tls/constants/PublicKeyAlgorithm.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.tls.constants;
910

TLS/src/main/java/de/rub/nds/tlsattacker/tls/protocol/handshake/DHEServerKeyExchangeHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.tls.protocol.handshake;
910

TLS/src/main/java/de/rub/nds/tlsattacker/tls/protocol/handshake/DHEServerKeyExchangeMessage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.tls.protocol.handshake;
910

TLS/src/main/java/de/rub/nds/tlsattacker/tls/protocol/handshake/ECDHEServerKeyExchangeHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.tls.protocol.handshake;
910

TLS/src/test/java/de/rub/nds/tlsattacker/tls/TlsClientTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.tls;
910

TestSuite/src/main/java/de/rub/nds/tlsattacker/testsuite/impl/ServerTestSuite.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
55
*
6-
* Licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
6+
* Licensed under Apache License 2.0
7+
* http://www.apache.org/licenses/LICENSE-2.0
78
*/
89
package de.rub.nds.tlsattacker.testsuite.impl;
910

0 commit comments

Comments
 (0)