Browse Source

Changed name of project to Spreed WebRTC.

pull/37/head
Simon Eisenmann 12 years ago
parent
commit
13ac41d417
  1. 5
      .gitignore
  2. 12
      Makefile
  3. 14
      README.md
  4. 4
      build/build.js
  5. 32
      debian/changelog
  6. 10
      doc/CHANNELING-API.txt
  7. 6
      doc/REST-API.txt
  8. 4
      doc/plugin-example.js
  9. 4
      doc/plugin-test-authorize.js
  10. 2
      html/logo.html
  11. 10
      server.conf.in
  12. 2
      spreed-speakfreely-server
  13. 2
      spreed-webrtc-server
  14. 4
      src/app/spreed-webrtc-server/api.go
  15. 4
      src/app/spreed-webrtc-server/buffercache.go
  16. 4
      src/app/spreed-webrtc-server/channeling.go
  17. 4
      src/app/spreed-webrtc-server/config.go
  18. 4
      src/app/spreed-webrtc-server/connection.go
  19. 4
      src/app/spreed-webrtc-server/context.go
  20. 4
      src/app/spreed-webrtc-server/hub.go
  21. 4
      src/app/spreed-webrtc-server/images.go
  22. 8
      src/app/spreed-webrtc-server/main.go
  23. 4
      src/app/spreed-webrtc-server/random.go
  24. 4
      src/app/spreed-webrtc-server/rooms.go
  25. 4
      src/app/spreed-webrtc-server/roomworker.go
  26. 4
      src/app/spreed-webrtc-server/server.go
  27. 4
      src/app/spreed-webrtc-server/session.go
  28. 4
      src/app/spreed-webrtc-server/sessions.go
  29. 0
      src/app/spreed-webrtc-server/sleepy/core.go
  30. 4
      src/app/spreed-webrtc-server/stats.go
  31. 0
      src/app/spreed-webrtc-server/tls.go
  32. 4
      src/app/spreed-webrtc-server/tokenprovider.go
  33. 4
      src/app/spreed-webrtc-server/tokens.go
  34. 4
      src/app/spreed-webrtc-server/users.go
  35. 4
      src/app/spreed-webrtc-server/ws.go
  36. 2
      src/i18n/Makefile
  37. 14
      src/i18n/messages-de.po
  38. 14
      src/i18n/messages-ja.po
  39. 16
      src/i18n/messages-ko.po
  40. 14
      src/i18n/messages-zh-cn.po
  41. 14
      src/i18n/messages-zh-tw.po
  42. 10
      src/i18n/messages.pot
  43. 4
      src/styles/_shame.scss
  44. 4
      src/styles/components/_audiolevel.scss
  45. 4
      src/styles/components/_audiovideo.scss
  46. 4
      src/styles/components/_bar.scss
  47. 4
      src/styles/components/_buddylist.scss
  48. 4
      src/styles/components/_chat.scss
  49. 4
      src/styles/components/_fileinfo.scss
  50. 4
      src/styles/components/_rightslide.scss
  51. 4
      src/styles/components/_roombar.scss
  52. 4
      src/styles/components/_screenshare.scss
  53. 4
      src/styles/components/_settings.scss
  54. 4
      src/styles/components/_social.scss
  55. 4
      src/styles/components/_usability.scss
  56. 4
      src/styles/global/_angular.scss
  57. 4
      src/styles/global/_animations.scss
  58. 4
      src/styles/global/_base.scss
  59. 4
      src/styles/global/_nicescroll.scss
  60. 4
      src/styles/global/_overlaybar.scss
  61. 4
      src/styles/global/_variables.scss
  62. 4
      src/styles/libs/_dialogs.scss
  63. 4
      src/styles/main.scss
  64. 4
      static/js/app.js
  65. 4
      static/js/base.js
  66. 4
      static/js/controllers/chatroomcontroller.js
  67. 4
      static/js/controllers/controllers.js
  68. 6
      static/js/controllers/mediastreamcontroller.js
  69. 4
      static/js/controllers/roomchangecontroller.js
  70. 4
      static/js/controllers/statusmessagecontroller.js
  71. 4
      static/js/directives/audiolevel.js
  72. 4
      static/js/directives/audiovideo.js
  73. 4
      static/js/directives/buddylist.js
  74. 4
      static/js/directives/chat.js
  75. 4
      static/js/directives/directives.js
  76. 4
      static/js/directives/fileinfo.js
  77. 4
      static/js/directives/onenter.js
  78. 4
      static/js/directives/onescape.js
  79. 4
      static/js/directives/page.js
  80. 4
      static/js/directives/roombar.js
  81. 4
      static/js/directives/screenshare.js
  82. 4
      static/js/directives/settings.js
  83. 4
      static/js/directives/socialshare.js
  84. 4
      static/js/directives/statusmessage.js
  85. 4
      static/js/directives/usability.js
  86. 4
      static/js/filters/buddyimagesrc.js
  87. 4
      static/js/filters/displayconference.js
  88. 4
      static/js/filters/displayname.js
  89. 4
      static/js/filters/filters.js
  90. 4
      static/js/main.js
  91. 4
      static/js/mediastream/api.js
  92. 4
      static/js/mediastream/connector.js
  93. 4
      static/js/mediastream/peercall.js
  94. 4
      static/js/mediastream/peerconference.js
  95. 4
      static/js/mediastream/peerconnection.js
  96. 4
      static/js/mediastream/peerscreenshare.js
  97. 4
      static/js/mediastream/peerxfer.js
  98. 4
      static/js/mediastream/tokens.js
  99. 4
      static/js/mediastream/usermedia.js
  100. 4
      static/js/mediastream/utils.js
  101. Some files were not shown because too many files have changed in this diff Show More

5
.gitignore vendored

@ -16,11 +16,6 @@
/tokens.txt /tokens.txt
/dist /dist
*~ *~
debian/*.debhelper
debian/*.substvars
debian/spreed-webcaller
debian/files
debian/tmp
vendor/* vendor/*
/dist_* /dist_*
/build/out/ /build/out/

12
Makefile

@ -1,8 +1,8 @@
# #
# Spreed Speak Freely. # Spreed WebRTC.
# Copyright (C) 2013-2014 struktur AG # Copyright (C) 2013-2014 struktur AG
# #
# This file is part of Spreed Speak Freely. # This file is part of Spreed WebRTC.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by # it under the terms of the GNU Affero General Public License as published by
@ -18,9 +18,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
PKG := app/spreed-speakfreely-server PKG := app/spreed-webrtc-server
EXENAME := spreed-speakfreely-server EXENAME := spreed-webrtc-server
CONFIG_FILE ?= spreed-speakfreely-server.conf CONFIG_FILE ?= spreed-webrtc-server.conf
CONFIG_PATH ?= /etc CONFIG_PATH ?= /etc
VENDOR = "$(CURDIR)/vendor" VENDOR = "$(CURDIR)/vendor"
@ -34,7 +34,7 @@ VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
DESTDIR ?= / DESTDIR ?= /
BIN := $(DESTDIR)/usr/sbin BIN := $(DESTDIR)/usr/sbin
CONF := $(DESTDIR)/$(CONFIG_PATH) CONF := $(DESTDIR)/$(CONFIG_PATH)
SHARE := $(DESTDIR)/usr/share/spreed-speakfreely-server SHARE := $(DESTDIR)/usr/share/spreed-webrtc-server
BUILD_ARCH := $(shell go env GOARCH) BUILD_ARCH := $(shell go env GOARCH)
DIST := $(CURDIR)/dist_$(BUILD_ARCH) DIST := $(CURDIR)/dist_$(BUILD_ARCH)

14
README.md

@ -1,9 +1,9 @@
Spreed Speak Freely Spreed WebRTC
=================== ===================
The latest version of Spreed Speak Freely can be found on GitHub: The latest version of Spreed WebRTC can be found on GitHub:
https://github.com/strukturag/spreed-speakfreely https://github.com/strukturag/webrtc
## Build prerequisites ## Build prerequisites
@ -43,7 +43,7 @@ The latest version of Spreed Speak Freely can be found on GitHub:
## Server startup ## Server startup
```bash ```bash
spreed-speakfreely-server [OPTIONS] spreed-webrtc-server [OPTIONS]
``` ```
Options Options
@ -69,7 +69,7 @@ The latest version of Spreed Speak Freely can be found on GitHub:
Copy the server.conf.in to server.conf. Copy the server.conf.in to server.conf.
Build styles, javascript and binary using make. Then run Build styles, javascript and binary using make. Then run
``./spreed-speakfreely-server`` ``./spreed-webrtc-server``
The server runs on http://localhost:8080/ per default. The server runs on http://localhost:8080/ per default.
@ -79,7 +79,7 @@ The latest version of Spreed Speak Freely can be found on GitHub:
## Production use ## Production use
Spreed Speak Freely should be run through a SSL frontend proxy with Spreed WebRTC should be run through a SSL frontend proxy with
support for Websockets. Example configuration for Nginx can be support for Websockets. Example configuration for Nginx can be
found in `doc/NGINX.txt`. found in `doc/NGINX.txt`.
@ -101,4 +101,4 @@ The latest version of Spreed Speak Freely can be found on GitHub:
## License ## License
`Spreed Speak Freely` uses the AGPL license, see our `LICENSE` file. `Spreed WebRTC` uses the AGPL license, see our `LICENSE` file.

4
build/build.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

32
debian/changelog vendored

@ -1,4 +1,4 @@
spreed-speakfreely-server (0.17.5) precise; urgency=low spreed-webrtc-server (0.17.5) precise; urgency=low
* Implemented server side support for user authentication and authorization. * Implemented server side support for user authentication and authorization.
* Added an REST API end point (see docs). * Added an REST API end point (see docs).
@ -20,7 +20,7 @@ spreed-speakfreely-server (0.17.5) precise; urgency=low
-- Simon Eisenmann <simon@struktur.de> Thu, 22 May 2014 17:49:16 +0200 -- Simon Eisenmann <simon@struktur.de> Thu, 22 May 2014 17:49:16 +0200
spreed-speakfreely-server (0.17.4) precise; urgency=low spreed-webrtc-server (0.17.4) precise; urgency=low
* Updated Japanese translation. * Updated Japanese translation.
* Allow Makefile variables CONFIG_FILE and CONFIG_PATH. * Allow Makefile variables CONFIG_FILE and CONFIG_PATH.
@ -38,7 +38,7 @@ spreed-speakfreely-server (0.17.4) precise; urgency=low
-- Simon Eisenmann <simon@struktur.de> Thu, 24 Apr 2014 17:59:05 +0200 -- Simon Eisenmann <simon@struktur.de> Thu, 24 Apr 2014 17:59:05 +0200
spreed-speakfreely-server (0.17.3) precise; urgency=low spreed-webrtc-server (0.17.3) precise; urgency=low
* Buddy images are now loaded with seperate URL calls. * Buddy images are now loaded with seperate URL calls.
* Updated Korean (ko) language. * Updated Korean (ko) language.
@ -49,11 +49,11 @@ spreed-speakfreely-server (0.17.3) precise; urgency=low
* File permission fixes. * File permission fixes.
* Do not use sleepy as submodule but include it directly. * Do not use sleepy as submodule but include it directly.
* Refactored video layout renderer in seperate service. * Refactored video layout renderer in seperate service.
* Implemented alternaitve conference view (not enabled yet). * Implemented alternaitve conference view (not enabled yet).
-- Simon Eisenmann <simon@struktur.de> Wed, 16 Apr 2014 17:41:13 +0200 -- Simon Eisenmann <simon@struktur.de> Wed, 16 Apr 2014 17:41:13 +0200
spreed-speakfreely-server (0.17.2) precise; urgency=low spreed-webrtc-server (0.17.2) precise; urgency=low
* Fixed timeouts when there was a disconnect. * Fixed timeouts when there was a disconnect.
* Use sleepy as submodule from external source. * Use sleepy as submodule from external source.
@ -64,10 +64,10 @@ spreed-speakfreely-server (0.17.2) precise; urgency=low
* Added Japanese language. * Added Japanese language.
* Added Chinese Traditional language. * Added Chinese Traditional language.
* Updated Chinese language. * Updated Chinese language.
* Updated Korean language. * Updated Korean language.
* Fixed screen sharing scrolling. * Fixed screen sharing scrolling.
* Fixed screen sharing hangup in conferences. * Fixed screen sharing hangup in conferences.
* Avoid spurious bye ping pong. * Avoid spurious bye ping pong.
* Fixed hangup in conferences. * Fixed hangup in conferences.
* Fixed double click on Chrome OS. * Fixed double click on Chrome OS.
* Fixed buddy list visibility if it should auto hide. * Fixed buddy list visibility if it should auto hide.
@ -76,7 +76,7 @@ spreed-speakfreely-server (0.17.2) precise; urgency=low
-- Simon Eisenmann <simon@struktur.de> Fri, 11 Apr 2014 19:42:10 +0200 -- Simon Eisenmann <simon@struktur.de> Fri, 11 Apr 2014 19:42:10 +0200
spreed-speakfreely-server (0.17.1) precise; urgency=low spreed-webrtc-server (0.17.1) precise; urgency=low
* Added translations for Korean and Chinese. * Added translations for Korean and Chinese.
* Multiple updates to 3rd party js libraries. * Multiple updates to 3rd party js libraries.
@ -86,7 +86,7 @@ spreed-speakfreely-server (0.17.1) precise; urgency=low
-- Simon Eisenmann <simon@struktur.de> Fri, 04 Apr 2014 18:46:56 +0200 -- Simon Eisenmann <simon@struktur.de> Fri, 04 Apr 2014 18:46:56 +0200
spreed-speakfreely-server (0.17.0) precise; urgency=low spreed-webrtc-server (0.17.0) precise; urgency=low
* TURN user names now use expiration time stamp. This fixes compatibility * TURN user names now use expiration time stamp. This fixes compatibility
with latest TURN REST specification and requires a reasonably recent with latest TURN REST specification and requires a reasonably recent
@ -98,11 +98,11 @@ spreed-speakfreely-server (0.17.0) precise; urgency=low
* HTML fixes. * HTML fixes.
* Added method to generate URL-safe random string. * Added method to generate URL-safe random string.
* Use strong random number generator. * Use strong random number generator.
* Support configuring pprof HTTP server. * Support configuring pprof HTTP server.
-- Simon Eisenmann <simon@struktur.de> Fri, 28 Mar 2014 16:48:46 +0100 -- Simon Eisenmann <simon@struktur.de> Fri, 28 Mar 2014 16:48:46 +0100
spreed-speakfreely-server (0.16.1) precise; urgency=low spreed-webrtc-server (0.16.1) precise; urgency=low
* Implemented chat session control UI. * Implemented chat session control UI.
* Layout controller refactorization. * Layout controller refactorization.
@ -110,7 +110,7 @@ spreed-speakfreely-server (0.16.1) precise; urgency=low
-- Simon Eisenmann <simon@struktur.de> Fri, 21 Mar 2014 11:46:10 +0100 -- Simon Eisenmann <simon@struktur.de> Fri, 21 Mar 2014 11:46:10 +0100
spreed-speakfreely-server (0.16.0) precise; urgency=low spreed-webrtc-server (0.16.0) precise; urgency=low
* Chat UI improvements. * Chat UI improvements.
* Screen sharing is now a scroll pane and no longer scaled down. * Screen sharing is now a scroll pane and no longer scaled down.
@ -119,13 +119,13 @@ spreed-speakfreely-server (0.16.0) precise; urgency=low
* Server code was reviewed and fixed where required. * Server code was reviewed and fixed where required.
* Changed Makefile to allow tarball and release builds with * Changed Makefile to allow tarball and release builds with
local third party sources in ./vendor too. local third party sources in ./vendor too.
* Added configration for maxfd and automatically use the * Added configration for maxfd and automatically use the
numer of cpus for GOMAXPROCS per default. numer of cpus for GOMAXPROCS per default.
* Added server helper for stats and profiling. * Added server helper for stats and profiling.
-- Simon Eisenmann <simon@struktur.de> Mon, 17 Mar 2014 18:35:08 +0100 -- Simon Eisenmann <simon@struktur.de> Mon, 17 Mar 2014 18:35:08 +0100
spreed-speakfreely-server (0.15.0) precise; urgency=low spreed-webrtc-server (0.15.0) precise; urgency=low
* Initial public release. * Initial public release.

10
doc/CHANNELING-API.txt

@ -1,7 +1,7 @@
Spreed Speak Freely Channeling API v1.3.0 Spreed WebRTC Channeling API v1.3.0
================================================= =================================================
(c)2014 struktur AG (c)2014 struktur AG
The server provides a Websocket connection end point as channeling API to The server provides a Websocket connection end point as channeling API to
share peer information for peer to peer connectivity. share peer information for peer to peer connectivity.
@ -340,7 +340,7 @@ Additional types for session listing and notifications
"Batch": 0 "Batch": 0
} }
Note: The Userid field is only present, if that session belongs to a known user. Note: The Userid field is only present, if that session belongs to a known user.
Alive Alive
@ -745,8 +745,8 @@ File sharing data channel protocol
End of Channeling API. End of Channeling API.
For latest version of Spreed Speak Freely check For latest version of Spreed WebRTC check
https://github.com/strukturag/spreed-speakfreely https://github.com/strukturag/spreed-webrtc
For questions, contact mailto:opensource@struktur.de. For questions, contact mailto:opensource@struktur.de.

6
doc/REST-API.txt

@ -1,5 +1,5 @@
Spreed Speak Freely REST API v1.0.0 Spreed WebRTC REST API v1.0.0
=============================================== ===============================================
(c)2014 struktur AG (c)2014 struktur AG
@ -150,8 +150,8 @@ Available end points with request methods and content-type:
End of REST API. End of REST API.
For latest version of Spreed Speak Freely check For latest version of Spreed WebRTC check
https://github.com/strukturag/spreed-speakfreely https://github.com/strukturag/spreed-webrtc
For questions, contact mailto:opensource@struktur.de. For questions, contact mailto:opensource@struktur.de.

4
doc/plugin-example.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
doc/plugin-test-authorize.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

2
html/logo.html

@ -1 +1 @@
<%define "logo"%><span class="logo" title="<%.Cfg.Title%>"><span><a target="_blank" href="https://github.com/strukturag/spreed-speakfreely">Speak Freely</a></span></span><%end%> <%define "logo"%><span class="logo" title="<%.Cfg.Title%>"><span><a target="_blank" href="https://github.com/strukturag/spreed-webrtc">WebRTC</a></span></span><%end%>

10
server.conf.in

@ -1,10 +1,10 @@
; Spreed Speak Freely server example configuration ; Spreed WebRTC server example configuration
[http] [http]
; HTTP listener in format ip:port. ; HTTP listener in format ip:port.
listen = 127.0.0.1:8080 listen = 127.0.0.1:8080
; Full path to directory where to find the server web assets. ; Full path to directory where to find the server web assets.
;root = /usr/share/spreed-speakfreely-server/www ;root = /usr/share/spreed-webrtc-server/www
; HTTP socket read timeout in seconds. ; HTTP socket read timeout in seconds.
;readtimeout = 10 ;readtimeout = 10
; HTTP socket write timeout in seconds. ; HTTP socket write timeout in seconds.
@ -35,7 +35,7 @@ listen = 127.0.0.1:8080
[app] [app]
; HTML page title ; HTML page title
;title = Spreed Speak Freely ;title = Spreed WebRTC
; Version string to use for static resources. This defaults to the server ; Version string to use for static resources. This defaults to the server
; version and should only be changed when you use your own way to invalidate ; version and should only be changed when you use your own way to invalidate
; long cached static resources. ; long cached static resources.
@ -84,7 +84,7 @@ sessionSecret = the-default-secret-do-not-keep-me
; extra-* template slots. If the extra folder has a sub folder "static", the ; extra-* template slots. If the extra folder has a sub folder "static", the
; resources in this static folder will be available as /extra/static/filename ; resources in this static folder will be available as /extra/static/filename
; relative to your servers base URL. ; relative to your servers base URL.
;extra = /usr/share/spreed-speakfreely-server/extra ;extra = /usr/share/spreed-webrtc-server/extra
; URL relative to the servers base path for a plugin javascript file which is ; URL relative to the servers base path for a plugin javascript file which is
; automatically loaded on web client start for all users. You can put your ; automatically loaded on web client start for all users. You can put your
; plugin in the extra/static folder (see above) or provide another folder using ; plugin in the extra/static folder (see above) or provide another folder using
@ -93,7 +93,7 @@ sessionSecret = the-default-secret-do-not-keep-me
;plugin = extra/static/myplugin.js ;plugin = extra/static/myplugin.js
[log] [log]
;logfile = /var/log/spreed-speakfreely-server.log ;logfile = /var/log/spreed-webrtc-server.log
[users] [users]
; Set to true to enable user functionality. ; Set to true to enable user functionality.

2
spreed-speakfreely-server

@ -1,2 +0,0 @@
#!/bin/bash
exec ./bin/spreed-speakfreely-server $*

2
spreed-webrtc-server

@ -0,0 +1,2 @@
#!/bin/bash
exec ./bin/spreed-webrtc-server $*

4
src/app/spreed-speakfreely-server/api.go → src/app/spreed-webrtc-server/api.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/buffercache.go → src/app/spreed-webrtc-server/buffercache.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/channeling.go → src/app/spreed-webrtc-server/channeling.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/config.go → src/app/spreed-webrtc-server/config.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/connection.go → src/app/spreed-webrtc-server/connection.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/context.go → src/app/spreed-webrtc-server/context.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/hub.go → src/app/spreed-webrtc-server/hub.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/images.go → src/app/spreed-webrtc-server/images.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

8
src/app/spreed-speakfreely-server/main.go → src/app/spreed-webrtc-server/main.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by
@ -22,7 +22,7 @@
package main package main
import ( import (
"app/spreed-speakfreely-server/sleepy" "app/spreed-webrtc-server/sleepy"
"bytes" "bytes"
"flag" "flag"
"fmt" "fmt"
@ -204,7 +204,7 @@ func runner(runtime phoenix.Runtime) error {
title, err := runtime.GetString("app", "title") title, err := runtime.GetString("app", "title")
if err != nil { if err != nil {
title = "Spreed Speak Freely" title = "Spreed WebRTC"
} }
ver, err := runtime.GetString("app", "ver") ver, err := runtime.GetString("app", "ver")

4
src/app/spreed-speakfreely-server/random.go → src/app/spreed-webrtc-server/random.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/rooms.go → src/app/spreed-webrtc-server/rooms.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/roomworker.go → src/app/spreed-webrtc-server/roomworker.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/server.go → src/app/spreed-webrtc-server/server.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/session.go → src/app/spreed-webrtc-server/session.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/sessions.go → src/app/spreed-webrtc-server/sessions.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

0
src/app/spreed-speakfreely-server/sleepy/core.go → src/app/spreed-webrtc-server/sleepy/core.go

4
src/app/spreed-speakfreely-server/stats.go → src/app/spreed-webrtc-server/stats.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

0
src/app/spreed-speakfreely-server/tls.go → src/app/spreed-webrtc-server/tls.go

4
src/app/spreed-speakfreely-server/tokenprovider.go → src/app/spreed-webrtc-server/tokenprovider.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/tokens.go → src/app/spreed-webrtc-server/tokens.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/users.go → src/app/spreed-webrtc-server/users.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/app/spreed-speakfreely-server/ws.go → src/app/spreed-webrtc-server/ws.go

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

2
src/i18n/Makefile

@ -1,5 +1,5 @@
VERSION := "1.0" VERSION := "1.0"
PROJECT := "Spreed Speak Freely" PROJECT := "Spreed WebRTC"
COPYRIGHT := "struktur AG" COPYRIGHT := "struktur AG"
EMAIL := "simon@struktur.de" EMAIL := "simon@struktur.de"
ROOT := "$(CURDIR)/../.." ROOT := "$(CURDIR)/../.."

14
src/i18n/messages-de.po

@ -1,15 +1,15 @@
# German translations for Spreed Speak Freely. # German translations for Spreed WebRTC.
# Copyright (C) 2014 struktur AG # Copyright (C) 2014 struktur AG
# This file is distributed under the same license as Spreed Speak Freely. # This file is distributed under the same license as Spreed WebRTC
# project. # project.
# Simon Eisenmann <simon@struktur.de>, 2013. # Simon Eisenmann <simon@struktur.de>, 2013.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Spreed Speak Freely\n" "Project-Id-Version: Spreed WebRTC 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n" "Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-05-05 16:53+0200\n" "POT-Creation-Date: 2014-05-23 10:35+0200\n"
"PO-Revision-Date: 2014-05-05 16:54+0100\n" "PO-Revision-Date: 2014-05-23 10:39+0100\n"
"Last-Translator: Simon Eisenmann <simon@struktur.de>\n" "Last-Translator: Simon Eisenmann <simon@struktur.de>\n"
"Language-Team: struktur AG <opensource@struktur.de>\n" "Language-Team: struktur AG <opensource@struktur.de>\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
@ -372,8 +372,8 @@ msgstr "Sie geben eine Datei frei:"
msgid "Incoming file:" msgid "Incoming file:"
msgstr "Eingehende Datei:" msgstr "Eingehende Datei:"
msgid "Quit from Spreed Speak Freely?" msgid "Close this window and disconnect?"
msgstr "Spreed Speak Freely beenden?" msgstr "Fenster schließen und die Verbindung trennen?"
msgid "Restart required to apply updates. Click ok to restart now." msgid "Restart required to apply updates. Click ok to restart now."
msgstr "" msgstr ""

14
src/i18n/messages-ja.po

@ -1,14 +1,14 @@
# Japanese translations for Spreed Speak Freely. # Japanese translations for Spreed WebRTC.
# Copyright (C) 2014 struktur AG # Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed Speak Freely # This file is distributed under the same license as the Spreed WebRTC
# project. # project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # Curt Frisemo <curt.frisemo@spreed.com>, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Spreed Speak Freely 1.0\n" "Project-Id-Version: Spreed WebRTC 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n" "Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-05-05 16:53+0200\n" "POT-Creation-Date: 2014-05-23 10:35+0200\n"
"PO-Revision-Date: 2014-04-23 22:25+0100\n" "PO-Revision-Date: 2014-04-23 22:25+0100\n"
"Last-Translator: Curt Frisemo <curt.frisemo@spreed.com>\n" "Last-Translator: Curt Frisemo <curt.frisemo@spreed.com>\n"
"Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n" "Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n"
@ -362,8 +362,8 @@ msgstr "あなたの共有ファイル:"
msgid "Incoming file:" msgid "Incoming file:"
msgstr "受信中ファイル:" msgstr "受信中ファイル:"
msgid "Quit from Spreed Speak Freely?" msgid "Close this window and disconnect?"
msgstr "Spreed Speak Freelyを終了しますか?" msgstr ""
msgid "Restart required to apply updates. Click ok to restart now." msgid "Restart required to apply updates. Click ok to restart now."
msgstr "アップデート適用のため再起動してください.ここをクリックして再起動する." msgstr "アップデート適用のため再起動してください.ここをクリックして再起動する."

16
src/i18n/messages-ko.po

@ -1,16 +1,16 @@
# Korean translations for Spreed Speak Freely. # Korean translations for Spreed WebRTC.
# Copyright (C) 2014 struktur AG # Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed Speak Freely # This file is distributed under the same license as the Spreed WebRTC
# project. # project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # Curt Frisemo <curt.frisemo@spreed.com>, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Spreed Speak Freely 1.0\n" "Project-Id-Version: Spreed WebRTC 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n" "Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-05-05 16:53+0200\n" "POT-Creation-Date: 2014-05-23 10:35+0200\n"
"PO-Revision-Date: 2014-04-13 20:30+0900\n" "PO-Revision-Date: 2014-04-13 20:30+0900\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Curt Frisemo <curt.frisemo@spreed.com>\n"
"Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n" "Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n"
"Plural-Forms: nplurals=1; plural=0\n" "Plural-Forms: nplurals=1; plural=0\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -362,8 +362,8 @@ msgstr "공유 화일:"
msgid "Incoming file:" msgid "Incoming file:"
msgstr "도착하는 화일:" msgstr "도착하는 화일:"
msgid "Quit from Spreed Speak Freely?" msgid "Close this window and disconnect?"
msgstr "Spreed Speak Freely사용을 중지 하시겠습니까?" msgstr ""
msgid "Restart required to apply updates. Click ok to restart now." msgid "Restart required to apply updates. Click ok to restart now."
msgstr "업데이트를 적용하려면 재시작이 필요 합니다. 지금 재시작 하려면 ok를 클릭 하십시오" msgstr "업데이트를 적용하려면 재시작이 필요 합니다. 지금 재시작 하려면 ok를 클릭 하십시오"

14
src/i18n/messages-zh-cn.po

@ -1,14 +1,14 @@
# Chinese (China) translations for Spreed Speak Freely. # Chinese (China) translations for Spreed WebRTC.
# Copyright (C) 2014 struktur AG # Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed Speak Freely # This file is distributed under the same license as the Spreed WebRTC
# project. # project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # Curt Frisemo <curt.frisemo@spreed.com>, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Spreed Speak Freely 1.0\n" "Project-Id-Version: Spreed WebRTC 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n" "Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-05-05 16:53+0200\n" "POT-Creation-Date: 2014-05-23 10:35+0200\n"
"PO-Revision-Date: 2014-03-31 23:26+0100\n" "PO-Revision-Date: 2014-03-31 23:26+0100\n"
"Last-Translator: Michael P.\n" "Last-Translator: Michael P.\n"
"Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n" "Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n"
@ -363,8 +363,8 @@ msgstr "分享文件:"
msgid "Incoming file:" msgid "Incoming file:"
msgstr "发来文件:" msgstr "发来文件:"
msgid "Quit from Spreed Speak Freely?" msgid "Close this window and disconnect?"
msgstr "退出 Spreed Speak Freely?" msgstr ""
msgid "Restart required to apply updates. Click ok to restart now." msgid "Restart required to apply updates. Click ok to restart now."
msgstr "适用更新需重启,现在点击Ok重新启动。" msgstr "适用更新需重启,现在点击Ok重新启动。"

14
src/i18n/messages-zh-tw.po

@ -1,14 +1,14 @@
# Chinese (Taiwan) translations for Spreed Speak Freely. # Chinese (Taiwan) translations for Spreed WebRTC.
# Copyright (C) 2014 struktur AG # Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed Speak Freely # This file is distributed under the same license as the Spreed WebRTC
# project. # project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # Curt Frisemo <curt.frisemo@spreed.com>, 2014.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Spreed Speak Freely 1.0\n" "Project-Id-Version: Spreed WebRTC 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n" "Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-05-05 16:53+0200\n" "POT-Creation-Date: 2014-05-23 10:35+0200\n"
"PO-Revision-Date: 2014-04-07 18:09+0800\n" "PO-Revision-Date: 2014-04-07 18:09+0800\n"
"Last-Translator: Michael P.\n" "Last-Translator: Michael P.\n"
"Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n" "Language-Team: Curt Frisemo <curt.frisemo@spreed.com>\n"
@ -363,8 +363,8 @@ msgstr "分享文件:"
msgid "Incoming file:" msgid "Incoming file:"
msgstr "發來文件:" msgstr "發來文件:"
msgid "Quit from Spreed Speak Freely?" msgid "Close this window and disconnect?"
msgstr "退出 Spreed Speak Freely?" msgstr ""
msgid "Restart required to apply updates. Click ok to restart now." msgid "Restart required to apply updates. Click ok to restart now."
msgstr "適用更新需重啟,現在點擊Ok重新啟動。" msgstr "適用更新需重啟,現在點擊Ok重新啟動。"

10
src/i18n/messages.pot

@ -1,15 +1,15 @@
# Translations template for Spreed Speak Freely. # Translations template for Spreed WebRTC.
# Copyright (C) 2014 struktur AG # Copyright (C) 2014 struktur AG
# This file is distributed under the same license as the Spreed Speak Freely # This file is distributed under the same license as the Spreed WebRTC
# project. # project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Spreed Speak Freely 1.0\n" "Project-Id-Version: Spreed WebRTC 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n" "Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-05-05 16:53+0200\n" "POT-Creation-Date: 2014-05-23 10:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -362,7 +362,7 @@ msgstr ""
msgid "Incoming file:" msgid "Incoming file:"
msgstr "" msgstr ""
msgid "Quit from Spreed Speak Freely?" msgid "Close this window and disconnect?"
msgstr "" msgstr ""
msgid "Restart required to apply updates. Click ok to restart now." msgid "Restart required to apply updates. Click ok to restart now."

4
src/styles/_shame.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_audiolevel.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_audiovideo.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_bar.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_buddylist.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_chat.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_fileinfo.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_rightslide.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_roombar.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_screenshare.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_settings.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_social.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/components/_usability.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/global/_angular.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/global/_animations.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/global/_base.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/global/_nicescroll.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/global/_overlaybar.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/global/_variables.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/libs/_dialogs.scss

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
src/styles/main.scss

@ -1,8 +1,8 @@
/*! /*!
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/app.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/base.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/controllers/chatroomcontroller.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/controllers/controllers.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

6
static/js/controllers/mediastreamcontroller.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by
@ -35,7 +35,7 @@ define(['underscore', 'bigscreen', 'moment', 'sjcl', 'webrtc.adapter'], function
if (manualUnload && !$scope.peer) { if (manualUnload && !$scope.peer) {
return; return;
} }
return translation._("Quit from Spreed Speak Freely?"); return translation._("Close this window and disconnect?");
}); });
// Enable app full screen listener. // Enable app full screen listener.

4
static/js/controllers/roomchangecontroller.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/controllers/statusmessagecontroller.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/audiolevel.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/audiovideo.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/buddylist.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/chat.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/directives.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/fileinfo.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/onenter.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/onescape.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/page.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/roombar.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/screenshare.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/settings.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/socialshare.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/statusmessage.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/directives/usability.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/filters/buddyimagesrc.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/filters/displayconference.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/filters/displayname.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/filters/filters.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/main.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/api.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/connector.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/peercall.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/peerconference.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/peerconnection.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/peerscreenshare.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/peerxfer.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/tokens.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/usermedia.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

4
static/js/mediastream/utils.js

@ -1,8 +1,8 @@
/* /*
* Spreed Speak Freely. * Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG * Copyright (C) 2013-2014 struktur AG
* *
* This file is part of Spreed Speak Freely. * This file is part of Spreed WebRTC.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by * it under the terms of the GNU Affero General Public License as published by

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save