From 060b85767d61f088b86f42696dcd4792c668c972 Mon Sep 17 00:00:00 2001 From: Rogiel Date: Sun, 14 Aug 2011 13:57:44 -0300 Subject: [PATCH] Updated copyright notice with the correct project URL --- src/main/java/com/rogiel/httpchannel/DownloadChannel.java | 2 +- src/main/java/com/rogiel/httpchannel/UploadChannel.java | 2 +- .../java/com/rogiel/httpchannel/service/CaptchaResolver.java | 2 +- .../java/com/rogiel/httpchannel/service/DownloadService.java | 2 +- src/main/java/com/rogiel/httpchannel/service/Service.java | 2 +- src/main/java/com/rogiel/httpchannel/service/UploadService.java | 2 +- .../com/rogiel/httpchannel/service/impl/MegaUploadService.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/rogiel/httpchannel/DownloadChannel.java b/src/main/java/com/rogiel/httpchannel/DownloadChannel.java index 22217ef..59e2090 100644 --- a/src/main/java/com/rogiel/httpchannel/DownloadChannel.java +++ b/src/main/java/com/rogiel/httpchannel/DownloadChannel.java @@ -1,5 +1,5 @@ /* - * This file is part of seedbox . + * This file is part of seedbox . * * seedbox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/rogiel/httpchannel/UploadChannel.java b/src/main/java/com/rogiel/httpchannel/UploadChannel.java index 36097d8..d36cec9 100644 --- a/src/main/java/com/rogiel/httpchannel/UploadChannel.java +++ b/src/main/java/com/rogiel/httpchannel/UploadChannel.java @@ -1,5 +1,5 @@ /* - * This file is part of seedbox . + * This file is part of seedbox . * * seedbox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/rogiel/httpchannel/service/CaptchaResolver.java b/src/main/java/com/rogiel/httpchannel/service/CaptchaResolver.java index 30b56ab..3f44684 100644 --- a/src/main/java/com/rogiel/httpchannel/service/CaptchaResolver.java +++ b/src/main/java/com/rogiel/httpchannel/service/CaptchaResolver.java @@ -1,5 +1,5 @@ /* - * This file is part of seedbox . + * This file is part of seedbox . * * seedbox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/rogiel/httpchannel/service/DownloadService.java b/src/main/java/com/rogiel/httpchannel/service/DownloadService.java index d6ca5a8..3c122cb 100644 --- a/src/main/java/com/rogiel/httpchannel/service/DownloadService.java +++ b/src/main/java/com/rogiel/httpchannel/service/DownloadService.java @@ -1,5 +1,5 @@ /* - * This file is part of seedbox . + * This file is part of seedbox . * * seedbox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/rogiel/httpchannel/service/Service.java b/src/main/java/com/rogiel/httpchannel/service/Service.java index 190c15a..9383acd 100644 --- a/src/main/java/com/rogiel/httpchannel/service/Service.java +++ b/src/main/java/com/rogiel/httpchannel/service/Service.java @@ -1,5 +1,5 @@ /* - * This file is part of seedbox . + * This file is part of seedbox . * * seedbox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/rogiel/httpchannel/service/UploadService.java b/src/main/java/com/rogiel/httpchannel/service/UploadService.java index 7a533f3..9cbfc07 100644 --- a/src/main/java/com/rogiel/httpchannel/service/UploadService.java +++ b/src/main/java/com/rogiel/httpchannel/service/UploadService.java @@ -1,5 +1,5 @@ /* - * This file is part of seedbox . + * This file is part of seedbox . * * seedbox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/rogiel/httpchannel/service/impl/MegaUploadService.java b/src/main/java/com/rogiel/httpchannel/service/impl/MegaUploadService.java index 9d7f653..67b807a 100644 --- a/src/main/java/com/rogiel/httpchannel/service/impl/MegaUploadService.java +++ b/src/main/java/com/rogiel/httpchannel/service/impl/MegaUploadService.java @@ -1,5 +1,5 @@ /* - * This file is part of seedbox . + * This file is part of seedbox . * * seedbox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by