Ian Maxon has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/430
Change subject: Tweak more licenses ...................................................................... Tweak more licenses Change-Id: Iadb5074d0e0d4fb2b7d4103aa405e9fc91f44bc6 --- M asterix-app/src/main/resources/webui/static/css/style.css M asterix-examples/src/main/resources/admaql101-demo/demo.tpl M asterix-installer/src/test/resources/clusterts/Vagrantfile M asterix-tools/src/test/resources/adgts/dgscripts/events/event.adg M asterix-tools/src/test/resources/adgts/dgscripts/users/user.adg M asterix-yarn/src/main/resources/scripts/asterix 6 files changed, 108 insertions(+), 1 deletion(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/30/430/1 diff --git a/asterix-app/src/main/resources/webui/static/css/style.css b/asterix-app/src/main/resources/webui/static/css/style.css index a3e411c..b9b733c 100644 --- a/asterix-app/src/main/resources/webui/static/css/style.css +++ b/asterix-app/src/main/resources/webui/static/css/style.css @@ -1,3 +1,22 @@ +/* + * 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 { background: none repeat scroll 0 0 white; color: black; diff --git a/asterix-examples/src/main/resources/admaql101-demo/demo.tpl b/asterix-examples/src/main/resources/admaql101-demo/demo.tpl index 3e1537a..69fa94f 100644 --- a/asterix-examples/src/main/resources/admaql101-demo/demo.tpl +++ b/asterix-examples/src/main/resources/admaql101-demo/demo.tpl @@ -1,5 +1,22 @@ <!DOCTYPE html> - +<!-- + ! 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. + !--> <html> <head> <title>AsterixDB TinySocial Demo</title> diff --git a/asterix-installer/src/test/resources/clusterts/Vagrantfile b/asterix-installer/src/test/resources/clusterts/Vagrantfile index fdd1852..11f6cbe 100644 --- a/asterix-installer/src/test/resources/clusterts/Vagrantfile +++ b/asterix-installer/src/test/resources/clusterts/Vagrantfile @@ -1,6 +1,23 @@ # -*- mode: ruby -*- # vi: set ft=ruby : +# 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. + # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! VAGRANTFILE_API_VERSION = "2" diff --git a/asterix-tools/src/test/resources/adgts/dgscripts/events/event.adg b/asterix-tools/src/test/resources/adgts/dgscripts/events/event.adg index b757994..acfec63 100644 --- a/asterix-tools/src/test/resources/adgts/dgscripts/events/event.adg +++ b/asterix-tools/src/test/resources/adgts/dgscripts/events/event.adg @@ -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. + */ drop dataverse events if exists; create dataverse events; use dataverse events; diff --git a/asterix-tools/src/test/resources/adgts/dgscripts/users/user.adg b/asterix-tools/src/test/resources/adgts/dgscripts/users/user.adg index 8ad2ad5..3e63a62 100644 --- a/asterix-tools/src/test/resources/adgts/dgscripts/users/user.adg +++ b/asterix-tools/src/test/resources/adgts/dgscripts/users/user.adg @@ -1,3 +1,22 @@ +/* + * 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. + */ + drop dataverse events if exists; create dataverse events; use dataverse events; diff --git a/asterix-yarn/src/main/resources/scripts/asterix b/asterix-yarn/src/main/resources/scripts/asterix index 4acc431..c107843 100644 --- a/asterix-yarn/src/main/resources/scripts/asterix +++ b/asterix-yarn/src/main/resources/scripts/asterix @@ -1,4 +1,21 @@ #!/usr/bin/env bash +# 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. + if [ -z $ASTERIX_HOME ] then pushd $(dirname $0) >/dev/null -- To view, visit https://asterix-gerrit.ics.uci.edu/430 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iadb5074d0e0d4fb2b7d4103aa405e9fc91f44bc6 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: release-0.8.7 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
