diff --git a/src/mibew/js/source/brws.js b/src/mibew/js/source/brws.js index fcc3f2eb..c880cd2b 100644 --- a/src/mibew/js/source/brws.js +++ b/src/mibew/js/source/brws.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/app.js b/src/mibew/js/source/chat/app.js index a3ee8246..bfffd522 100644 --- a/src/mibew/js/source/chat/app.js +++ b/src/mibew/js/source/chat/app.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/collection_views/messages_collection.js b/src/mibew/js/source/chat/collection_views/messages_collection.js index b8b62c8e..b1eccb37 100644 --- a/src/mibew/js/source/chat/collection_views/messages_collection.js +++ b/src/mibew/js/source/chat/collection_views/messages_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/collection_views/status_collection.js b/src/mibew/js/source/chat/collection_views/status_collection.js index 3b265a67..770e639e 100644 --- a/src/mibew/js/source/chat/collection_views/status_collection.js +++ b/src/mibew/js/source/chat/collection_views/status_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/collections/messages.js b/src/mibew/js/source/chat/collections/messages.js index dd8afd7e..e503f14d 100644 --- a/src/mibew/js/source/chat/collections/messages.js +++ b/src/mibew/js/source/chat/collections/messages.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/collections/status.js b/src/mibew/js/source/chat/collections/status.js index b833a507..9fc4d121 100644 --- a/src/mibew/js/source/chat/collections/status.js +++ b/src/mibew/js/source/chat/collections/status.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/init.js b/src/mibew/js/source/chat/init.js index 45457c16..81b12c1a 100644 --- a/src/mibew/js/source/chat/init.js +++ b/src/mibew/js/source/chat/init.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/layouts/chat.js b/src/mibew/js/source/chat/layouts/chat.js index 1f8a4cd7..bab69159 100644 --- a/src/mibew/js/source/chat/layouts/chat.js +++ b/src/mibew/js/source/chat/layouts/chat.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/layouts/invitation.js b/src/mibew/js/source/chat/layouts/invitation.js index cdfed811..7cd734f4 100644 --- a/src/mibew/js/source/chat/layouts/invitation.js +++ b/src/mibew/js/source/chat/layouts/invitation.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/layouts/leave_message.js b/src/mibew/js/source/chat/layouts/leave_message.js index bbcd28b0..f4567093 100644 --- a/src/mibew/js/source/chat/layouts/leave_message.js +++ b/src/mibew/js/source/chat/layouts/leave_message.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/layouts/survey.js b/src/mibew/js/source/chat/layouts/survey.js index 3b69d258..e636bbf1 100644 --- a/src/mibew/js/source/chat/layouts/survey.js +++ b/src/mibew/js/source/chat/layouts/survey.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/mibewapi_chat_interaction.js b/src/mibew/js/source/chat/mibewapi_chat_interaction.js index 1be5b167..2c0599db 100644 --- a/src/mibew/js/source/chat/mibewapi_chat_interaction.js +++ b/src/mibew/js/source/chat/mibewapi_chat_interaction.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/avatar.js b/src/mibew/js/source/chat/model_views/avatar.js index 8c01f044..ba5b2017 100644 --- a/src/mibew/js/source/chat/model_views/avatar.js +++ b/src/mibew/js/source/chat/model_views/avatar.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/close.js b/src/mibew/js/source/chat/model_views/controls/close.js index f237cbe0..5b4ca2bb 100644 --- a/src/mibew/js/source/chat/model_views/controls/close.js +++ b/src/mibew/js/source/chat/model_views/controls/close.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/history.js b/src/mibew/js/source/chat/model_views/controls/history.js index f141c6e9..5ab77c0e 100644 --- a/src/mibew/js/source/chat/model_views/controls/history.js +++ b/src/mibew/js/source/chat/model_views/controls/history.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/redirect.js b/src/mibew/js/source/chat/model_views/controls/redirect.js index 4a5fbf84..5382ae1b 100644 --- a/src/mibew/js/source/chat/model_views/controls/redirect.js +++ b/src/mibew/js/source/chat/model_views/controls/redirect.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/refresh.js b/src/mibew/js/source/chat/model_views/controls/refresh.js index 69c997ff..2a48168c 100644 --- a/src/mibew/js/source/chat/model_views/controls/refresh.js +++ b/src/mibew/js/source/chat/model_views/controls/refresh.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/secure_mode.js b/src/mibew/js/source/chat/model_views/controls/secure_mode.js index 3f562b8c..861ea933 100644 --- a/src/mibew/js/source/chat/model_views/controls/secure_mode.js +++ b/src/mibew/js/source/chat/model_views/controls/secure_mode.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/send_mail.js b/src/mibew/js/source/chat/model_views/controls/send_mail.js index bdc52473..f844d3b6 100644 --- a/src/mibew/js/source/chat/model_views/controls/send_mail.js +++ b/src/mibew/js/source/chat/model_views/controls/send_mail.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/sound.js b/src/mibew/js/source/chat/model_views/controls/sound.js index 10ea94f4..de5258a2 100644 --- a/src/mibew/js/source/chat/model_views/controls/sound.js +++ b/src/mibew/js/source/chat/model_views/controls/sound.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/controls/user_name.js b/src/mibew/js/source/chat/model_views/controls/user_name.js index 5adbc41f..0ac9c39f 100644 --- a/src/mibew/js/source/chat/model_views/controls/user_name.js +++ b/src/mibew/js/source/chat/model_views/controls/user_name.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js b/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js index 89c3b962..5fd93c63 100644 --- a/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js +++ b/src/mibew/js/source/chat/model_views/leave_message/leave_message_description.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js b/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js index b3ae802c..e7fcda5b 100644 --- a/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js +++ b/src/mibew/js/source/chat/model_views/leave_message/leave_message_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js b/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js index 113f32af..18078d26 100644 --- a/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js +++ b/src/mibew/js/source/chat/model_views/leave_message/leave_message_sent_description.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/messages/message.js b/src/mibew/js/source/chat/model_views/messages/message.js index 91c0a51d..9eda2497 100644 --- a/src/mibew/js/source/chat/model_views/messages/message.js +++ b/src/mibew/js/source/chat/model_views/messages/message.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/messages/message_form.js b/src/mibew/js/source/chat/model_views/messages/message_form.js index 72070c1e..e9faa82d 100644 --- a/src/mibew/js/source/chat/model_views/messages/message_form.js +++ b/src/mibew/js/source/chat/model_views/messages/message_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/status/base_status.js b/src/mibew/js/source/chat/model_views/status/base_status.js index c3311901..2b5dd6de 100644 --- a/src/mibew/js/source/chat/model_views/status/base_status.js +++ b/src/mibew/js/source/chat/model_views/status/base_status.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/status/message.js b/src/mibew/js/source/chat/model_views/status/message.js index 6638347c..df76c0d5 100644 --- a/src/mibew/js/source/chat/model_views/status/message.js +++ b/src/mibew/js/source/chat/model_views/status/message.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/status/typing.js b/src/mibew/js/source/chat/model_views/status/typing.js index f4b9fc54..afba4337 100644 --- a/src/mibew/js/source/chat/model_views/status/typing.js +++ b/src/mibew/js/source/chat/model_views/status/typing.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/survey/base_survey_form.js b/src/mibew/js/source/chat/model_views/survey/base_survey_form.js index 9cb2cb03..521e5c71 100644 --- a/src/mibew/js/source/chat/model_views/survey/base_survey_form.js +++ b/src/mibew/js/source/chat/model_views/survey/base_survey_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/model_views/survey/survey_form.js b/src/mibew/js/source/chat/model_views/survey/survey_form.js index 0659ded2..c9c2f656 100644 --- a/src/mibew/js/source/chat/model_views/survey/survey_form.js +++ b/src/mibew/js/source/chat/model_views/survey/survey_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/avatar.js b/src/mibew/js/source/chat/models/avatar.js index 97a30e3a..6ac5885b 100644 --- a/src/mibew/js/source/chat/models/avatar.js +++ b/src/mibew/js/source/chat/models/avatar.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/chat_user.js b/src/mibew/js/source/chat/models/chat_user.js index 82099ddd..d705e35e 100644 --- a/src/mibew/js/source/chat/models/chat_user.js +++ b/src/mibew/js/source/chat/models/chat_user.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/close.js b/src/mibew/js/source/chat/models/controls/close.js index fed18c7e..2d68006c 100644 --- a/src/mibew/js/source/chat/models/controls/close.js +++ b/src/mibew/js/source/chat/models/controls/close.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/history.js b/src/mibew/js/source/chat/models/controls/history.js index bbe000dd..014688c0 100644 --- a/src/mibew/js/source/chat/models/controls/history.js +++ b/src/mibew/js/source/chat/models/controls/history.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/redirect.js b/src/mibew/js/source/chat/models/controls/redirect.js index 441388e6..2becda26 100644 --- a/src/mibew/js/source/chat/models/controls/redirect.js +++ b/src/mibew/js/source/chat/models/controls/redirect.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/refresh.js b/src/mibew/js/source/chat/models/controls/refresh.js index 235f4d8c..d8d2eb74 100644 --- a/src/mibew/js/source/chat/models/controls/refresh.js +++ b/src/mibew/js/source/chat/models/controls/refresh.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/secure_mode.js b/src/mibew/js/source/chat/models/controls/secure_mode.js index 0bc3698b..af7ebff2 100644 --- a/src/mibew/js/source/chat/models/controls/secure_mode.js +++ b/src/mibew/js/source/chat/models/controls/secure_mode.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/send_mail.js b/src/mibew/js/source/chat/models/controls/send_mail.js index 45b3df84..1957a631 100644 --- a/src/mibew/js/source/chat/models/controls/send_mail.js +++ b/src/mibew/js/source/chat/models/controls/send_mail.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/sound.js b/src/mibew/js/source/chat/models/controls/sound.js index 6cdc26b2..81333cb1 100644 --- a/src/mibew/js/source/chat/models/controls/sound.js +++ b/src/mibew/js/source/chat/models/controls/sound.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/controls/user_name.js b/src/mibew/js/source/chat/models/controls/user_name.js index ed6aebd8..ffe35dee 100644 --- a/src/mibew/js/source/chat/models/controls/user_name.js +++ b/src/mibew/js/source/chat/models/controls/user_name.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/leave_message/leave_message_form.js b/src/mibew/js/source/chat/models/leave_message/leave_message_form.js index 0dab21ae..776c3b78 100644 --- a/src/mibew/js/source/chat/models/leave_message/leave_message_form.js +++ b/src/mibew/js/source/chat/models/leave_message/leave_message_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/messages/message_form.js b/src/mibew/js/source/chat/models/messages/message_form.js index caf18a5b..b896d6cc 100644 --- a/src/mibew/js/source/chat/models/messages/message_form.js +++ b/src/mibew/js/source/chat/models/messages/message_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/sound_managers/base.js b/src/mibew/js/source/chat/models/sound_managers/base.js index ac34d354..d1585035 100644 --- a/src/mibew/js/source/chat/models/sound_managers/base.js +++ b/src/mibew/js/source/chat/models/sound_managers/base.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/sound_managers/chat.js b/src/mibew/js/source/chat/models/sound_managers/chat.js index 96917c2b..fc008de3 100644 --- a/src/mibew/js/source/chat/models/sound_managers/chat.js +++ b/src/mibew/js/source/chat/models/sound_managers/chat.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/status/base_status.js b/src/mibew/js/source/chat/models/status/base_status.js index 93b9a319..2248d313 100644 --- a/src/mibew/js/source/chat/models/status/base_status.js +++ b/src/mibew/js/source/chat/models/status/base_status.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/status/message.js b/src/mibew/js/source/chat/models/status/message.js index fe6b05cb..d9b8943a 100644 --- a/src/mibew/js/source/chat/models/status/message.js +++ b/src/mibew/js/source/chat/models/status/message.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/status/typing.js b/src/mibew/js/source/chat/models/status/typing.js index 195e5fd0..9d5988c7 100644 --- a/src/mibew/js/source/chat/models/status/typing.js +++ b/src/mibew/js/source/chat/models/status/typing.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/survey/base_survey_form.js b/src/mibew/js/source/chat/models/survey/base_survey_form.js index c0f2c5e2..1a494870 100644 --- a/src/mibew/js/source/chat/models/survey/base_survey_form.js +++ b/src/mibew/js/source/chat/models/survey/base_survey_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/models/survey/survey_form.js b/src/mibew/js/source/chat/models/survey/survey_form.js index 7bc4926a..63f13333 100644 --- a/src/mibew/js/source/chat/models/survey/survey_form.js +++ b/src/mibew/js/source/chat/models/survey/survey_form.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/modules/chat.js b/src/mibew/js/source/chat/modules/chat.js index 173d71e1..c110c826 100644 --- a/src/mibew/js/source/chat/modules/chat.js +++ b/src/mibew/js/source/chat/modules/chat.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/modules/invitation.js b/src/mibew/js/source/chat/modules/invitation.js index aad21cb9..7c85457f 100644 --- a/src/mibew/js/source/chat/modules/invitation.js +++ b/src/mibew/js/source/chat/modules/invitation.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/modules/leave_message.js b/src/mibew/js/source/chat/modules/leave_message.js index 90bbc6b0..94cba89d 100644 --- a/src/mibew/js/source/chat/modules/leave_message.js +++ b/src/mibew/js/source/chat/modules/leave_message.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/modules/survey.js b/src/mibew/js/source/chat/modules/survey.js index 15593d26..f826db61 100644 --- a/src/mibew/js/source/chat/modules/survey.js +++ b/src/mibew/js/source/chat/modules/survey.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/chat/regions/messages.js b/src/mibew/js/source/chat/regions/messages.js index 4238f12b..396d91d4 100644 --- a/src/mibew/js/source/chat/regions/messages.js +++ b/src/mibew/js/source/chat/regions/messages.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/collection_views/base_collection.js b/src/mibew/js/source/default/collection_views/base_collection.js index 60aad768..7d2cedc8 100644 --- a/src/mibew/js/source/default/collection_views/base_collection.js +++ b/src/mibew/js/source/default/collection_views/base_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/collection_views/controls_collection.js b/src/mibew/js/source/default/collection_views/controls_collection.js index f544a7e1..a89eadf9 100644 --- a/src/mibew/js/source/default/collection_views/controls_collection.js +++ b/src/mibew/js/source/default/collection_views/controls_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/collections/controls.js b/src/mibew/js/source/default/collections/controls.js index 99c8cd1d..6cef0d58 100644 --- a/src/mibew/js/source/default/collections/controls.js +++ b/src/mibew/js/source/default/collections/controls.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/handlebars_helpers.js b/src/mibew/js/source/default/handlebars_helpers.js index 893bbc65..5dfadb0e 100644 --- a/src/mibew/js/source/default/handlebars_helpers.js +++ b/src/mibew/js/source/default/handlebars_helpers.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/init.js b/src/mibew/js/source/default/init.js index b9ed8929..00e292cc 100644 --- a/src/mibew/js/source/default/init.js +++ b/src/mibew/js/source/default/init.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/localization.js b/src/mibew/js/source/default/localization.js index cb748029..5f73b1f2 100644 --- a/src/mibew/js/source/default/localization.js +++ b/src/mibew/js/source/default/localization.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/model_views/control.js b/src/mibew/js/source/default/model_views/control.js index 8028e358..caf51330 100644 --- a/src/mibew/js/source/default/model_views/control.js +++ b/src/mibew/js/source/default/model_views/control.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/model_views/message.js b/src/mibew/js/source/default/model_views/message.js index c0aa5c92..c229ddd1 100644 --- a/src/mibew/js/source/default/model_views/message.js +++ b/src/mibew/js/source/default/model_views/message.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/models/base.js b/src/mibew/js/source/default/models/base.js index 1a3e5dff..be1f80bb 100644 --- a/src/mibew/js/source/default/models/base.js +++ b/src/mibew/js/source/default/models/base.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/models/control.js b/src/mibew/js/source/default/models/control.js index 6b6684ec..d19186fe 100644 --- a/src/mibew/js/source/default/models/control.js +++ b/src/mibew/js/source/default/models/control.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/models/message.js b/src/mibew/js/source/default/models/message.js index c935fd99..5622fcd1 100644 --- a/src/mibew/js/source/default/models/message.js +++ b/src/mibew/js/source/default/models/message.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/models/page.js b/src/mibew/js/source/default/models/page.js index f3b2ccc9..7466421c 100644 --- a/src/mibew/js/source/default/models/page.js +++ b/src/mibew/js/source/default/models/page.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/models/thread.js b/src/mibew/js/source/default/models/thread.js index 7ca8501a..b0d431be 100644 --- a/src/mibew/js/source/default/models/thread.js +++ b/src/mibew/js/source/default/models/thread.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/models/user.js b/src/mibew/js/source/default/models/user.js index 5371b6ac..8525d759 100644 --- a/src/mibew/js/source/default/models/user.js +++ b/src/mibew/js/source/default/models/user.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/server.js b/src/mibew/js/source/default/server.js index 9fc6df24..f26eb0b3 100644 --- a/src/mibew/js/source/default/server.js +++ b/src/mibew/js/source/default/server.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/default/utils.js b/src/mibew/js/source/default/utils.js index f3458f28..cc13513f 100644 --- a/src/mibew/js/source/default/utils.js +++ b/src/mibew/js/source/default/utils.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/mibewapi.js b/src/mibew/js/source/mibewapi.js index d5525480..a4959e25 100644 --- a/src/mibew/js/source/mibewapi.js +++ b/src/mibew/js/source/mibewapi.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/soundcheck.js b/src/mibew/js/source/soundcheck.js index cb8ed28d..3dc3de00 100644 --- a/src/mibew/js/source/soundcheck.js +++ b/src/mibew/js/source/soundcheck.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/thread_log/app.js b/src/mibew/js/source/thread_log/app.js index ac79bfec..e306f0a1 100644 --- a/src/mibew/js/source/thread_log/app.js +++ b/src/mibew/js/source/thread_log/app.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/thread_log/collection_views/messages_collection.js b/src/mibew/js/source/thread_log/collection_views/messages_collection.js index b8b62c8e..b1eccb37 100644 --- a/src/mibew/js/source/thread_log/collection_views/messages_collection.js +++ b/src/mibew/js/source/thread_log/collection_views/messages_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/thread_log/collections/messages.js b/src/mibew/js/source/thread_log/collections/messages.js index 71fa14ec..243547ab 100644 --- a/src/mibew/js/source/thread_log/collections/messages.js +++ b/src/mibew/js/source/thread_log/collections/messages.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/update.js b/src/mibew/js/source/update.js index 6fe1b938..303d6249 100644 --- a/src/mibew/js/source/update.js +++ b/src/mibew/js/source/update.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/app.js b/src/mibew/js/source/users/app.js index 4af934e9..4229ffe1 100644 --- a/src/mibew/js/source/users/app.js +++ b/src/mibew/js/source/users/app.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/collection_views/agents_collection.js b/src/mibew/js/source/users/collection_views/agents_collection.js index 9aa71d53..0962bcbe 100644 --- a/src/mibew/js/source/users/collection_views/agents_collection.js +++ b/src/mibew/js/source/users/collection_views/agents_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/collection_views/threads_collection.js b/src/mibew/js/source/users/collection_views/threads_collection.js index d94d1eef..24b65083 100644 --- a/src/mibew/js/source/users/collection_views/threads_collection.js +++ b/src/mibew/js/source/users/collection_views/threads_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/collection_views/visitors_collection.js b/src/mibew/js/source/users/collection_views/visitors_collection.js index 1e1aafe6..9f9d9c50 100644 --- a/src/mibew/js/source/users/collection_views/visitors_collection.js +++ b/src/mibew/js/source/users/collection_views/visitors_collection.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/collections/agents.js b/src/mibew/js/source/users/collections/agents.js index 623f3f39..c84fcb1d 100644 --- a/src/mibew/js/source/users/collections/agents.js +++ b/src/mibew/js/source/users/collections/agents.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/collections/threads.js b/src/mibew/js/source/users/collections/threads.js index c85df933..512da4bf 100644 --- a/src/mibew/js/source/users/collections/threads.js +++ b/src/mibew/js/source/users/collections/threads.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/collections/visitors.js b/src/mibew/js/source/users/collections/visitors.js index a789676f..aeef9fdf 100644 --- a/src/mibew/js/source/users/collections/visitors.js +++ b/src/mibew/js/source/users/collections/visitors.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/init.js b/src/mibew/js/source/users/init.js index b9656878..f964147d 100644 --- a/src/mibew/js/source/users/init.js +++ b/src/mibew/js/source/users/init.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/mibewapi_users_interaction.js b/src/mibew/js/source/users/mibewapi_users_interaction.js index fbab5601..2940744d 100644 --- a/src/mibew/js/source/users/mibewapi_users_interaction.js +++ b/src/mibew/js/source/users/mibewapi_users_interaction.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/model_views/agent.js b/src/mibew/js/source/users/model_views/agent.js index ec2c5966..d8a261de 100644 --- a/src/mibew/js/source/users/model_views/agent.js +++ b/src/mibew/js/source/users/model_views/agent.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/model_views/no_threads.js b/src/mibew/js/source/users/model_views/no_threads.js index ed8f39a6..2956d0ab 100644 --- a/src/mibew/js/source/users/model_views/no_threads.js +++ b/src/mibew/js/source/users/model_views/no_threads.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/model_views/no_visitors.js b/src/mibew/js/source/users/model_views/no_visitors.js index 95eef658..c92ba498 100644 --- a/src/mibew/js/source/users/model_views/no_visitors.js +++ b/src/mibew/js/source/users/model_views/no_visitors.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/model_views/queued_thread.js b/src/mibew/js/source/users/model_views/queued_thread.js index 997412fc..ec6a3ce4 100644 --- a/src/mibew/js/source/users/model_views/queued_thread.js +++ b/src/mibew/js/source/users/model_views/queued_thread.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/model_views/status_panel.js b/src/mibew/js/source/users/model_views/status_panel.js index df61a1df..cc7e151f 100644 --- a/src/mibew/js/source/users/model_views/status_panel.js +++ b/src/mibew/js/source/users/model_views/status_panel.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/model_views/visitor.js b/src/mibew/js/source/users/model_views/visitor.js index 2c71fb47..69f61834 100644 --- a/src/mibew/js/source/users/model_views/visitor.js +++ b/src/mibew/js/source/users/model_views/visitor.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/models/agent.js b/src/mibew/js/source/users/models/agent.js index a8d01e3d..cb4e6db2 100644 --- a/src/mibew/js/source/users/models/agent.js +++ b/src/mibew/js/source/users/models/agent.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/models/queued_thread.js b/src/mibew/js/source/users/models/queued_thread.js index f9d1c26f..27cc7dbc 100644 --- a/src/mibew/js/source/users/models/queued_thread.js +++ b/src/mibew/js/source/users/models/queued_thread.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/models/status_panel.js b/src/mibew/js/source/users/models/status_panel.js index c849543a..480cc998 100644 --- a/src/mibew/js/source/users/models/status_panel.js +++ b/src/mibew/js/source/users/models/status_panel.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/users/models/visitor.js b/src/mibew/js/source/users/models/visitor.js index 5138295e..5b0a0083 100644 --- a/src/mibew/js/source/users/models/visitor.js +++ b/src/mibew/js/source/users/models/visitor.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/js/source/widget.js b/src/mibew/js/source/widget.js index d15808c5..50d6beba 100644 --- a/src/mibew/js/source/widget.js +++ b/src/mibew/js/source/widget.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/styles/dialogs/default/js/source/resize.js b/src/mibew/styles/dialogs/default/js/source/resize.js index 17db8e88..d5b20966 100644 --- a/src/mibew/styles/dialogs/default/js/source/resize.js +++ b/src/mibew/styles/dialogs/default/js/source/resize.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/styles/pages/default/js/features.js b/src/mibew/styles/pages/default/js/features.js index 63c8da12..1a5d405c 100644 --- a/src/mibew/styles/pages/default/js/features.js +++ b/src/mibew/styles/pages/default/js/features.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/styles/pages/default/js/group.js b/src/mibew/styles/pages/default/js/group.js index 4734d112..1ecc8836 100644 --- a/src/mibew/styles/pages/default/js/group.js +++ b/src/mibew/styles/pages/default/js/group.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/styles/pages/default/js/ie.js b/src/mibew/styles/pages/default/js/ie.js index d5c90ff3..4b023d1b 100644 --- a/src/mibew/styles/pages/default/js/ie.js +++ b/src/mibew/styles/pages/default/js/ie.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/mibew/styles/pages/default/js/locale.js b/src/mibew/styles/pages/default/js/locale.js index 4961b3e3..ce6ebb67 100644 --- a/src/mibew/styles/pages/default/js/locale.js +++ b/src/mibew/styles/pages/default/js/locale.js @@ -1,5 +1,5 @@ -/** - * @preserve Copyright 2005-2014 the original author or authors. +/*! + * Copyright 2005-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may obtain a copy of the License at diff --git a/src/tools/compiled_templates_header.txt b/src/tools/compiled_templates_header.txt index 684c9a97..9b2a3589 100644 --- a/src/tools/compiled_templates_header.txt +++ b/src/tools/compiled_templates_header.txt @@ -1,6 +1,7 @@ -/* - Copyright 2005-2014 the original author or authors. - Licensed under the Apache License, Version 2.0 (the "License"). - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 -*/ +/*! + * Copyright 2005-2014 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + */