Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 77556fe

Browse files
authored
update copyright
1 parent c93a3a0 commit 77556fe

32 files changed

+32
-32
lines changed

src/main/java/dev/katsute/simplehttpserver/ContextUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/FileRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/HttpServerExtensions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/HttpSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/HttpSessionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/MultipartFormData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/Record.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/SimpleHttpExchange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/SimpleHttpExchangeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main/java/dev/katsute/simplehttpserver/SimpleHttpHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Katsute <https://github.com/Katsute>
2+
* Copyright (C) 2023 Katsute <https://github.com/Katsute>
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)