Browse Source

Bumped copyright to 2015.

pull/195/head
Simon Eisenmann 11 years ago
parent
commit
beff7439b8
  1. 2
      src/app/spreed-webrtc-server/api.go
  2. 2
      src/app/spreed-webrtc-server/buffercache.go
  3. 2
      src/app/spreed-webrtc-server/channelling.go
  4. 2
      src/app/spreed-webrtc-server/channelling_api.go
  5. 2
      src/app/spreed-webrtc-server/channelling_api_test.go
  6. 2
      src/app/spreed-webrtc-server/client.go
  7. 2
      src/app/spreed-webrtc-server/common_test.go
  8. 2
      src/app/spreed-webrtc-server/config.go
  9. 2
      src/app/spreed-webrtc-server/connection.go
  10. 2
      src/app/spreed-webrtc-server/contact.go
  11. 2
      src/app/spreed-webrtc-server/context.go
  12. 2
      src/app/spreed-webrtc-server/hub.go
  13. 2
      src/app/spreed-webrtc-server/images.go
  14. 2
      src/app/spreed-webrtc-server/incoming_codec.go
  15. 2
      src/app/spreed-webrtc-server/main.go
  16. 2
      src/app/spreed-webrtc-server/random.go
  17. 2
      src/app/spreed-webrtc-server/room_manager.go
  18. 2
      src/app/spreed-webrtc-server/room_manager_test.go
  19. 2
      src/app/spreed-webrtc-server/rooms.go
  20. 2
      src/app/spreed-webrtc-server/roomworker.go
  21. 2
      src/app/spreed-webrtc-server/roomworker_test.go
  22. 2
      src/app/spreed-webrtc-server/session.go
  23. 2
      src/app/spreed-webrtc-server/session_manager.go
  24. 2
      src/app/spreed-webrtc-server/sessions.go
  25. 2
      src/app/spreed-webrtc-server/stats.go
  26. 2
      src/app/spreed-webrtc-server/stats_manager.go
  27. 2
      src/app/spreed-webrtc-server/tickets.go
  28. 2
      src/app/spreed-webrtc-server/tls.go
  29. 2
      src/app/spreed-webrtc-server/tokenprovider.go
  30. 2
      src/app/spreed-webrtc-server/tokens.go
  31. 2
      src/app/spreed-webrtc-server/user.go
  32. 2
      src/app/spreed-webrtc-server/users.go
  33. 2
      src/app/spreed-webrtc-server/ws.go
  34. 2
      src/styles/_shame.scss
  35. 2
      src/styles/components/_audiolevel.scss
  36. 2
      src/styles/components/_audiovideo.scss
  37. 2
      src/styles/components/_bar.scss
  38. 2
      src/styles/components/_buddylist.scss
  39. 2
      src/styles/components/_buddypicturecapture.scss
  40. 2
      src/styles/components/_buddypictureupload.scss
  41. 2
      src/styles/components/_chat.scss
  42. 2
      src/styles/components/_contactsmanager.scss
  43. 2
      src/styles/components/_fileinfo.scss
  44. 2
      src/styles/components/_presentation.scss
  45. 2
      src/styles/components/_rightslide.scss
  46. 2
      src/styles/components/_roombar.scss
  47. 2
      src/styles/components/_screenshare.scss
  48. 2
      src/styles/components/_settings.scss
  49. 2
      src/styles/components/_social.scss
  50. 2
      src/styles/components/_usability.scss
  51. 2
      src/styles/components/_youtubevideo.scss
  52. 2
      src/styles/csp.scss
  53. 2
      src/styles/global/_animations.scss
  54. 2
      src/styles/global/_base.scss
  55. 2
      src/styles/global/_loader.scss
  56. 2
      src/styles/global/_nicescroll.scss
  57. 2
      src/styles/global/_overlaybar.scss
  58. 2
      src/styles/global/_pages.scss
  59. 2
      src/styles/global/_variables.scss
  60. 2
      src/styles/global/_views.scss
  61. 2
      src/styles/global/_withs.scss
  62. 2
      src/styles/libs/_dialogs.scss
  63. 2
      src/styles/libs/angular/angular-csp.scss
  64. 2
      src/styles/libs/angular/angular.scss
  65. 2
      src/styles/main.scss
  66. 2
      static/js/app.js
  67. 2
      static/js/base.js
  68. 2
      static/js/controllers/appcontroller.js
  69. 2
      static/js/controllers/chatroomcontroller.js
  70. 2
      static/js/controllers/contactsmanagercontroller.js
  71. 2
      static/js/controllers/contactsmanagereditcontroller.js
  72. 2
      static/js/controllers/controllers.js
  73. 2
      static/js/controllers/statusmessagecontroller.js
  74. 2
      static/js/controllers/uicontroller.js
  75. 2
      static/js/controllers/usersettingscontroller.js
  76. 2
      static/js/directives/audiolevel.js
  77. 2
      static/js/directives/audiovideo.js
  78. 2
      static/js/directives/bfi.js
  79. 2
      static/js/directives/buddylist.js
  80. 2
      static/js/directives/buddypicturecapture.js
  81. 2
      static/js/directives/buddypictureupload.js
  82. 2
      static/js/directives/chat.js
  83. 2
      static/js/directives/contactrequest.js
  84. 2
      static/js/directives/defaultdialog.js
  85. 2
      static/js/directives/directives.js
  86. 2
      static/js/directives/fileinfo.js
  87. 2
      static/js/directives/odfcanvas.js
  88. 2
      static/js/directives/onenter.js
  89. 2
      static/js/directives/onescape.js
  90. 2
      static/js/directives/page.js
  91. 2
      static/js/directives/pdfcanvas.js
  92. 2
      static/js/directives/presentation.js
  93. 2
      static/js/directives/roombar.js
  94. 2
      static/js/directives/screenshare.js
  95. 2
      static/js/directives/settings.js
  96. 2
      static/js/directives/socialshare.js
  97. 2
      static/js/directives/statusmessage.js
  98. 2
      static/js/directives/title.js
  99. 2
      static/js/directives/ui.js
  100. 2
      static/js/directives/usability.js
  101. Some files were not shown because too many files have changed in this diff Show More

2
src/app/spreed-webrtc-server/api.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/buffercache.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/channelling.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/channelling_api.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/channelling_api_test.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/client.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/common_test.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/config.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/connection.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/contact.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/context.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/hub.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/images.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/incoming_codec.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/main.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/random.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/room_manager.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/room_manager_test.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/rooms.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/roomworker.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/roomworker_test.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/session.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/session_manager.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/sessions.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/stats.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/stats_manager.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/tickets.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/tls.go

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/*
* TLS helpers for Go based on crypto/tls package.
*
* Copyright (C) 2014 struktur AG. All rights reserved.
* Copyright (C) 2015 struktur AG. All rights reserved.
* Copyright 2011 The Go Authors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

2
src/app/spreed-webrtc-server/tokenprovider.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/tokens.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/user.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/users.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/app/spreed-webrtc-server/ws.go

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/_shame.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_audiolevel.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_audiovideo.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_bar.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_buddylist.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_buddypicturecapture.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_buddypictureupload.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_chat.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_contactsmanager.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_fileinfo.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_presentation.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_rightslide.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_roombar.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_screenshare.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_settings.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_social.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_usability.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/components/_youtubevideo.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/csp.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*!
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_animations.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_base.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_loader.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_nicescroll.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_overlaybar.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_pages.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_variables.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_views.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/global/_withs.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/libs/_dialogs.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/libs/angular/angular-csp.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/libs/angular/angular.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
src/styles/main.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*!
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/app.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/base.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/appcontroller.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/chatroomcontroller.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/contactsmanagercontroller.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/contactsmanagereditcontroller.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/controllers.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/statusmessagecontroller.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/uicontroller.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/controllers/usersettingscontroller.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/audiolevel.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/audiovideo.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/bfi.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/buddylist.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/buddypicturecapture.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/buddypictureupload.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/chat.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/contactrequest.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/defaultdialog.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/directives.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/fileinfo.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/odfcanvas.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/onenter.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/onescape.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/page.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/pdfcanvas.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/presentation.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/roombar.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/screenshare.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/settings.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/socialshare.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/statusmessage.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/title.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/ui.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

2
static/js/directives/usability.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
* Spreed WebRTC.
* Copyright (C) 2013-2014 struktur AG
* Copyright (C) 2013-2015 struktur AG
*
* This file is part of Spreed WebRTC.
*

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

Loading…
Cancel
Save