diff --git a/src/mibew/js/1614/brws.js b/src/mibew/js/1614/brws.js index c4c0de99..59658863 100644 --- a/src/mibew/js/1614/brws.js +++ b/src/mibew/js/1614/brws.js @@ -1 +1,8 @@ -var myAgent="",myVer=0,myRealAgent="";function detectAgent(){for(var a="opera msie safari firefox netscape mozilla".split(" "),b=navigator.userAgent.toLowerCase(),c=0;c'}function htmlescape(a){return a.replace("&","&").replace("<","<").replace(">",">").replace('"',""")}; diff --git a/src/mibew/js/1614/ie.js b/src/mibew/js/1614/ie.js index 3ca1172a..61ea6dcb 100644 --- a/src/mibew/js/1614/ie.js +++ b/src/mibew/js/1614/ie.js @@ -1,3 +1,11 @@ +/* + This file is a part of Mibew Messenger. + http://mibew.org + + Copyright (c) 2005-2014 Mibew Messenger Community + License: http://mibew.org/license.php +*/ + window.attachEvent('onload', mkwidth); window.attachEvent('onresize', mkwidth); diff --git a/src/mibew/js/1614/locale.js b/src/mibew/js/1614/locale.js index c94fffcc..e68f8957 100644 --- a/src/mibew/js/1614/locale.js +++ b/src/mibew/js/1614/locale.js @@ -1,3 +1,11 @@ +/* + This file is a part of Mibew Messenger. + http://mibew.org + + Copyright (c) 2005-2014 Mibew Messenger Community + License: http://mibew.org/license.php +*/ + var popupStatus = 0; function loadPopup(){ diff --git a/src/mibew/js/1614/soundcheck.js b/src/mibew/js/1614/soundcheck.js index 8a487619..4cfa2ddd 100644 --- a/src/mibew/js/1614/soundcheck.js +++ b/src/mibew/js/1614/soundcheck.js @@ -1 +1,8 @@ +/* + This file is a part of Mibew Messenger. + http://mibew.org + + Copyright (c) 2005-2014 Mibew Messenger Community + License: http://mibew.org/license.php +*/ Behaviour.register({"a#check-nv":function(a){a.onclick=function(){playSound(wroot+"/sounds/new_user.wav")}},"a#check-nm":function(a){a.onclick=function(){playSound(wroot+"/sounds/new_message.wav")}}}); diff --git a/src/mibew/js/1614/update.js b/src/mibew/js/1614/update.js index 0fc1c53d..c1dc6def 100644 --- a/src/mibew/js/1614/update.js +++ b/src/mibew/js/1614/update.js @@ -1,3 +1,11 @@ +/* + This file is a part of Mibew Messenger. + http://mibew.org + + Copyright (c) 2005-2014 Mibew Messenger Community + License: http://mibew.org/license.php +*/ + function loadNews() { if (typeof(window.mibewNews) == "undefined" || typeof(window.mibewNews.length) == "undefined") return; diff --git a/src/mibew/js/source/brws.js b/src/mibew/js/source/brws.js index 9a895eb0..8f84f09b 100644 --- a/src/mibew/js/source/brws.js +++ b/src/mibew/js/source/brws.js @@ -1,3 +1,11 @@ +/** + * @preserve This file is a part of Mibew Messenger. + * http://mibew.org + * + * Copyright (c) 2005-2014 Mibew Messenger Community + * License: http://mibew.org/license.php + */ + var myAgent = ""; var myVer = 0; var myRealAgent = ""; diff --git a/src/mibew/js/source/soundcheck.js b/src/mibew/js/source/soundcheck.js index 34c41582..5ecbc946 100644 --- a/src/mibew/js/source/soundcheck.js +++ b/src/mibew/js/source/soundcheck.js @@ -1,3 +1,11 @@ +/** + * @preserve This file is a part of Mibew Messenger. + * http://mibew.org + * + * Copyright (c) 2005-2014 Mibew Messenger Community + * License: http://mibew.org/license.php + */ + Behaviour.register({ 'a#check-nv' : function(el) { el.onclick = function() { diff --git a/src/mibew/js/source/users.js b/src/mibew/js/source/users.js index 672626c8..5a0fc330 100644 --- a/src/mibew/js/source/users.js +++ b/src/mibew/js/source/users.js @@ -1,5 +1,5 @@ /** - * @preserve This file is part a of Mibew Messenger. + * @preserve This file is a part of Mibew Messenger. * http://mibew.org * * Copyright (c) 2005-2014 Mibew Messenger Community