Skip to content

Commit

Permalink
added license header to aria.tools package
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Brosset committed Jun 6, 2012
1 parent eee0ac3 commit 1b2e1c5
Show file tree
Hide file tree
Showing 26 changed files with 364 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/aria/tools/IToolsModule.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Interface for the tools module
*/
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/ToolsBridge.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Entry point for the tools
* @singleton
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/ToolsDisplay.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
// Main display for tools
// @class aria.tools.ToolsDisplay
{Template {
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/ToolsDisplayScript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Script for main tools display
* @class aria.tools.ToolsDisplayScript
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/ToolsModule.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Main module for external tools such as template highlighting
* @class aria.tools.ToolsModule
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/common/ObjectTreeDisplay.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
// Display an object
{Template {
$classpath:'aria.tools.common.ObjectTreeDisplay',
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/common/ObjectTreeDisplayScript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Script associated with template dedicated to object display in tree
* @class aria.tools.common.ObjectTreeDisplayScript
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/contextual/ContextualDisplay.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
// Content of the contextual menu for templates
{Template {
$classpath:'aria.tools.contextual.ContextualDisplay',
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/contextual/ContextualDisplayScript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Script associated to the contextual menu for debugging
* @class aria.tools.contextual.ContextualDisplayScript
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/contextual/ContextualMenu.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
(function () {

// shortcuts
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/contextual/ContextualModule.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Module controller for contextual menu.
* @class aria.tools.contextual.ContextualModuleCtrl
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/contextual/IContextualMenu.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Interface for aria.tools.ContextualMenu to be accessible from outside the framework, when developping tools to debug
* or customize Aria Templates applications.
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/contextual/environment/ContextualMenu.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Contains getters for the ContextualMenu environment.
* @class aria.tools.contextual.environment.ContextualMenu
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/contextual/environment/ContextualMenuCfgBeans.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Bean definition containing default settings for the ContextualMenu environment.
*/
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/IInspectorModule.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Interface for the inspector module
*/
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/InspectorDisplay.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
// Template to display highlighting informations in subwindow
// aria.tools.inspector.InspectorDisplay
{Template {
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/InspectorDisplayScript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Script for highlight display
* @class aria.tools.inspector.InspectorDisplayScript
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/InspectorModule.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Utility to manage and highligh template and modules on an application
* @class aria.tools.inspector.InpectorModule
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/ModuleInspector.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
// Dedicated display for module inspection
// aria.tools.inspector.ModuleInspector
{Template {
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/ModuleInspectorScript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Script for module display interactions
* @class aria.tools.inspector.ModuleInspectorScript
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/TemplateInspector.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
// Dedicated display for template inspection
// aria.tools.inspector.TemplateInspector
{Template {
Expand Down
14 changes: 14 additions & 0 deletions src/aria/tools/inspector/TemplateInspectorScript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright 2012 Amadeus s.a.s.
* 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.
*/
/**
* Script for template display interactions
* @class aria.tools.inspector.TemplateInspectorScript
Expand Down
Loading

0 comments on commit 1b2e1c5

Please sign in to comment.