Skip to content

Commit

Permalink
Removed copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
vainolo committed Sep 11, 2012
1 parent 295d32c commit 3d2a347
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/java/org/scribe/builder/api/MendeleyApi.java
@@ -1,13 +1,12 @@
/*******************************************************************************
* Copyright (c) 2012 Arieh 'Vainolo' Bibliowicz
* You can use this code for educational purposes. For any other uses
* please contact me: vainolo@gmail.com
*******************************************************************************/
package org.scribe.builder.api;

import org.scribe.model.Token;
import org.scribe.model.Verb;

/**
* @author Arieh "Vainolo" Bibliowicz
* @see http://apidocs.mendeley.com/home/authentication
*/
public class MendeleyApi extends DefaultApi10a {

private static final String AUTHORIZATION_URL = "http://api.mendeley.com/oauth/authorize?oauth_token=%s";
Expand Down

0 comments on commit 3d2a347

Please sign in to comment.