Changeset 382


Ignore:
Timestamp:
05/15/10 16:19:24 (2 years ago)
Author:
dh8ghh
Message:

GPL Hinweis hinzugefügt

Location:
trunk/Software
Files:
44 edited

Legend:

Unmodified
Added
Removed
  • trunk/Software/ADC.c

    r283 r382  
    66* Description: Code zum Thema ADWandler 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/io.h> 
  • trunk/Software/ADC.h

    r184 r382  
    66* Description: Deklarationen zum Thema AD-Wandler 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef ADC_H 
  • trunk/Software/EEPROM.c

    r378 r382  
    66* Description: Code zum Thema SPI-EEPROM 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926 
  • trunk/Software/EEPROM.h

    r342 r382  
    66* Description: Deklarationen zum Thema TWI-EEPROM 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef SMSEREEPROM_H 
  • trunk/Software/FiFiSMSer.c

    r335 r382  
    66* Description: FiFISMSer Hauptmodul 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/io.h> 
  • trunk/Software/FiFiSMSer.h

    r318 r382  
    88*/ 
    99 
     10 
     11/* 
     12Copyright (C) 2009  G. Herzig / DH8GHH 
     13 
     14This program is free software; you can redistribute it and/or modify it 
     15under the terms of the GNU General Public License as published by the 
     16Free Software Foundation; either version 3 of the License, 
     17or (at your option) any later version. 
     18 
     19This program is distributed in the hope that it will be useful, 
     20but WITHOUT ANY WARRANTY; without even the implied warranty of 
     21MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     22See the GNU General Public License for more details. 
     23 
     24You should have received a copy of the GNU General Public License 
     25along with this program; if not, see <http://www.gnu.org/licenses/> 
     26*/ 
    1027#ifndef FiFiSMSer_H 
    1128#define FiFiSMSer_H 
  • trunk/Software/FontJumptable.c

    r251 r382  
    66* Description: Enthält das FontTable mit den Sprungverweisen auf die Grafikressourcen für  
    77*                               die verschiedenen Schriftarten 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/pgmspace.h> 
  • trunk/Software/FontJumptable.h

    r99 r382  
    77* 
    88*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
     25*/ 
    926#ifndef FONTJUMPTABLE_H 
    1027#define FONTJUMPTABLE_H 
  • trunk/Software/Fonts/Small-Normal-4x5.h

    r251 r382  
    66* Description: Enthält die Grafikressourcen für die Schriftart "Small" 
    77*                               Unbenutzte Ressourcen sind aus Platzgründen herausgenommen 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef SMALL_NORMAL_4X5_H 
  • trunk/Software/Fonts/Tahoma7-Fett-9x8.h

    r251 r382  
    66* Description: Enthält die Grafikressourcen für die Schriftart "Fett" 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef TAHOMA7_FETT_9X8_H 
  • trunk/Software/Fonts/Tahoma7-Normal-7x8.h

    r251 r382  
    66* Description: Enthält die Grafikressourcen für die Schriftart "Normal" 
    77* 
    8 */#ifndef TAHOMA7_NORMAL_7X8_H 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
     25*/ 
     26#ifndef TAHOMA7_NORMAL_7X8_H 
    927#define TAHOMA7_NORMAL_7X8_H 
    1028 
  • trunk/Software/GlobalDefs.h

    r283 r382  
    66* Description: Globale Definitionen 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef GLOBALDEFS_H 
  • trunk/Software/Keypad.c

    r370 r382  
    66* Description: Code zum Thema Tastatur 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <util/delay.h> 
  • trunk/Software/Keypad.h

    r310 r382  
    66* Description: Deklarationen zum Thema Tastatur 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef KEYPAD_H 
  • trunk/Software/LCD.c

    r378 r382  
    77* 
    88*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
     25*/ 
    926#include <stdio.h> 
    1027#include <stdlib.h> 
  • trunk/Software/LCD.h

    r193 r382  
    66* Description: Deklarationen zum Thema Display 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef LCD_H 
  • trunk/Software/LED_SPK.c

    r334 r382  
    66* Description: Code zum Thema LED 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/io.h> 
  • trunk/Software/LED_SPK.h

    r256 r382  
    66* Description: Deklarationen zum Thema LED 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef LED_SPK_H 
  • trunk/Software/MHeard.c

    r349 r382  
     1/* $HeadURL$ 
     2* $LastChangedRevision$ 
     3* $LastChangedDate$ 
     4* $LastChangedBy$ 
     5* 
     6* Description: Deklarationen zum Thema Mheard Liste 
     7* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
     25*/ 
    126#include <stdlib.h> 
    227#include <avr/pgmspace.h> 
  • trunk/Software/MHeard.h

    r310 r382  
     1/* $HeadURL$ 
     2* $LastChangedRevision$ 
     3* $LastChangedDate$ 
     4* $LastChangedBy$ 
     5* 
     6* Description: Deklarationen zum Thema Mheard Liste 
     7* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
     25*/ 
    126#ifndef MHEARD_H 
    227#define MHEARD_H 
  • trunk/Software/MenuErweitert.c

    r378 r382  
    66* Description: Code zum Thema Erweitert-Menü 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <stdio.h> 
  • trunk/Software/MenuErweitert.h

    r283 r382  
    66* Description: Deklarationen zum Thema Extra Funktionen 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef MENUERWEITERT_H 
  • trunk/Software/MenuMain.c

    r318 r382  
    66* Description: Deklarationen zum Thema GUI 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/sleep.h> 
  • trunk/Software/MenuMain.h

    r99 r382  
    66* Description: Deklarationen zu Thema Hauptmenü 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef MENUMAIN_H 
  • trunk/Software/MenuMheard.c

    r349 r382  
    66* Description: Deklarationen zum Thema Nachrichten-Menü 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/sleep.h> 
  • trunk/Software/MenuMheard.h

    r283 r382  
    66* Description: Deklarationen zum Thema Menü im MH-Fenster 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef MENUMHEARD_H 
  • trunk/Software/MenuNachrichten.c

    r283 r382  
    66* Description: Deklarationen zum Thema Nachrichten-Menü 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/sleep.h> 
  • trunk/Software/MenuNachrichten.h

    r283 r382  
    66* Description: Deklarationen zum Thema Menü in der Nachrichten-Liste 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef MENUNACHRICHTEN_H 
  • trunk/Software/MenuSetup.c

    r378 r382  
    66* Description: Code zum Thema Setup-Menü 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <stdio.h> 
  • trunk/Software/MenuSetup.h

    r312 r382  
    66* Description: Deklarationen zum Thema Setup 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef MENUSETUP_H 
  • trunk/Software/MenuVerfassen.c

    r249 r382  
    66* Description: Deklarationen zum Thema Nachrichten-Menü 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/sleep.h> 
  • trunk/Software/MenuVerfassen.h

    r231 r382  
    66* Description: Deklarationen zum Thema Menü im Message Editor 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef MENUVERFASSEN_H 
  • trunk/Software/Message.c

    r378 r382  
    66* Description: Code zum Thema Nachrichten 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <stdlib.h> 
  • trunk/Software/Message.h

    r318 r382  
    66* Description: Deklarationen zum Thema Messageformat 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef MESSAGE_H 
  • trunk/Software/RFM12_LLC.c

    r378 r382  
     1/* $HeadURL$ 
     2* $LastChangedRevision$ 
     3* $LastChangedDate$ 
     4* $LastChangedBy$ 
     5* 
     6* Description: Code zum Link Control Layer des RFM12 
     7* 
     8*/ 
     9 
     10/* 
     11 ****************************************************************************** 
     12 * RFM12 Protokoll Stack 
     13 * Copyright (C) 2008  Manuel Stahl (thymythos@web.de) 
     14 * 
     15 * This program is free software; you can redistribute it and/or modify 
     16 * it under the terms of the GNU General Public License as published by 
     17 * the Free Software Foundation; either version 2 of the License, or 
     18 * (at your option) any later version. 
     19 * 
     20 * This program is distributed in the hope that it will be useful, 
     21 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     23 * GNU General Public License for more details. 
     24 * 
     25 * You should have received a copy of the GNU General Public License along 
     26 * with this program; if not, write to the Free Software Foundation, Inc., 
     27 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     28 ****************************************************************************** 
     29 */ 
    130#include <util/crc16.h> 
    231#include <string.h> 
  • trunk/Software/RFM12_MAC.c

    r378 r382  
     1/* $HeadURL$ 
     2* $LastChangedRevision$ 
     3* $LastChangedDate$ 
     4* $LastChangedBy$ 
     5* 
     6* Description: Code zum Media Access Layer des RFM12 
     7* 
     8*/ 
     9/* 
     10 ****************************************************************************** 
     11 * RFM12 Protokoll Stack 
     12 * Copyright (C) 2008  Manuel Stahl (thymythos@web.de) 
     13 * 
     14 * This program is free software; you can redistribute it and/or modify 
     15 * it under the terms of the GNU General Public License as published by 
     16 * the Free Software Foundation; either version 2 of the License, or 
     17 * (at your option) any later version. 
     18 * 
     19 * This program is distributed in the hope that it will be useful, 
     20 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     22 * GNU General Public License for more details. 
     23 * 
     24 * You should have received a copy of the GNU General Public License along 
     25 * with this program; if not, write to the Free Software Foundation, Inc., 
     26 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     27 ****************************************************************************** 
     28 */ 
    129#include <avr/interrupt.h> 
    230#include <avr/pgmspace.h> 
  • trunk/Software/RFM12_PHY.c

    r378 r382  
     1/* $HeadURL$ 
     2* $LastChangedRevision$ 
     3* $LastChangedDate$ 
     4* $LastChangedBy$ 
     5* 
     6* Description: Code zum Physical Layer des RFM12 
     7* 
     8*/ 
     9/* 
     10 ****************************************************************************** 
     11 * RFM12 Protokoll Stack 
     12 * Copyright (C) 2008  Manuel Stahl (thymythos@web.de) 
     13 * 
     14 * This program is free software; you can redistribute it and/or modify 
     15 * it under the terms of the GNU General Public License as published by 
     16 * the Free Software Foundation; either version 2 of the License, or 
     17 * (at your option) any later version. 
     18 * 
     19 * This program is distributed in the hope that it will be useful, 
     20 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     22 * GNU General Public License for more details. 
     23 * 
     24 * You should have received a copy of the GNU General Public License along 
     25 * with this program; if not, write to the Free Software Foundation, Inc., 
     26 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
     27 ****************************************************************************** 
     28 */ 
    129#include <util/delay.h> 
    230 
  • trunk/Software/Ressources.c

    r349 r382  
    66* Description: Enthält alle Glyphen als Byte-Arrays 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/pgmspace.h> 
  • trunk/Software/Ressources.h

    r321 r382  
    66* Description: Deklarationen zum Thema Glyphen und Grafiken 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#ifndef RESSOURCES_H 
  • trunk/Software/Screen.c

    r378 r382  
    66* Description: Deklarationen zum Thema GUI 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <stdio.h> 
  • trunk/Software/Screen.h

    r251 r382  
    66* Description: Deklarationen zum Thema GUI 
    77* 
     8Copyright (C) 2009  G. Herzig / DH8GHH 
     9 
     10This program is free software; you can redistribute it and/or modify it 
     11under the terms of the GNU General Public License as published by the 
     12Free Software Foundation; either version 3 of the License, 
     13or (at your option) any later version. 
     14 
     15This program is distributed in the hope that it will be useful, 
     16but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     18See the GNU General Public License for more details. 
     19 
     20You should have received a copy of the GNU General Public License 
     21along with this program; if not, see <http://www.gnu.org/licenses/> 
    822*/ 
    923#ifndef SCREEN_H 
  • trunk/Software/Timer.c

    r378 r382  
    66* Description: Code zum Thema Zeit/zyklisches 
    77* 
     8*/ 
     9 
     10/* 
     11Copyright (C) 2009  G. Herzig / DH8GHH 
     12 
     13This program is free software; you can redistribute it and/or modify it 
     14under the terms of the GNU General Public License as published by the 
     15Free Software Foundation; either version 3 of the License, 
     16or (at your option) any later version. 
     17 
     18This program is distributed in the hope that it will be useful, 
     19but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     21See the GNU General Public License for more details. 
     22 
     23You should have received a copy of the GNU General Public License 
     24along with this program; if not, see <http://www.gnu.org/licenses/> 
    825*/ 
    926#include <avr/io.h> 
  • trunk/Software/Timer.h

    r350 r382  
    66* Description: Deklarationen zum Thema Zyklisches und Zeitfunktionen 
    77* 
     8Copyright (C) 2009  G. Herzig / DH8GHH 
     9 
     10This program is free software; you can redistribute it and/or modify it 
     11under the terms of the GNU General Public License as published by the 
     12Free Software Foundation; either version 3 of the License, 
     13or (at your option) any later version. 
     14 
     15This program is distributed in the hope that it will be useful, 
     16but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     18See the GNU General Public License for more details. 
     19 
     20You should have received a copy of the GNU General Public License 
     21along with this program; if not, see <http://www.gnu.org/licenses/> 
    822*/ 
    923#ifndef TIMER_H 
  • trunk/Software/avrFiFiSMSer.vcproj

    r339 r382  
    112112                        </File> 
    113113                        <File 
     114                                RelativePath=".\rs.h" 
     115                                > 
     116                        </File> 
     117                        <File 
    114118                                RelativePath=".\Screen.h" 
    115119                                > 
     
    170174                                Name="Fonts" 
    171175                                > 
    172                                 <File 
    173                                         RelativePath=".\fonts\FontDouble.h" 
    174                                         > 
    175                                 </File> 
    176176                                <File 
    177177                                        RelativePath=".\fonts\Small-Normal-4x5.h" 
     
    221221                        <File 
    222222                                RelativePath=".\MHeard.c" 
     223                                > 
     224                        </File> 
     225                        <File 
     226                                RelativePath=".\rs.c" 
    223227                                > 
    224228                        </File> 
Note: See TracChangeset for help on using the changeset viewer.