From: drizea Date: Thu, 16 Aug 2012 09:16:27 +0000 (+0300) Subject: added header to java classes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6f759069c8123593df28dc0dfb381f2ea8c0401d;p=working%2FEvergreen.git added header to java classes --- diff --git a/Open-ILS/src/Android/.settings/net.sf.jautodoc.prefs b/Open-ILS/src/Android/.settings/net.sf.jautodoc.prefs new file mode 100644 index 0000000000..57975d9721 --- /dev/null +++ b/Open-ILS/src/Android/.settings/net.sf.jautodoc.prefs @@ -0,0 +1,8 @@ +#Thu Aug 16 12:13:32 EEST 2012 +add_header=true +add_todo=false +eclipse.preferences.version=1 +header_text=/*\n * Copyright (C) 2012 Evergreen Open-ILS\n * @author Daniel-Octavian Rizea\n * \n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * or the License, or (at your option) any later version.\n * \n * This program is distributed in the hope that it will be usefull,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n * \n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software \n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n * \r */ +project_specific_settings=true +replace_header=true +replacements=\n\n\nGets the\nSets the\nAdds the\nEdits the\nRemoves the\nInits the\nParses the\nCreates the\nBuilds the\nChecks if is\nPrints the\nChecks for\n\n\n diff --git a/Open-ILS/src/Android/res/layout/bookbag_list.xml b/Open-ILS/src/Android/res/layout/bookbag_list.xml index de135d1f4b..c8e1bc62bf 100644 --- a/Open-ILS/src/Android/res/layout/bookbag_list.xml +++ b/Open-ILS/src/Android/res/layout/bookbag_list.xml @@ -88,6 +88,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingTop="10dip" + android:divider="@drawable/list_view_separator" + android:dividerHeight="1dp" > \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/bookbagitem_list.xml b/Open-ILS/src/Android/res/layout/bookbagitem_list.xml index 12fc4ca484..1cb06340c7 100644 --- a/Open-ILS/src/Android/res/layout/bookbagitem_list.xml +++ b/Open-ILS/src/Android/res/layout/bookbagitem_list.xml @@ -46,6 +46,8 @@ android:layout_height="wrap_content" android:paddingTop="10dip" android:background="@drawable/listview_background" + android:divider="@drawable/list_view_separator" + android:dividerHeight="1dp" > \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/checkout_list.xml b/Open-ILS/src/Android/res/layout/checkout_list.xml index 00793c78b3..9c12210f06 100644 --- a/Open-ILS/src/Android/res/layout/checkout_list.xml +++ b/Open-ILS/src/Android/res/layout/checkout_list.xml @@ -44,7 +44,9 @@ diff --git a/Open-ILS/src/Android/res/layout/fines.xml b/Open-ILS/src/Android/res/layout/fines.xml index db23e0651b..b45ce9ca1d 100644 --- a/Open-ILS/src/Android/res/layout/fines.xml +++ b/Open-ILS/src/Android/res/layout/fines.xml @@ -79,7 +79,9 @@ \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/holds_list.xml b/Open-ILS/src/Android/res/layout/holds_list.xml index 3adbf45285..f7974c666c 100644 --- a/Open-ILS/src/Android/res/layout/holds_list.xml +++ b/Open-ILS/src/Android/res/layout/holds_list.xml @@ -32,7 +32,9 @@ \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml b/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml index b353258248..d02e8b5da0 100644 --- a/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml +++ b/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml @@ -4,7 +4,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" - android:background="@color/background" + android:background="@drawable/background_grey_image" > + android:layout_marginTop="5dip" + android:background="@drawable/listview_background" + > than now - * - * @param : authtoken, UserID - * @returns: Array of non-catalogen circ IDs, event or error - */ + /** The METHOD_FETCH_NON_CAT_CIRCS description : for a given user, returns an id-list of non-cataloged circulations that are considered open for now. A circ is open if circ time + circ duration (based on type) is > than now @returns: Array of non-catalogen circ IDs, event or error */ public static String METHOD_FETCH_NON_CAT_CIRCS = "open-ils.circ.open_non_cataloged_circulation.user"; - /** - * The METHOD_FETCH_CIRC_BY_ID description : Retrieves a circ object by ID. - * - * @param : authtoken, circ_id - * @returns : "circ" class. Fields of interest : renewal_remaining, due_date - */ + /** The METHOD_FETCH_CIRC_BY_ID description : Retrieves a circ object by ID. @returns : "circ" class. Fields of interest : renewal_remaining, due_date */ public static String METHOD_FETCH_CIRC_BY_ID = "open-ils.circ.retrieve"; - /** - * The METHOD_FETCH_MODS_FROM_COPY description : used to return info - * - * @param : target_copy - * @returns : mvr class OSRF Object. Fields of interest : title, author - */ + /** The METHOD_FETCH_MODS_FROM_COPY description : used to return info. @returns : mvr class OSRF Object. Fields of interest : title, author */ public static String METHOD_FETCH_MODS_FROM_COPY = "open-ils.search.biblio.mods_from_copy"; - /** - * The METHOD_FETCH_COPY description : used to return info for a - * PRE_CATALOGED object - * - * @param : target_copy - * @returns : acp class OSRF Object. Fields of interest : dummy_title, - * dummy_author - */ + /** The METHOD_FETCH_COPY description : used to return info for a PRE_CATALOGED object. @returns : acp class OSRF Object. Fields of interest : dummy_title, dummy_author */ public static String METHOD_FETCH_COPY = "open-ils.search.asset.copy.retrieve"; - /** - * The METHOD_RENEW_CIRC description : used to renew a circulation object - * - * @param : HashMap ex :{ {"patron":id,"copyid":copy_id,"opac_renewal":1} } - * @returnes : acn, acp, circ, mus, mbts - */ + + /** The METHOD_RENEW_CIRC description : used to renew a circulation object. @returnes : acn, acp, circ, mus, mbts */ public static String METHOD_RENEW_CIRC = "open-ils.circ.renew"; // Used for Holds Tab - /** - * The METHOD_FETCH_HOLDS - * - * @param : authtoken, userID - * @returns: List of "ahr" OSPFObject . Fields of interest : pickup_lib - */ + /** The METHOD_FETCH_HOLDS. @returns: List of "ahr" OSPFObject . Fields of interest : pickup_lib */ public static String METHOD_FETCH_HOLDS = "open-ils.circ.holds.retrieve"; - /** - * The METHOD_FETCH_ORG_SETTINGS description : retrieves a setting from the - * organization unit - * - * @param : org_id, String with setting property to return - * @returns : returns the requested value of the setting - */ + /** The METHOD_FETCH_ORG_SETTINGS description : retrieves a setting from the organization unit. @returns : returns the requested value of the setting */ public static String METHOD_FETCH_ORG_SETTINGS = "open-ils.actor.ou_setting.ancestor_default"; - /** - * The METHOD_FETCH_MRMODS - * - */ + /** The METHOD_FETCH_MRMODS. */ // if holdtype == M return mvr OSRFObject public static String METHOD_FETCH_MRMODS = "open-ils.search.biblio.metarecord.mods_slim.retrieve"; // if holdtype == T return mvr OSRFObject + /** The METHO d_ fetc h_ rmods. */ public static String METHOD_FETCH_RMODS = "open-ils.search.biblio.record.mods_slim.retrieve"; // if hold type V + /** The METHO d_ fetc h_ volume. */ public static String METHOD_FETCH_VOLUME = "open-ils.search.asset.call_number.retrieve"; // if hold type I + /** The METHO d_ fetc h_ issuance. */ public static String METHOD_FETCH_ISSUANCE = "open-ils.serial.issuance.pub_fleshed.batch.retrieve"; + /** The METHO d_ fetc h_ hol d_ status. */ public static String METHOD_FETCH_HOLD_STATUS = "open-ils.circ.hold.queue_stats.retrieve"; - /** - * The METHOD_UPDATE_HOLD description : Updates the specified hold. If - * session user != hold user then session user must have UPDATE_HOLD - * permissions - * - * @param : authtoken, ahr object - * @returns : hold_is on success, event or error on failure - */ + /** The METHOD_UPDATE_HOLD description : Updates the specified hold. If session user != hold user then session user must have UPDATE_HOLD permissions @returns : hold_is on success, event or error on failure */ public static String METHOD_UPDATE_HOLD = "open-ils.circ.hold.update"; - /** - * The METHOD_CANCEL_HOLD description : Cancels the specified hold. session - * user != hold user must have CANCEL_HOLD permissions. - * - * @param : authtoken, hold_ids, one after another : 1,21,33,.... - * @returns : 1 on success, event or error on failure - */ + /** The METHOD_CANCEL_HOLD description : Cancels the specified hold. session user != hold user must have CANCEL_HOLD permissions. @returns : 1 on success, event or error on failure */ public static String METHOD_CANCEL_HOLD = "open-ils.circ.hold.cancel"; - /** - * The METHOD_VERIFY_HOLD_POSSIBLE description : - * - * @param : authtoken , hashmap - * {"titleid":38,"mrid":35,"volume_id":null,"issuanceid":null, - * "copy_id" - * :null,"hold_type":"T","holdable_formats":null,"patronid":2 - * ,"depth":0,"pickup_lib":"8","partid":null} parameters : (desc in - * OpenILS::Application::Circ::holds perldoc) patron_id ID of hold - * recipient depth (hold range depth, default 0) pickup_lib - * destination for hold, fallback value for selection_ou selection_ou - * issuanceid partid titleid volume_id copy_id mrid hold_type - * - * @returns : hashmap with "success" : 1 field or - */ + /** The METHOD_VERIFY_HOLD_POSSIBLE description :. @returns : hashmap with "success" : 1 field or */ public static String METHOD_VERIFY_HOLD_POSSIBLE = "open-ils.circ.title_hold.is_possible"; - /** - * The METHOD_CREATE_HOLD description : - * - * @param : authtoken, ahr OSRFObject - * @returns : hash with messages : "success" : 1 field or - */ + /** The METHOD_CREATE_HOLD description :. @returns : hash with messages : "success" : 1 field or */ public static String METHOD_CREATE_HOLD = "open-ils.circ.holds.create"; // Used for Fines - /** - * The METHODS_FETCH_FINES_SUMMARY description : - * - * @param : authToken, UserID - * @returns: "mous" OSRFObject. fields: balance_owed, total_owed, total_paid - */ + /** The METHODS_FETCH_FINES_SUMMARY description :. @returns: "mous" OSRFObject. fields: balance_owed, total_owed, total_paid */ public static String METHOD_FETCH_FINES_SUMMARY = "open-ils.actor.user.fines.summary"; - /** - * The METHOD_FETCH_TRANSACTIONS description: For a given user retrieves a - * list of fleshed transactions. List of objects, each object is a hash - * containing : transaction, circ, record - * - * @param : authToken, userID - * @returns : array of objects, must investigate - */ + /** The METHOD_FETCH_TRANSACTIONS description: For a given user retrieves a list of fleshed transactions. List of objects, each object is a hash containing : transaction, circ, record @returns : array of objects, must investigate */ public static String METHOD_FETCH_TRANSACTIONS = "open-ils.actor.user.transactions.have_charge.fleshed"; - /** - * The METHOD_FETCH_MONEY_BILLING description : - * - * @param : authToken, transaction_id; - */ + /** The METHOD_FETCH_MONEY_BILLING description :. */ public static String METHOD_FETCH_MONEY_BILLING = "open-ils.circ.money.billing.retrieve.all"; // Used for book bags - /** - * The METHOD_FLESH_CONTAINERS description : Retrieves all un-fleshed - * buckets by class assigned to a given user VIEW_CONTAINER permissions is - * requestID != owner ID - * - * @param : authtoken, UserID, "biblio", "bookbag" - * @returns : array of "cbreb" OSRFObjects - */ + /** The METHOD_FLESH_CONTAINERS description : Retrieves all un-fleshed buckets by class assigned to a given user VIEW_CONTAINER permissions is requestID != owner ID. @returns : array of "cbreb" OSRFObjects */ public static String METHOD_FLESH_CONTAINERS = "open-ils.actor.container.retrieve_by_class.authoritative"; - /** - * The METHOD_FLESH_PUBLIC_CONTAINER description : array of contaoners - * correspondig to a id - * - * @param : authtoken , "biblio" , boobkbag ID - * @returns : array of "crebi" OSRF objects (content of bookbag, id's of - * elements to get more info) - */ + /** The METHOD_FLESH_PUBLIC_CONTAINER description : array of contaoners correspondig to a id. @returns : array of "crebi" OSRF objects (content of bookbag, id's of elements to get more info) */ public static String METHOD_FLESH_PUBLIC_CONTAINER = "open-ils.actor.container.flesh"; + /** The METHO d_ containe r_ delete. */ public static String METHOD_CONTAINER_DELETE = "open-ils.actor.container.item.delete"; + /** The METHO d_ containe r_ create. */ public static String METHOD_CONTAINER_CREATE = "open-ils.actor.container.create"; + /** The METHO d_ containe r_ ite m_ create. */ public static String METHOD_CONTAINER_ITEM_CREATE = "open-ils.actor.container.item.create"; + /** The METHO d_ containe r_ ful l_ delete. */ public static String METHOD_CONTAINER_FULL_DELETE = "open-ils.actor.container.full_delete"; + /** The book bags. */ public ArrayList bookBags = null; /** The conn. */ @@ -264,11 +181,13 @@ public class AccountAccess { * */ public String authToken = null; + /** The cm. */ private ConnectivityManager cm; /** The auth time. */ private Integer authTime = null; + /** The user id. */ private Integer userID = null; // for demo purpose /** The user name. */ @@ -277,13 +196,14 @@ public class AccountAccess { /** The password. */ public static String password = "demo123"; + /** The account access. */ private static AccountAccess accountAccess = null; /** * Instantiates a new authenticate user. - * - * @param httpAddress - * the http address + * + * @param httpAddress the http address + * @param cm the cm */ private AccountAccess(String httpAddress, ConnectivityManager cm) { @@ -303,6 +223,11 @@ public class AccountAccess { } + /** + * Checks if is authenticated. + * + * @return true, if is authenticated + */ public boolean isAuthenticated() { if (authToken != null) @@ -311,6 +236,13 @@ public class AccountAccess { return false; } + /** + * Gets the account access. + * + * @param httpAddress the http address + * @param cm the cm + * @return the account access + */ public static AccountAccess getAccountAccess(String httpAddress, ConnectivityManager cm) { @@ -326,6 +258,11 @@ public class AccountAccess { } // the object must be initialized before + /** + * Gets the account access. + * + * @return the account access + */ public static AccountAccess getAccountAccess() { if (accountAccess != null) { @@ -338,6 +275,11 @@ public class AccountAccess { /* * Change the Http conn to a new library address */ + /** + * Update http address. + * + * @param httpAddress the http address + */ public void updateHttpAddress(String httpAddress) { System.out.println("update http address of account access to " + httpAddress); @@ -388,6 +330,12 @@ public class AccountAccess { return ""; } + /** + * Sets the account info. + * + * @param username the username + * @param password the password + */ public static void setAccountInfo(String username, String password) { AccountAccess.userName = username; @@ -397,6 +345,10 @@ public class AccountAccess { /** * Authenticate. + * + * @return true, if successful + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server */ public boolean authenticate() throws NoNetworkAccessException, NoAccessToServer { @@ -434,8 +386,10 @@ public class AccountAccess { /** * Authenticate init. - * + * * @return seed for phase 2 of login + * @throws NoAccessToServer the no access to server + * @throws NoNetworkAccessException the no network access exception */ private String authenticateInit() throws NoAccessToServer, NoNetworkAccessException { @@ -456,9 +410,11 @@ public class AccountAccess { /** * Authenticate complete. Phase 2 of login process Application send's * username and hash to confirm login - * - * @param seed - * the seed + * + * @param seed the seed + * @return true, if successful + * @throws NoAccessToServer the no access to server + * @throws NoNetworkAccessException the no network access exception * @returns bollean if auth was ok */ private boolean authenticateComplete(String seed) throws NoAccessToServer, @@ -520,6 +476,14 @@ public class AccountAccess { // ------------------------Checked Out Items Section // -------------------------// + /** + * Gets the items checked out. + * + * @return the items checked out + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public ArrayList getItemsCheckedOut() throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -601,6 +565,15 @@ public class AccountAccess { * * @returns : "circ" OSRFObject */ + /** + * Retrieve circ record. + * + * @param id the id + * @return the oSRF object + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private OSRFObject retrieveCircRecord(String id) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -617,6 +590,15 @@ public class AccountAccess { * it uses open-ils.search.asset.copy.retriev Usefull info : title and * author (for acp : dummy_title, dummy_author) */ + /** + * Fetch info for checked out item. + * + * @param target_copy the target_copy + * @param circRecord the circ record + * @return the oSRF object + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private OSRFObject fetchInfoForCheckedOutItem(Integer target_copy, CircRecord circRecord) throws NoNetworkAccessException, NoAccessToServer { @@ -646,6 +628,14 @@ public class AccountAccess { return result; } + /** + * Fetch mods from copy. + * + * @param target_copy the target_copy + * @return the oSRF object + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private OSRFObject fetchModsFromCopy(Integer target_copy) throws NoNetworkAccessException, NoAccessToServer { @@ -656,6 +646,14 @@ public class AccountAccess { return mvr; } + /** + * Fetch asset copy. + * + * @param target_copy the target_copy + * @return the oSRF object + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private OSRFObject fetchAssetCopy(Integer target_copy) throws NoNetworkAccessException, NoAccessToServer { @@ -669,6 +667,16 @@ public class AccountAccess { * Method used to renew a circulation record based on target_copy_id Returns * many objects, don't think they are needed */ + /** + * Renew circ. + * + * @param target_copy the target_copy + * @throws MaxRenewalsException the max renewals exception + * @throws ServerErrorMessage the server error message + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public void renewCirc(Integer target_copy) throws MaxRenewalsException, ServerErrorMessage, SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -695,6 +703,16 @@ public class AccountAccess { // ------------------------Holds Section // --------------------------------------// + /** + * Fetch org settings. + * + * @param org_id the org_id + * @param setting the setting + * @return the object + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public Object fetchOrgSettings(Integer org_id, String setting) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -706,6 +724,14 @@ public class AccountAccess { } + /** + * Gets the holds. + * + * @return the holds + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public List getHolds() throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -738,6 +764,15 @@ public class AccountAccess { * copy P - pat */ + /** + * Fetch hold title info. + * + * @param holdArhObject the hold arh object + * @param hold the hold + * @return the object + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private Object fetchHoldTitleInfo(OSRFObject holdArhObject, HoldRecord hold) throws NoNetworkAccessException, NoAccessToServer { @@ -777,6 +812,15 @@ public class AccountAccess { return holdInfo; } + /** + * Hold fetch objects. + * + * @param hold the hold + * @param holdObj the hold obj + * @return the oSRF object + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private OSRFObject holdFetchObjects(OSRFObject hold, HoldRecord holdObj) throws NoNetworkAccessException, NoAccessToServer { @@ -909,6 +953,16 @@ public class AccountAccess { return null; } + /** + * Fetch hold status. + * + * @param hold the hold + * @param holdObj the hold obj + * @return the object + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public Object fetchHoldStatus(OSRFObject hold, HoldRecord holdObj) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -925,6 +979,15 @@ public class AccountAccess { return hold_status; } + /** + * Cancel hold. + * + * @param hold the hold + * @return true, if successful + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public boolean cancelHold(OSRFObject hold) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -942,6 +1005,22 @@ public class AccountAccess { } + /** + * Update hold. + * + * @param ahr the ahr + * @param pickup_lib the pickup_lib + * @param email_notify the email_notify + * @param phone_notify the phone_notify + * @param phone the phone + * @param suspendHold the suspend hold + * @param expire_time the expire_time + * @param thaw_date the thaw_date + * @return the object + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public Object updateHold(OSRFObject ahr, Integer pickup_lib, boolean email_notify, boolean phone_notify, String phone, boolean suspendHold, String expire_time, String thaw_date) @@ -965,6 +1044,22 @@ public class AccountAccess { return response; } + /** + * Creates the hold. + * + * @param recordID the record id + * @param pickup_lib the pickup_lib + * @param email_notify the email_notify + * @param phone_notify the phone_notify + * @param phone the phone + * @param suspendHold the suspend hold + * @param expire_time the expire_time + * @param thaw_date the thaw_date + * @return the string[] + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public String[] createHold(Integer recordID, Integer pickup_lib, boolean email_notify, boolean phone_notify, String phone, boolean suspendHold, String expire_time, String thaw_date) @@ -1021,6 +1116,16 @@ public class AccountAccess { } // ?? return boolean + /** + * Checks if is hold possible. + * + * @param pickup_lib the pickup_lib + * @param recordID the record id + * @return the object + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public Object isHoldPossible(Integer pickup_lib, Integer recordID) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1047,6 +1152,15 @@ public class AccountAccess { } // return + /** + * Gets the hold pre create info. + * + * @param recordID the record id + * @param pickup_lib the pickup_lib + * @return the hold pre create info + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public HashMap getHoldPreCreateInfo(Integer recordID, Integer pickup_lib) throws NoNetworkAccessException, NoAccessToServer { @@ -1081,6 +1195,14 @@ public class AccountAccess { // ----------------------------Fines // Summary------------------------------------// + /** + * Gets the fines summary. + * + * @return the fines summary + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public float[] getFinesSummary() throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1101,6 +1223,14 @@ public class AccountAccess { return fines; } + /** + * Gets the transactions. + * + * @return the transactions + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public ArrayList getTransactions() throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1130,6 +1260,14 @@ public class AccountAccess { // ---------------------------------------Book // bags-----------------------------------// + /** + * Gets the bookbags. + * + * @return the bookbags + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public ArrayList getBookbags() throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1156,6 +1294,16 @@ public class AccountAccess { return bookBagObj; } + /** + * Gets the bookbag content. + * + * @param bag the bag + * @param bookbagID the bookbag id + * @return the bookbag content + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private Object getBookbagContent(BookBag bag, Integer bookbagID) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1176,6 +1324,14 @@ public class AccountAccess { return items; } + /** + * Removes the bookbag item. + * + * @param id the id + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public void removeBookbagItem(Integer id) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1183,6 +1339,14 @@ public class AccountAccess { } + /** + * Creates the bookbag. + * + * @param name the name + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public void createBookbag(String name) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1195,6 +1359,14 @@ public class AccountAccess { createContainer("biblio", cbreb); } + /** + * Delete book bag. + * + * @param id the id + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ public void deleteBookBag(Integer id) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1203,6 +1375,15 @@ public class AccountAccess { authToken, "biblio", id }); } + /** + * Adds the record to book bag. + * + * @param record_id the record_id + * @param bookbag_id the bookbag_id + * @throws SessionNotFoundException the session not found exception + * @throws NoAccessToServer the no access to server + * @throws NoNetworkAccessException the no network access exception + */ public void addRecordToBookBag(Integer record_id, Integer bookbag_id) throws SessionNotFoundException, NoAccessToServer, NoNetworkAccessException { @@ -1217,6 +1398,15 @@ public class AccountAccess { authToken, "biblio", cbrebi }); } + /** + * Removes the container. + * + * @param container the container + * @param id the id + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private void removeContainer(String container, Integer id) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { @@ -1226,6 +1416,15 @@ public class AccountAccess { authToken, container, id }); } + /** + * Creates the container. + * + * @param container the container + * @param parameter the parameter + * @throws SessionNotFoundException the session not found exception + * @throws NoNetworkAccessException the no network access exception + * @throws NoAccessToServer the no access to server + */ private void createContainer(String container, Object parameter) throws SessionNotFoundException, NoNetworkAccessException, NoAccessToServer { diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/AuthenticateUser.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/AuthenticateUser.java index 60e5d77153..b02c72b756 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/AuthenticateUser.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/AuthenticateUser.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess; import java.security.MessageDigest; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/MaxRenewalsException.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/MaxRenewalsException.java index 6d4330d7f7..e92e57ddd6 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/MaxRenewalsException.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/MaxRenewalsException.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess; public class MaxRenewalsException extends Exception { diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/ServerErrorMessage.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/ServerErrorMessage.java index bfefb1c63f..2e8ee4db2e 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/ServerErrorMessage.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/ServerErrorMessage.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess; public class ServerErrorMessage extends Exception { diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/SessionNotFoundException.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/SessionNotFoundException.java index 5b34d30d06..130dbb7f50 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/SessionNotFoundException.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/SessionNotFoundException.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess; public class SessionNotFoundException extends Exception { diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBag.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBag.java index 6dbd7d6044..f3b84c04b8 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBag.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBag.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.bookbags; import java.io.Serializable; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagDetails.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagDetails.java index 9c38c26010..22b72a475d 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagDetails.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagDetails.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.bookbags; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagItem.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagItem.java index 1522d3ff63..579a5d9ca8 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagItem.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookBagItem.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.bookbags; import java.io.Serializable; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookbagsListView.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookbagsListView.java index b806b420cb..f3a22ae0f1 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookbagsListView.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/bookbags/BookbagsListView.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.bookbags; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/CircRecord.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/CircRecord.java index 1e46430a91..e37db584ef 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/CircRecord.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/CircRecord.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.checkout; import java.text.ParseException; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/ItemsCheckOutListView.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/ItemsCheckOutListView.java index e4f86b606e..55efc91436 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/ItemsCheckOutListView.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/checkout/ItemsCheckOutListView.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.checkout; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesActivity.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesActivity.java index d60e671bc8..5b3f0e04f4 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesActivity.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesActivity.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.fines; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesRecord.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesRecord.java index ce64a42746..4c63fa0a1d 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesRecord.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/fines/FinesRecord.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.fines; import java.util.Date; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldDetails.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldDetails.java index 22d5b848cf..ce423191d8 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldDetails.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldDetails.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.holds; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldRecord.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldRecord.java index 8480d4f724..b133f06854 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldRecord.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldRecord.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.holds; import java.io.Serializable; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldsListView.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldsListView.java index 4369f6604c..1ad7e7eef6 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldsListView.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/HoldsListView.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.holds; import java.net.URLEncoder; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/PlaceHold.java b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/PlaceHold.java index 65e5201863..4a564369f7 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/PlaceHold.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/accountAccess/holds/PlaceHold.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.accountAccess.holds; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/database/DatabaseManager.java b/Open-ILS/src/Android/src/org/evergreen/android/database/DatabaseManager.java index a6d186cf22..b9a1461d01 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/database/DatabaseManager.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/database/DatabaseManager.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.database; import java.util.HashMap; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/globals/GlobalConfigs.java b/Open-ILS/src/Android/src/org/evergreen/android/globals/GlobalConfigs.java index b01fbd16aa..47058af3ab 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/globals/GlobalConfigs.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/globals/GlobalConfigs.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.globals; import java.io.InputStream; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/globals/NoAccessToServer.java b/Open-ILS/src/Android/src/org/evergreen/android/globals/NoAccessToServer.java index 7c71da04da..080649106d 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/globals/NoAccessToServer.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/globals/NoAccessToServer.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.globals; public class NoAccessToServer extends Exception { diff --git a/Open-ILS/src/Android/src/org/evergreen/android/globals/NoNetworkAccessException.java b/Open-ILS/src/Android/src/org/evergreen/android/globals/NoNetworkAccessException.java index 05fb225e06..9ca9c73e01 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/globals/NoNetworkAccessException.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/globals/NoNetworkAccessException.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.globals; public class NoNetworkAccessException extends Exception { diff --git a/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowNetworkNotAvailableRunnable.java b/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowNetworkNotAvailableRunnable.java index d27fa5ca63..cc4aec1475 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowNetworkNotAvailableRunnable.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowNetworkNotAvailableRunnable.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.globals; import android.app.AlertDialog; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowServerNotAvailableRunnable.java b/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowServerNotAvailableRunnable.java index 5c6c6ad03e..8ae553b570 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowServerNotAvailableRunnable.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/globals/ShowServerNotAvailableRunnable.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.globals; import android.app.AlertDialog; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/globals/Utils.java b/Open-ILS/src/Android/src/org/evergreen/android/globals/Utils.java index 858ba3608a..4fb0fc31a3 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/globals/Utils.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/globals/Utils.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.globals; import java.io.BufferedInputStream; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/AdvancedSearchActivity.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/AdvancedSearchActivity.java index 45ba9db98b..9139ae9013 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/AdvancedSearchActivity.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/AdvancedSearchActivity.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.util.StringTokenizer; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyCountInformation.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyCountInformation.java index 8d07d01c46..2f6aab7349 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyCountInformation.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyCountInformation.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.io.Serializable; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyInformation.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyInformation.java index 3136645ed1..cd50eb4c7d 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyInformation.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/CopyInformation.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.io.Serializable; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/ImageDownloader.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/ImageDownloader.java index fe9b902f9d..adaa0c8134 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/ImageDownloader.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/ImageDownloader.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.io.FilterInputStream; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/MoreCopyInformation.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/MoreCopyInformation.java index 0890bb7b75..666075785a 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/MoreCopyInformation.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/MoreCopyInformation.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/Organisation.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/Organisation.java index 40ffb82bad..c40f51e733 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/Organisation.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/Organisation.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; public class Organisation { diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordInfo.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordInfo.java index 196025382c..489cf6697e 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordInfo.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordInfo.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.io.Serializable; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SampleUnderlinesNoFade.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SampleUnderlinesNoFade.java index b1eec12d40..ba5cac91ef 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SampleUnderlinesNoFade.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SampleUnderlinesNoFade.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.util.List; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalog.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalog.java index 1e2e82c2d9..0b2f22bd97 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalog.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalog.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalogListView.java b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalogListView.java index 37d1771a7b..7fc865f660 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalogListView.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalogListView.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.searchCatalog; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationAlert.java b/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationAlert.java index 04b7ca198e..3aaa2e7d1d 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationAlert.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationAlert.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.services; import java.util.Date; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationReceiver.java b/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationReceiver.java index d579c21ae6..fc3d567f13 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationReceiver.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/services/NotificationReceiver.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.services; import org.evergreen.android.views.splashscreen.SplashActivity; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/services/PeriodicServiceBroadcastReceiver.java b/Open-ILS/src/Android/src/org/evergreen/android/services/PeriodicServiceBroadcastReceiver.java index f1e87f1a82..a087466f91 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/services/PeriodicServiceBroadcastReceiver.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/services/PeriodicServiceBroadcastReceiver.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.services; import java.util.Calendar; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/services/RebootReceiver.java b/Open-ILS/src/Android/src/org/evergreen/android/services/RebootReceiver.java index ad3bf976e5..1a873a949e 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/services/RebootReceiver.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/services/RebootReceiver.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.services; import java.util.Calendar; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/services/ScheduledIntentService.java b/Open-ILS/src/Android/src/org/evergreen/android/services/ScheduledIntentService.java index 8215726bef..dd3c38e475 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/services/ScheduledIntentService.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/services/ScheduledIntentService.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.services; import java.io.InputStream; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BaseSampleActivity.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BaseSampleActivity.java index 783ea3fee7..5fda8e67ff 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BaseSampleActivity.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BaseSampleActivity.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.utils.ui; import java.util.Random; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BasicDetailsFragment.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BasicDetailsFragment.java index 66a09682d9..b5be7a9040 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BasicDetailsFragment.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BasicDetailsFragment.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.utils.ui; import java.util.ArrayList; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/Dashboard.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/Dashboard.java index 1380746e86..9ef43aab3a 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/Dashboard.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/Dashboard.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.utils.ui; import android.content.Context; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/PageIndicator.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/PageIndicator.java index 57046bda4d..80d14b2e6d 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/PageIndicator.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/PageIndicator.java @@ -1,18 +1,21 @@ /* - * Copyright (C) 2011 Patrik Akerfeldt - * Copyright (C) 2011 Jake Wharton - * - * 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. + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * */ package org.evergreen.android.utils.ui; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TabPageIndicator.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TabPageIndicator.java index 69ac053885..75c5874ee5 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TabPageIndicator.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TabPageIndicator.java @@ -1,18 +1,21 @@ /* - * Copyright (C) 2011 The Android Open Source Project - * Copyright (C) 2011 Jake Wharton - * - * 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. + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * */ package org.evergreen.android.utils.ui; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragment.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragment.java index c4fee91840..d8f6af0070 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragment.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragment.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.utils.ui; import android.os.Bundle; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragmentAdapter.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragmentAdapter.java index 51ec29d20c..ec9077cf86 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragmentAdapter.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragmentAdapter.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.utils.ui; import android.support.v4.app.Fragment; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TitlePageIndicator.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TitlePageIndicator.java index a8b5fb86d5..5b25c2bc05 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TitlePageIndicator.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TitlePageIndicator.java @@ -1,19 +1,21 @@ /* - * Copyright (C) 2011 Jake Wharton - * Copyright (C) 2011 Patrik Akerfeldt - * Copyright (C) 2011 Francisco Figueiredo Jr. - * - * 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. + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * */ package org.evergreen.android.utils.ui; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/UnderlinePageIndicator.java b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/UnderlinePageIndicator.java index bb2d4731e0..ec6fe2b7ec 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/UnderlinePageIndicator.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/utils/ui/UnderlinePageIndicator.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.utils.ui; import org.evergreen.android.R; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/views/AccountScreenDashboard.java b/Open-ILS/src/Android/src/org/evergreen/android/views/AccountScreenDashboard.java index 87e8570b41..9cf7f2acd5 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/views/AccountScreenDashboard.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/views/AccountScreenDashboard.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.views; import org.evergreen.android.R; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/views/ApplicationPreferences.java b/Open-ILS/src/Android/src/org/evergreen/android/views/ApplicationPreferences.java index 6c1af45a0e..900e8e7b82 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/views/ApplicationPreferences.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/views/ApplicationPreferences.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.views; import java.util.Calendar; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/views/ConfigureApplicationActivity.java b/Open-ILS/src/Android/src/org/evergreen/android/views/ConfigureApplicationActivity.java index 2f3d122c0a..58885a6ebd 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/views/ConfigureApplicationActivity.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/views/ConfigureApplicationActivity.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.views; import org.evergreen.android.R; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/views/MainScreenDashboard.java b/Open-ILS/src/Android/src/org/evergreen/android/views/MainScreenDashboard.java index 730c9a833c..c85bd95af5 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/views/MainScreenDashboard.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/views/MainScreenDashboard.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.views; import org.evergreen.android.R; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/LoadingTask.java b/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/LoadingTask.java index c7dcab6ba6..de70d03b75 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/LoadingTask.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/LoadingTask.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.views.splashscreen; import org.evergreen.android.accountAccess.AccountAccess; diff --git a/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/SplashActivity.java b/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/SplashActivity.java index c71a8573d6..b1bf948340 100644 --- a/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/SplashActivity.java +++ b/Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/SplashActivity.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2012 Evergreen Open-ILS + * @author Daniel-Octavian Rizea + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * or the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be usefull, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * + */ package org.evergreen.android.views.splashscreen; import org.evergreen.android.R;