Skip to content

Commit 61bbacc

Browse files
committed
Target AUTHORS file in copyright header
1 parent b7f0fa0 commit 61bbacc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016, Ian Yu-Hsun Lin
1+
Copyright (c) 2018 The CallKeep Authors (see the AUTHORS file)
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

ios/RNCallKeep.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
isa = PBXProject;
9393
attributes = {
9494
LastUpgradeCheck = 0810;
95-
ORGANIZATIONNAME = "Ian Yu-Hsun Lin";
95+
ORGANIZATIONNAME = "Wazo";
9696
TargetAttributes = {
9797
234528911E0B88C700D1A033 = {
9898
CreatedOnToolsVersion = 8.1;

ios/RNCallKeep/RNCallKeep.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RNCallKeep.h
33
// RNCallKeep
44
//
5-
// Created by Ian Yu-Hsun Lin on 12/22/16.
6-
// Copyright © 2016 Ian Yu-Hsun Lin. All rights reserved.
5+
// Copyright 2018 The CallKeep Authors (see the AUTHORS file)
6+
// SPDX-License-Identifier: ISC, MIT
77
//
88

99
#import <Foundation/Foundation.h>

ios/RNCallKeep/RNCallKeep.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RNCallKeep.m
33
// RNCallKeep
44
//
5-
// Created by Ian Yu-Hsun Lin on 12/22/16.
6-
// Copyright © 2016 Ian Yu-Hsun Lin. All rights reserved.
5+
// Copyright 2018 The CallKeep Authors (see the AUTHORS file)
6+
// SPDX-License-Identifier: ISC, MIT
77
//
88

99
#import "RNCallKeep.h"

0 commit comments

Comments
 (0)