Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KSudoku
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Games
KSudoku
Commits
3d58390b
Commit
3d58390b
authored
Jul 12, 2015
by
Ian Wadham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Copyright lines to several files and one licence (in renderer.cpp).
parent
7aba98e1
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
34 additions
and
0 deletions
+34
-0
src/generator/sudokuboard.cpp
src/generator/sudokuboard.cpp
+1
-0
src/generator/sudokuboard.h
src/generator/sudokuboard.h
+1
-0
src/globals.h
src/globals.h
+1
-0
src/gui/gamevariants.h
src/gui/gamevariants.h
+1
-0
src/gui/ksudoku.h
src/gui/ksudoku.h
+1
-0
src/gui/serializer.cpp
src/gui/serializer.cpp
+1
-0
src/gui/serializer.h
src/gui/serializer.h
+1
-0
src/gui/views/ksview.cpp
src/gui/views/ksview.cpp
+1
-0
src/gui/views/ksview.h
src/gui/views/ksview.h
+1
-0
src/gui/views/renderer.cpp
src/gui/views/renderer.cpp
+20
-0
src/gui/views/renderer.h
src/gui/views/renderer.h
+1
-0
src/gui/views/roxdokuview.cpp
src/gui/views/roxdokuview.cpp
+1
-0
src/gui/views/roxdokuview.h
src/gui/views/roxdokuview.h
+1
-0
src/logic/puzzle.cpp
src/logic/puzzle.cpp
+1
-0
src/logic/puzzle.h
src/logic/puzzle.h
+1
-0
No files found.
src/generator/sudokuboard.cpp
View file @
3d58390b
/****************************************************************************
* Copyright 2011 Ian Wadham <iandw.au@gmail.com> *
* Copyright 2006 David Bau <david bau @ gmail com> Original algorithms *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
...
...
src/generator/sudokuboard.h
View file @
3d58390b
/****************************************************************************
* Copyright 2011 Ian Wadham <iandw.au@gmail.com> *
* Copyright 2006 David Bau <david bau @ gmail com> Original algorithms *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
...
...
src/globals.h
View file @
3d58390b
/****************************************************************************
* Copyright 2011 Ian Wadham <iandw.au@gmail.com> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
...
...
src/gui/gamevariants.h
View file @
3d58390b
/***************************************************************************
* Copyright 2007 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/ksudoku.h
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2007 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2012 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/serializer.cpp
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2007 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/serializer.h
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2007 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/views/ksview.cpp
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2008 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2012 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/views/ksview.h
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2008 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2012 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/views/renderer.cpp
View file @
3d58390b
/***************************************************************************
* Copyright 2008 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* 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. *
* *
* 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 General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "renderer.h"
#include <QSvgRenderer>
...
...
src/gui/views/renderer.h
View file @
3d58390b
/***************************************************************************
* Copyright 2008 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/views/roxdokuview.cpp
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2008 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2012 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/gui/views/roxdokuview.h
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2005-2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2008 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2012 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/logic/puzzle.cpp
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2007 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
src/logic/puzzle.h
View file @
3d58390b
...
...
@@ -2,6 +2,7 @@
* Copyright 2007 Francesco Rossi <redsh@email.it> *
* Copyright 2006-2007 Mick Kappenburg <ksudoku@kappendburg.net> *
* Copyright 2006-2007 Johannes Bergmeier <johannes.bergmeier@gmx.net> *
* Copyright 2015 Ian Wadham <iandw.au@gmail.com> *
* *
* 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 *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment