소스 검색

Updates the license headers.

j8
George Politis 10 년 전
부모
커밋
93648f361b
90개의 변경된 파일1338개의 추가작업 그리고 26개의 파일을 삭제
  1. 15
    0
      app.js
  2. 15
    0
      css/chat.css
  3. 15
    0
      css/contact_list.css
  4. 15
    0
      css/font.css
  5. 15
    0
      css/jitsi_popover.css
  6. 15
    0
      css/login_menu.css
  7. 15
    0
      css/main.css
  8. 15
    0
      css/modaldialog.css
  9. 15
    0
      css/notice.css
  10. 15
    0
      css/popover.css
  11. 15
    0
      css/popup_menu.css
  12. 15
    0
      css/settingsmenu.css
  13. 15
    0
      css/unsupported_browser.css
  14. 15
    0
      css/videolayout_default.css
  15. 15
    1
      css/welcome_page.css
  16. 13
    21
      debian/copyright
  17. 15
    0
      external_api.js
  18. 16
    0
      index.html
  19. 15
    0
      interface_config.js
  20. 15
    0
      modules/API/API.js
  21. 15
    0
      modules/DTMF/DTMF.js
  22. 15
    0
      modules/RTC/DataChannels.js
  23. 15
    0
      modules/RTC/LocalStream.js
  24. 15
    0
      modules/RTC/MediaStream.js
  25. 15
    0
      modules/RTC/RTC.js
  26. 15
    0
      modules/RTC/RTCUtils.js
  27. 15
    0
      modules/UI/UI.js
  28. 15
    0
      modules/UI/audio_levels/AudioLevels.js
  29. 15
    0
      modules/UI/audio_levels/CanvasUtils.js
  30. 15
    0
      modules/UI/authentication/Authentication.js
  31. 15
    0
      modules/UI/authentication/LoginDialog.js
  32. 15
    0
      modules/UI/avatar/Avatar.js
  33. 15
    0
      modules/UI/etherpad/Etherpad.js
  34. 15
    0
      modules/UI/prezi/Prezi.js
  35. 15
    0
      modules/UI/prezi/PreziPlayer.js
  36. 15
    0
      modules/UI/side_pannels/SidePanelToggler.js
  37. 15
    0
      modules/UI/side_pannels/chat/Chat.js
  38. 15
    0
      modules/UI/side_pannels/chat/Commands.js
  39. 15
    0
      modules/UI/side_pannels/chat/Replacement.js
  40. 15
    1
      modules/UI/side_pannels/contactlist/ContactList.js
  41. 15
    0
      modules/UI/side_pannels/settings/SettingsMenu.js
  42. 15
    0
      modules/UI/toolbars/BottomToolbar.js
  43. 15
    0
      modules/UI/toolbars/Toolbar.js
  44. 15
    0
      modules/UI/toolbars/ToolbarToggler.js
  45. 15
    0
      modules/UI/util/JitsiPopover.js
  46. 15
    0
      modules/UI/util/MessageHandler.js
  47. 15
    0
      modules/UI/util/NicknameHandler.js
  48. 15
    1
      modules/UI/util/UIUtil.js
  49. 15
    0
      modules/UI/videolayout/ConnectionIndicator.js
  50. 15
    0
      modules/UI/videolayout/VideoLayout.js
  51. 15
    0
      modules/UI/welcome_page/RoomnameGenerator.js
  52. 15
    0
      modules/UI/welcome_page/WelcomePage.js
  53. 15
    0
      modules/URLProcessor/URLProcessor.js
  54. 15
    0
      modules/connectionquality/connectionquality.js
  55. 15
    0
      modules/desktopsharing/desktopsharing.js
  56. 15
    0
      modules/keyboardshortcut/keyboardshortcut.js
  57. 15
    0
      modules/members/MemberList.js
  58. 15
    0
      modules/settings/Settings.js
  59. 15
    0
      modules/statistics/LocalStatsCollector.js
  60. 15
    0
      modules/statistics/RTPStatsCollector.js
  61. 15
    1
      modules/statistics/statistics.js
  62. 15
    0
      modules/translation/translation.js
  63. 15
    0
      modules/xmpp/JingleSession.js
  64. 15
    0
      modules/xmpp/SDP.js
  65. 15
    0
      modules/xmpp/SDPDiffer.js
  66. 15
    0
      modules/xmpp/SDPUtil.js
  67. 15
    0
      modules/xmpp/TraceablePeerConnection.js
  68. 15
    0
      modules/xmpp/moderator.js
  69. 15
    0
      modules/xmpp/recording.js
  70. 15
    0
      modules/xmpp/strophe.emuc.js
  71. 15
    0
      modules/xmpp/strophe.jingle.js
  72. 15
    0
      modules/xmpp/strophe.logger.js
  73. 15
    0
      modules/xmpp/strophe.moderate.js
  74. 15
    0
      modules/xmpp/strophe.rayo.js
  75. 15
    0
      modules/xmpp/strophe.util.js
  76. 15
    0
      modules/xmpp/xmpp.js
  77. 4
    1
      package.json
  78. 15
    0
      service/RTC/MediaStreamTypes.js
  79. 15
    0
      service/RTC/RTCBrowserType.js
  80. 15
    0
      service/RTC/RTCEvents.js
  81. 15
    0
      service/RTC/Resolutions.js
  82. 15
    0
      service/RTC/StreamEventTypes.js
  83. 15
    0
      service/UI/UIEvents.js
  84. 15
    0
      service/authentication/AuthenticationEvents.js
  85. 15
    0
      service/connectionquality/CQEvents.js
  86. 15
    0
      service/desktopsharing/DesktopSharingEventTypes.js
  87. 15
    0
      service/members/Events.js
  88. 15
    0
      service/translation/languages.js
  89. 15
    0
      service/xmpp/XMPPEvents.js
  90. 15
    0
      unsupported_browser.html

+ 15
- 0
app.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* jshint -W117 */
2 17
 /* application specific logic */
3 18
 

+ 15
- 0
css/chat.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 #chatspace {
2 17
     background-color: black;
3 18
     border-left: 1px solid #424242;

+ 15
- 0
css/contact_list.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 #contactlist {
2 17
     background-color: black;
3 18
     cursor: default;

+ 15
- 0
css/font.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 @font-face {
2 17
     font-family: 'jitsi';
3 18
     src:url('../fonts/jitsi.eot?94d075');

+ 15
- 0
css/jitsi_popover.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 .jitsipopover {
2 17
     position: absolute;
3 18
     top: 0;

+ 15
- 0
css/login_menu.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /*Initialize*/
2 17
 ul.loginmenu {
3 18
     display:none;

+ 15
- 0
css/main.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 * {
2 17
     -webkit-user-select: none;
3 18
     user-select: none;

+ 15
- 0
css/modaldialog.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 .jqistates {
2 17
     font-size: 14px;
3 18
 }

+ 15
- 0
css/notice.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 #notice {
2 17
     position: relative;
3 18
     z-index: 3;

+ 15
- 0
css/popover.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 .popover {
2 17
   position: absolute;
3 18
   top: 0;

+ 15
- 0
css/popup_menu.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /*Initialize*/
2 17
 ul.popupmenu {
3 18
     display:none;

+ 15
- 0
css/settingsmenu.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 #settingsmenu {
2 17
     background: black;
3 18
     color: #00ccff;

+ 15
- 0
css/unsupported_browser.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 body {
2 17
     width:100%;
3 18
     height:100%;

+ 15
- 0
css/videolayout_default.css 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 #videospace {
2 17
     display: block;
3 18
     position: absolute;

+ 15
- 1
css/welcome_page.css 파일 보기

@@ -1,4 +1,18 @@
1
-
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
2 16
 #disable_welcome {
3 17
     display:none;
4 18
 }

+ 13
- 21
debian/copyright 파일 보기

@@ -4,28 +4,20 @@ Upstream-Contact: Emil Ivov <emcho@jitsi.org>
4 4
 Source: https://github.com/jitsi/jitsi-meet
5 5
 
6 6
 Files: *
7
-Copyright: 2013-2014 Jitsi
8
-License: MIT
7
+Copyright: 2015 Atlassian Pty Ltd
8
+License: Apache-2.0
9 9
 
10
-License: MIT
11
- The MIT License (MIT)
10
+License: Apache-2.0
11
+ Copyright @ 2015 Atlassian Pty Ltd
12 12
  .
13
- Copyright (c) 2013 ESTOS GmbH
14
- Copyright (c) 2013 BlueJimp SARL
13
+ Licensed under the Apache License, Version 2.0 (the "License");
14
+ you may not use this file except in compliance with the License.
15
+ You may obtain a copy of the License at
15 16
  .
16
- Permission is hereby granted, free of charge, to any person obtaining a copy of
17
- this software and associated documentation files (the "Software"), to deal in
18
- the Software without restriction, including without limitation the rights to
19
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20
- the Software, and to permit persons to whom the Software is furnished to do so,
21
- subject to the following conditions:
17
+     http://www.apache.org/licenses/LICENSE-2.0
22 18
  .
23
- The above copyright notice and this permission notice shall be included in all
24
- copies or substantial portions of the Software.
25
- .
26
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
28
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
29
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
30
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19
+ Unless required by applicable law or agreed to in writing, software
20
+ distributed under the License is distributed on an "AS IS" BASIS,
21
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
+ See the License for the specific language governing permissions and
23
+ limitations under the License.

+ 15
- 0
external_api.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /**
2 17
  * Implements API class that embeds Jitsi Meet in external applications.
3 18
  */

+ 16
- 0
index.html 파일 보기

@@ -1,4 +1,20 @@
1 1
 <html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
2
+<!--
3
+    Copyright @ 2015 Atlassian Pty Ltd
4
+
5
+    Licensed under the Apache License, Version 2.0 (the "License");
6
+    you may not use this file except in compliance with the License.
7
+    You may obtain a copy of the License at
8
+
9
+        http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+    Unless required by applicable law or agreed to in writing, software
12
+    distributed under the License is distributed on an "AS IS" BASIS,
13
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+    See the License for the specific language governing permissions and
15
+    limitations under the License.
16
+* -->
17
+
2 18
   <head>
3 19
     <!--#include virtual="title.html" -->
4 20
     <link rel="icon" type="image/png" href="/images/favicon.ico"/>

+ 15
- 0
interface_config.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var interfaceConfig = {
2 17
     CANVAS_EXTRA: 104,
3 18
     CANVAS_RADIUS: 7,

+ 15
- 0
modules/API/API.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /**
2 17
  * Implements API class that communicates with external api class
3 18
  * and provides interface to access Jitsi Meet features by external

+ 15
- 0
modules/DTMF/DTMF.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global APP */
2 17
 
3 18
 /**

+ 15
- 0
modules/RTC/DataChannels.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global Strophe, focusedVideoSrc*/
2 17
 
3 18
 // cache datachannels to avoid garbage collection

+ 15
- 0
modules/RTC/LocalStream.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var StreamEventTypes = require("../../service/RTC/StreamEventTypes.js");
2 17
 
3 18
 

+ 15
- 0
modules/RTC/MediaStream.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 ////These lines should be uncommented when require works in app.js
2 17
 var MediaStreamType = require("../../service/RTC/MediaStreamTypes");
3 18
 var StreamEventType = require("../../service/RTC/StreamEventTypes");

+ 15
- 0
modules/RTC/RTC.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var EventEmitter = require("events");
2 17
 var RTCUtils = require("./RTCUtils.js");
3 18
 var LocalStream = require("./LocalStream.js");

+ 15
- 0
modules/RTC/RTCUtils.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var RTCBrowserType = require("../../service/RTC/RTCBrowserType.js");
2 17
 var Resolutions = require("../../service/RTC/Resolutions");
3 18
 

+ 15
- 0
modules/UI/UI.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var UI = {};
2 17
 
3 18
 var VideoLayout = require("./videolayout/VideoLayout.js");

+ 15
- 0
modules/UI/audio_levels/AudioLevels.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var CanvasUtil = require("./CanvasUtils");
2 17
 
3 18
 var ASDrawContext = $('#activeSpeakerAudioLevel')[0].getContext('2d');

+ 15
- 0
modules/UI/audio_levels/CanvasUtils.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /**
2 17
  * Utility class for drawing canvas shapes.
3 18
  */

+ 15
- 0
modules/UI/authentication/Authentication.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, APP*/
2 17
 
3 18
 var LoginDialog = require('./LoginDialog');

+ 15
- 0
modules/UI/authentication/LoginDialog.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, APP, config*/
2 17
 
3 18
 var XMPP = require('../../xmpp/xmpp');

+ 15
- 0
modules/UI/avatar/Avatar.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var Settings = require("../../settings/Settings");
2 17
 var MediaStreamType = require("../../../service/RTC/MediaStreamTypes");
3 18
 

+ 15
- 0
modules/UI/etherpad/Etherpad.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, config,
2 17
    setLargeVideoVisible, Util */
3 18
 

+ 15
- 0
modules/UI/prezi/Prezi.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var ToolbarToggler = require("../toolbars/ToolbarToggler");
2 17
 var UIUtil = require("../util/UIUtil");
3 18
 var VideoLayout = require("../videolayout/VideoLayout");

+ 15
- 0
modules/UI/prezi/PreziPlayer.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 (function() {
2 17
     "use strict";
3 18
     var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };

+ 15
- 0
modules/UI/side_pannels/SidePanelToggler.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var Chat = require("./chat/Chat");
2 17
 var ContactList = require("./contactlist/ContactList");
3 18
 var Settings = require("./../../settings/Settings");

+ 15
- 0
modules/UI/side_pannels/chat/Chat.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, Util, nickname:true */
2 17
 var Replacement = require("./Replacement");
3 18
 var CommandsProcessor = require("./Commands");

+ 15
- 0
modules/UI/side_pannels/chat/Commands.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var UIUtil = require("../../util/UIUtil");
2 17
 
3 18
 /**

+ 15
- 0
modules/UI/side_pannels/chat/Replacement.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var Smileys = require("./smileys.json");
2 17
 /**
3 18
  * Processes links and smileys in "body"

+ 15
- 1
modules/UI/side_pannels/contactlist/ContactList.js 파일 보기

@@ -1,4 +1,18 @@
1
-
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
2 16
 var numberOfContacts = 0;
3 17
 var notificationInterval;
4 18
 

+ 15
- 0
modules/UI/side_pannels/settings/SettingsMenu.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var Avatar = require("../../avatar/Avatar");
2 17
 var Settings = require("./../../../settings/Settings");
3 18
 var UIUtil = require("../../util/UIUtil");

+ 15
- 0
modules/UI/toolbars/BottomToolbar.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var PanelToggler = require("../side_pannels/SidePanelToggler");
2 17
 
3 18
 var buttonHandlers = {

+ 15
- 0
modules/UI/toolbars/Toolbar.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global APP,$, buttonClick, config, lockRoom,
2 17
    setSharedKey, Util */
3 18
 var messageHandler = require("../util/MessageHandler");

+ 15
- 0
modules/UI/toolbars/ToolbarToggler.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, interfaceConfig, Moderator, DesktopStreaming.showDesktopSharingButton */
2 17
 
3 18
 var toolbarTimeoutObject,

+ 15
- 0
modules/UI/util/JitsiPopover.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var JitsiPopover = (function () {
2 17
     /**
3 18
      * Constructs new JitsiPopover and attaches it to the element

+ 15
- 0
modules/UI/util/MessageHandler.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, APP, jQuery, toastr */
2 17
 var messageHandler = (function(my) {
3 18
 

+ 15
- 0
modules/UI/util/NicknameHandler.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var UIEvents = require("../../../service/UI/UIEvents");
2 17
 
3 18
 var nickname = null;

+ 15
- 1
modules/UI/util/UIUtil.js 파일 보기

@@ -1,4 +1,18 @@
1
-/**
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ *
2 16
  * Created by hristo on 12/22/14.
3 17
  */
4 18
 module.exports = {

+ 15
- 0
modules/UI/videolayout/ConnectionIndicator.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var JitsiPopover = require("../util/JitsiPopover");
2 17
 
3 18
 /**

+ 15
- 0
modules/UI/videolayout/VideoLayout.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var AudioLevels = require("../audio_levels/AudioLevels");
2 17
 var Avatar = require("../avatar/Avatar");
3 18
 var Chat = require("../side_pannels/chat/Chat");

+ 15
- 0
modules/UI/welcome_page/RoomnameGenerator.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 //var nouns = [
2 17
 //];
3 18
 var pluralNouns = [

+ 15
- 0
modules/UI/welcome_page/WelcomePage.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var animateTimeout, updateTimeout;
2 17
 
3 18
 var RoomNameGenerator = require("./RoomnameGenerator");

+ 15
- 0
modules/URLProcessor/URLProcessor.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var params = {};
2 17
 function getConfigParamsFromUrl() {
3 18
     if(!location.hash)

+ 15
- 0
modules/connectionquality/connectionquality.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var EventEmitter = require("events");
2 17
 var eventEmitter = new EventEmitter();
3 18
 var CQEvents = require("../../service/connectionquality/CQEvents");

+ 15
- 0
modules/desktopsharing/desktopsharing.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, alert, APP, changeLocalVideo, chrome, config, getConferenceHandler,
2 17
  getUserMediaWithConstraints */
3 18
 /**

+ 15
- 0
modules/keyboardshortcut/keyboardshortcut.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 //maps keycode to character, id of popover for given function and function
2 17
 var shortcuts = {
3 18
     67: {

+ 15
- 0
modules/members/MemberList.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global APP */
2 17
 
3 18
 /**

+ 15
- 0
modules/settings/Settings.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var email = '';
2 17
 var displayName = '';
3 18
 var userId;

+ 15
- 0
modules/statistics/LocalStatsCollector.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /**
2 17
  * Provides statistics for the local stream.
3 18
  */

+ 15
- 0
modules/statistics/RTPStatsCollector.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global ssrc2jid */
2 17
 /* jshint -W117 */
3 18
 var RTCBrowserType = require("../../service/RTC/RTCBrowserType");

+ 15
- 1
modules/statistics/statistics.js 파일 보기

@@ -1,4 +1,18 @@
1
-/**
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ *
2 16
  * Created by hristo on 8/4/14.
3 17
  */
4 18
 var LocalStats = require("./LocalStatsCollector.js");

+ 15
- 0
modules/translation/translation.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var i18n = require("i18next-client");
2 17
 var languages = require("../../service/translation/languages");
3 18
 var Settings = require("../settings/Settings");

+ 15
- 0
modules/xmpp/JingleSession.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* jshint -W117 */
2 17
 var TraceablePeerConnection = require("./TraceablePeerConnection");
3 18
 var SDPDiffer = require("./SDPDiffer");

+ 15
- 0
modules/xmpp/SDP.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* jshint -W117 */
2 17
 var SDPUtil = require("./SDPUtil");
3 18
 

+ 15
- 0
modules/xmpp/SDPDiffer.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 function SDPDiffer(mySDP, otherSDP) {
2 17
     this.mySDP = mySDP;
3 18
     this.otherSDP = otherSDP;

+ 15
- 0
modules/xmpp/SDPUtil.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 SDPUtil = {
2 17
     iceparams: function (mediadesc, sessiondesc) {
3 18
         var data = null;

+ 15
- 0
modules/xmpp/TraceablePeerConnection.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 function TraceablePeerConnection(ice_config, constraints) {
2 17
     var self = this;
3 18
     var RTCPeerconnection = navigator.mozGetUserMedia ? mozRTCPeerConnection : webkitRTCPeerConnection;

+ 15
- 0
modules/xmpp/moderator.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, $iq, APP, config, connection, UI, messageHandler,
2 17
  roomName, sessionTerminated, Strophe, Util */
3 18
 var XMPPEvents = require("../../service/xmpp/XMPPEvents");

+ 15
- 0
modules/xmpp/recording.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, $iq, config, connection, focusMucJid, messageHandler, Moderator,
2 17
    Toolbar, Util */
3 18
 var Moderator = require("./moderator");

+ 15
- 0
modules/xmpp/strophe.emuc.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* jshint -W117 */
2 17
 /* a simple MUC connection plugin
3 18
  * can only handle a single MUC room

+ 15
- 0
modules/xmpp/strophe.jingle.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* jshint -W117 */
2 17
 
3 18
 var JingleSession = require("./JingleSession");

+ 15
- 0
modules/xmpp/strophe.logger.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global Strophe */
2 17
 module.exports = function () {
3 18
 

+ 15
- 0
modules/xmpp/strophe.moderate.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, $iq, config, connection, focusMucJid, forceMuted,
2 17
    setAudioMuted, Strophe */
3 18
 /**

+ 15
- 0
modules/xmpp/strophe.rayo.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* jshint -W117 */
2 17
 module.exports = function() {
3 18
     Strophe.addConnectionPlugin('rayo',

+ 15
- 0
modules/xmpp/strophe.util.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /**
2 17
  * Strophe logger implementation. Logs from level WARN and above.
3 18
  */

+ 15
- 0
modules/xmpp/xmpp.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 /* global $, APP, config, Strophe*/
2 17
 var Moderator = require("./moderator");
3 18
 var EventEmitter = require("events");

+ 4
- 1
package.json 파일 보기

@@ -26,5 +26,8 @@
26 26
   },
27 27
   "devDependencies": {
28 28
   },
29
-  "license": "MIT"
29
+  "licenses": [{
30
+    "type": "Apache-2.0",
31
+    "url": "http://www.apache.org/licenses/LICENSE-2.0"
32
+  }]
30 33
 }

+ 15
- 0
service/RTC/MediaStreamTypes.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var MediaStreamType = {
2 17
     VIDEO_TYPE: "Video",
3 18
 

+ 15
- 0
service/RTC/RTCBrowserType.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var RTCBrowserType = {
2 17
     RTC_BROWSER_CHROME: "rtc_browser.chrome",
3 18
 

+ 15
- 0
service/RTC/RTCEvents.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var RTCEvents = {
2 17
     LASTN_CHANGED: "rtc.lastn_changed",
3 18
     DOMINANTSPEAKER_CHANGED: "rtc.dominantspeaker_changed",

+ 15
- 0
service/RTC/Resolutions.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var Resolutions = {
2 17
     "1080": {
3 18
         width: 1920,

+ 15
- 0
service/RTC/StreamEventTypes.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var StreamEventTypes = {
2 17
     EVENT_TYPE_LOCAL_CREATED: "stream.local_created",
3 18
 

+ 15
- 0
service/UI/UIEvents.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var UIEvents = {
2 17
     NICKNAME_CHANGED: "UI.nickname_changed",
3 18
     SELECTED_ENDPOINT: "UI.selected_endpoint",

+ 15
- 0
service/authentication/AuthenticationEvents.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var AuthenticationEvents = {
2 17
     /**
3 18
      * Event callback arguments:

+ 15
- 0
service/connectionquality/CQEvents.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var CQEvents = {
2 17
     LOCALSTATS_UPDATED: "cq.localstats_updated",
3 18
     REMOTESTATS_UPDATED: "cq.remotestats_updated",

+ 15
- 0
service/desktopsharing/DesktopSharingEventTypes.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var DesktopSharingEventTypes = {
2 17
     INIT: "ds.init",
3 18
 

+ 15
- 0
service/members/Events.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var Events = {
2 17
     DTMF_SUPPORT_CHANGED: "members.dtmf_support_changed"
3 18
 };

+ 15
- 0
service/translation/languages.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 module.exports = {
2 17
     getLanguages : function () {
3 18
         var languages = [];

+ 15
- 0
service/xmpp/XMPPEvents.js 파일 보기

@@ -1,3 +1,18 @@
1
+/*
2
+ * Copyright @ 2015 Atlassian Pty Ltd
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ *     http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1 16
 var XMPPEvents = {
2 17
     CONNECTION_FAILED: "xmpp.connection.failed",
3 18
     CONFERENCE_CREATED: "xmpp.conferenceCreated.jingle",

+ 15
- 0
unsupported_browser.html 파일 보기

@@ -1,5 +1,20 @@
1 1
 <html>
2 2
 <head>
3
+<!--
4
+    Copyright @ 2015 Atlassian Pty Ltd
5
+
6
+    Licensed under the Apache License, Version 2.0 (the "License");
7
+    you may not use this file except in compliance with the License.
8
+    You may obtain a copy of the License at
9
+
10
+        http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+    Unless required by applicable law or agreed to in writing, software
13
+    distributed under the License is distributed on an "AS IS" BASIS,
14
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+    See the License for the specific language governing permissions and
16
+    limitations under the License.
17
+* -->
3 18
 <title>Jitsi Meet: Unsupported Browser</title>
4 19
 <link rel="stylesheet" type="text/css" media="screen" href="css/unsupported_browser.css" />
5 20
 </head>

Loading…
취소
저장