X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fproperty.cpp;h=9bb99c2e75b22102cb5c1c23721a7c3c9b0b7f37;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hp=c513d51e6f41ae036a9454ed68eca62aa0c56420;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329;p=pulseview.git diff --git a/pv/prop/property.cpp b/pv/prop/property.cpp index c513d51..9bb99c2 100644 --- a/pv/prop/property.cpp +++ b/pv/prop/property.cpp @@ -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 . */ #include "property.hpp" @@ -40,5 +39,5 @@ bool Property::labeled_widget() const return false; } -} // prop -} // pv +} // namespace prop +} // namespace pv