Skip to content

Commit ec7092e

Browse files
committed
Update copyright notices for 2018
1 parent be0a7d6 commit ec7092e

File tree

269 files changed

+2553
-2553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+2553
-2553
lines changed

LEGALNOTICES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Open Source Product Notices
22
MarkLogic supported GitHub projects
33
Last updated: December 18, 2017
4-
Copyright (c) 2017 MarkLogic Corporation.
4+
Copyright (c) 2017-2018 MarkLogic Corporation.
55
MarkLogic and the MarkLogic logo are trademarks or registered trademarks of MarkLogic Corporation in
66
the United States and other countries. All other trademarks are the property of their respective owners.
77
The following software may be included in this project:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2017 MarkLogic Corporation.
1+
Copyright © 2017-2018 MarkLogic Corporation.
22

33
This project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic.
44

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2017 MarkLogic Corporation.
1+
Copyright © 2017-2018 MarkLogic Corporation.
22

33
This project and its code and functionality is not representative of MarkLogic Server and is not supported by MarkLogic.
44

config-optic/qa-data/mapperReducer.sjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 MarkLogic Corporation
2+
* Copyright 2017-2018 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.
@@ -22,10 +22,10 @@ function arrayMapper(row) {
2222
);
2323
return result;
2424
}
25-
25+
2626
function colorIdMapper(row) {
2727
const result = row;
28-
switch(result.myColorId) {
28+
switch(result.myColorId) {
2929
case 1:
3030
result.myColorId = 'RED';
3131
break;
@@ -48,7 +48,7 @@ function arrayReducer(previous, row) {
4848
const val = (previous === void 0) ? 0 : previous + row[0];
4949
return val;
5050
}
51-
51+
5252
function fibReducer(previous, row) {
5353
const i = Array.isArray(previous) ? previous.length : 0;
5454
const result = row;

etc/data/masterDetail.tdex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2016-2017 MarkLogic Corporation -->
2+
<!-- Copyright 2016-2018 MarkLogic Corporation -->
33
<template xmlns="http://marklogic.com/xdmp/tde">
44
<context>/sets</context>
55
<templates>

etc/data/masterDetail.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2016-2017 MarkLogic Corporation -->
2+
<!-- Copyright 2016-2018 MarkLogic Corporation -->
33
<sets>
44
<masterSet>
55
<master><id>1</id><name>Master 1</name><date>2015-12-01</date></master>

etc/data/musician.tdex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2016-2017 MarkLogic Corporation -->
2+
<!-- Copyright 2016-2018 MarkLogic Corporation -->
33
<template xmlns="http://marklogic.com/xdmp/tde">
44
<context>/musician</context>
55
<rows>

etc/data/rowPostProcessors.sjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 MarkLogic Corporation
2+
* Copyright 2017-2018 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.

etc/data/tripleSets.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2016-2017 MarkLogic Corporation -->
2+
<!-- Copyright 2016-2018 MarkLogic Corporation -->
33
<tripleSets xmlns:sem="http://marklogic.com/semantics">
44
<masterRelated>
55
<sem:triples>

etc/test-config-qa-ssl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2017 MarkLogic Corporation
2+
* Copyright 2014-2018 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)