CHUKWA-766. Updated license on source files. (Eric Yang)
Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/068b454e Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/068b454e Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/068b454e Branch: refs/heads/master Commit: 068b454e149842734e4bfc880e8aad97da0877a0 Parents: be0e0cf Author: Eric Yang <[email protected]> Authored: Wed Jun 24 09:31:28 2015 -0700 Committer: Eric Yang <[email protected]> Committed: Wed Jun 24 09:31:28 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ conf/hadoop-metrics2-hbase.properties | 15 +++++++++++++++ conf/hadoop-metrics2.properties | 15 +++++++++++++++ conf/hbase-log4j.properties | 15 +++++++++++++++ pom.xml | 9 ++++++++- .../web/hicc/ajax-solr/chukwa/css/logsearch.css | 17 +++++++++++++++++ .../web/hicc/ajax-solr/chukwa/css/logviewer.css | 17 +++++++++++++++++ .../chukwa/widgets/AutocompleteWidget.7.0.js | 17 +++++++++++++++++ .../chukwa/widgets/AutocompleteWidget.js | 17 +++++++++++++++++ .../ajax-solr/chukwa/widgets/CalendarWidget.js | 17 +++++++++++++++++ .../chukwa/widgets/CountryCodeWidget.8.0.js | 17 +++++++++++++++++ .../ajax-solr/chukwa/widgets/CountryCodeWidget.js | 17 +++++++++++++++++ .../chukwa/widgets/CurrentSearchWidget.9.js | 17 +++++++++++++++++ .../chukwa/widgets/CurrentSearchWidget.js | 17 +++++++++++++++++ .../ajax-solr/chukwa/widgets/ResultWidget.2.0.js | 17 +++++++++++++++++ .../ajax-solr/chukwa/widgets/ResultWidget.f.js | 17 +++++++++++++++++ .../hicc/ajax-solr/chukwa/widgets/ResultWidget.js | 17 +++++++++++++++++ .../ajax-solr/chukwa/widgets/TagcloudWidget.js | 17 +++++++++++++++++ .../hicc/ajax-solr/chukwa/widgets/TextWidget.js | 17 +++++++++++++++++ .../hicc/ajax-solr/core/AbstractFacetWidget.js | 17 +++++++++++++++++ .../web/hicc/ajax-solr/core/AbstractManager.js | 17 +++++++++++++++++ .../hicc/ajax-solr/core/AbstractSpatialWidget.js | 17 +++++++++++++++++ .../ajax-solr/core/AbstractSpellcheckWidget.js | 17 +++++++++++++++++ .../web/hicc/ajax-solr/core/AbstractTextWidget.js | 17 +++++++++++++++++ .../web/hicc/ajax-solr/core/AbstractWidget.js | 17 +++++++++++++++++ src/main/web/hicc/ajax-solr/core/Core.js | 18 ++++++++++++++++++ src/main/web/hicc/ajax-solr/core/Parameter.js | 17 +++++++++++++++++ .../web/hicc/ajax-solr/core/ParameterHashStore.js | 17 +++++++++++++++++ .../web/hicc/ajax-solr/core/ParameterStore.js | 17 +++++++++++++++++ .../web/hicc/ajax-solr/managers/Manager.jquery.js | 17 +++++++++++++++++ .../ajax-solr/widgets/ParameterHistoryStore.js | 17 +++++++++++++++++ .../hicc/ajax-solr/widgets/ParameterYUIStore.js | 18 ++++++++++++++++++ .../widgets/jquery/AutocompleteTermWidget.js | 17 +++++++++++++++++ .../hicc/ajax-solr/widgets/jquery/PagerWidget.js | 17 +++++++++++++++++ 34 files changed, 550 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 5356e3e..8ea4d46 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -46,6 +46,8 @@ Trunk (unreleased changes) BUGS + CHUKWA-766. Updated license on source files. (Eric Yang) + CHUKWA-764. Clean up multiple flavor of JSON usage. (Eric Yang) CHUKWA-763. Removed unused old libraries. (Eric Yang) http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/conf/hadoop-metrics2-hbase.properties ---------------------------------------------------------------------- diff --git a/conf/hadoop-metrics2-hbase.properties b/conf/hadoop-metrics2-hbase.properties index 038d31b..cfb9771 100644 --- a/conf/hadoop-metrics2-hbase.properties +++ b/conf/hadoop-metrics2-hbase.properties @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + # syntax: [prefix].[source|sink].[instance].[options] # See javadoc of package-info.java for org.apache.hadoop.metrics2 for details http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/conf/hadoop-metrics2.properties ---------------------------------------------------------------------- diff --git a/conf/hadoop-metrics2.properties b/conf/hadoop-metrics2.properties index b574bad..9a5fa43 100644 --- a/conf/hadoop-metrics2.properties +++ b/conf/hadoop-metrics2.properties @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + # syntax: [prefix].[source|sink].[instance].[options] # See javadoc of package-info.java for org.apache.hadoop.metrics2 for details http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/conf/hbase-log4j.properties ---------------------------------------------------------------------- diff --git a/conf/hbase-log4j.properties b/conf/hbase-log4j.properties index d1ba3fa..0485480 100644 --- a/conf/hbase-log4j.properties +++ b/conf/hbase-log4j.properties @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + # Define some default values that can be overridden by system properties hbase.root.logger=INFO,console hbase.security.logger=INFO,console http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 80b4013..ad931c8 100644 --- a/pom.xml +++ b/pom.xml @@ -747,7 +747,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.10</version> + <version>0.11</version> <executions> <execution> <phase>verify</phase> @@ -854,6 +854,13 @@ <exclude>src/main/web/hicc/home/js/classie.js</exclude> <exclude>src/main/web/hicc/home/js/gnmenu.js</exclude> <exclude>src/main/web/hicc/home/js/modernizr.custom.js</exclude> + <exclude>src/main/web/hicc/ajax-solr/chukwa/css/jquery-ui.min.css</exclude> + <exclude>src/main/web/hicc/ajax-solr/chukwa/css/jquery-ui.structure.min.css</exclude> + <exclude>src/main/web/hicc/ajax-solr/chukwa/css/jquery-ui.theme.min.css</exclude> + <exclude>src/main/web/hicc/ajax-solr/chukwa/js/jquery-ui.min.js</exclude> + <exclude>src/main/web/hicc/ajax-solr/chukwa/js/require.min.js</exclude> + <exclude>src/main/web/hicc/home/css/select2.min.css</exclude> + <exclude>src/main/web/hicc/home/js/select2.min.js</exclude> <!-- Creative Commons licensed files --> <exclude>src/main/web/hicc/js/autoHeight.js</exclude> http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/css/logsearch.css ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/css/logsearch.css b/src/main/web/hicc/ajax-solr/chukwa/css/logsearch.css index 5368372..9e236af 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/css/logsearch.css +++ b/src/main/web/hicc/ajax-solr/chukwa/css/logsearch.css @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ * { padding: 0; margin: 0; http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/css/logviewer.css ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/css/logviewer.css b/src/main/web/hicc/ajax-solr/chukwa/css/logviewer.css index 3c0850a..6f67ecb 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/css/logviewer.css +++ b/src/main/web/hicc/ajax-solr/chukwa/css/logviewer.css @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ body { white-space: pre-wrap; font-family: "Courier New", Courier, monospace; http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.7.0.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.7.0.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.7.0.js index e7e9db5..8860ce7 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.7.0.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.7.0.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractTextWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.js index 6a00865..d507541 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/AutocompleteWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractTextWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/CalendarWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/CalendarWidget.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/CalendarWidget.js index 26759ff..ad197cf 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/CalendarWidget.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/CalendarWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractFacetWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.8.0.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.8.0.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.8.0.js index 28ff16e..4408f95 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.8.0.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.8.0.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractFacetWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.js index dfe5eca..c46e765 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/CountryCodeWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractFacetWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.9.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.9.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.9.js index 21b22f4..607194c 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.9.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.9.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.js index 3378553..d379b88 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/CurrentSearchWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.2.0.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.2.0.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.2.0.js index e343c0a..73700be 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.2.0.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.2.0.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.f.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.f.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.f.js index 7ec6061..1fb3287 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.f.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.f.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.js index fc87e83..d1c6815 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/ResultWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/TagcloudWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/TagcloudWidget.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/TagcloudWidget.js index 7d86914..77a119c 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/TagcloudWidget.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/TagcloudWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractFacetWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/chukwa/widgets/TextWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/chukwa/widgets/TextWidget.js b/src/main/web/hicc/ajax-solr/chukwa/widgets/TextWidget.js index c701fbf..759fecd 100644 --- a/src/main/web/hicc/ajax-solr/chukwa/widgets/TextWidget.js +++ b/src/main/web/hicc/ajax-solr/chukwa/widgets/TextWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractTextWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/AbstractFacetWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/AbstractFacetWidget.js b/src/main/web/hicc/ajax-solr/core/AbstractFacetWidget.js index 9e5ca33..441fd0e 100644 --- a/src/main/web/hicc/ajax-solr/core/AbstractFacetWidget.js +++ b/src/main/web/hicc/ajax-solr/core/AbstractFacetWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget', 'core/Parameter'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/AbstractManager.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/AbstractManager.js b/src/main/web/hicc/ajax-solr/core/AbstractManager.js index 72e0972..c9e7366 100644 --- a/src/main/web/hicc/ajax-solr/core/AbstractManager.js +++ b/src/main/web/hicc/ajax-solr/core/AbstractManager.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/Core'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/AbstractSpatialWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/AbstractSpatialWidget.js b/src/main/web/hicc/ajax-solr/core/AbstractSpatialWidget.js index bb9b316..7de2ee7 100644 --- a/src/main/web/hicc/ajax-solr/core/AbstractSpatialWidget.js +++ b/src/main/web/hicc/ajax-solr/core/AbstractSpatialWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/AbstractSpellcheckWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/AbstractSpellcheckWidget.js b/src/main/web/hicc/ajax-solr/core/AbstractSpellcheckWidget.js index 76571c4..ae0ff40 100644 --- a/src/main/web/hicc/ajax-solr/core/AbstractSpellcheckWidget.js +++ b/src/main/web/hicc/ajax-solr/core/AbstractSpellcheckWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/AbstractTextWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/AbstractTextWidget.js b/src/main/web/hicc/ajax-solr/core/AbstractTextWidget.js index 1be3da8..dd075ce 100644 --- a/src/main/web/hicc/ajax-solr/core/AbstractTextWidget.js +++ b/src/main/web/hicc/ajax-solr/core/AbstractTextWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/AbstractWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/AbstractWidget.js b/src/main/web/hicc/ajax-solr/core/AbstractWidget.js index 203a4c7..7340904 100644 --- a/src/main/web/hicc/ajax-solr/core/AbstractWidget.js +++ b/src/main/web/hicc/ajax-solr/core/AbstractWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/Core'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/Core.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/Core.js b/src/main/web/hicc/ajax-solr/core/Core.js index af170c3..ed2af15 100644 --- a/src/main/web/hicc/ajax-solr/core/Core.js +++ b/src/main/web/hicc/ajax-solr/core/Core.js @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + /** * @namespace A unique namespace for the AJAX Solr library. */ http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/Parameter.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/Parameter.js b/src/main/web/hicc/ajax-solr/core/Parameter.js index 95e638e..03fe2d2 100644 --- a/src/main/web/hicc/ajax-solr/core/Parameter.js +++ b/src/main/web/hicc/ajax-solr/core/Parameter.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/Core'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/ParameterHashStore.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/ParameterHashStore.js b/src/main/web/hicc/ajax-solr/core/ParameterHashStore.js index 54a2806..2d56617 100644 --- a/src/main/web/hicc/ajax-solr/core/ParameterHashStore.js +++ b/src/main/web/hicc/ajax-solr/core/ParameterHashStore.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/ParameterStore'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/core/ParameterStore.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/core/ParameterStore.js b/src/main/web/hicc/ajax-solr/core/ParameterStore.js index cb53db6..ad7e032 100644 --- a/src/main/web/hicc/ajax-solr/core/ParameterStore.js +++ b/src/main/web/hicc/ajax-solr/core/ParameterStore.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/Core', 'core/Parameter'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/managers/Manager.jquery.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/managers/Manager.jquery.js b/src/main/web/hicc/ajax-solr/managers/Manager.jquery.js index 03ec766..6f2f28a 100644 --- a/src/main/web/hicc/ajax-solr/managers/Manager.jquery.js +++ b/src/main/web/hicc/ajax-solr/managers/Manager.jquery.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractManager'], callback); http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/widgets/ParameterHistoryStore.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/widgets/ParameterHistoryStore.js b/src/main/web/hicc/ajax-solr/widgets/ParameterHistoryStore.js index accc9de..907b02b 100644 --- a/src/main/web/hicc/ajax-solr/widgets/ParameterHistoryStore.js +++ b/src/main/web/hicc/ajax-solr/widgets/ParameterHistoryStore.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ ;(function(history) { /** * A parameter store that stores the values of exposed parameters in the URL via History.js http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/widgets/ParameterYUIStore.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/widgets/ParameterYUIStore.js b/src/main/web/hicc/ajax-solr/widgets/ParameterYUIStore.js index 7ee377d..855bdce 100644 --- a/src/main/web/hicc/ajax-solr/widgets/ParameterYUIStore.js +++ b/src/main/web/hicc/ajax-solr/widgets/ParameterYUIStore.js @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + /** * A parameter store that stores the values of exposed parameters using the YUI * History Manager to maintain the application's state. Don't forget to add the http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/widgets/jquery/AutocompleteTermWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/widgets/jquery/AutocompleteTermWidget.js b/src/main/web/hicc/ajax-solr/widgets/jquery/AutocompleteTermWidget.js index 1afa34c..186cbc6 100644 --- a/src/main/web/hicc/ajax-solr/widgets/jquery/AutocompleteTermWidget.js +++ b/src/main/web/hicc/ajax-solr/widgets/jquery/AutocompleteTermWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function ($) { /** http://git-wip-us.apache.org/repos/asf/chukwa/blob/068b454e/src/main/web/hicc/ajax-solr/widgets/jquery/PagerWidget.js ---------------------------------------------------------------------- diff --git a/src/main/web/hicc/ajax-solr/widgets/jquery/PagerWidget.js b/src/main/web/hicc/ajax-solr/widgets/jquery/PagerWidget.js index 768ec79..3941c2d 100644 --- a/src/main/web/hicc/ajax-solr/widgets/jquery/PagerWidget.js +++ b/src/main/web/hicc/ajax-solr/widgets/jquery/PagerWidget.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ (function (callback) { if (typeof define === 'function' && define.amd) { define(['core/AbstractWidget'], callback);
