4ef795558eae60f2a296018b95edec938e1eb28e
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/flexipix.h  1) /*
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/etherpix/etherpix.h  2)  * EtherPix library
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/flexipix.h  3)  *
Stefan Schuermans update copyright year

Stefan Schuermans authored 7 years ago

include/etherpix/etherpix.h  4)  * Copyright 2010-2017 Stefan Schuermans <stefan schuermans info>
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/flexipix.h  5)  *
include/flexipix/flexipix.h  6)  * This program is free software: you can redistribute it and/or modify
include/flexipix/flexipix.h  7)  * it under the terms of the GNU General Public License as published by
include/flexipix/flexipix.h  8)  * the Free Software Foundation, version 3 of the License.
include/flexipix/flexipix.h  9)  *
include/flexipix/flexipix.h 10)  *
include/flexipix/flexipix.h 11)  * This program is distributed in the hope that it will be useful,
include/flexipix/flexipix.h 12)  * but WITHOUT ANY WARRANTY; without even the implied warranty of
include/flexipix/flexipix.h 13)  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
include/flexipix/flexipix.h 14)  * GNU General Public License for more details.
include/flexipix/flexipix.h 15)  *
include/flexipix/flexipix.h 16)  * You should have received a copy of the GNU Lesser General Public License
include/flexipix/flexipix.h 17)  * along with this program. If not, see <http://www.gnu.org/licenses/>.
include/flexipix/flexipix.h 18)  */
include/flexipix/flexipix.h 19) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/etherpix/etherpix.h 20) #ifndef ETP_INC_ETHERPIX_H
include/etherpix/etherpix.h 21) #define ETP_INC_ETHERPIX_H
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/flexipix.h 22) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/etherpix/etherpix.h 23) #include <etherpix/display.h>
include/etherpix/etherpix.h 24) #include <etherpix/displayer.h>
include/etherpix/etherpix.h 25) #include <etherpix/info.h>
include/etherpix/etherpix.h 26) #include <etherpix/msg.h>
include/etherpix/etherpix.h 27) #include <etherpix/types.h>
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/flexipix.h 28) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/etherpix/etherpix.h 29) #endif /* #ifndef ETP_INC_ETHERPIX_H */