From 731a09924f1a75a0cb9c79f8689a1ed6b9c707d8 Mon Sep 17 00:00:00 2001 From: kurund Date: Fri, 28 Mar 2014 15:44:39 +0530 Subject: [PATCH] copyright and version fixes --- api/Exception.php | 2 +- api/api.php | 2 +- api/v3/Acl.php | 4 ++-- api/v3/AclRole.php | 4 ++-- api/v3/ActionSchedule.php | 6 +++--- api/v3/Activity.php | 6 +++--- api/v3/ActivityType.php | 6 +++--- api/v3/Address.php | 6 +++--- api/v3/Batch.php | 4 ++-- api/v3/Campaign.php | 6 +++--- api/v3/Case.php | 6 +++--- api/v3/Constant.php | 6 +++--- api/v3/Contact.php | 6 +++--- api/v3/ContactType.php | 6 +++--- api/v3/Contribution.php | 6 +++--- api/v3/ContributionPage.php | 4 ++-- api/v3/ContributionRecur.php | 6 +++--- api/v3/ContributionSoft.php | 6 +++--- api/v3/CustomField.php | 6 +++--- api/v3/CustomGroup.php | 6 +++--- api/v3/CustomValue.php | 6 +++--- api/v3/Dashboard.php | 6 +++--- api/v3/DashboardContact.php | 6 +++--- api/v3/Domain.php | 6 +++--- api/v3/Email.php | 6 +++--- api/v3/EntityTag.php | 6 +++--- api/v3/Event.php | 6 +++--- api/v3/Extension.php | 6 +++--- api/v3/File.php | 6 +++--- api/v3/FinancialAccount.php | 4 ++-- api/v3/FinancialType.php | 4 ++-- api/v3/Generic/Getactions.php | 4 ++-- api/v3/Generic/Getlist.php | 4 ++-- api/v3/Generic/Update.php | 4 ++-- api/v3/Grant.php | 6 +++--- api/v3/Group.php | 6 +++--- api/v3/GroupContact.php | 6 +++--- api/v3/GroupNesting.php | 6 +++--- api/v3/GroupOrganization.php | 6 +++--- api/v3/Im.php | 6 +++--- api/v3/Job.php | 6 +++--- api/v3/LineItem.php | 4 ++-- api/v3/LocBlock.php | 4 ++-- api/v3/LocationType.php | 6 +++--- api/v3/MailSettings.php | 6 +++--- api/v3/Mailing.php | 6 +++--- api/v3/MailingComponent.php | 4 ++-- api/v3/MailingContact.php | 6 +++--- api/v3/MailingEventConfirm.php | 6 +++--- api/v3/MailingEventResubscribe.php | 6 +++--- api/v3/MailingEventSubscribe.php | 6 +++--- api/v3/MailingEventUnsubscribe.php | 6 +++--- api/v3/MailingGroup.php | 6 +++--- api/v3/MailingJob.php | 6 +++--- api/v3/MailingRecipients.php | 6 +++--- api/v3/Membership.php | 6 +++--- api/v3/MembershipPayment.php | 6 +++--- api/v3/MembershipStatus.php | 6 +++--- api/v3/MembershipType.php | 6 +++--- api/v3/Note.php | 6 +++--- api/v3/Participant.php | 6 +++--- api/v3/ParticipantPayment.php | 6 +++--- api/v3/ParticipantStatusType.php | 6 +++--- api/v3/PaymentProcessor.php | 6 +++--- api/v3/PaymentProcessorType.php | 6 +++--- api/v3/Phone.php | 6 +++--- api/v3/Pledge.php | 6 +++--- api/v3/PledgePayment.php | 6 +++--- api/v3/Premium.php | 4 ++-- api/v3/PriceField.php | 4 ++-- api/v3/PriceFieldValue.php | 4 ++-- api/v3/PriceSet.php | 4 ++-- api/v3/PrintLabel.php | 4 ++-- api/v3/Product.php | 4 ++-- api/v3/Profile.php | 6 +++--- api/v3/Relationship.php | 6 +++--- api/v3/RelationshipType.php | 6 +++--- api/v3/Setting.php | 6 +++--- api/v3/SmsProvider.php | 4 ++-- api/v3/Survey.php | 6 +++--- api/v3/SurveyRespondant.php | 2 +- api/v3/System.php | 6 +++--- api/v3/Tag.php | 6 +++--- api/v3/UFField.php | 6 +++--- api/v3/UFGroup.php | 6 +++--- api/v3/UFJoin.php | 6 +++--- api/v3/UFMatch.php | 6 +++--- api/v3/Website.php | 6 +++--- api/v3/WordReplacement.php | 6 +++--- api/v3/utils.php | 6 +++--- 90 files changed, 245 insertions(+), 245 deletions(-) diff --git a/api/Exception.php b/api/Exception.php index ea4705820e..254ab3752d 100644 --- a/api/Exception.php +++ b/api/Exception.php @@ -5,7 +5,7 @@ * @package CiviCRM_APIv3 * @subpackage API * - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 */ /** diff --git a/api/api.php b/api/api.php index 3dca094dbc..1c68039ad1 100644 --- a/api/api.php +++ b/api/api.php @@ -6,7 +6,7 @@ * @package CiviCRM_APIv3 * @subpackage API * - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 * @version $Id: api.php 30486 2010-11-02 16:12:09Z shot $ */ diff --git a/api/v3/Acl.php b/api/v3/Acl.php index 93ac3c0dc9..896cb79af8 100644 --- a/api/v3/Acl.php +++ b/api/v3/Acl.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | diff --git a/api/v3/AclRole.php b/api/v3/AclRole.php index 25d10dab97..377691826b 100644 --- a/api/v3/AclRole.php +++ b/api/v3/AclRole.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | diff --git a/api/v3/ActionSchedule.php b/api/v3/ActionSchedule.php index 5d1e145013..b2b63bf48d 100644 --- a/api/v3/ActionSchedule.php +++ b/api/v3/ActionSchedule.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -32,7 +32,7 @@ * @package CiviCRM_APIv3 * @subpackage API_ActionSchedule * - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 * */ diff --git a/api/v3/Activity.php b/api/v3/Activity.php index 02d55fd78f..6181029b71 100644 --- a/api/v3/Activity.php +++ b/api/v3/Activity.php @@ -3,9 +3,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -32,7 +32,7 @@ * * @package CiviCRM_APIv3 * @subpackage API_Activity - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 * @version $Id: Activity.php 30486 2010-11-02 16:12:09Z shot $ * */ diff --git a/api/v3/ActivityType.php b/api/v3/ActivityType.php index 61b8c2f4bf..273ff8959d 100644 --- a/api/v3/ActivityType.php +++ b/api/v3/ActivityType.php @@ -1,9 +1,9 @@