Skip to content

Commit a2f5cbb

Browse files
committed
update copyright
1 parent 735983c commit a2f5cbb

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

src/robotlegs/bender/extensions/signalCommandMap/SignalCommandMapExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

src/robotlegs/bender/extensions/signalCommandMap/api/ISignalCommandMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

src/robotlegs/bender/extensions/signalCommandMap/impl/SignalCommandMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

src/robotlegs/bender/extensions/signalCommandMap/impl/SignalCommandTrigger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

test/robotlegs/bender/extensions/signalCommandMap/signalCommandMapExtension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

test/robotlegs/bender/extensions/signalCommandMap/support/Data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

test/robotlegs/bender/extensions/signalCommandMap/support/RelayCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

test/robotlegs/bender/extensions/signalCommandMap/support/RelaySignal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

test/robotlegs/bender/extensions/signalCommandMap/support/TargetCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2016 Goodgame Studios. All Rights Reserved.
2+
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
33
//
44
// NOTICE: You are permitted to use, modify, and distribute this file
55
// in accordance with the terms of the license agreement accompanying it.

0 commit comments

Comments
 (0)