From: Sakari Poussa Date: Sun, 29 Nov 2009 19:16:39 +0000 (+0200) Subject: GPLv2 license X-Git-Url: https://vcs.maemo.org/git/?p=scorecard;a=commitdiff_plain;h=cb8af7d6c78f71de9330c1122bcc96b0777fe422 GPLv2 license --- diff --git a/TODO b/TODO index 858deab..3bd8e45 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,10 @@ TOP Items -- Course edit does not store the changes TODO General: - edit course table is selectable (chk others) -- yeallow color is bad, black is good - split club/course DB in master and user - If course is in the score but not in course, navogating away from the score not possible. Editing the score core dumps. -- Statistics view (BIG) - Delete score - Delete course - Settings diff --git a/src/cell-delegate.cpp b/src/cell-delegate.cpp index 126fa2a..4d40457 100644 --- a/src/cell-delegate.cpp +++ b/src/cell-delegate.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include "cell-delegate.h" #include #include diff --git a/src/cell-delegate.h b/src/cell-delegate.h index 75c5069..38df746 100644 --- a/src/cell-delegate.h +++ b/src/cell-delegate.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #ifndef CELLDELEGATE_H #define CELLDELEGATE_H diff --git a/src/course-dialog.cpp b/src/course-dialog.cpp index b14b444..9b6273b 100644 --- a/src/course-dialog.cpp +++ b/src/course-dialog.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include #include diff --git a/src/course-dialog.h b/src/course-dialog.h index 3a13112..b6a54ef 100644 --- a/src/course-dialog.h +++ b/src/course-dialog.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #ifndef COURSE_DIALOG_H #define COURSE_DIALOG_H diff --git a/src/data.cpp b/src/data.cpp index 9885c75..270e04b 100644 --- a/src/data.cpp +++ b/src/data.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include "data.h" //////////////////////////////////////////////////////////////////////// diff --git a/src/data.h b/src/data.h index 957c8e2..580581b 100644 --- a/src/data.h +++ b/src/data.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #ifndef __SCORE_DATA_H #define __SCORE_DATA_H diff --git a/src/main-window.cpp b/src/main-window.cpp index 02080e3..567a0af 100644 --- a/src/main-window.cpp +++ b/src/main-window.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include "main-window.h" diff --git a/src/main-window.h b/src/main-window.h index fd49cfe..1816ca7 100644 --- a/src/main-window.h +++ b/src/main-window.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include #include diff --git a/src/main.cpp b/src/main.cpp index 448864b..89ab6b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include #include diff --git a/src/score-dialog.cpp b/src/score-dialog.cpp index 086c012..443bfd2 100644 --- a/src/score-dialog.cpp +++ b/src/score-dialog.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include diff --git a/src/score-dialog.h b/src/score-dialog.h index 854a6db..b7dba33 100644 --- a/src/score-dialog.h +++ b/src/score-dialog.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #ifndef SCORE_DIALOG_H #define SCORE_DIALOG_H diff --git a/src/stat-model.cpp b/src/stat-model.cpp index f2396c7..f9b7f41 100644 --- a/src/stat-model.cpp +++ b/src/stat-model.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include "stat-model.h" diff --git a/src/stat-model.h b/src/stat-model.h index 445b1e7..b482f0f 100644 --- a/src/stat-model.h +++ b/src/stat-model.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include "data.h" diff --git a/src/table-model.cpp b/src/table-model.cpp index d076684..1f3721d 100644 --- a/src/table-model.cpp +++ b/src/table-model.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ #include #include diff --git a/src/table-model.h b/src/table-model.h index c5a4021..0c1c60b 100644 --- a/src/table-model.h +++ b/src/table-model.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include diff --git a/src/tree-item.cpp b/src/tree-item.cpp index 7c0e6d6..46f8425 100644 --- a/src/tree-item.cpp +++ b/src/tree-item.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include "tree-item.h" TreeItem::TreeItem() diff --git a/src/tree-item.h b/src/tree-item.h index bd82d7c..d06b7b0 100644 --- a/src/tree-item.h +++ b/src/tree-item.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include #include diff --git a/src/tree-model.cpp b/src/tree-model.cpp index 9047bd4..6cf90c1 100644 --- a/src/tree-model.cpp +++ b/src/tree-model.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include "tree-model.h" #include diff --git a/src/tree-model.h b/src/tree-model.h index c7cffe6..8602730 100644 --- a/src/tree-model.h +++ b/src/tree-model.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include diff --git a/src/tree-widget.cpp b/src/tree-widget.cpp index c76361f..2c3a7e7 100644 --- a/src/tree-widget.cpp +++ b/src/tree-widget.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include "tree-widget.h" ScoreTreeWidget::ScoreTreeWidget(QWidget *parent) diff --git a/src/tree-widget.h b/src/tree-widget.h index 49f2a93..7d34f3c 100644 --- a/src/tree-widget.h +++ b/src/tree-widget.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #ifndef TREEWIDGET_H #define TREEWIDGET_H diff --git a/src/xml-dom-parser.cpp b/src/xml-dom-parser.cpp index fb42735..7964c65 100644 --- a/src/xml-dom-parser.cpp +++ b/src/xml-dom-parser.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include "xml-dom-parser.h" diff --git a/src/xml-dom-parser.h b/src/xml-dom-parser.h index d6e0bd3..f02299e 100644 --- a/src/xml-dom-parser.h +++ b/src/xml-dom-parser.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #ifndef XML_DOM_PARSER_H #define XML_DOM_PARSER_H diff --git a/src/xml-parser.cpp b/src/xml-parser.cpp index f97c9b8..71a792f 100644 --- a/src/xml-parser.cpp +++ b/src/xml-parser.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #include #include diff --git a/src/xml-parser.h b/src/xml-parser.h index add35a5..5db6bd2 100644 --- a/src/xml-parser.h +++ b/src/xml-parser.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2009 Sakari Poussa + * + * 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, version 2. + */ + #ifndef XMLPARSER_H #define XMLPARSER_H