license: remove FSF postal address from boiler plate license text
[pulseview.git] / pv / data / analog.hpp
index 777deb6d01b4e161905bb8830f184c1a0d164624..6634728a78e45e6c7ab73fe3661ccf1a80e65f71 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/>.
  */
 
 #ifndef PULSEVIEW_PV_DATA_ANALOG_HPP
@@ -46,7 +45,7 @@ public:
 
        void clear();
 
-       uint64_t get_max_sample_count() const;
+       uint64_t max_sample_count() const;
 
 private:
        std::deque< std::shared_ptr<AnalogSegment> > segments_;