Skip to content

Commit

Permalink
Add a license block to the top of the files that don't have one
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Su committed Jul 25, 2012
1 parent 0050567 commit 52ed2cd
Show file tree
Hide file tree
Showing 370 changed files with 1,850 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/data/ContentResolverDao.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.data;

import java.lang.reflect.Constructor;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/data/Table.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.data;

import com.todoroo.andlib.sql.Field;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.lang.ref.WeakReference;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/service/Autowired.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.lang.annotation.ElementType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.lang.reflect.Field;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/service/ExceptionService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.lang.Thread.UncaughtExceptionHandler;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/service/HttpErrorException.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.io.IOException;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/service/HttpRestClient.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.io.BufferedReader;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.io.IOException;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/service/RestClient.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.service;

import java.io.IOException;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/Criterion.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.AND;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/DBObject.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.AS;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/EqCriterion.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

public class EqCriterion extends UnaryCriterion {
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/Field.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.AND;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/Functions.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import com.todoroo.andlib.data.Property.IntegerProperty;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/GroupBy.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import java.util.ArrayList;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/Join.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.AND;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/JoinType.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

public enum JoinType {
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/Operator.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.SPACE;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/Order.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.SPACE;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/OrderType.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

public enum OrderType {
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/Query.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.ALL;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/QueryTemplate.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.COMMA;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/SqlConstants.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

@SuppressWarnings("nls")
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/SqlTable.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

public class SqlTable extends DBObject<SqlTable> {
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/sql/UnaryCriterion.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.sql;

import static com.todoroo.andlib.sql.SqlConstants.SPACE;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/utility/AndroidUtilities.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.utility;

import java.io.BufferedInputStream;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/utility/DialogUtilities.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.utility;


Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/utility/ImageLoader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.utility;

import java.io.File;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/utility/Pair.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.utility;

/**
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/andlib/utility/Preferences.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.utility;

import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.andlib.utility;
/**
* Copyright (c) 2012 Todoroo Inc
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/api/FilterWithCustomIntent.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.api;


Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/api/FilterWithUpdate.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.api;


Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/api/IntentFilter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.api;

import android.app.PendingIntent;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/core/SearchFilter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.core;

import android.os.Parcel;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/core/SortHelper.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.core;

import com.todoroo.andlib.sql.Criterion;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/data/MetadataApiDao.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.data;

import java.util.ArrayList;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/data/RemoteModel.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.data;

import com.todoroo.andlib.data.AbstractModel;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/data/StoreObjectApiDao.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.data;

import android.content.Context;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/data/SyncFlags.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.data;

@SuppressWarnings("nls")
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/data/TaskApiDao.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.data;

import android.content.ContentValues;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/data/UpdateApiDao.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.data;

import android.content.Context;
Expand Down
5 changes: 5 additions & 0 deletions api/src/com/todoroo/astrid/sync/SyncBackgroundService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2012 Todoroo Inc
*
* See the file "LICENSE" for the full license governing this code.
*/
package com.todoroo.astrid.sync;

import java.util.concurrent.atomic.AtomicBoolean;
Expand Down
Loading

0 comments on commit 52ed2cd

Please sign in to comment.