]> sigrok.org Git - libsigrok.git/blobdiff - src/output/ols.c
license: remove FSF postal address from boiler plate license text
[libsigrok.git] / src / output / ols.c
index 1202a93ec74cac8ad37f1cdab3138ff859cf620d..719434432ea19edab774a824263c1ddcbf6693b9 100644 (file)
@@ -15,8 +15,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/>.
  */
 
 /*
  * https://github.com/jawi/ols/wiki/OLS-data-file-format
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "output/ols"