Commit 76c53cf5 authored by Vanessa's avatar Vanessa

🆑 copyright

parent 159c0038
...@@ -264,7 +264,7 @@ $.extend(Admin.prototype, { ...@@ -264,7 +264,7 @@ $.extend(Admin.prototype, {
}); });
var admin = new Admin();/* var admin = new Admin();/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -363,7 +363,7 @@ admin.editors.articleEditor = {}; ...@@ -363,7 +363,7 @@ admin.editors.articleEditor = {};
admin.editors.abstractEditor = {}; admin.editors.abstractEditor = {};
admin.editors.pageEditor = {}; admin.editors.pageEditor = {};
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -488,7 +488,7 @@ admin.editors.tinyMCE = { ...@@ -488,7 +488,7 @@ admin.editors.tinyMCE = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -593,7 +593,7 @@ admin.editors.KindEditor = { ...@@ -593,7 +593,7 @@ admin.editors.KindEditor = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -916,7 +916,7 @@ admin.editors.CodeMirror = { ...@@ -916,7 +916,7 @@ admin.editors.CodeMirror = {
$('.editor-toolbar').remove(); $('.editor-toolbar').remove();
} }
};/* };/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -1030,7 +1030,7 @@ $.extend(TablePaginate.prototype, { ...@@ -1030,7 +1030,7 @@ $.extend(TablePaginate.prototype, {
} }
}); });
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -1716,7 +1716,7 @@ function getUUID() { ...@@ -1716,7 +1716,7 @@ function getUUID() {
} }
; ;
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -1846,7 +1846,7 @@ admin.comment = { ...@@ -1846,7 +1846,7 @@ admin.comment = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -1995,7 +1995,7 @@ admin.register["article-list"] = { ...@@ -1995,7 +1995,7 @@ admin.register["article-list"] = {
"init": admin.articleList.init, "init": admin.articleList.init,
"refresh": admin.articleList.getList "refresh": admin.articleList.getList
}/* }/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -2108,7 +2108,7 @@ admin.register["draft-list"] = { ...@@ -2108,7 +2108,7 @@ admin.register["draft-list"] = {
"init": admin.draftList.init, "init": admin.draftList.init,
"refresh": admin.draftList.getList "refresh": admin.draftList.getList
};/* };/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -2564,7 +2564,7 @@ admin.register["page-list"] = { ...@@ -2564,7 +2564,7 @@ admin.register["page-list"] = {
"refresh": admin.pageList.getList "refresh": admin.pageList.getList
} }
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -2578,7 +2578,6 @@ admin.register["page-list"] = { ...@@ -2578,7 +2578,6 @@ admin.register["page-list"] = {
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* others for admin. * others for admin.
* *
...@@ -2752,7 +2751,7 @@ admin.register.others = { ...@@ -2752,7 +2751,7 @@ admin.register.others = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -3101,7 +3100,7 @@ admin.register["link-list"] = { ...@@ -3101,7 +3100,7 @@ admin.register["link-list"] = {
"init": admin.linkList.init, "init": admin.linkList.init,
"refresh": admin.linkList.getList "refresh": admin.linkList.getList
}/* }/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -3402,7 +3401,7 @@ admin.register["preference"] = { ...@@ -3402,7 +3401,7 @@ admin.register["preference"] = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -3578,7 +3577,7 @@ admin.register["plugin-list"] = { ...@@ -3578,7 +3577,7 @@ admin.register["plugin-list"] = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -3939,7 +3938,7 @@ admin.register["user-list"] = { ...@@ -3939,7 +3938,7 @@ admin.register["user-list"] = {
"init": admin.userList.init, "init": admin.userList.init,
"refresh": admin.userList.getList "refresh": admin.userList.getList
}/* }/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -4306,7 +4305,7 @@ admin.register["category-list"] = { ...@@ -4306,7 +4305,7 @@ admin.register["category-list"] = {
"init": admin.categoryList.init, "init": admin.categoryList.init,
"refresh": admin.categoryList.getList "refresh": admin.categoryList.getList
}/* }/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -4456,7 +4455,7 @@ admin.register["comment-list"] = { ...@@ -4456,7 +4455,7 @@ admin.register["comment-list"] = {
"init": admin.commentList.init, "init": admin.commentList.init,
"refresh": admin.commentList.getList "refresh": admin.commentList.getList
}/* }/*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -4590,7 +4589,7 @@ admin.plugin = { ...@@ -4590,7 +4589,7 @@ admin.plugin = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -4628,7 +4627,7 @@ admin.register.main = { ...@@ -4628,7 +4627,7 @@ admin.register.main = {
} }
}; };
/* /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com * Copyright (c) 2010-2018, b3log.org & hacpai.com
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/* /*
* skin style * skin style
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment