summaryrefslogtreecommitdiff
path: root/processors
diff options
context:
space:
mode:
Diffstat (limited to 'processors')
-rw-r--r--processors/__init__.py3
-rw-r--r--processors/generic_processor.py3
2 files changed, 2 insertions, 4 deletions
diff --git a/processors/__init__.py b/processors/__init__.py
index 8a16d9c..6e104f5 100644
--- a/processors/__init__.py
+++ b/processors/__init__.py
@@ -11,7 +11,6 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Actual import processors."""
diff --git a/processors/generic_processor.py b/processors/generic_processor.py
index 9305df9..4ab0ac3 100644
--- a/processors/generic_processor.py
+++ b/processors/generic_processor.py
@@ -11,8 +11,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Import processor that supports all Bazaar repository formats."""