Skip to content

Commit

Permalink
update author name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 30, 2018
1 parent ac489d4 commit 31ecce8
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Jakub Jankiewicz
Copyright (c) 2018 Jakub T. Jankiewicz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@
Template for JavaScript Open Source Library - version 0.3.3

[![npm](https://img.shields.io/badge/npm-0.3.3-blue.svg)](https://www.npmjs.com/package/open-source-library)
[![travis](https://travis-ci.org/jcubic/open-source-library.svg?branch=master&a53becd1053d081313dd79c9abbf9e07893dff89)](https://travis-ci.org/jcubic/open-source-library)
[![travis](https://travis-ci.org/jcubic/open-source-library.svg?branch=master&ac489d4a748610d82d9c4656476b5d899cec67e7)](https://travis-ci.org/jcubic/open-source-library)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/open-source-library/badge.svg?branch=master&e318c46c5c2e024d11d4d179237887f4)](https://coveralls.io/github/jcubic/open-source-library?branch=master)

## Installation
Expand Down Expand Up @@ -47,4 +47,4 @@ lib.bar('ipsum');

Released under [MIT](http://opensource.org/licenses/MIT) license

Copyright (c) 2018 [Jakub Jankiewicz](http://jcubic.pl/jakub-jankiewicz)
Copyright (c) 2018 [Jakub T. Jankiewicz](https://jcubic.pl/jakub-jankiewicz)
4 changes: 2 additions & 2 deletions dist/cjs.js
@@ -1,10 +1,10 @@
/**@license
* Open Source Library - version 0.3.3
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* build: Mon, 17 Dec 2018 13:27:57 +0000
* build: Sun, 30 Dec 2018 18:02:45 +0000
*/
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
Expand Down
4 changes: 2 additions & 2 deletions dist/lib.js
@@ -1,10 +1,10 @@
/**@license
* Open Source Library - version 0.3.3
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* build: Mon, 17 Dec 2018 13:27:56 +0000
* build: Sun, 30 Dec 2018 18:02:45 +0000
*/
var lib = (function (exports) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/lib.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"demo",
"template"
],
"author": "Jakub Jankiewicz <jcubic@onet.pl> (http://jcubic.pl/jakub-jankiewicz/)",
"author": "Jakub T. Jankiewicz <jcubic@onet.pl> (https://jcubic.pl/jakub-jankiewicz/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcubic/open-source-library/issues"
Expand Down
2 changes: 1 addition & 1 deletion spec/lib.spec.js
@@ -1,7 +1,7 @@
/**@license
* Test for Open Source Library
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/banner.js
@@ -1,7 +1,7 @@
/**@license
* Open Source Library - version {{VER}}
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* build: {{DATE}}
Expand Down
2 changes: 1 addition & 1 deletion src/bar.js
@@ -1,7 +1,7 @@
/**
* Open Source Library
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/baz.js
@@ -1,7 +1,7 @@
/**
* Open Source Library
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/foo.js
@@ -1,7 +1,7 @@
/**
* Open Source Library
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
@@ -1,7 +1,7 @@
/**
* Open Source Library
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
*/
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Expand Up @@ -47,4 +47,4 @@ lib.bar('ipsum');

Released under [MIT](http://opensource.org/licenses/MIT) license

Copyright (c) 2018 [Jakub Jankiewicz](http://jcubic.pl/jakub-jankiewicz)
Copyright (c) 2018 [Jakub T. Jankiewicz](https://jcubic.pl/jakub-jankiewicz)
2 changes: 1 addition & 1 deletion templates/package.json
Expand Up @@ -17,7 +17,7 @@
"demo",
"template"
],
"author": "Jakub Jankiewicz <jcubic@onet.pl> (http://jcubic.pl/jakub-jankiewicz/)",
"author": "Jakub T. Jankiewicz <jcubic@onet.pl> (https://jcubic.pl/jakub-jankiewicz/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcubic/open-source-library/issues"
Expand Down

0 comments on commit 31ecce8

Please sign in to comment.