]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/importmenu.cpp
Session: Don't process packets without sample data
[pulseview.git] / pv / widgets / importmenu.cpp
index a56bff7c3b4e448d025ef5c0a13afb3858937b29..1a45aa6207dec2cd493719bfa86f5eb376a80afb 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>
@@ -85,5 +84,5 @@ void ImportMenu::on_action(QObject *action)
        format_selected((*iter).second);
 }
 
-} // widgets
-} // pv
+}  // namespace widgets
+}  // namespace pv