Skip to content

Commit

Permalink
updated legals
Browse files Browse the repository at this point in the history
  • Loading branch information
vogievetsky committed Jul 12, 2016
1 parent f0380b5 commit 45affc3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 13 deletions.
18 changes: 7 additions & 11 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
Copyright 2016 Imply Data Inc.
druid.d.ts

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.
Portions of this software were originally based on typescript-druid, copyright (c) 2015, Metamarkets Group Inc.
* LICENSE:
* https://github.com/facetjs/typescript-druid/blob/master/LICENSE (Apache License 2.0)
* HOMEPAGE:
* https://github.com/facetjs/typescript-druid
17 changes: 17 additions & 0 deletions druid/druid-tests.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright 2015-2015 Metamarkets Group Inc.
* Copyright 2015-2016 Imply Data, Inc.
*
* 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.
*/

/// <reference path="druid.d.ts" />

var timeBoundaryQuery: Druid.Query = {
Expand Down
19 changes: 18 additions & 1 deletion druid/druid.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
// Type definitions for druid.io (version 0.8.2)
/*
* Copyright 2015-2015 Metamarkets Group Inc.
* Copyright 2015-2016 Imply Data, Inc.
*
* 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.
*/

// Type definitions for druid.io (version 0.9.2)
// Project: http://druid.io/
// Definitions by: Vadim Ogievetsky <https://github.com/vogievetsky/>
// Definitions: https://github.com/implyio/druid.d.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druid.d.ts",
"version": "0.9.1-rev2",
"version": "0.9.1-rev3",
"homepage": "https://github.com/implydata/druid.d.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 45affc3

Please sign in to comment.