From c6cd728eeacee50d0e14219bbaa66c5866afdb88 Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Fri, 3 Feb 2017 16:25:58 -0500 Subject: [PATCH] add license to some files and change comment type in html --- .../javascripts/previous_meetings.coffee | 18 +++++++++++ app/assets/stylesheets/sessions.scss | 16 ++++++++++ app/views/errors/error.html.erb | 28 ++++++++--------- app/views/landing/_invite_join.html.erb | 15 ++++++++++ app/views/landing/_previously_joined.html.erb | 15 ++++++++++ .../landing/_rooms_center_panel.html.erb | 28 ++++++++--------- .../_rooms_meetings_center_panel.html.erb | 28 ++++++++--------- app/views/landing/index.html.erb | 28 ++++++++--------- app/views/landing/meetings.html.erb | 28 ++++++++--------- app/views/landing/rooms.html.erb | 28 ++++++++--------- .../landing/session_status_refresh.html.erb | 28 ++++++++--------- app/views/landing/wait_for_moderator.html.erb | 28 ++++++++--------- app/views/layouts/mailer.html.erb | 28 ++++++++--------- app/views/layouts/mailer.text.erb | 28 ++++++++--------- .../recording_ready_email.html.erb | 15 ++++++++++ app/views/sessions/new.erb | 15 ++++++++++ app/views/shared/_center_panel.html.erb | 28 ++++++++--------- app/views/shared/_join_form.html.erb | 30 +++++++++---------- app/views/shared/_meeting_name_form.html.erb | 15 ++++++++++ app/views/shared/_meeting_url.html.erb | 28 ++++++++--------- app/views/shared/_signup.html.erb | 15 ++++++++++ app/views/shared/_title.html.erb | 15 ++++++++++ 22 files changed, 322 insertions(+), 183 deletions(-) diff --git a/app/assets/javascripts/previous_meetings.coffee b/app/assets/javascripts/previous_meetings.coffee index 078d1cd7..7c6dc4dc 100644 --- a/app/assets/javascripts/previous_meetings.coffee +++ b/app/assets/javascripts/previous_meetings.coffee @@ -1,3 +1,21 @@ +# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/. +# +# Copyright (c) 2016 BigBlueButton Inc. and by respective authors (see below). +# +# This program is free software; you can redistribute it and/or modify it under the +# terms of the GNU Lesser General Public License as published by the Free Software +# Foundation; either version 3.0 of the License, or (at your option) any later +# version. +# +# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License along +# with BigBlueButton; if not, see . + +# Previous Meetings class + class @PreviousMeetings @init: (type)-> $('.center-panel-wrapper').on 'click', '.fill-meeting-name', (event, msg) -> diff --git a/app/assets/stylesheets/sessions.scss b/app/assets/stylesheets/sessions.scss index bafc7bbc..9b2cc1e2 100644 --- a/app/assets/stylesheets/sessions.scss +++ b/app/assets/stylesheets/sessions.scss @@ -1,3 +1,19 @@ +// BigBlueButton open source conferencing system - http://www.bigbluebutton.org/. +// +// Copyright (c) 2016 BigBlueButton Inc. and by respective authors (see below). +// +// This program is free software; you can redistribute it and/or modify it under the +// terms of the GNU Lesser General Public License as published by the Free Software +// Foundation; either version 3.0 of the License, or (at your option) any later +// version. +// +// BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +// PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License along +// with BigBlueButton; if not, see . + .login { .center-panel { .center-panel-size { diff --git a/app/views/errors/error.html.erb b/app/views/errors/error.html.erb index 8015138d..9ecc15fe 100644 --- a/app/views/errors/error.html.erb +++ b/app/views/errors/error.html.erb @@ -1,17 +1,17 @@ - +<% +# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/. +# Copyright (c) 2016 BigBlueButton Inc. and by respective authors (see below). +# This program is free software; you can redistribute it and/or modify it under the +# terms of the GNU Lesser General Public License as published by the Free Software +# Foundation; either version 3.0 of the License, or (at your option) any later +# version. +# +# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. +# You should have received a copy of the GNU Lesser General Public License along +# with BigBlueButton; if not, see . +%>

Errors#error

Find me in app/views/errors/error.html.erb

diff --git a/app/views/landing/_invite_join.html.erb b/app/views/landing/_invite_join.html.erb index fcdbc247..83be60c6 100644 --- a/app/views/landing/_invite_join.html.erb +++ b/app/views/landing/_invite_join.html.erb @@ -1,3 +1,18 @@ +<% +# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/. +# Copyright (c) 2016 BigBlueButton Inc. and by respective authors (see below). +# This program is free software; you can redistribute it and/or modify it under the +# terms of the GNU Lesser General Public License as published by the Free Software +# Foundation; either version 3.0 of the License, or (at your option) any later +# version. +# +# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. +# You should have received a copy of the GNU Lesser General Public License along +# with BigBlueButton; if not, see . +%> +