]> sigrok.org Git - libsigrokdecode.git/blobdiff - tests/session.c
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / tests / session.c
index d6895af8f4ec174ee19c785f3ac0f2876f263741..f9e42dfcba6f3dca71951325a2bad5bda45319aa 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 "../libsigrokdecode-internal.h" /* First, to avoid compiler warning. */
-#include "../libsigrokdecode.h"
+#include <config.h>
+#include <libsigrokdecode-internal.h> /* First, to avoid compiler warning. */
+#include <libsigrokdecode.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <check.h>
@@ -204,7 +204,7 @@ START_TEST(test_session_metadata_set_bogus)
        srd_init(NULL);
        srd_session_new(&sess);
 
-       /* Incorrect gvariant type (currently only uint64 is used). */
+       /* Incorrect GVariant type (currently only uint64 is used). */
        conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, "");
        conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, "Foo");