Consistenty use auto-generated namespace comments.
[pulseview.git] / pv / prop / property.cpp
index 26740ba0e98f7761d845eb0e7bbab2563ca5f2ee..9bb99c2e75b22102cb5c1c23721a7c3c9b0b7f37 100644 (file)
  * 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 "property.h"
+#include "property.hpp"
 
 namespace pv {
 namespace prop {
@@ -40,5 +39,5 @@ bool Property::labeled_widget() const
        return false;
 }
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv