diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-22 17:59:48 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-22 17:59:48 +0200 |
commit | 61cac4df6e40eb19a874e35e8ed79efc7ec1fb38 (patch) | |
tree | 137811c269f9ab8cd75e0494fba33ab1fffcef21 /webclient | |
parent | Move profile parts of the rooms page and the config content into a new page: ... (diff) | |
download | synapse-61cac4df6e40eb19a874e35e8ed79efc7ec1fb38.tar.xz |
renamed rooms to home
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/home/rooms-controller.js (renamed from webclient/rooms/rooms-controller.js) | 0 | ||||
-rw-r--r-- | webclient/home/rooms.html (renamed from webclient/rooms/rooms.html) | 0 | ||||
-rw-r--r-- | webclient/nbproject/licenseheader.txt | 16 |
3 files changed, 16 insertions, 0 deletions
diff --git a/webclient/rooms/rooms-controller.js b/webclient/home/rooms-controller.js index d891558be5..d891558be5 100644 --- a/webclient/rooms/rooms-controller.js +++ b/webclient/home/rooms-controller.js diff --git a/webclient/rooms/rooms.html b/webclient/home/rooms.html index 2e25c0f084..2e25c0f084 100644 --- a/webclient/rooms/rooms.html +++ b/webclient/home/rooms.html diff --git a/webclient/nbproject/licenseheader.txt b/webclient/nbproject/licenseheader.txt new file mode 100644 index 0000000000..36e6dcf181 --- /dev/null +++ b/webclient/nbproject/licenseheader.txt @@ -0,0 +1,16 @@ +/* +Copyright 2014 matrix.org + +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. +*/ + |