license: remove FSF postal address from boiler plate license text
[pulseview.git] / pv / view / marginwidget.cpp
index 7e4fcdfa76aed109e0e8bfb6cb2032f6690bbdb6..0d35c5fc6e981718513e7c56d421fd3d8be98ada 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 <QMenu>
@@ -30,7 +29,8 @@
 using std::shared_ptr;
 
 namespace pv {
-namespace view {
+namespace views {
+namespace TraceView {
 
 MarginWidget::MarginWidget(View &parent) :
        ViewWidget(parent)
@@ -74,5 +74,6 @@ void MarginWidget::keyPressEvent(QKeyEvent *event)
        }
 }
 
-} // namespace view
+} // namespace TraceView
+} // namespace views
 } // namespace pv