[libzapojit] Be careful with trademarks



commit 43fbc962e90805b6fccc1774cafa761c65662f06
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu May 31 16:03:54 2012 +0200

    Be careful with trademarks
    
    Make it clearer that we are wrapping the REST APIs. Also, it is spelt
    SkyDrive, and not Skydrive.

 NEWS                           |    4 ++--
 README                         |    6 +++---
 libzapojit.doap                |    2 +-
 src/zpj-authorization-domain.c |    2 +-
 src/zpj-authorization-domain.h |    2 +-
 src/zpj-authorizer.c           |    2 +-
 src/zpj-authorizer.h           |    2 +-
 src/zpj-goa-authorizer.c       |    2 +-
 src/zpj-goa-authorizer.h       |    2 +-
 src/zpj-skydrive-entry.c       |    2 +-
 src/zpj-skydrive-entry.h       |    2 +-
 src/zpj-skydrive-file.c        |    2 +-
 src/zpj-skydrive-file.h        |    2 +-
 src/zpj-skydrive-folder.c      |    2 +-
 src/zpj-skydrive-folder.h      |    2 +-
 src/zpj-skydrive-photo.c       |    2 +-
 src/zpj-skydrive-photo.h       |    2 +-
 src/zpj-skydrive.c             |    2 +-
 src/zpj-skydrive.h             |    2 +-
 src/zpj.h                      |    2 +-
 zapojit-0.0.pc.in              |    2 +-
 21 files changed, 24 insertions(+), 24 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1127c28..5c34e28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
 Overview of changes in 0.0.1
 ============================
 
-* Support for Skydrive file and folder objects. Photos are treated as
+* Support for SkyDrive file and folder objects. Photos are treated as
   files.
 
-* Support for the following Skydrive operations:
+* Support for the following SkyDrive operations:
   - Deleting a file, folder or photo.
   - Listing the contents of a folder.
   - Reading the properties of a file, folder or photo.
diff --git a/README b/README
index 8fb3e33..19932d2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
-=======================================================
+Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
+=====================================================================
 
-Skydrive: http://msdn.microsoft.com/en-us/library/live/hh826521
+SkyDrive: http://msdn.microsoft.com/en-us/library/live/hh826521
 Hotmail: http://msdn.microsoft.com/en-us/library/live/hh826535
 Core Concepts: http://msdn.microsoft.com/en-us/library/live/hh826528
 
diff --git a/libzapojit.doap b/libzapojit.doap
index d713d82..41c4619 100644
--- a/libzapojit.doap
+++ b/libzapojit.doap
@@ -5,7 +5,7 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">Zapojit</name>
-  <shortdesc xml:lang="en">GLib/GObject wrapper for Skydrive and Hotmail</shortdesc>
+  <shortdesc xml:lang="en">GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs</shortdesc>
 
   <download-page rdf:resource="http://download.gnome.org/sources/libzapojit"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/enter_bug.cgi?product=libzapojit"; />
diff --git a/src/zpj-authorization-domain.c b/src/zpj-authorization-domain.c
index 50d58a4..30f1f26 100644
--- a/src/zpj-authorization-domain.c
+++ b/src/zpj-authorization-domain.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-authorization-domain.h b/src/zpj-authorization-domain.h
index 292e119..2e26d1b 100644
--- a/src/zpj-authorization-domain.h
+++ b/src/zpj-authorization-domain.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-authorizer.c b/src/zpj-authorizer.c
index 84e643e..7d10fe5 100644
--- a/src/zpj-authorizer.c
+++ b/src/zpj-authorizer.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-authorizer.h b/src/zpj-authorizer.h
index 443ddea..8681240 100644
--- a/src/zpj-authorizer.h
+++ b/src/zpj-authorizer.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-goa-authorizer.c b/src/zpj-goa-authorizer.c
index 706df87..b8a0584 100644
--- a/src/zpj-goa-authorizer.c
+++ b/src/zpj-goa-authorizer.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for GoaAuthorizer and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-goa-authorizer.h b/src/zpj-goa-authorizer.h
index fb58827..6c96e44 100644
--- a/src/zpj-goa-authorizer.h
+++ b/src/zpj-goa-authorizer.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for GoaAuthorizer and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-entry.c b/src/zpj-skydrive-entry.c
index 7ee0655..38f3484 100644
--- a/src/zpj-skydrive-entry.c
+++ b/src/zpj-skydrive-entry.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-entry.h b/src/zpj-skydrive-entry.h
index e95cf70..624d42d 100644
--- a/src/zpj-skydrive-entry.h
+++ b/src/zpj-skydrive-entry.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-file.c b/src/zpj-skydrive-file.c
index ef46244..205aacc 100644
--- a/src/zpj-skydrive-file.c
+++ b/src/zpj-skydrive-file.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-file.h b/src/zpj-skydrive-file.h
index 1f42a8b..ab098e8 100644
--- a/src/zpj-skydrive-file.h
+++ b/src/zpj-skydrive-file.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-folder.c b/src/zpj-skydrive-folder.c
index 4dc72a5..fa68082 100644
--- a/src/zpj-skydrive-folder.c
+++ b/src/zpj-skydrive-folder.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-folder.h b/src/zpj-skydrive-folder.h
index 27dd67d..8c26ccf 100644
--- a/src/zpj-skydrive-folder.h
+++ b/src/zpj-skydrive-folder.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-photo.c b/src/zpj-skydrive-photo.c
index 124b093..b93d22d 100644
--- a/src/zpj-skydrive-photo.c
+++ b/src/zpj-skydrive-photo.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive-photo.h b/src/zpj-skydrive-photo.h
index 41ad32f..2d79f7a 100644
--- a/src/zpj-skydrive-photo.h
+++ b/src/zpj-skydrive-photo.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive.c b/src/zpj-skydrive.c
index 6be7614..fc1e315 100644
--- a/src/zpj-skydrive.c
+++ b/src/zpj-skydrive.c
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj-skydrive.h b/src/zpj-skydrive.h
index b94ac8d..be58df3 100644
--- a/src/zpj-skydrive.h
+++ b/src/zpj-skydrive.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/src/zpj.h b/src/zpj.h
index 62518d0..c3ebc63 100644
--- a/src/zpj.h
+++ b/src/zpj.h
@@ -1,5 +1,5 @@
 /*
- * Zapojit - GLib/GObject wrapper for Skydrive and Hotmail
+ * Zapojit - GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
  * Copyright  2012 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
diff --git a/zapojit-0.0.pc.in b/zapojit-0.0.pc.in
index 9f611fb..537c801 100644
--- a/zapojit-0.0.pc.in
+++ b/zapojit-0.0.pc.in
@@ -4,7 +4,7 @@ libdir= libdir@
 includedir= includedir@
 
 Name: Zapojit
-Description: GLib/GObject wrapper for Skydrive and Hotmail
+Description: GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
 Version: @VERSION@
 Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-0.7
 Libs: -L${libdir} -lzapojit-0.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]