]> 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 2ca16b3a6da4a15612de9244d9569e34b24fb262..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>