[opensocial-java-client] r127 committed - Added Apache 2 license comment header to all source files

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 28, 2009, 2:33:39 AM12/28/09
to opensocial-cl...@googlegroups.com
Revision: 127
Author: apij...@google.com
Date: Sun Dec 27 23:33:00 2009
Log: Added Apache 2 license comment header to all source files
http://code.google.com/p/opensocial-java-client/source/detail?r=127

Modified:

/branches/2009q4rewrite/java/demos/ThirdLeg/src/org/opensocial/demos/AuthFilter.java
/branches/2009q4rewrite/java/src/org/opensocial/Client.java
/branches/2009q4rewrite/java/src/org/opensocial/Request.java
/branches/2009q4rewrite/java/src/org/opensocial/RequestException.java
/branches/2009q4rewrite/java/src/org/opensocial/Response.java
/branches/2009q4rewrite/java/src/org/opensocial/auth/AuthScheme.java

/branches/2009q4rewrite/java/src/org/opensocial/auth/OAuth2LeggedScheme.java

/branches/2009q4rewrite/java/src/org/opensocial/auth/OAuth3LeggedScheme.java
/branches/2009q4rewrite/java/src/org/opensocial/auth/OAuthScheme.java
/branches/2009q4rewrite/java/src/org/opensocial/http/HttpClient.java

/branches/2009q4rewrite/java/src/org/opensocial/http/HttpResponseMessage.java
/branches/2009q4rewrite/java/src/org/opensocial/models/Activity.java
/branches/2009q4rewrite/java/src/org/opensocial/models/AppData.java
/branches/2009q4rewrite/java/src/org/opensocial/models/Model.java
/branches/2009q4rewrite/java/src/org/opensocial/models/Person.java
/branches/2009q4rewrite/java/src/org/opensocial/parsers/JsonParser.java
/branches/2009q4rewrite/java/src/org/opensocial/parsers/Parser.java

/branches/2009q4rewrite/java/src/org/opensocial/providers/GoogleProvider.java

/branches/2009q4rewrite/java/src/org/opensocial/providers/MySpaceProvider.java

/branches/2009q4rewrite/java/src/org/opensocial/providers/OrkutProvider.java

/branches/2009q4rewrite/java/src/org/opensocial/providers/OrkutSandboxProvider.java
/branches/2009q4rewrite/java/src/org/opensocial/providers/Provider.java

/branches/2009q4rewrite/java/src/org/opensocial/services/ActivityService.java

/branches/2009q4rewrite/java/src/org/opensocial/services/AppDataService.java
/branches/2009q4rewrite/java/src/org/opensocial/services/PeopleService.java
/branches/2009q4rewrite/java/src/org/opensocial/services/Service.java
/branches/2009q4rewrite/java/test/org/opensocial/ClientTest.java

/branches/2009q4rewrite/java/test/org/opensocial/auth/OAuth3LeggedSchemeTest.java
/branches/2009q4rewrite/java/test/org/opensocial/online/ActivityTest.java
/branches/2009q4rewrite/java/test/org/opensocial/online/AppDataTest.java
/branches/2009q4rewrite/java/test/org/opensocial/online/PeopleTest.java

/branches/2009q4rewrite/java/test/org/opensocial/services/PeopleServiceTest.java

=======================================
---
/branches/2009q4rewrite/java/demos/ThirdLeg/src/org/opensocial/demos/AuthFilter.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/demos/ThirdLeg/src/org/opensocial/demos/AuthFilter.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.demos;

import org.opensocial.auth.OAuth3LeggedScheme;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/Client.java Tue Dec 1
01:39:52 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/Client.java Sun Dec 27
23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial;

import net.oauth.http.HttpMessage;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/Request.java Tue Dec 1
01:39:52 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/Request.java Sun Dec 27
23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial;

import java.util.HashMap;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/RequestException.java
Wed Oct 14 18:05:00 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/RequestException.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial;

public class RequestException extends Exception {
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/Response.java Tue Dec
1 01:39:52 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/Response.java Sun Dec
27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial;

import org.opensocial.http.HttpResponseMessage;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/auth/AuthScheme.java
Wed Oct 14 18:05:00 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/auth/AuthScheme.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.auth;

import java.io.IOException;
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/auth/OAuth2LeggedScheme.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/auth/OAuth2LeggedScheme.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.auth;

import net.oauth.OAuth;
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/auth/OAuth3LeggedScheme.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/auth/OAuth3LeggedScheme.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.auth;

import net.oauth.OAuth;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/auth/OAuthScheme.java
Sun Dec 27 23:15:12 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/auth/OAuthScheme.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.auth;

import net.oauth.OAuthAccessor;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/http/HttpClient.java
Tue Dec 1 01:39:52 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/http/HttpClient.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.http;

import net.oauth.http.HttpMessage;
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/http/HttpResponseMessage.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/http/HttpResponseMessage.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.http;

import java.io.BufferedReader;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/models/Activity.java
Tue Dec 1 01:51:18 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/models/Activity.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.models;

public class Activity extends Model {
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/models/AppData.java Tue
Dec 1 01:51:18 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/models/AppData.java Sun
Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.models;

import java.util.Map;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/models/Model.java Tue
Dec 1 01:51:18 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/models/Model.java Sun
Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.models;

import java.util.List;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/models/Person.java Tue
Dec 1 01:51:18 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/models/Person.java Sun
Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.models;

import java.util.Map;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/parsers/JsonParser.java
Tue Dec 1 01:39:52 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/parsers/JsonParser.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.parsers;

import org.json.simple.JSONArray;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/parsers/Parser.java Tue
Dec 1 01:39:52 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/parsers/Parser.java Sun
Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.parsers;

import java.util.Map;
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/providers/GoogleProvider.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/providers/GoogleProvider.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.providers;

public class GoogleProvider extends Provider {
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/providers/MySpaceProvider.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/providers/MySpaceProvider.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.providers;

public class MySpaceProvider extends Provider {
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/providers/OrkutProvider.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/providers/OrkutProvider.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.providers;

public class OrkutProvider extends Provider {
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/providers/OrkutSandboxProvider.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/providers/OrkutSandboxProvider.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.providers;

public class OrkutSandboxProvider extends Provider {
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/providers/Provider.java
Tue Dec 1 01:39:52 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/providers/Provider.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.providers;

import org.opensocial.Request;
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/services/ActivityService.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/services/ActivityService.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.services;

import java.util.HashMap;
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/services/AppDataService.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/services/AppDataService.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.services;

import java.util.ArrayList;
=======================================
---
/branches/2009q4rewrite/java/src/org/opensocial/services/PeopleService.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/src/org/opensocial/services/PeopleService.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.services;

import org.opensocial.Request;
=======================================
--- /branches/2009q4rewrite/java/src/org/opensocial/services/Service.java
Wed Oct 14 18:05:00 2009
+++ /branches/2009q4rewrite/java/src/org/opensocial/services/Service.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.services;

public class Service {
=======================================
--- /branches/2009q4rewrite/java/test/org/opensocial/ClientTest.java Tue
Dec 1 01:39:52 2009
+++ /branches/2009q4rewrite/java/test/org/opensocial/ClientTest.java Sun
Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial;

import java.io.IOException;
=======================================
---
/branches/2009q4rewrite/java/test/org/opensocial/auth/OAuth3LeggedSchemeTest.java
Wed Dec 9 11:47:04 2009
+++
/branches/2009q4rewrite/java/test/org/opensocial/auth/OAuth3LeggedSchemeTest.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.auth;

import static org.junit.Assert.assertEquals;
=======================================
---
/branches/2009q4rewrite/java/test/org/opensocial/online/ActivityTest.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/test/org/opensocial/online/ActivityTest.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.online;

import static org.junit.Assert.assertTrue;
=======================================
---
/branches/2009q4rewrite/java/test/org/opensocial/online/AppDataTest.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/test/org/opensocial/online/AppDataTest.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.online;

import static org.junit.Assert.assertTrue;
=======================================
--- /branches/2009q4rewrite/java/test/org/opensocial/online/PeopleTest.java
Tue Dec 1 01:39:52 2009
+++ /branches/2009q4rewrite/java/test/org/opensocial/online/PeopleTest.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.online;

import static org.junit.Assert.assertTrue;
=======================================
---
/branches/2009q4rewrite/java/test/org/opensocial/services/PeopleServiceTest.java
Tue Dec 1 01:39:52 2009
+++
/branches/2009q4rewrite/java/test/org/opensocial/services/PeopleServiceTest.java
Sun Dec 27 23:33:00 2009
@@ -1,3 +1,18 @@
+/* Copyright (c) 2009 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.opensocial.services;

import static org.junit.Assert.assertTrue;

Reply all
Reply to author
Forward
0 new messages