From 92d922f66bdc44cb76ffc05882024bae9d75087f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 1 Jan 2015 10:06:33 +0800 Subject: [PATCH] license header :copyright: --- .header.json | 2 +- conf/user.go | 2 +- conf/wide.go | 2 +- editor/editors.go | 2 +- editor/formatter.go | 2 +- event/events.go | 2 +- file/exporter.go | 2 +- file/files.go | 2 +- file/importer.go | 8 ++++---- file/outline.go | 2 +- i18n/locales.go | 2 +- log/logs.go | 2 +- log/logs_test.go | 2 +- main.go | 2 +- notification/notifications.go | 2 +- output/namespace.go | 2 +- output/namespace_linux.go | 2 +- output/outputs.go | 2 +- output/processes.go | 2 +- session/sessions.go | 2 +- session/users.go | 2 +- shell/shells.go | 2 +- static/css/about.css | 12 ++++++------ static/css/base.css | 12 ++++++------ static/css/dialog.css | 12 ++++++------ static/css/shell.css | 12 ++++++------ static/css/side.css | 12 ++++++------ static/css/sign.css | 12 ++++++------ static/css/start.css | 12 ++++++------ static/css/themes/black.css | 10 +++++----- static/css/themes/default.css | 12 ++++++------ static/css/wide.css | 12 ++++++------ static/js/bottomGroup.js | 10 +++++----- static/js/dialog.js | 12 ++++++------ static/js/editors.js | 10 +++++----- static/js/hotkeys.js | 10 +++++----- static/js/menu.js | 10 +++++----- static/js/notification.js | 12 ++++++------ .../js/overwrite/codemirror/addon/hint/show-hint.js | 12 ++++++------ static/js/session.js | 10 +++++----- static/js/shell.js | 12 ++++++------ static/js/tabs.js | 10 +++++----- static/js/tree.js | 10 +++++----- static/js/wide.js | 10 +++++----- static/js/windows.js | 10 +++++----- util/file.go | 2 +- util/file_test.go | 2 +- util/go.go | 2 +- util/go_test.go | 2 +- util/net.go | 2 +- util/net_test.go | 2 +- util/os.go | 2 +- util/os_test.go | 2 +- util/panic.go | 2 +- util/panic_test.go | 2 +- util/rand.go | 2 +- util/rand_test.go | 2 +- util/ret.go | 2 +- util/string.go | 2 +- util/string_test.go | 2 +- util/utf8reader.go | 2 +- util/websocket.go | 2 +- util/zip.go | 2 +- 63 files changed, 171 insertions(+), 171 deletions(-) diff --git a/.header.json b/.header.json index 3e6d020..002ddb1 100644 --- a/.header.json +++ b/.header.json @@ -14,7 +14,7 @@ ], "UseDefaultExcludes": true, "Properties": { - "Year": "2014", + "Year": "2015", "Owner": "B3log" } } \ No newline at end of file diff --git a/conf/user.go b/conf/user.go index 8877450..4aedc90 100644 --- a/conf/user.go +++ b/conf/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/conf/wide.go b/conf/wide.go index 7b1f3b6..4e4808e 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/editor/editors.go b/editor/editors.go index 42fd650..f861ed0 100644 --- a/editor/editors.go +++ b/editor/editors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/editor/formatter.go b/editor/formatter.go index fa6c59b..02b5dbb 100644 --- a/editor/formatter.go +++ b/editor/formatter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/event/events.go b/event/events.go index 2bcab64..4a660f6 100644 --- a/event/events.go +++ b/event/events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/exporter.go b/file/exporter.go index ded145f..cabff8a 100644 --- a/file/exporter.go +++ b/file/exporter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/files.go b/file/files.go index 8e9a8a8..76084f7 100644 --- a/file/files.go +++ b/file/files.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/importer.go b/file/importer.go index 3e77e52..c80b944 100644 --- a/file/importer.go +++ b/file/importer.go @@ -1,11 +1,11 @@ -// Copyright (c) 2014, B3log -// +// Copyright (c) 2015, B3log +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/file/outline.go b/file/outline.go index f6a13c1..29e5ff8 100755 --- a/file/outline.go +++ b/file/outline.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/i18n/locales.go b/i18n/locales.go index bcaadae..e3aeef0 100644 --- a/i18n/locales.go +++ b/i18n/locales.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/logs.go b/log/logs.go index 8097795..0aaa570 100755 --- a/log/logs.go +++ b/log/logs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/logs_test.go b/log/logs_test.go index 1411077..5f56b24 100644 --- a/log/logs_test.go +++ b/log/logs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index 2c1ea11..fcb36b9 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/notification/notifications.go b/notification/notifications.go index 297329c..3f2c677 100644 --- a/notification/notifications.go +++ b/notification/notifications.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/namespace.go b/output/namespace.go index 9ae9b20..15e9680 100644 --- a/output/namespace.go +++ b/output/namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/namespace_linux.go b/output/namespace_linux.go index f8bab9e..87720e4 100644 --- a/output/namespace_linux.go +++ b/output/namespace_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/outputs.go b/output/outputs.go index ecd32f4..654e8cc 100644 --- a/output/outputs.go +++ b/output/outputs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/processes.go b/output/processes.go index dca0bd0..afabe1b 100644 --- a/output/processes.go +++ b/output/processes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/session/sessions.go b/session/sessions.go index adba09b..e64d40d 100644 --- a/session/sessions.go +++ b/session/sessions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/session/users.go b/session/users.go index 7ce905b..5682a5d 100644 --- a/session/users.go +++ b/session/users.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/shell/shells.go b/shell/shells.go index 424275f..5ad0c3c 100644 --- a/shell/shells.go +++ b/shell/shells.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/static/css/about.css b/static/css/about.css index 2cf2268..d7c7538 100644 --- a/static/css/about.css +++ b/static/css/about.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ #dialogAboutDialog .dialog-main { background-color: #FFF; diff --git a/static/css/base.css b/static/css/base.css index 79104b9..c13b0a4 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ /* start reset & function */ ::-webkit-scrollbar { diff --git a/static/css/dialog.css b/static/css/dialog.css index 046cd6b..6185900 100644 --- a/static/css/dialog.css +++ b/static/css/dialog.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ /** * dialig style diff --git a/static/css/shell.css b/static/css/shell.css index e64bf96..c060613 100644 --- a/static/css/shell.css +++ b/static/css/shell.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ #shellOutput, #shellInput { width: 100%; diff --git a/static/css/side.css b/static/css/side.css index 30c759d..a8c30a9 100644 --- a/static/css/side.css +++ b/static/css/side.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ /* start side */ .side { diff --git a/static/css/sign.css b/static/css/sign.css index f749628..be7ef49 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ .wrapper { margin: 0 auto; diff --git a/static/css/start.css b/static/css/start.css index ee3daa3..108be3e 100644 --- a/static/css/start.css +++ b/static/css/start.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ #startPage { padding: 50px 70px; diff --git a/static/css/themes/black.css b/static/css/themes/black.css index 5ee8f79..b44595b 100644 --- a/static/css/themes/black.css +++ b/static/css/themes/black.css @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/css/themes/default.css b/static/css/themes/default.css index 6da6ef1..5ff3bb1 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ .side { background-color: #FFF; diff --git a/static/css/wide.css b/static/css/wide.css index 57e64de..f97b3b0 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ /* start icon */ @font-face { diff --git a/static/js/bottomGroup.js b/static/js/bottomGroup.js index 018a08f..37f0d6f 100644 --- a/static/js/bottomGroup.js +++ b/static/js/bottomGroup.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/dialog.js b/static/js/dialog.js index 64fa24f..1c0c5f7 100644 --- a/static/js/dialog.js +++ b/static/js/dialog.js @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ (function ($) { $.fn.extend({ diff --git a/static/js/editors.js b/static/js/editors.js index b99b5e8..a6c8e60 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/hotkeys.js b/static/js/hotkeys.js index a82288a..5c38bd3 100644 --- a/static/js/hotkeys.js +++ b/static/js/hotkeys.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/menu.js b/static/js/menu.js index 0afba74..be81e28 100644 --- a/static/js/menu.js +++ b/static/js/menu.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/notification.js b/static/js/notification.js index b8db9f6..a80006f 100644 --- a/static/js/notification.js +++ b/static/js/notification.js @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ var notification = { init: function () { diff --git a/static/js/overwrite/codemirror/addon/hint/show-hint.js b/static/js/overwrite/codemirror/addon/hint/show-hint.js index 7ce7fd6..df3683a 100644 --- a/static/js/overwrite/codemirror/addon/hint/show-hint.js +++ b/static/js/overwrite/codemirror/addon/hint/show-hint.js @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ // CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE diff --git a/static/js/session.js b/static/js/session.js index 5939084..fa173a1 100644 --- a/static/js/session.js +++ b/static/js/session.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/shell.js b/static/js/shell.js index aa23341..64c5856 100644 --- a/static/js/shell.js +++ b/static/js/shell.js @@ -1,18 +1,18 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ var shell = { _shellWS: undefined, diff --git a/static/js/tabs.js b/static/js/tabs.js index c930cf7..31a158d 100644 --- a/static/js/tabs.js +++ b/static/js/tabs.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/tree.js b/static/js/tree.js index b50bd87..0607aae 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/wide.js b/static/js/wide.js index 4172811..3a82be0 100644 --- a/static/js/wide.js +++ b/static/js/wide.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/static/js/windows.js b/static/js/windows.js index c84d5b5..a35edc5 100644 --- a/static/js/windows.js +++ b/static/js/windows.js @@ -1,12 +1,12 @@ -/* - * Copyright (c) 2014, B3log - * +/* + * Copyright (c) 2015, B3log + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/util/file.go b/util/file.go index 13eb510..416c7a4 100644 --- a/util/file.go +++ b/util/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/file_test.go b/util/file_test.go index 3687270..718e31a 100644 --- a/util/file_test.go +++ b/util/file_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/go.go b/util/go.go index c05ae9a..3f5c555 100644 --- a/util/go.go +++ b/util/go.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/go_test.go b/util/go_test.go index 6eb4422..810d22d 100644 --- a/util/go_test.go +++ b/util/go_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/net.go b/util/net.go index 6c512f4..e7b03a6 100644 --- a/util/net.go +++ b/util/net.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/net_test.go b/util/net_test.go index d109f40..545c82f 100644 --- a/util/net_test.go +++ b/util/net_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/os.go b/util/os.go index 523abd9..cb375f3 100644 --- a/util/os.go +++ b/util/os.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/os_test.go b/util/os_test.go index f177dc1..038e76d 100644 --- a/util/os_test.go +++ b/util/os_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/panic.go b/util/panic.go index 3c023d9..6c68f72 100644 --- a/util/panic.go +++ b/util/panic.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/panic_test.go b/util/panic_test.go index cf35693..77f0351 100644 --- a/util/panic_test.go +++ b/util/panic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/rand.go b/util/rand.go index 9ef92c2..5ea69d7 100644 --- a/util/rand.go +++ b/util/rand.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/rand_test.go b/util/rand_test.go index 02db0f8..07adf12 100644 --- a/util/rand_test.go +++ b/util/rand_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/ret.go b/util/ret.go index 9936fc6..1630116 100644 --- a/util/ret.go +++ b/util/ret.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/string.go b/util/string.go index a13d286..9f94b27 100755 --- a/util/string.go +++ b/util/string.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/string_test.go b/util/string_test.go index 86ec45f..92c142f 100644 --- a/util/string_test.go +++ b/util/string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/utf8reader.go b/util/utf8reader.go index 6acc3f9..bd0b51b 100644 --- a/util/utf8reader.go +++ b/util/utf8reader.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/websocket.go b/util/websocket.go index ecb7cef..4619a77 100644 --- a/util/websocket.go +++ b/util/websocket.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/util/zip.go b/util/zip.go index 1923a02..89352c7 100644 --- a/util/zip.go +++ b/util/zip.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, B3log +// Copyright (c) 2015, B3log // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.