[kde-doc-english] [symboleditor] /: Replaced Sourceforge reference and links and updated copyright dates
Steve Allewell
steve.allewell at gmail.com
Sun Jul 27 19:40:52 UTC 2014
Git commit f5ca6e46d7eb514e020325222d9e307709319d45 by Steve Allewell.
Committed on 27/07/2014 at 19:39.
Pushed by sallewell into branch 'master'.
Replaced Sourceforge reference and links and updated copyright dates
M +2 -2 doc/credits.docbook
M +2 -2 doc/index.docbook
M +4 -3 doc/introduction.docbook
M +2 -2 src/Commands.cpp
M +2 -2 src/Commands.h
M +2 -2 src/ConfigurationDialogs.cpp
M +2 -2 src/ConfigurationDialogs.h
M +2 -2 src/Editor.cpp
M +2 -2 src/Editor.h
M +2 -2 src/Exceptions.cpp
M +2 -2 src/Exceptions.h
M +2 -2 src/Main.cpp
M +2 -2 src/MainWindow.cpp
M +2 -2 src/MainWindow.h
M +2 -2 src/Symbol.cpp
M +2 -2 src/Symbol.h
M +2 -2 src/SymbolLibrary.cpp
M +2 -2 src/SymbolLibrary.h
M +2 -2 src/SymbolListWidget.cpp
M +2 -2 src/SymbolListWidget.h
http://commits.kde.org/symboleditor/f5ca6e46d7eb514e020325222d9e307709319d45
diff --git a/doc/credits.docbook b/doc/credits.docbook
index 09cdd77..22706e0 100644
--- a/doc/credits.docbook
+++ b/doc/credits.docbook
@@ -1,7 +1,7 @@
<chapter id="credits" >
<title>Credits and License</title>
<para>&kapp;</para>
- <para>Program copyright 2012 Stephen P. Allewell <email>sallewell at users.sourceforge.net</email></para>
+ <para>Program copyright 2012-2014 Stephen P. Allewell <email>steve.allewell at gmail.com</email></para>
<para>
Contributors:
<itemizedlist>
@@ -13,7 +13,7 @@
</itemizedlist>
</para>
<para>
- Documentation copyright 2012 Stephen P. Allewell <email>sallewell at users.sourceforge.net</email>
+ Documentation copyright 2012-2014 Stephen P. Allewell <email>steve.allewell at gmail.com</email>
</para>
&underFDL;
&underGPL;
diff --git a/doc/index.docbook b/doc/index.docbook
index 4c51024..b637148 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -20,11 +20,11 @@
<firstname>Stephen</firstname>
<othername>P.</othername>
<surname>Allewell</surname>
- <affiliation><address><email>sallewell at users.sourceforge.net</email></address></affiliation>
+ <affiliation><address><email>steve.allewell at gmail.com</email></address></affiliation>
</author>
</authorgroup>
<copyright>
- <year>2012</year>
+ <year>2012-2014</year>
<holder>Stephen P. Allewell</holder>
</copyright>
<legalnotice>&FDLNotice;</legalnotice>
diff --git a/doc/introduction.docbook b/doc/introduction.docbook
index 4f13e13..ba5e203 100644
--- a/doc/introduction.docbook
+++ b/doc/introduction.docbook
@@ -17,10 +17,11 @@
the library.
</para>
<para>
- Please report any problems or feature requests to the &kapp; SourceForge
- mailing lists or forums.
+ Please report any problems or feature requests to the &kapp; KDE mailing list symboleditor at kde.org,
+ you can subscribe <ulink url="http://mail.kde.org/mailman/listinfo/symboleditor">here</ulink> or
+ the KDE bug tracking system at <ulink url="http://bugs.kde.org/">http://bugs.kde.org/</ulink>.
</para>
<para>
- <ulink url="http://sourceforge.net/projects/kxstitch/" >http://sourceforge.net/projects/kxstitch/</ulink>
+ The SymbolEditor home page is at <ulink url="http://userbase.kde.org/SymbolEditor">http://userbase.kde.org/SymbolEditor</ulink>
</para>
</chapter>
diff --git a/src/Commands.cpp b/src/Commands.cpp
index 0045201..e1a96f1 100644
--- a/src/Commands.cpp
+++ b/src/Commands.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Commands.h b/src/Commands.h
index dab8f8f..0055d0d 100644
--- a/src/Commands.h
+++ b/src/Commands.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/ConfigurationDialogs.cpp b/src/ConfigurationDialogs.cpp
index d434bff..e8e3d18 100644
--- a/src/ConfigurationDialogs.cpp
+++ b/src/ConfigurationDialogs.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/ConfigurationDialogs.h b/src/ConfigurationDialogs.h
index 41a889e..f9fce8c 100644
--- a/src/ConfigurationDialogs.h
+++ b/src/ConfigurationDialogs.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Editor.cpp b/src/Editor.cpp
index 9b4f9d4..8f11faf 100644
--- a/src/Editor.cpp
+++ b/src/Editor.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Editor.h b/src/Editor.h
index 2ec8964..23fc906 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Exceptions.cpp b/src/Exceptions.cpp
index da26e23..605c06a 100644
--- a/src/Exceptions.cpp
+++ b/src/Exceptions.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Exceptions.h b/src/Exceptions.h
index e6764bd..0950141 100644
--- a/src/Exceptions.h
+++ b/src/Exceptions.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Main.cpp b/src/Main.cpp
index 1f8cfc9..e64a5fb 100644
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 28dc1fe..4520e31 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/MainWindow.h b/src/MainWindow.h
index 56f9646..cdf6833 100644
--- a/src/MainWindow.h
+++ b/src/MainWindow.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Symbol.cpp b/src/Symbol.cpp
index 4f9688f..24c2118 100644
--- a/src/Symbol.cpp
+++ b/src/Symbol.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/Symbol.h b/src/Symbol.h
index b422985..8e89616 100644
--- a/src/Symbol.h
+++ b/src/Symbol.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/SymbolLibrary.cpp b/src/SymbolLibrary.cpp
index 96110ac..76ddac2 100644
--- a/src/SymbolLibrary.cpp
+++ b/src/SymbolLibrary.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/SymbolLibrary.h b/src/SymbolLibrary.h
index 2955ac9..2c5c3d5 100644
--- a/src/SymbolLibrary.h
+++ b/src/SymbolLibrary.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2011 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2011-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/SymbolListWidget.cpp b/src/SymbolListWidget.cpp
index 7130ba0..bf03907 100644
--- a/src/SymbolListWidget.cpp
+++ b/src/SymbolListWidget.cpp
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2012 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2012-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
diff --git a/src/SymbolListWidget.h b/src/SymbolListWidget.h
index 60de54d..fc42aa2 100644
--- a/src/SymbolListWidget.h
+++ b/src/SymbolListWidget.h
@@ -1,6 +1,6 @@
/********************************************************************************
- * Copyright (C) 2012 by Stephen Allewell *
- * sallewell at users.sourceforge.net *
+ * Copyright (C) 2012-2014 by Stephen Allewell *
+ * steve.allewell at 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 *
More information about the kde-doc-english
mailing list