Repository: ignite Updated Branches: refs/heads/ignite-843-rc1 75f2d8c0b -> 0534a40b8
IGNITE 843 Appended headers. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0534a40b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0534a40b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0534a40b Branch: refs/heads/ignite-843-rc1 Commit: 0534a40b8519d9565b1148714fbe03d71ac057a0 Parents: 75f2d8c Author: Andrey <[email protected]> Authored: Thu Nov 12 15:59:55 2015 +0700 Committer: Andrey <[email protected]> Committed: Thu Nov 12 15:59:55 2015 +0700 ---------------------------------------------------------------------- .../src/main/js/app/modules/navbar/main.js | 17 +++++++++++++++++ .../src/main/js/gulpfile.js/index.js | 19 ++++++++++++++++++- .../src/main/js/gulpfile.js/tasks/build.js | 17 +++++++++++++++++ .../src/main/js/gulpfile.js/tasks/clean.js | 17 +++++++++++++++++ .../src/main/js/gulpfile.js/tasks/copy.js | 17 +++++++++++++++++ .../main/js/gulpfile.js/tasks/inject-plugins.js | 17 +++++++++++++++++ .../src/main/js/gulpfile.js/tasks/jade.js | 17 +++++++++++++++++ .../src/main/js/gulpfile.js/tasks/sass.js | 17 +++++++++++++++++ 8 files changed, 137 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/app/modules/navbar/main.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/app/modules/navbar/main.js b/modules/control-center-web/src/main/js/app/modules/navbar/main.js index 738ec75..0e3c195 100644 --- a/modules/control-center-web/src/main/js/app/modules/navbar/main.js +++ b/modules/control-center-web/src/main/js/app/modules/navbar/main.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. + */ + angular .module('ignite-web-console.navbar', [ http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/gulpfile.js/index.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/index.js b/modules/control-center-web/src/main/js/gulpfile.js/index.js index 8b44e79..dfcf7e7 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/index.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/index.js @@ -1,4 +1,21 @@ -var gulp = require('gulp'); +/* + * 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. + */ + +var gulp = require('gulp'); var requireDir = require('require-dir'); // Require all tasks in gulpfile.js/tasks, including subfolders http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/gulpfile.js/tasks/build.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/build.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/build.js index 92845cc..f26e0c4 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/build.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/build.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. + */ + var gulp = require('gulp'); var gulpSequence = require('gulp-sequence'); http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/gulpfile.js/tasks/clean.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/clean.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/clean.js index 961dd15..bc90bed 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/clean.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/clean.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. + */ + var gulp = require('gulp'); var clean = require('gulp-rimraf'); http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/gulpfile.js/tasks/copy.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/copy.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/copy.js index 260f7f2..25ebae9 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/copy.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/copy.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. + */ + var gulp = require('gulp'); var sequence = require('gulp-sequence'); http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/gulpfile.js/tasks/inject-plugins.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/inject-plugins.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/inject-plugins.js index 201a8cf..ae0a51f 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/inject-plugins.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/inject-plugins.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. + */ + var gulp = require('gulp'); var inject = require('gulp-inject'); http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/gulpfile.js/tasks/jade.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/jade.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/jade.js index 722d2ca..f050825 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/jade.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/jade.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. + */ + var gulp = require('gulp'); var jade = require('gulp-jade'); var sequence = require('gulp-sequence'); http://git-wip-us.apache.org/repos/asf/ignite/blob/0534a40b/modules/control-center-web/src/main/js/gulpfile.js/tasks/sass.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/gulpfile.js/tasks/sass.js b/modules/control-center-web/src/main/js/gulpfile.js/tasks/sass.js index 9572b6c..0c5408f 100644 --- a/modules/control-center-web/src/main/js/gulpfile.js/tasks/sass.js +++ b/modules/control-center-web/src/main/js/gulpfile.js/tasks/sass.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. + */ + var gulp = require('gulp'); var sass = require('gulp-sass');
