Skip to content

Commit 4a13fe8

Browse files
author
Alex Miłowski
committed
Fixed #233 again with few more files and the generated copyright in the gulp file
1 parent 033bdc8 commit 4a13fe8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gulp.task('doc', function() {
4242
{
4343
path: 'etc/marklogic-template',
4444
systemName: 'MarkLogic Node.js API',
45-
copyright: 'Copyright 2014-2015 MarkLogic Corporation',
45+
copyright: 'Copyright 2014-2016 MarkLogic Corporation',
4646
theme: 'marklogic',
4747
inverseNav: true,
4848
navType: 'vertical',

test-complete/data/emptyTransform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2015 MarkLogic Corporation
2+
* Copyright 2014-2016 MarkLogic Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test-complete/nodejs-documents-patch-null.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2015 MarkLogic Corporation
2+
* Copyright 2014-2016 MarkLogic Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test-complete/nodejs-transform-save-json-as-xml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2015 MarkLogic Corporation
2+
* Copyright 2014-2016 MarkLogic Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)