Updated copyright notices and project URLs.

This commit is contained in:
Tomi Paananen 2014-11-21 17:18:46 +02:00
Родитель 52c27d44dd
Коммит 19d90451e8
6 изменённых файлов: 14 добавлений и 24 удалений

Просмотреть файл

@ -3,7 +3,7 @@ Recorder
SensorCore SDK sample data recorder for the simulator classes.
For more information on implementation, visit Nokia Lumia Developer's Library:
For more information on implementation, visit Developer's Library:
http://developer.nokia.com/resources/library/Lumia/sensorcore-sdk/samples.html
http://developer.nokia.com/resources/library/Lumia/sensorcore-sdk/recording-and-simulating.html
@ -62,7 +62,7 @@ file the capabilities required for it to work:
--------------------------------------------------------------------------------
See the license text file delivered with this project. The license file is also
available online at https://github.com/nokia-developer/recorder/blob/master/License.txt
available online at https://github.com/Microsoft/recorder/blob/master/License.txt
4. Version history
@ -75,7 +75,7 @@ available online at https://github.com/nokia-developer/recorder/blob/master/Lice
| Project | Release | Download |
| ------- | --------| -------- |
| Recorder | v1.0 | [recorder-1.0.zip](https://github.com/nokia-developer/recorder/archive/v1.0.zip) |
| Recorder | v1.0 | [recorder-1.0.zip](https://github.com/Microsoft/recorder/archive/v1.0.zip) |
6. See also
@ -83,8 +83,8 @@ available online at https://github.com/nokia-developer/recorder/blob/master/Lice
The projects listed below are exemplifying the usage of the SensorCore APIs
* Steps - https://github.com/nokia-developer/steps
* Places - https://github.com/nokia-developer/places
* Tracks - https://github.com/nokia-developer/tracks
* Activities - https://github.com/nokia-developer/activities
* Steps - https://github.com/Microsoft/steps
* Places - https://github.com/Microsoft/places
* Tracks - https://github.com/Microsoft/tracks
* Activities - https://github.com/Microsoft/activities

Просмотреть файл

@ -1,10 +1,5 @@
<!--
Copyright (c) 2013 Nokia Corporation. All rights reserved.
Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation.
Other product and company names mentioned herein may be trademarks
or trade names of their respective owners.
Copyright (c) 2013-2014 Microsoft Mobile. All rights reserved.
See the license text file for license information.
-->

Просмотреть файл

@ -1,10 +1,5 @@
/**
* Copyright (c) 2013 Nokia Corporation. All rights reserved.
*
* Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation.
* Other product and company names mentioned herein may be trademarks
* or trade names of their respective owners.
*
* Copyright (c) 2013-2014 Microsoft Mobile. All rights reserved.
* See the license text file for license information.
*/

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2014/deployment" AppPlatformVersion="8.1">
<DefaultLanguage xmlns="" code="en-US" />
<App xmlns="" ProductID="{24fef266-03b8-4bfe-b1eb-9be52472ec20}" Title="record" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Nokia DX" Description="Sample description" SDOptOut="false" BackUpOptOut="false" Publisher="record" PublisherID="{d617d6be-6d7e-482f-8324-0a2554b13f72}">
<App xmlns="" ProductID="{24fef266-03b8-4bfe-b1eb-9be52472ec20}" Title="record" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Microsoft Mobile" Description="Sample description" SDOptOut="false" BackUpOptOut="false" Publisher="record" PublisherID="{d617d6be-6d7e-482f-8324-0a2554b13f72}">
<IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_NETWORKING" />

4
record/Resources/AppResources.Designer.cs сгенерированный
Просмотреть файл

@ -61,7 +61,7 @@ namespace record.Resources {
}
/// <summary>
/// Looks up a localized string similar to This is a Nokia tool application enables you to save SensorCore sensor data to be used with the simulator later on..
/// Looks up a localized string similar to This is an utility application, which enables you to save SensorCore sensor data to be used with the simulator later on..
/// </summary>
public static string AboutPage_AboutRun {
get {
@ -70,7 +70,7 @@ namespace record.Resources {
}
/// <summary>
/// Looks up a localized string similar to http://www.github.com/nokia-developer/.
/// Looks up a localized string similar to http://www.github.com/Microsoft/.
/// </summary>
public static string AboutPage_Hyperlink_Project {
get {

Просмотреть файл

@ -118,10 +118,10 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AboutPage_AboutRun" xml:space="preserve">
<value>This is a Nokia tool application enables you to save SensorCore sensor data to be used with the simulator later on.</value>
<value>This is an utility application, which enables you to save SensorCore sensor data to be used with the simulator later on.</value>
</data>
<data name="AboutPage_Hyperlink_Project" xml:space="preserve">
<value>http://www.github.com/nokia-developer/</value>
<value>http://www.github.com/Microsoft/</value>
</data>
<data name="AboutPage_ProjectRun" xml:space="preserve">
<value>For more information and application source code go to {0}.</value>