Skip to content

Commit 23748b6

Browse files
committed
adopts year-agnostic copyright message
1 parent a151f71 commit 23748b6

37 files changed

+43
-36
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 RobotlegsJS
3+
Copyright (c) 2017-present, RobotlegsJS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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/entry.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// ------------------------------------------------------------------------------
2+
// Copyright (c) 2017-present, RobotlegsJS. All Rights Reserved.
3+
//
4+
// NOTICE: You are permitted to use, modify, and distribute this file
5+
// in accordance with the terms of the license agreement accompanying it.
6+
// ------------------------------------------------------------------------------
7+
18
/// <reference types="mocha" />
29

310
import "reflect-metadata";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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/impl/signalCommandMapIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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/impl/signalCommandTrigger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ------------------------------------------------------------------------------
2-
// Copyright (c) 2017 RobotlegsJS. All Rights Reserved.
2+
// Copyright (c) 2017-present, 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)