diff --git a/lambda-test/avrjunit.c b/lambda-test/avrjunit.c index dd177eb..b7f9dfd 100644 --- a/lambda-test/avrjunit.c +++ b/lambda-test/avrjunit.c @@ -7,22 +7,7 @@ * Created on: 06.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #include diff --git a/lambda-test/avrjunit.h b/lambda-test/avrjunit.h index ecd18fb..c0ae496 100644 --- a/lambda-test/avrjunit.h +++ b/lambda-test/avrjunit.h @@ -1,27 +1,12 @@ /* * avrjunit.h * - * Very basic unit test framework for AVR microcontroller code. + * Very basic unit test framework for AVR micro controller code. * * Created on: 06.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #include diff --git a/lambda-test/lambda-test.c b/lambda-test/lambda-test.c index d3cb2ff..93eac7c 100644 --- a/lambda-test/lambda-test.c +++ b/lambda-test/lambda-test.c @@ -6,22 +6,7 @@ * Created on: 04.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java, but new to C. + * DISCLAIMER: I'm new to C. * * ATTRIBUTION: This project includes the module USART and the Makefile from * the code accompanying the book Make: AVR Programming by Elliot Williams, diff --git a/lambda/adc.c b/lambda/adc.c index ae4a7d3..984e303 100644 --- a/lambda/adc.c +++ b/lambda/adc.c @@ -6,22 +6,7 @@ * Created on: 11.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #include diff --git a/lambda/adc.h b/lambda/adc.h index 71ee2ff..5604d54 100644 --- a/lambda/adc.h +++ b/lambda/adc.h @@ -6,22 +6,7 @@ * Created on: 11.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #ifndef ADC_H_ diff --git a/lambda/integers.c b/lambda/integers.c index 28f4ba0..88cf85f 100644 --- a/lambda/integers.c +++ b/lambda/integers.c @@ -6,22 +6,7 @@ * Created on: 07.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #include diff --git a/lambda/integers.h b/lambda/integers.h index d5f2ece..42458a8 100644 --- a/lambda/integers.h +++ b/lambda/integers.h @@ -6,22 +6,7 @@ * Created on: 07.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #ifndef INTEGERS_H_ diff --git a/lambda/lambda.c b/lambda/lambda.c index 8ea90c3..09b53cb 100644 --- a/lambda/lambda.c +++ b/lambda/lambda.c @@ -7,22 +7,7 @@ * Created on: 22.02.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. * * ATTRIBUTION: This project includes the module USART and the Makefile from * the code accompanying the book Make: AVR Programming by Elliot Williams, diff --git a/lambda/sensors.c b/lambda/sensors.c index 33383aa..66ab571 100644 --- a/lambda/sensors.c +++ b/lambda/sensors.c @@ -6,22 +6,7 @@ * Created on: 02.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #include diff --git a/lambda/sensors.h b/lambda/sensors.h index a14991e..6aed6e2 100644 --- a/lambda/sensors.h +++ b/lambda/sensors.h @@ -6,22 +6,7 @@ * Created on: 02.03.2015 * Author: dode@luniks.net * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Alternatively, the contents of this file may be used under the terms of the - * GNU Lesser General Public License Version 2.1 (the "LGPL License"), in which - * case the provisions of the LGPL License are applicable instead of those - * above. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU (Lesser) General Public License for more details. - * - * DISCLAIMER: I'm experienced with Java and I like C, but I'm new here. + * DISCLAIMER: I'm new to C. */ #ifndef SENSORS_H_