Skip to content

Commit 511b2f5

Browse files
committed
Fix copyright, remove comment
1 parent be5a257 commit 511b2f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

APCAppCore/APCAppCore/UI/TabBarControllers/Profile/APCProfileViewController+Bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// APCProfileViewController+Bridge.h
33
// APCAppCore
44
//
5-
// Copyright (c) 2015 Boston Children's Hospital, Inc. All rights reserved.
5+
// Copyright (c) 2015, Apple Inc. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

APCAppCore/APCAppCore/UI/TabBarControllers/Profile/APCProfileViewController+Bridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// APCProfileViewController+Bridge.m
33
// APCAppCore
44
//
5-
// Copyright (c) 2015 Boston Children's Hospital, Inc. All rights reserved.
5+
// Copyright (c) 2015, Apple Inc. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

APCAppCore/APCAppCore/UI/TabBarControllers/Profile/APCProfileViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#import "APCSettingsViewController.h"
4444
#import "APCSpinnerViewController.h"
4545
#import "APCTableViewItem.h"
46-
#import "APCAppDelegate.h" // should be removed
46+
#import "APCAppDelegate.h"
4747
#import "APCUserInfoConstants.h"
4848
#import "APCDataSubstrate.h"
4949
#import "APCConstants.h"

0 commit comments

Comments
 (0)