Skip to content

Commit 9687988

Browse files
author
Daniel Wirtz
committed
README
1 parent 3c246a1 commit 9687988

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

bcrypt.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright (c) 2012 Nevins Bartolomeo <nevins.bartolomeo@gmail.com>
33
Copyright (c) 2012 Shane Girish <shaneGirish@gmail.com>
4-
Copyright (c) 2013 The dojo authors (https://www.dojojs.org)
4+
Copyright (c) 2013 Daniel Wirtz <dcode@dcode.io>
55
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
2727
*/
2828

2929
/**
30-
* @license dojo-bcrypt (c) 2013 Daniel Wirtz <dcode@dcode.io>
30+
* @license bcrypt.js (c) 2013 Daniel Wirtz <dcode@dcode.io>
3131
* Released under the Apache License, Version 2.0
32-
* see: http://www.dojojs.org for details
32+
* see: https://github.com/dcodeIO/bcrypt.js for details
3333
*/
3434
module.exports = (function() {
3535

src/bcrypt.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Copyright (c) 2012 Nevins Bartolomeo <nevins.bartolomeo@gmail.com>
33
Copyright (c) 2012 Shane Girish <shaneGirish@gmail.com>
4-
Copyright (c) 2013 The dojo authors (https://www.dojojs.org)
4+
Copyright (c) 2013 Daniel Wirtz <dcode@dcode.io>
55
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
2727
*/
2828

2929
/**
30-
* @license dojo-bcrypt (c) 2013 Daniel Wirtz <dcode@dcode.io>
30+
* @license bcrypt.js (c) 2013 Daniel Wirtz <dcode@dcode.io>
3131
* Released under the Apache License, Version 2.0
32-
* see: http://www.dojojs.org for details
32+
* see: https://github.com/dcodeIO/bcrypt.js for details
3333
*/
3434
module.exports = (function() {
3535

0 commit comments

Comments
 (0)