Skip to content

Commit 674a15b

Browse files
committed
Updated source headers and Javadocs links
- Reflected acquisition of Talend by Qlik in copyright and trademark - Updated obsolete links or removed them when no equivalent was found - Removed Javadocs variables by fixed value to work with new Maven build
1 parent a1b4f8e commit 674a15b

File tree

883 files changed

+1790
-1834
lines changed

Some content is hidden

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

883 files changed

+1790
-1834
lines changed

incubator/org.restlet.ext.webdav/src/org/restlet/ext/webdav/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
@deprecated Will be removed to focus on Web APIs.
77
@since Restlet 2.0
88
@see <a href="@home-uri@">WebDAV</a>
9-
@see <a href="http://restlet.org/learn/guide/2.2/extensions/webdav">User Guide - WebDAV extension</a>
9+
@see <a href="https://restlet.talend.com/documentation/user-guide/2.5/extensions/webdav">User Guide - WebDAV extension</a>
1010
</BODY>
1111
</HTML>

modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.authentication;

modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.authentication;

modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.authentication;

modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.authentication;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch01;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch01;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServerResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch01;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub1/MailServerApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec3.sub1;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub2/MailServerApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec3.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Blocker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec4.sub1;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/MailServerApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec4.sub1;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Tracer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec4.sub1;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Blocker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec4.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/MailServerApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec4.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Tracer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec4.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountServerResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountsServerResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/MailServerApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/RootServerResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub2;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub3/MailClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub3;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountServerResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub4;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountsServerResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub4;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub4;

modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailServerApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2005-2020 Talend
2+
* Copyright 2005-2024 Qlik
33
*
44
* The contents of this file are subject to the terms of one of the following
55
* open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can
@@ -19,7 +19,7 @@
1919
* limitations, transferable or non-transferable, directly at
2020
* https://restlet.talend.com/
2121
*
22-
* Restlet is a registered trademark of Talend S.A.
22+
* Restlet is a registered trademark of QlikTech International AB.
2323
*/
2424

2525
package org.restlet.example.book.restlet.ch02.sec5.sub4;

0 commit comments

Comments
 (0)