Skip to content

Commit b8c7828

Browse files
committed
update copyright
1 parent 2a17149 commit b8c7828

9 files changed

+22
-22
lines changed

test-basic/data/directoryConstraint.xqy

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22
(:
3-
: Copyright 2014-2016 MarkLogic Corporation
3+
: Copyright 2014-2017 MarkLogic Corporation
44
:
55
: Licensed under the Apache License, Version 2.0 (the "License");
66
: you may not use this file except in compliance with the License.
@@ -39,29 +39,29 @@ as cts:query
3939
};
4040

4141
declare function directoryConstraint:start-facet(
42-
$constraint as element(search:constraint),
43-
$query as cts:query?,
44-
$facet-options as xs:string*,
45-
$quality-weight as xs:double?,
46-
$forests as xs:unsignedLong*)
42+
$constraint as element(search:constraint),
43+
$query as cts:query?,
44+
$facet-options as xs:string*,
45+
$quality-weight as xs:double?,
46+
$forests as xs:unsignedLong*)
4747
as item()*
4848
{
4949
cts:uris((),("item-order","ascending","concurrent"),(),(),$forests)
5050
};
5151

5252
declare function directoryConstraint:finish-facet(
5353
$start as item()*,
54-
$constraint as element(search:constraint),
54+
$constraint as element(search:constraint),
5555
$query as cts:query?,
5656
$facet-options as xs:string*,
57-
$quality-weight as xs:double?,
57+
$quality-weight as xs:double?,
5858
$forests as xs:unsignedLong*)
5959
as element(search:facet)
6060
{
6161
<search:facet>{
6262
$constraint/@name,
6363

64-
for $directory in
64+
for $directory in
6565
let $dir-array := json:array()
6666
return (
6767
json:array-push($dir-array,"/"),
@@ -81,7 +81,7 @@ as element(search:facet)
8181
return
8282
<search:facet-value>{
8383
attribute name {$directory},
84-
attribute count {
84+
attribute count {
8585
xdmp:estimate(cts:search(collection(),cts:and-query(
8686
($query, cts:directory-query($directory,"infinity"))
8787
)))},

test-basic/data/echoModule.xqy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22
(:
3-
: Copyright 2014-2016 MarkLogic Corporation
3+
: Copyright 2014-2017 MarkLogic Corporation
44
:
55
: Licensed under the Apache License, Version 2.0 (the "License");
66
: you may not use this file except in compliance with the License.
@@ -37,9 +37,9 @@ return (
3737
if (not($cases = 9)) then () else xs:dateTime("2010-10-08T10:17:15.125Z"),
3838
if (not($cases = 10)) then () else (1 to 10),
3939
if (not($cases = 11)) then () else attribute att {"attribute value"},
40-
40+
4141
if (exists($extra))
4242
then $extra
4343
else if (not($cases = 0)) then ()
4444
else "nothing to do"
45-
)
45+
)

test-basic/data/extractFirst.xqy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22
(:
3-
: Copyright 2014-2016 MarkLogic Corporation
3+
: Copyright 2014-2017 MarkLogic Corporation
44
:
55
: Licensed under the Apache License, Version 2.0 (the "License");
66
: you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ module namespace extractFirst = "http://marklogic.com/snippet/custom/extractFirs
1919

2020
import module namespace json="http://marklogic.com/xdmp/json"
2121
at "/MarkLogic/json/json.xqy";
22-
22+
2323
declare namespace search = "http://marklogic.com/appservices/search";
2424
declare namespace jsonbasic = "http://marklogic.com/xdmp/json/basic";
2525

@@ -28,7 +28,7 @@ declare option xdmp:mapping "false";
2828

2929
declare function extractFirst:snippet(
3030
$result as node(),
31-
$ctsquery as schema-element(cts:query),
31+
$ctsquery as schema-element(cts:query),
3232
$transform as element(search:transform-results))
3333
as element(search:snippet) {
3434
<search:snippet format="json">{

test-basic/data/flagTransform.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22
(:
3-
: Copyright 2014-2016 MarkLogic Corporation
3+
: Copyright 2014-2017 MarkLogic Corporation
44
:
55
: Licensed under the Apache License, Version 2.0 (the "License");
66
: you may not use this file except in compliance with the License.

test-basic/data/objectify.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22
(:
3-
: Copyright 2014-2016 MarkLogic Corporation
3+
: Copyright 2014-2017 MarkLogic Corporation
44
:
55
: Licensed under the Apache License, Version 2.0 (the "License");
66
: you may not use this file except in compliance with the License.

test-basic/data/timeService.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22
(:
3-
: Copyright 2014-2016 MarkLogic Corporation
3+
: Copyright 2014-2017 MarkLogic Corporation
44
:
55
: Licensed under the Apache License, Version 2.0 (the "License");
66
: you may not use this file except in compliance with the License.

test-basic/data/timestampTransform.js

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xquery version "1.0-ml";
22
(:
3-
: Copyright 2014-2016 MarkLogic Corporation
3+
: Copyright 2014-2017 MarkLogic Corporation
44
:
55
: Licensed under the Apache License, Version 2.0 (the "License");
66
: you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)