From f063f547597c6ee96bf68b5dd4a773cdcb4b0d61 Mon Sep 17 00:00:00 2001 From: rogiel Date: Sun, 1 May 2011 19:33:01 -0300 Subject: [PATCH] Change-Id: I1d45a2f653c86a4ae7bbfc8dae8ff957b23150b6 --- .../piece/score/PieceRarenessScoreAlgorithm.java | 16 ++++++++++++++-- .../torrent/piece/score/PieceScoreAlgorithm.java | 16 ++++++++++++++-- .../piece/score/ScoredPieceComparator.java | 16 ++++++++++++++-- 3 files changed, 42 insertions(+), 6 deletions(-) diff --git a/src/main/java/net/torrent/torrent/piece/score/PieceRarenessScoreAlgorithm.java b/src/main/java/net/torrent/torrent/piece/score/PieceRarenessScoreAlgorithm.java index b608eea..74772a3 100644 --- a/src/main/java/net/torrent/torrent/piece/score/PieceRarenessScoreAlgorithm.java +++ b/src/main/java/net/torrent/torrent/piece/score/PieceRarenessScoreAlgorithm.java @@ -1,5 +1,17 @@ -/** - * +/* + * Copyright 2011 Rogiel Josias Sulzbach + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.torrent.torrent.piece.score; diff --git a/src/main/java/net/torrent/torrent/piece/score/PieceScoreAlgorithm.java b/src/main/java/net/torrent/torrent/piece/score/PieceScoreAlgorithm.java index 9041e29..4d10b96 100644 --- a/src/main/java/net/torrent/torrent/piece/score/PieceScoreAlgorithm.java +++ b/src/main/java/net/torrent/torrent/piece/score/PieceScoreAlgorithm.java @@ -1,5 +1,17 @@ -/** - * +/* + * Copyright 2011 Rogiel Josias Sulzbach + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.torrent.torrent.piece.score; diff --git a/src/main/java/net/torrent/torrent/piece/score/ScoredPieceComparator.java b/src/main/java/net/torrent/torrent/piece/score/ScoredPieceComparator.java index 87154ae..0b13ef6 100644 --- a/src/main/java/net/torrent/torrent/piece/score/ScoredPieceComparator.java +++ b/src/main/java/net/torrent/torrent/piece/score/ScoredPieceComparator.java @@ -1,5 +1,17 @@ -/** - * +/* + * Copyright 2011 Rogiel Josias Sulzbach + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package net.torrent.torrent.piece.score;