tasque r106 - in trunk: RtmNet src src/Backends/Dummy src/Backends/EDS src/Backends/IceCore src/Backends/Rtm src/Backends/Sqlite
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r106 - in trunk: RtmNet src src/Backends/Dummy src/Backends/EDS src/Backends/IceCore src/Backends/Rtm src/Backends/Sqlite
- Date: Fri, 26 Sep 2008 07:42:06 +0000 (UTC)
Author: sharm
Date: Fri Sep 26 07:42:06 2008
New Revision: 106
URL: http://svn.gnome.org/viewvc/tasque?rev=106&view=rev
Log:
set svn:eol-style=native on *.cs and a few other files
Modified:
trunk/RtmNet/ApiKeyRequiredException.cs (props changed)
trunk/RtmNet/AssemblyInfo.cs (props changed)
trunk/RtmNet/Auth.cs (props changed)
trunk/RtmNet/AuthenticationRequiredException.cs (props changed)
trunk/RtmNet/Categories.cs (props changed)
trunk/RtmNet/Contacts.cs (props changed)
trunk/RtmNet/DateGranularity.cs (props changed)
trunk/RtmNet/Enums.cs (props changed)
trunk/RtmNet/GroupSearchResults.cs (props changed)
trunk/RtmNet/Groups.cs (props changed)
trunk/RtmNet/License.txt (contents, props changed)
trunk/RtmNet/List.cs (props changed)
trunk/RtmNet/Methods.cs (props changed)
trunk/RtmNet/Note.cs (props changed)
trunk/RtmNet/Response.cs (props changed)
trunk/RtmNet/ResponseXmlException.cs (props changed)
trunk/RtmNet/Rtm.cs (props changed)
trunk/RtmNet/RtmApiException.cs (props changed)
trunk/RtmNet/RtmException.cs (props changed)
trunk/RtmNet/RtmWebException.cs (props changed)
trunk/RtmNet/SignatureRequiredException.cs (props changed)
trunk/RtmNet/Tags.cs (props changed)
trunk/RtmNet/Task.cs (props changed)
trunk/RtmNet/User.cs (props changed)
trunk/RtmNet/Utils.cs (props changed)
trunk/RtmNet/example_app.config (contents, props changed)
trunk/src/AbstractTask.cs (props changed)
trunk/src/AllCategory.cs (props changed)
trunk/src/Backends/Dummy/DummyBackend.cs (props changed)
trunk/src/Backends/Dummy/DummyCategory.cs (props changed)
trunk/src/Backends/Dummy/DummyNote.cs (props changed)
trunk/src/Backends/Dummy/DummyTask.cs (props changed)
trunk/src/Backends/EDS/EDSBackends.cs (props changed)
trunk/src/Backends/EDS/EDSCategory.cs (props changed)
trunk/src/Backends/EDS/EDSNote.cs (props changed)
trunk/src/Backends/EDS/EDSTask.cs (props changed)
trunk/src/Backends/IceCore/IceBackend.cs (props changed)
trunk/src/Backends/IceCore/IceCategory.cs (props changed)
trunk/src/Backends/IceCore/IceNote.cs (props changed)
trunk/src/Backends/IceCore/IceTask.cs (props changed)
trunk/src/Backends/Rtm/RtmBackend.cs (props changed)
trunk/src/Backends/Rtm/RtmCategory.cs (props changed)
trunk/src/Backends/Rtm/RtmNote.cs (props changed)
trunk/src/Backends/Rtm/RtmPreferencesWidget.cs (props changed)
trunk/src/Backends/Rtm/RtmTask.cs (props changed)
trunk/src/Backends/Sqlite/Database.cs (props changed)
trunk/src/Backends/Sqlite/SqliteBackend.cs (props changed)
trunk/src/Backends/Sqlite/SqliteCategory.cs (props changed)
trunk/src/Backends/Sqlite/SqliteNote.cs (props changed)
trunk/src/Backends/Sqlite/SqliteTask.cs (props changed)
trunk/src/CellRendererDate.cs (props changed)
trunk/src/CompletedTaskGroup.cs (props changed)
trunk/src/DateButton.cs (props changed)
trunk/src/Defines.cs.in (props changed)
trunk/src/IBackend.cs (props changed)
trunk/src/ICategory.cs (props changed)
trunk/src/INote.cs (props changed)
trunk/src/ITask.cs (props changed)
trunk/src/Logger.cs (props changed)
trunk/src/NoteDialog.cs (props changed)
trunk/src/NoteWidget.cs (props changed)
trunk/src/Preferences.cs (props changed)
trunk/src/PreferencesDialog.cs (props changed)
trunk/src/RemoteControl.cs (props changed)
trunk/src/RemoteControlProxy.cs (props changed)
trunk/src/TaskCalendar.cs (props changed)
trunk/src/TaskGroup.cs (props changed)
trunk/src/TaskPriority.cs (props changed)
trunk/src/TaskState.cs (props changed)
trunk/src/TaskTreeView.cs (props changed)
trunk/src/TaskWindow.cs (props changed)
trunk/src/Tasque.exe.config.in (props changed)
trunk/src/Utilities.cs (props changed)
Modified: trunk/RtmNet/License.txt
==============================================================================
--- trunk/RtmNet/License.txt (original)
+++ trunk/RtmNet/License.txt Fri Sep 26 07:42:06 2008
@@ -1,27 +1,27 @@
-Rtm .Net API Library
------------------------
-Rtm .Net API librar is based on the Flickr .Net API Library.
-
-It is released under the LGPL (GNU Lesser General Public License), a copy of which can be found at the link below.
-http://www.gnu.org/copyleft/lesser.html
-
-
-All source code and information supplied as part of the Flick .Net API Library is copyright too its contributers.
-
-The source code has been released under a dual license - meaning you can use either licensed version of the library with your code.
-
-It is released under the Common Public License 1.0, a copy of which can be found at the link below.
-http://www.opensource.org/licenses/cpl.php
-
-It is released under the LGPL (GNU Lesser General Public License), a copy of which can be found at the link below.
-http://www.gnu.org/copyleft/lesser.html
-
-You are free to distribute copies of this Program in its compiled, unaltered form, including, but not limited to using it (in library form) in other .Net application, without use of this license.
-You are free to modify this code, however you must release the resulting Contributions under the CPL or the LGPL (or compatible license).
-
-
-Rtm API Key
---------------
-I do not have permission to include an Rtm API Key in any distribution which includes source code.
-If I do by accident then it is not included in the above license and should not be used.
-
+Rtm .Net API Library
+-----------------------
+Rtm .Net API librar is based on the Flickr .Net API Library.
+
+It is released under the LGPL (GNU Lesser General Public License), a copy of which can be found at the link below.
+http://www.gnu.org/copyleft/lesser.html
+
+
+All source code and information supplied as part of the Flick .Net API Library is copyright too its contributers.
+
+The source code has been released under a dual license - meaning you can use either licensed version of the library with your code.
+
+It is released under the Common Public License 1.0, a copy of which can be found at the link below.
+http://www.opensource.org/licenses/cpl.php
+
+It is released under the LGPL (GNU Lesser General Public License), a copy of which can be found at the link below.
+http://www.gnu.org/copyleft/lesser.html
+
+You are free to distribute copies of this Program in its compiled, unaltered form, including, but not limited to using it (in library form) in other .Net application, without use of this license.
+You are free to modify this code, however you must release the resulting Contributions under the CPL or the LGPL (or compatible license).
+
+
+Rtm API Key
+--------------
+I do not have permission to include an Rtm API Key in any distribution which includes source code.
+If I do by accident then it is not included in the above license and should not be used.
+
Modified: trunk/RtmNet/example_app.config
==============================================================================
--- trunk/RtmNet/example_app.config (original)
+++ trunk/RtmNet/example_app.config Fri Sep 26 07:42:06 2008
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-
- <configSections>
- <section name="flickrNet" type="FlickrNet.FlickrConfigurationManager,FlickrNet"/>
- </configSections>
-
- <!-- FLICKR.NET CONFIGURATION
-
- <flickrNet
- apiKey="1234567890abc" // optional - your API Key
- secret="2134123" // optional - your shared secret
- token="234234" // optional - if using the same
- cacheSize="1234" // optional, in bytes (defaults to 50 * 1024 * 1024 = 50MB)
- cacheTimeout="[d.]HH:mm:ss" // optional, defaults to 1 day (1.00:00:00) - day component is optional
- // e.g. 10 minutes = 00:10:00 or 1 hour = 01:00:00 or 2 days, 12 hours = 2.12:00:00
- >
- <proxy // proxy element is optional, but if included the attributes below are mandatory as mentioned
- ipaddress="127.0.0.1" // mandatory
- port="8000" // mandatory
- username="username" // optional, but must have password if included
- password="password" // optional, see username
- domain="domain" // optional, used for Microsoft authenticated proxy servers
- />
- </flickrNet>
- -->
-
- <flickrNet apiKey="1234567890abc" secret="2134123" token="234234" cacheSize="1234" cacheTimeout="[d.]HH:mm:ss">
- <proxy ipaddress="127.0.0.1" port="8000" username="username" password="password" domain="domain"/>
- </flickrNet>
-
-</configuration>
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+
+ <configSections>
+ <section name="flickrNet" type="FlickrNet.FlickrConfigurationManager,FlickrNet"/>
+ </configSections>
+
+ <!-- FLICKR.NET CONFIGURATION
+
+ <flickrNet
+ apiKey="1234567890abc" // optional - your API Key
+ secret="2134123" // optional - your shared secret
+ token="234234" // optional - if using the same
+ cacheSize="1234" // optional, in bytes (defaults to 50 * 1024 * 1024 = 50MB)
+ cacheTimeout="[d.]HH:mm:ss" // optional, defaults to 1 day (1.00:00:00) - day component is optional
+ // e.g. 10 minutes = 00:10:00 or 1 hour = 01:00:00 or 2 days, 12 hours = 2.12:00:00
+ >
+ <proxy // proxy element is optional, but if included the attributes below are mandatory as mentioned
+ ipaddress="127.0.0.1" // mandatory
+ port="8000" // mandatory
+ username="username" // optional, but must have password if included
+ password="password" // optional, see username
+ domain="domain" // optional, used for Microsoft authenticated proxy servers
+ />
+ </flickrNet>
+ -->
+
+ <flickrNet apiKey="1234567890abc" secret="2134123" token="234234" cacheSize="1234" cacheTimeout="[d.]HH:mm:ss">
+ <proxy ipaddress="127.0.0.1" port="8000" username="username" password="password" domain="domain"/>
+ </flickrNet>
+
+</configuration>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]