Skip to content

Commit

Permalink
Updating copyright (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathgit authored and aebadirad committed Feb 26, 2019
1 parent 40aee7f commit 3137cbf
Show file tree
Hide file tree
Showing 73 changed files with 3,456 additions and 3,456 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright © 2018 MarkLogic Corporation.
Copyright © 2019 MarkLogic Corporation.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Expand Down
6,588 changes: 3,294 additions & 3,294 deletions NOTICES.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
(:
Copyright 2012-2016 MarkLogic Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
:)
xquery version "1.0-ml";

module namespace service = "http://marklogic.com/rest-api/resource/providers";

declare namespace es = "http://marklogic.com/entity-services";

declare option xdmp:mapping "false";

(:
Given a patient-id, return the providers for that patient
:)
declare function get(
$context as map:map,
$params as map:map
) as document-node()*
{
let $patient-id as xs:string := map:get($params, "patient-id")
return
document {
/es:envelope/es:headers[patient-ssn = $patient-id]/providers
}
};
(:
Copyright 2012-2019 MarkLogic Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
:)
xquery version "1.0-ml";

module namespace service = "http://marklogic.com/rest-api/resource/providers";

declare namespace es = "http://marklogic.com/entity-services";

declare option xdmp:mapping "false";

(:
Given a patient-id, return the providers for that patient
:)
declare function get(
$context as map:map,
$params as map:map
) as document-node()*
{
let $patient-id as xs:string := map:get($params, "patient-id")
return
document {
/es:envelope/es:headers[patient-ssn = $patient-id]/providers
}
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 MarkLogic Corporation
* Copyright 2012-2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 MarkLogic Corporation
* Copyright 2012-2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 MarkLogic Corporation
* Copyright 2012-2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 MarkLogic Corporation
* Copyright 2012-2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 MarkLogic Corporation
* Copyright 2012-2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 MarkLogic Corporation
* Copyright 2012-2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 MarkLogic Corporation
* Copyright 2012-2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* * Copyright (c) 2004-2018 MarkLogic Corporation
* * Copyright (c) 2004-2019 MarkLogic Corporation
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

declare default function namespace "http://www.w3.org/2005/xpath-functions";
declare option xdmp:mapping "false";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace eput = "http://marklogic.com/rest-api/lib/endpoint-util"
at "../lib/endpoint-util.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace conf = "http://marklogic.com/rest-api/endpoints/config_DELETE_IF_UNUSED";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace parameters = "http://marklogic.com/rest-api/endpoints/parameters"
at "../endpoints/parameters.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace docmodupd = "http://marklogic.com/rest-api/models/document-model-update"
at "../models/document-model-update.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace parameters = "http://marklogic.com/rest-api/endpoints/parameters"
at "../endpoints/parameters.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace parameters = "http://marklogic.com/rest-api/endpoints/parameters"
at "../endpoints/parameters.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace docmodqry = "http://marklogic.com/rest-api/models/document-model-query"
at "../models/document-model-query.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace lid = "http://marklogic.com/util/log-id"
at "/MarkLogic/appservices/utils/log-id.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace parameters = "http://marklogic.com/rest-api/endpoints/parameters"
at "../endpoints/parameters.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace docmodupd = "http://marklogic.com/rest-api/models/document-model-update"
at "../models/document-model-update.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

(: This /v1/forestinfo endpoint is not public or documented. It is used by
: Data Movement SDK (DMSDK) QueryHostBatcher to know about forests associated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2017-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2017-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace urimod = "http://marklogic.com/rest-api/models/uris-model"
at "../models/internal-uris-model.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace parameters = "http://marklogic.com/rest-api/endpoints/parameters";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace rsrcmodqry = "http://marklogic.com/rest-api/models/resource-model-query"
at "../models/resource-model-query.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace rsrcmodupd = "http://marklogic.com/rest-api/models/resource-model-update"
at "../models/resource-model-update.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace rsrcmodqry = "http://marklogic.com/rest-api/models/resource-model-query"
at "../models/resource-model-query.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace rsrcmodcom = "http://marklogic.com/rest-api/models/resource-model-common"
at "../models/resource-model-common.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace parameters = "http://marklogic.com/rest-api/endpoints/parameters"
at "../endpoints/parameters.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace lid = "http://marklogic.com/util/log-id"
at "/MarkLogic/appservices/utils/log-id.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace lid = "http://marklogic.com/util/log-id"
at "/MarkLogic/appservices/utils/log-id.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2019 MarkLogic Corporation. All Rights Reserved. :)

declare default function namespace "http://www.w3.org/2005/xpath-functions";
declare option xdmp:mapping "false";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

declare default function namespace "http://www.w3.org/2005/xpath-functions";
declare option xdmp:mapping "false";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xquery version "1.0-ml";
(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

import module namespace errut = "http://marklogic.com/rest-api/lib/error-util"
at "lib/error-util.xqy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xquery version "1.0-ml";
(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace csu = "http://marklogic.com/rest-api/config-query-util";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace dbut = "http://marklogic.com/rest-api/lib/db-util";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace eput = "http://marklogic.com/rest-api/lib/endpoint-util";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xquery version "1.0-ml";
(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace errut = "http://marklogic.com/rest-api/lib/error-util";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 MarkLogic Corporation
* Copyright 2019 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace extut = "http://marklogic.com/rest-api/lib/extensions-util";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace jsonbld = "http://marklogic.com/rest-api/lib/json-build";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2002-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2002-2019 MarkLogic Corporation. All Rights Reserved. :)
module namespace logger="http://marklogic.com/rest-api/logger_DELETE_IF_UNUSED";

import module namespace rest-impl="http://marklogic.com/appservices/rest-impl"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xquery version "1.0-ml";

(: Copyright 2011-2018 MarkLogic Corporation. All Rights Reserved. :)
(: Copyright 2011-2019 MarkLogic Corporation. All Rights Reserved. :)

module namespace replib = "http://marklogic.com/rest-api/lib/replace-lib";

Expand Down
Loading

0 comments on commit 3137cbf

Please sign in to comment.