]> sigrok.org Git - pulseview.git/blobdiff - pv/view/header.cpp
license: remove FSF postal address from boiler plate license text
[pulseview.git] / pv / view / header.cpp
index ba0f9e61affba6c9314dfd66437142f99b6ce296..8849ee3fed2beb4b7fe8e9ba1fcfd445412c41df 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 "header.hpp"
@@ -49,7 +48,8 @@ using std::stable_sort;
 using std::vector;
 
 namespace pv {
-namespace view {
+namespace views {
+namespace TraceView {
 
 const int Header::Padding = 12;
 const int Header::BaselineOffset = 5;
@@ -218,5 +218,6 @@ void Header::on_ungroup()
        } while (restart);
 }
 
-} // namespace view
+} // namespace TraceView
+} // namespace views
 } // namespace pv