Skip to content

Commit f6bb81b

Browse files
committed
Updated copyright.
1 parent dd23ec2 commit f6bb81b

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

builders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>
1+
// Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a
44
// copy of this software and associated documentation files (the

image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>
1+
// Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a
44
// copy of this software and associated documentation files (the

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>
1+
// Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a
44
// copy of this software and associated documentation files (the

internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>
1+
// Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a
44
// copy of this software and associated documentation files (the

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License
2-
Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>
2+
Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>
33

44
Permission is hereby granted, free of charge, to any person obtaining a
55
copy of this software and associated documentation files (the

mail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>
1+
// Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a
44
// copy of this software and associated documentation files (the

merged/merge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var fs = require('fs');
33
var path = require('path');
44
var dir = './total.js/';
55

6-
var license = '// Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// "Software"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n';
6+
var license = '// Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// "Software"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n';
77

88
var merge = ['builders.js', 'utils.js', 'image.js', 'nosql.js', 'mail.js', 'internal.js', 'index.js'];
99
var buffer = [];

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 (c) Peter Širka <petersirka@gmail.com>
1+
// Copyright 2012-2016 (c) Peter Širka <petersirka@gmail.com>
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a
44
// copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)