]> sigrok.org Git - pulseview.git/blobdiff - pv/view/signalscalehandle.cpp
license: remove FSF postal address from boiler plate license text
[pulseview.git] / pv / view / signalscalehandle.cpp
index a4c2b4199c3d3e109a6f949750b69443c574e074..aa0201b6368781ce9aa17efb8e26b5a5f85c8807 100644 (file)
@@ -14,8 +14,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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <algorithm>
@@ -30,7 +29,8 @@ using std::max;
 using std::min;
 
 namespace pv {
-namespace view {
+namespace views {
+namespace TraceView {
 
 SignalScaleHandle::SignalScaleHandle(Signal &owner) :
        owner_(owner)
@@ -103,5 +103,6 @@ void SignalScaleHandle::paint_fore(QPainter &p, const ViewItemPaintParams &pp)
        p.drawEllipse(r);
 }
 
-} // view
-} // pv
+} // namespace TraceView
+} // namespace views
+} // namespace pv