Browse Source

license comment

LPA-1
Volker Birk 7 years ago
parent
commit
282a88ce8a
  1. 1
      Makefile
  2. 3
      Makefile.conf
  3. 3
      test_adapter.cc

1
Makefile

@ -1,4 +1,5 @@
# this file is under GNU GPL 3.0, see LICENSE.txt
# see LICENSE.txt
include Makefile.conf
-include local.conf

3
Makefile.conf

@ -1,3 +1,6 @@
# this file is under GNU GPL 3.0, see LICENSE.txt
# see LICENSE.txt
TARGET=libpEpAdapter.a
PREFIX=$(HOME)
PEP=$(HOME)

3
test_adapter.cc

@ -1,3 +1,6 @@
// This file is under GNU General Public License 3.0
// see LICENSE.txt
#include "Adapter.hh"
#include <iostream>
#include <assert.h>

Loading…
Cancel
Save