From 19d90451e8974004cd980cd644b71bc2fbf39d4e Mon Sep 17 00:00:00 2001 From: Tomi Paananen Date: Fri, 21 Nov 2014 17:18:46 +0200 Subject: [PATCH] Updated copyright notices and project URLs. --- README.md | 14 +++++++------- record/AboutPage.xaml | 7 +------ record/AboutPage.xaml.cs | 7 +------ record/Properties/WMAppManifest.xml | 2 +- record/Resources/AppResources.Designer.cs | 4 ++-- record/Resources/AppResources.resx | 4 ++-- 6 files changed, 14 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 1c5df5e..91ebfaa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/record/AboutPage.xaml b/record/AboutPage.xaml index 64490c6..c6e3ede 100644 --- a/record/AboutPage.xaml +++ b/record/AboutPage.xaml @@ -1,10 +1,5 @@  diff --git a/record/AboutPage.xaml.cs b/record/AboutPage.xaml.cs index d34de46..247138f 100644 --- a/record/AboutPage.xaml.cs +++ b/record/AboutPage.xaml.cs @@ -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. */ diff --git a/record/Properties/WMAppManifest.xml b/record/Properties/WMAppManifest.xml index b140fd5..eb106f3 100644 --- a/record/Properties/WMAppManifest.xml +++ b/record/Properties/WMAppManifest.xml @@ -1,7 +1,7 @@  - + Assets\ApplicationIcon.png diff --git a/record/Resources/AppResources.Designer.cs b/record/Resources/AppResources.Designer.cs index 09f3ead..e661cb8 100644 --- a/record/Resources/AppResources.Designer.cs +++ b/record/Resources/AppResources.Designer.cs @@ -61,7 +61,7 @@ namespace record.Resources { } /// - /// 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.. /// public static string AboutPage_AboutRun { get { @@ -70,7 +70,7 @@ namespace record.Resources { } /// - /// 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/. /// public static string AboutPage_Hyperlink_Project { get { diff --git a/record/Resources/AppResources.resx b/record/Resources/AppResources.resx index 8bbc163..a3bf92a 100644 --- a/record/Resources/AppResources.resx +++ b/record/Resources/AppResources.resx @@ -118,10 +118,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - This is a Nokia tool application enables you to save SensorCore sensor data to be used with the simulator later on. + This is an utility application, which enables you to save SensorCore sensor data to be used with the simulator later on. - http://www.github.com/nokia-developer/ + http://www.github.com/Microsoft/ For more information and application source code go to {0}.