Skip to content

Commit 8128b8b

Browse files
author
Mike Richter
committed
Merged PR 2548: Add or update copyright notices #17388
Add or update copyright notices #17388 Related work items: #17388
2 parents 645e78a + a263389 commit 8128b8b

12 files changed

Lines changed: 40 additions & 10 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2017 PreEmptive Solutions, LLC
1+
# Copyright 2016-2018 PreEmptive Solutions, LLC
22
# See LICENSE.txt for licensing information
33

44
PROJECT_NAME=PPiOS-Rename

Source/CDClassDump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- mode: ObjC -*-
22

33
/*************************************************
4-
Copyright 2016-2017 PreEmptive Solutions, LLC
4+
Copyright 2016-2018 PreEmptive Solutions, LLC
55
See LICENSE.txt for licensing information
66
*************************************************/
77

Source/CDClassDump.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// -*- mode: ObjC -*-
22

33
/*************************************************
4-
Copyright 2016-2017 PreEmptive Solutions, LLC
4+
Copyright 2016-2018 PreEmptive Solutions, LLC
55
See LICENSE.txt for licensing information
66
*************************************************/
77

Source/CDLoadCommand.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2018 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDOCClass.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2018 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDOCInstanceVariable.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2018 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDOCMethod.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2018 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDObjectiveC1Processor.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// -*- mode: ObjC -*-
22

3-
/********************************************
4-
Copyright 2016 PreEmptive Solutions, LLC
3+
/*************************************************
4+
Copyright 2016-2018 PreEmptive Solutions, LLC
55
See LICENSE.txt for licensing information
6-
********************************************/
6+
*************************************************/
77

88
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
99
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.

Source/CDObjectiveC2Processor.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2018 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

Source/CDObjectiveCProcessor.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// -*- mode: ObjC -*-
22

3+
/********************************************
4+
Copyright 2018 PreEmptive Solutions, LLC
5+
See LICENSE.txt for licensing information
6+
********************************************/
7+
38
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
49
// Copyright (C) 1997-1998, 2000-2001, 2004-2015 Steve Nygard.
510

0 commit comments

Comments
 (0)