diff --git a/example/lib/index.js b/example/lib/index.js index 750eee06..5752e6bd 100644 --- a/example/lib/index.js +++ b/example/lib/index.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require("react"); // In normal usage of the module: //var MatrixReactSdk = require("matrix-react-sdk"); diff --git a/src/ComponentBroker.js b/src/ComponentBroker.js index ffb9db12..7d6a435f 100644 --- a/src/ComponentBroker.js +++ b/src/ComponentBroker.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var components = {}; function load(name) { diff --git a/src/MatrixClientPeg.js b/src/MatrixClientPeg.js index ee417174..a1c820ee 100644 --- a/src/MatrixClientPeg.js +++ b/src/MatrixClientPeg.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + // A thing that holds your Matrix Client var Matrix = require("matrix-js-sdk"); diff --git a/src/controllers/atoms/LogoutButton.js b/src/controllers/atoms/LogoutButton.js index cac1776a..87cf8148 100644 --- a/src/controllers/atoms/LogoutButton.js +++ b/src/controllers/atoms/LogoutButton.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var dis = require("../../dispatcher"); module.exports = { diff --git a/src/controllers/atoms/MessageTimestamp.js b/src/controllers/atoms/MessageTimestamp.js index dd4f002d..8aa688b2 100644 --- a/src/controllers/atoms/MessageTimestamp.js +++ b/src/controllers/atoms/MessageTimestamp.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/MEmoteTile.js b/src/controllers/molecules/MEmoteTile.js index dd4f002d..8aa688b2 100644 --- a/src/controllers/molecules/MEmoteTile.js +++ b/src/controllers/molecules/MEmoteTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/MNoticeTile.js b/src/controllers/molecules/MNoticeTile.js index 7be35b6b..d0977e00 100644 --- a/src/controllers/molecules/MNoticeTile.js +++ b/src/controllers/molecules/MNoticeTile.js @@ -1,2 +1,20 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/MTextTile.js b/src/controllers/molecules/MTextTile.js index dd4f002d..8aa688b2 100644 --- a/src/controllers/molecules/MTextTile.js +++ b/src/controllers/molecules/MTextTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/MatrixToolbar.js b/src/controllers/molecules/MatrixToolbar.js index dd4f002d..8aa688b2 100644 --- a/src/controllers/molecules/MatrixToolbar.js +++ b/src/controllers/molecules/MatrixToolbar.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/MemberTile.js b/src/controllers/molecules/MemberTile.js index 41b350a9..811d2a78 100644 --- a/src/controllers/molecules/MemberTile.js +++ b/src/controllers/molecules/MemberTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var dis = require("../../dispatcher"); var MatrixClientPeg = require("../../MatrixClientPeg"); diff --git a/src/controllers/molecules/MessageComposer.js b/src/controllers/molecules/MessageComposer.js index 61c4f309..a166cca2 100644 --- a/src/controllers/molecules/MessageComposer.js +++ b/src/controllers/molecules/MessageComposer.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var MatrixClientPeg = require("../../MatrixClientPeg"); var dis = require("../../dispatcher"); diff --git a/src/controllers/molecules/MessageTile.js b/src/controllers/molecules/MessageTile.js index dd4f002d..8aa688b2 100644 --- a/src/controllers/molecules/MessageTile.js +++ b/src/controllers/molecules/MessageTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/ProgressBar.js b/src/controllers/molecules/ProgressBar.js index b35aae89..c711650a 100644 --- a/src/controllers/molecules/ProgressBar.js +++ b/src/controllers/molecules/ProgressBar.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); module.exports = { diff --git a/src/controllers/molecules/RoomHeader.js b/src/controllers/molecules/RoomHeader.js index dd4f002d..8aa688b2 100644 --- a/src/controllers/molecules/RoomHeader.js +++ b/src/controllers/molecules/RoomHeader.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/RoomTile.js b/src/controllers/molecules/RoomTile.js index 291c513f..78927ec5 100644 --- a/src/controllers/molecules/RoomTile.js +++ b/src/controllers/molecules/RoomTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var dis = require("../../dispatcher"); module.exports = { diff --git a/src/controllers/molecules/SenderProfile.js b/src/controllers/molecules/SenderProfile.js index dd4f002d..8aa688b2 100644 --- a/src/controllers/molecules/SenderProfile.js +++ b/src/controllers/molecules/SenderProfile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/molecules/ServerConfig.js b/src/controllers/molecules/ServerConfig.js index 14dbe0a7..3cd5156b 100644 --- a/src/controllers/molecules/ServerConfig.js +++ b/src/controllers/molecules/ServerConfig.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require("react"); module.exports = { diff --git a/src/controllers/molecules/UnknownMessageTile.js b/src/controllers/molecules/UnknownMessageTile.js index 7be35b6b..d0977e00 100644 --- a/src/controllers/molecules/UnknownMessageTile.js +++ b/src/controllers/molecules/UnknownMessageTile.js @@ -1,2 +1,20 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports = { }; diff --git a/src/controllers/organisms/MemberList.js b/src/controllers/organisms/MemberList.js index 66243a0a..3c10c9a6 100644 --- a/src/controllers/organisms/MemberList.js +++ b/src/controllers/organisms/MemberList.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require("react"); var MatrixClientPeg = require("../../MatrixClientPeg"); diff --git a/src/controllers/organisms/RoomList.js b/src/controllers/organisms/RoomList.js index ce533c02..1edc2f78 100644 --- a/src/controllers/organisms/RoomList.js +++ b/src/controllers/organisms/RoomList.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require("react"); var MatrixClientPeg = require("../../MatrixClientPeg"); diff --git a/src/controllers/organisms/RoomView.js b/src/controllers/organisms/RoomView.js index c0be3401..4856e39a 100644 --- a/src/controllers/organisms/RoomView.js +++ b/src/controllers/organisms/RoomView.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var MatrixClientPeg = require("../../MatrixClientPeg"); module.exports = { diff --git a/src/controllers/pages/MatrixChat.js b/src/controllers/pages/MatrixChat.js index 61d3ba2e..34c916b3 100644 --- a/src/controllers/pages/MatrixChat.js +++ b/src/controllers/pages/MatrixChat.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + // should be atomised var Loader = require("react-loader"); diff --git a/src/controllers/templates/Login.js b/src/controllers/templates/Login.js index dc0ae97d..f3c58cf2 100644 --- a/src/controllers/templates/Login.js +++ b/src/controllers/templates/Login.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MatrixClientPeg = require("../../MatrixClientPeg"); diff --git a/src/dispatcher.js b/src/dispatcher.js index 3ffefcd1..ede63912 100644 --- a/src/dispatcher.js +++ b/src/dispatcher.js @@ -1,2 +1,20 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var flux = require("flux"); module.exports = new flux.Dispatcher(); diff --git a/src/index.js b/src/index.js index 56068dee..5c221211 100644 --- a/src/index.js +++ b/src/index.js @@ -1 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + module.exports.MatrixChat = require("../themes/base/views/pages/MatrixChat"); diff --git a/themes/base/css/atoms/MessageTimestamp.css b/themes/base/css/atoms/MessageTimestamp.css index 724da1ba..5a999dd3 100644 --- a/themes/base/css/atoms/MessageTimestamp.css +++ b/themes/base/css/atoms/MessageTimestamp.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_MessageTimestamp { width: 75px; display: inline-block; diff --git a/themes/base/css/common.css b/themes/base/css/common.css index 72950f03..1d3d1710 100644 --- a/themes/base/css/common.css +++ b/themes/base/css/common.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + div.error { color: red; } diff --git a/themes/base/css/molecules/MNoticeTile.css b/themes/base/css/molecules/MNoticeTile.css index b2076780..cac13e9b 100644 --- a/themes/base/css/molecules/MNoticeTile.css +++ b/themes/base/css/molecules/MNoticeTile.css @@ -1,2 +1,18 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_MNoticeTile { } diff --git a/themes/base/css/molecules/MessageComposer.css b/themes/base/css/molecules/MessageComposer.css index b2a8b57c..2a333196 100644 --- a/themes/base/css/molecules/MessageComposer.css +++ b/themes/base/css/molecules/MessageComposer.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_MessageComposer { } diff --git a/themes/base/css/molecules/MessageTile.css b/themes/base/css/molecules/MessageTile.css index ab099407..3e484079 100644 --- a/themes/base/css/molecules/MessageTile.css +++ b/themes/base/css/molecules/MessageTile.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_MessageTile { } diff --git a/themes/base/css/molecules/ProgressBar.css b/themes/base/css/molecules/ProgressBar.css index 791d4b8b..8b8adc09 100644 --- a/themes/base/css/molecules/ProgressBar.css +++ b/themes/base/css/molecules/ProgressBar.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_ProgressBar { height: 5px; border: 1px solid black; diff --git a/themes/base/css/molecules/RoomHeader.css b/themes/base/css/molecules/RoomHeader.css index 699026c8..63d6fc33 100644 --- a/themes/base/css/molecules/RoomHeader.css +++ b/themes/base/css/molecules/RoomHeader.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_RoomHeader { height: 1em; padding: 0px; diff --git a/themes/base/css/molecules/RoomTile.css b/themes/base/css/molecules/RoomTile.css index 26bb3c05..782b8b74 100644 --- a/themes/base/css/molecules/RoomTile.css +++ b/themes/base/css/molecules/RoomTile.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_RoomTile { height: 20px; margin-top: 1px; diff --git a/themes/base/css/molecules/SenderProfile.css b/themes/base/css/molecules/SenderProfile.css index 08d5f16a..848b0492 100644 --- a/themes/base/css/molecules/SenderProfile.css +++ b/themes/base/css/molecules/SenderProfile.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_SenderProfile { display: inline-block; width: 150px; diff --git a/themes/base/css/organisms/RoomList.css b/themes/base/css/organisms/RoomList.css index 636c5109..2e2f86ef 100644 --- a/themes/base/css/organisms/RoomList.css +++ b/themes/base/css/organisms/RoomList.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_RoomList { } diff --git a/themes/base/css/organisms/RoomView.css b/themes/base/css/organisms/RoomView.css index 87a1929a..c4af6620 100644 --- a/themes/base/css/organisms/RoomView.css +++ b/themes/base/css/organisms/RoomView.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_RoomView { word-wrap: break-word; } diff --git a/themes/base/css/pages/MatrixChat.css b/themes/base/css/pages/MatrixChat.css index c2e089a9..15c3e1ae 100644 --- a/themes/base/css/pages/MatrixChat.css +++ b/themes/base/css/pages/MatrixChat.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_MatrixChat { position: relative; width: 100%; diff --git a/themes/base/css/templates/Login.css b/themes/base/css/templates/Login.css index 86f0f09c..7dbcde1c 100644 --- a/themes/base/css/templates/Login.css +++ b/themes/base/css/templates/Login.css @@ -1,3 +1,19 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + .mx_Login { width: 600px; height: 350px; diff --git a/themes/base/views/atoms/LogoutButton.js b/themes/base/views/atoms/LogoutButton.js index 43910ad5..8cc5b27d 100644 --- a/themes/base/views/atoms/LogoutButton.js +++ b/themes/base/views/atoms/LogoutButton.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var LogoutButtonController = require("../../../../src/controllers/atoms/LogoutButton"); diff --git a/themes/base/views/atoms/MessageTimestamp.js b/themes/base/views/atoms/MessageTimestamp.js index 2e8e88a0..52eb1462 100644 --- a/themes/base/views/atoms/MessageTimestamp.js +++ b/themes/base/views/atoms/MessageTimestamp.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MessageTimestampController = require("../../../../src/controllers/atoms/MessageTimestamp"); diff --git a/themes/base/views/molecules/MEmoteTile.js b/themes/base/views/molecules/MEmoteTile.js index 8090e4dc..410fa15f 100644 --- a/themes/base/views/molecules/MEmoteTile.js +++ b/themes/base/views/molecules/MEmoteTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MEmoteTileController = require("../../../../src/controllers/molecules/MEmoteTile"); diff --git a/themes/base/views/molecules/MNoticeTile.js b/themes/base/views/molecules/MNoticeTile.js index ead7c15b..42457454 100644 --- a/themes/base/views/molecules/MNoticeTile.js +++ b/themes/base/views/molecules/MNoticeTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MNoticeTileController = require("../../../../src/controllers/molecules/MNoticeTile"); diff --git a/themes/base/views/molecules/MTextTile.js b/themes/base/views/molecules/MTextTile.js index 9fcd17c7..1d97f4e8 100644 --- a/themes/base/views/molecules/MTextTile.js +++ b/themes/base/views/molecules/MTextTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MTextTileController = require("../../../../src/controllers/molecules/MTextTile"); diff --git a/themes/base/views/molecules/MatrixToolbar.js b/themes/base/views/molecules/MatrixToolbar.js index 5a24d75a..fe2c7614 100644 --- a/themes/base/views/molecules/MatrixToolbar.js +++ b/themes/base/views/molecules/MatrixToolbar.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var ComponentBroker = require('../../../../src/ComponentBroker'); diff --git a/themes/base/views/molecules/MemberTile.js b/themes/base/views/molecules/MemberTile.js index adee6820..60d1cadd 100644 --- a/themes/base/views/molecules/MemberTile.js +++ b/themes/base/views/molecules/MemberTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MemberTileController = require("../../../../src/controllers/molecules/MemberTile"); diff --git a/themes/base/views/molecules/MessageComposer.js b/themes/base/views/molecules/MessageComposer.js index 07ffeced..89c426cb 100644 --- a/themes/base/views/molecules/MessageComposer.js +++ b/themes/base/views/molecules/MessageComposer.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MessageComposerController = require("../../../../src/controllers/molecules/MessageComposer"); diff --git a/themes/base/views/molecules/MessageTile.js b/themes/base/views/molecules/MessageTile.js index c1eba7c2..80bbc5fd 100644 --- a/themes/base/views/molecules/MessageTile.js +++ b/themes/base/views/molecules/MessageTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var classNames = require("classnames"); diff --git a/themes/base/views/molecules/ProgressBar.js b/themes/base/views/molecules/ProgressBar.js index 5b136059..0946ffcc 100644 --- a/themes/base/views/molecules/ProgressBar.js +++ b/themes/base/views/molecules/ProgressBar.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var ProgressBarController = require("../../../../src/controllers/molecules/ProgressBar"); diff --git a/themes/base/views/molecules/RoomHeader.js b/themes/base/views/molecules/RoomHeader.js index 345b3ff1..b5296f4e 100644 --- a/themes/base/views/molecules/RoomHeader.js +++ b/themes/base/views/molecules/RoomHeader.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var RoomHeaderController = require("../../../../src/controllers/molecules/RoomHeader"); diff --git a/themes/base/views/molecules/RoomTile.js b/themes/base/views/molecules/RoomTile.js index f7cc000a..46639c51 100644 --- a/themes/base/views/molecules/RoomTile.js +++ b/themes/base/views/molecules/RoomTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var classNames = require('classnames'); diff --git a/themes/base/views/molecules/SenderProfile.js b/themes/base/views/molecules/SenderProfile.js index 31b6b6f9..d71d1c22 100644 --- a/themes/base/views/molecules/SenderProfile.js +++ b/themes/base/views/molecules/SenderProfile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var SenderProfileController = require("../../../../src/controllers/molecules/SenderProfile"); diff --git a/themes/base/views/molecules/ServerConfig.js b/themes/base/views/molecules/ServerConfig.js index 3c6974db..e06536c5 100644 --- a/themes/base/views/molecules/ServerConfig.js +++ b/themes/base/views/molecules/ServerConfig.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var ServerConfigController = require("../../../../src/controllers/molecules/ServerConfig"); diff --git a/themes/base/views/molecules/UnknownMessageTile.js b/themes/base/views/molecules/UnknownMessageTile.js index 1ba571b2..27e801c9 100644 --- a/themes/base/views/molecules/UnknownMessageTile.js +++ b/themes/base/views/molecules/UnknownMessageTile.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var UnknownMessageTileController = require("../../../../src/controllers/molecules/UnknownMessageTile"); diff --git a/themes/base/views/organisms/MemberList.js b/themes/base/views/organisms/MemberList.js index 9d743c45..5d1b2fd0 100644 --- a/themes/base/views/organisms/MemberList.js +++ b/themes/base/views/organisms/MemberList.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MemberListController = require("../../../../src/controllers/organisms/MemberList"); diff --git a/themes/base/views/organisms/RoomList.js b/themes/base/views/organisms/RoomList.js index cd056b07..fb65fa04 100644 --- a/themes/base/views/organisms/RoomList.js +++ b/themes/base/views/organisms/RoomList.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var RoomListController = require("../../../../src/controllers/organisms/RoomList"); diff --git a/themes/base/views/organisms/RoomView.js b/themes/base/views/organisms/RoomView.js index c095dc4d..c8a943ee 100644 --- a/themes/base/views/organisms/RoomView.js +++ b/themes/base/views/organisms/RoomView.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var MatrixClientPeg = require("../../../../src/MatrixClientPeg"); diff --git a/themes/base/views/pages/MatrixChat.js b/themes/base/views/pages/MatrixChat.js index 9fb80c33..08809e3e 100644 --- a/themes/base/views/pages/MatrixChat.js +++ b/themes/base/views/pages/MatrixChat.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var ComponentBroker = require('../../../../src/ComponentBroker'); diff --git a/themes/base/views/templates/Login.js b/themes/base/views/templates/Login.js index 285a49b8..6cd721e2 100644 --- a/themes/base/views/templates/Login.js +++ b/themes/base/views/templates/Login.js @@ -1,3 +1,21 @@ +/* +Copyright 2015 OpenMarket Ltd + +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. +*/ + +'use strict'; + var React = require('react'); var ComponentBroker = require("../../../../src/ComponentBroker");