diff --git a/python/lsst/meas/algorithms/__init__.py b/python/lsst/meas/algorithms/__init__.py
index 8b1790c55..7a59f17af 100644
--- a/python/lsst/meas/algorithms/__init__.py
+++ b/python/lsst/meas/algorithms/__init__.py
@@ -1,10 +1,10 @@
-# This file is part of meas_algorithms.
#
-# Developed for the LSST Data Management System.
-# This product includes software developed by the LSST Project
-# (https://www.lsst.org).
-# See the COPYRIGHT file at the top-level directory of this distribution
-# for details of code ownership.
+# LSST Data Management System
+#
+# Copyright 2008-2017 AURA/LSST.
+#
+# This product includes software developed by the
+# LSST Project (http://www.lsst.org/).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,8 +16,10 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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, see .
+# You should have received a copy of the LSST License Statement and
+# the GNU General Public License along with this program. If not,
+# see .
+#
"""lsst.meas.algorithms
"""
@@ -60,11 +62,7 @@
from .scaleVariance import *
from .noise_covariance import *
from .reinterpolate_pixels import *
-<<<<<<< HEAD
from .setPrimaryFlags import *
-=======
-from .variance_plane import *
->>>>>>> 3553a488 (Add function to remove Poisson contribution from source from variance plane.)
from .version import *