From ffe09fa7311e43386acb9b55008ddec39686d098 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 18 Jan 2015 13:54:28 +0800 Subject: [PATCH] update license header --- .header.json | 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 | 2 +- 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/build.go | 2 +- output/get.go | 2 +- output/install.go | 2 +- output/namespace.go | 2 +- output/namespace_linux.go | 2 +- output/outputs.go | 2 +- output/processes.go | 2 +- output/run.go | 2 +- output/test.go | 2 +- output/vet.go | 2 +- session/sessions.go | 2 +- session/users.go | 2 +- shell/shells.go | 2 +- static/css/about.css | 2 +- static/css/base.css | 2 +- static/css/dialog.css | 2 +- static/css/shell.css | 2 +- static/css/side.css | 2 +- static/css/sign.css | 2 +- static/css/start.css | 2 +- static/css/themes/dark.css | 2 +- static/css/themes/default.css | 2 +- static/css/wide.css | 2 +- static/js/bottomGroup.js | 2 +- static/js/dialog.js | 2 +- static/js/editors.js | 2 +- static/js/hotkeys.js | 2 +- static/js/menu.js | 2 +- static/js/notification.js | 2 +- static/js/overwrite/codemirror/addon/hint/show-hint.js | 2 +- static/js/session.js | 2 +- static/js/shell.js | 2 +- static/js/tabs.js | 2 +- static/js/tree.js | 2 +- static/js/wide.js | 2 +- static/js/windows.js | 2 +- 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/websocket.go | 2 +- util/zip.go | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.header.json b/.header.json index 002ddb1..3dc8698 100644 --- a/.header.json +++ b/.header.json @@ -15,6 +15,6 @@ "UseDefaultExcludes": true, "Properties": { "Year": "2015", - "Owner": "B3log" + "Owner": "b3log.org" } } \ No newline at end of file diff --git a/conf/wide.go b/conf/wide.go index 02442b6..86a09f3 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 302580e..68f9866 100644 --- a/editor/editors.go +++ b/editor/editors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 02b5dbb..258de8a 100644 --- a/editor/formatter.go +++ b/editor/formatter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 4a660f6..67d6cae 100644 --- a/event/events.go +++ b/event/events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 cabff8a..ba742b2 100644 --- a/file/exporter.go +++ b/file/exporter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 76084f7..560ebe4 100644 --- a/file/files.go +++ b/file/files.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 c80b944..c00a218 100644 --- a/file/importer.go +++ b/file/importer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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/outline.go b/file/outline.go index 148ab6f..8e74b80 100755 --- a/file/outline.go +++ b/file/outline.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 9dfdade..b311de0 100644 --- a/i18n/locales.go +++ b/i18n/locales.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 801200a..1c106c2 100755 --- a/log/logs.go +++ b/log/logs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 5f56b24..60c7d1f 100644 --- a/log/logs_test.go +++ b/log/logs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 fcb36b9..72383c6 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 3f2c677..9bfc154 100644 --- a/notification/notifications.go +++ b/notification/notifications.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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/build.go b/output/build.go index f893748..ad23963 100644 --- a/output/build.go +++ b/output/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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/get.go b/output/get.go index 9340aee..1e3db26 100644 --- a/output/get.go +++ b/output/get.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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/install.go b/output/install.go index 4d6d531..49ab9df 100644 --- a/output/install.go +++ b/output/install.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 15e9680..61fc2df 100644 --- a/output/namespace.go +++ b/output/namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 87720e4..8b649e1 100644 --- a/output/namespace_linux.go +++ b/output/namespace_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 5fd376f..9bcbd04 100644 --- a/output/outputs.go +++ b/output/outputs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 afabe1b..8d7815a 100644 --- a/output/processes.go +++ b/output/processes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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/run.go b/output/run.go index 98f47f6..6db7d9b 100644 --- a/output/run.go +++ b/output/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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/test.go b/output/test.go index fb76d2a..4aa24e3 100644 --- a/output/test.go +++ b/output/test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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/vet.go b/output/vet.go index 646769c..dcaaaf0 100644 --- a/output/vet.go +++ b/output/vet.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 c83c092..4775cae 100644 --- a/session/sessions.go +++ b/session/sessions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 dc5116b..150ebc4 100644 --- a/session/users.go +++ b/session/users.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 5ad0c3c..9fd3188 100644 --- a/shell/shells.go +++ b/shell/shells.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 d7c7538..e9b1d6e 100644 --- a/static/css/about.css +++ b/static/css/about.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/base.css b/static/css/base.css index c13b0a4..e7eb52e 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/dialog.css b/static/css/dialog.css index 6f23c7d..d92e798 100644 --- a/static/css/dialog.css +++ b/static/css/dialog.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/shell.css b/static/css/shell.css index c060613..444b305 100644 --- a/static/css/shell.css +++ b/static/css/shell.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/side.css b/static/css/side.css index 8bcc8be..27a522f 100644 --- a/static/css/side.css +++ b/static/css/side.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/sign.css b/static/css/sign.css index be7ef49..bf86d3c 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/start.css b/static/css/start.css index 108be3e..dd53a8b 100644 --- a/static/css/start.css +++ b/static/css/start.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/themes/dark.css b/static/css/themes/dark.css index ac62b00..b36170d 100644 --- a/static/css/themes/dark.css +++ b/static/css/themes/dark.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/themes/default.css b/static/css/themes/default.css index d186e6a..624261c 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/wide.css b/static/css/wide.css index e22e1cd..9642439 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/bottomGroup.js b/static/js/bottomGroup.js index acdb1ce..fcbf071 100644 --- a/static/js/bottomGroup.js +++ b/static/js/bottomGroup.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/dialog.js b/static/js/dialog.js index 1c0c5f7..e57ff3d 100644 --- a/static/js/dialog.js +++ b/static/js/dialog.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/editors.js b/static/js/editors.js index b39baa0..35bbdeb 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/hotkeys.js b/static/js/hotkeys.js index 3dcaf19..bcafcf5 100644 --- a/static/js/hotkeys.js +++ b/static/js/hotkeys.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/menu.js b/static/js/menu.js index dd7f5a6..610f164 100644 --- a/static/js/menu.js +++ b/static/js/menu.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/notification.js b/static/js/notification.js index 7e32c37..40e0f3b 100644 --- a/static/js/notification.js +++ b/static/js/notification.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/overwrite/codemirror/addon/hint/show-hint.js b/static/js/overwrite/codemirror/addon/hint/show-hint.js index df3683a..5c0de7b 100644 --- a/static/js/overwrite/codemirror/addon/hint/show-hint.js +++ b/static/js/overwrite/codemirror/addon/hint/show-hint.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/session.js b/static/js/session.js index e8afd5b..e6b1704 100644 --- a/static/js/session.js +++ b/static/js/session.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/shell.js b/static/js/shell.js index 64c5856..a0360e4 100644 --- a/static/js/shell.js +++ b/static/js/shell.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/tabs.js b/static/js/tabs.js index 4e456bf..715a2f8 100644 --- a/static/js/tabs.js +++ b/static/js/tabs.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/tree.js b/static/js/tree.js index 1ec2e23..7a2987c 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/wide.js b/static/js/wide.js index 86c51a8..ecaf829 100644 --- a/static/js/wide.js +++ b/static/js/wide.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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/js/windows.js b/static/js/windows.js index 6fc2df7..42173ab 100644 --- a/static/js/windows.js +++ b/static/js/windows.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, B3log + * Copyright (c) 2015, b3log.org * * 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.go b/util/file.go index 416c7a4..be0ab0b 100644 --- a/util/file.go +++ b/util/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 718e31a..36fe509 100644 --- a/util/file_test.go +++ b/util/file_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 3f5c555..15b23bd 100644 --- a/util/go.go +++ b/util/go.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 810d22d..84f7050 100644 --- a/util/go_test.go +++ b/util/go_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 e7b03a6..d6d8b30 100644 --- a/util/net.go +++ b/util/net.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 545c82f..df440cb 100644 --- a/util/net_test.go +++ b/util/net_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 cb375f3..363d361 100644 --- a/util/os.go +++ b/util/os.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 038e76d..5d45712 100644 --- a/util/os_test.go +++ b/util/os_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 6c68f72..6a13e7d 100644 --- a/util/panic.go +++ b/util/panic.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 77f0351..ac59043 100644 --- a/util/panic_test.go +++ b/util/panic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 5ea69d7..2ddc28a 100644 --- a/util/rand.go +++ b/util/rand.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 07adf12..276322c 100644 --- a/util/rand_test.go +++ b/util/rand_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 1630116..d932620 100644 --- a/util/ret.go +++ b/util/ret.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 9f94b27..5defdf1 100755 --- a/util/string.go +++ b/util/string.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 92c142f..1eafa6d 100644 --- a/util/string_test.go +++ b/util/string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 4619a77..5b4d1c1 100644 --- a/util/websocket.go +++ b/util/websocket.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // 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 89352c7..5173beb 100644 --- a/util/zip.go +++ b/util/zip.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, B3log +// Copyright (c) 2015, b3log.org // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.