- Timestamp:
- 06/23/11 17:36:05 (12 years ago)
- Branches:
- master, qt5
- Children:
- 68b2df2
- Parents:
- 83f0ba7
- Location:
- src/alarm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/alarm/alarm.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "alarm.h" -
src/alarm/alarm.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef ALARM_H -
src/alarm/calendar.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "calendar.h" -
src/alarm/calendar.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef CALENDAR_H
Note: See TracChangeset
for help on using the changeset viewer.