Skip to content

Commit e78cd6e

Browse files
Merge pull request #40 from RobotlegsJS/copyright
Adopts year-agnostic copyright message
2 parents 1fca7fa + 0741413 commit e78cd6e

File tree

15 files changed

+22
-12
lines changed

15 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
- Enforce TSLint rules (see #39).
2828

29+
- Adopts year-agnostic copyright message (see #40).
30+
2931
- Update dev dependencies to latest version.
3032

3133
### [v0.0.5](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.5) - 2017-09-26

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
RobotlegsJS Phaser SignalCommandMap Extension
22
===
33

4+
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/blob/master/LICENSE)
45
[![Gitter chat](https://badges.gitter.im/RobotlegsJS/RobotlegsJS.svg)](https://gitter.im/RobotlegsJS/RobotlegsJS)
56
[![Build Status](https://secure.travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap.svg?branch=master)](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap)
67
[![codebeat badge](https://codebeat.co/badges/c8db23f8-561c-4839-9f74-1d704e27fadb)](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-signalcommandmap-master)

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
import "reflect-metadata";
29
import "bluebird/js/browser/bluebird";
310
import "es6-symbol/implement";

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) 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)