diff --git a/example/lib/index.js b/example/lib/index.js index 750eee0663..5752e6bda7 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 ffb9db1218..7d6a435fa1 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 ee417174c9..a1c820ee1a 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 cac1776aad..87cf814801 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 dd4f002d46..8aa688b21e 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 dd4f002d46..8aa688b21e 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 7be35b6b6e..d0977e0043 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 dd4f002d46..8aa688b21e 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 dd4f002d46..8aa688b21e 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 41b350a9d3..811d2a78b1 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 61c4f30914..a166cca28e 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 dd4f002d46..8aa688b21e 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 b35aae896f..c711650a25 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 dd4f002d46..8aa688b21e 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 291c513f8d..78927ec55e 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 dd4f002d46..8aa688b21e 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 14dbe0a72d..3cd5156ba8 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 7be35b6b6e..d0977e0043 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 66243a0afd..3c10c9a68f 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 ce533c02b7..1edc2f782b 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 c0be340184..4856e39a19 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 61d3ba2e84..34c916b3af 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 dc0ae97dda..f3c58cf2fb 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 3ffefcd11c..ede63912dd 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 56068deeca..5c22121112 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 724da1ba32..5a999dd3fd 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 72950f033b..1d3d17106f 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 b20767808d..cac13e9b89 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 b2a8b57c4a..2a333196e4 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 ab09940799..3e484079ed 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 791d4b8b1f..8b8adc09c1 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 699026c8a3..63d6fc33fb 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 26bb3c057a..782b8b74e7 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 08d5f16ab7..848b0492f9 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 636c510939..2e2f86ef96 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 87a1929aee..c4af6620fb 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 c2e089a920..15c3e1ae9d 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 86f0f09c1d..7dbcde1caa 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 43910ad5a4..8cc5b27d5e 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 2e8e88a017..52eb1462eb 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 8090e4dc1e..410fa15fbe 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 ead7c15b66..424574549b 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 9fcd17c737..1d97f4e8dd 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 5a24d75a39..fe2c7614b3 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 adee6820e1..60d1cadd84 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 07ffeced3f..89c426cb2b 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 c1eba7c270..80bbc5fd07 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 5b1360591d..0946ffcc26 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 345b3ff1d2..b5296f4e82 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 f7cc000a84..46639c513e 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 31b6b6f9b2..d71d1c2226 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 3c6974dbec..e06536c552 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 1ba571b253..27e801c994 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 9d743c4575..5d1b2fd0f9 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 cd056b07e4..fb65fa04d1 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 c095dc4d75..c8a943ee92 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 9fb80c33f3..08809e3ed2 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 285a49b8e3..6cd721e20b 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");