From d39f207c4cfa188e106c316b5575507945553d99 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 18 Jan 2015 13:59:10 +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 3dc8698..2471ad8 100644 --- a/.header.json +++ b/.header.json @@ -14,7 +14,7 @@ ], "UseDefaultExcludes": true, "Properties": { - "Year": "2015", + "Year": "2014-2015", "Owner": "b3log.org" } } \ No newline at end of file diff --git a/conf/wide.go b/conf/wide.go index 86a09f3..c8dbe15 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 68f9866..3fb2f16 100644 --- a/editor/editors.go +++ b/editor/editors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 258de8a..1d7ce0b 100644 --- a/editor/formatter.go +++ b/editor/formatter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 67d6cae..64ecb98 100644 --- a/event/events.go +++ b/event/events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 ba742b2..64692c8 100644 --- a/file/exporter.go +++ b/file/exporter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 560ebe4..fe0417f 100644 --- a/file/files.go +++ b/file/files.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 c00a218..56b09b9 100644 --- a/file/importer.go +++ b/file/importer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 8e74b80..66d32d2 100755 --- a/file/outline.go +++ b/file/outline.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 b311de0..f2bf4dc 100644 --- a/i18n/locales.go +++ b/i18n/locales.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 1c106c2..f80c400 100755 --- a/log/logs.go +++ b/log/logs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 60c7d1f..90bf214 100644 --- a/log/logs_test.go +++ b/log/logs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 72383c6..3225e6c 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 9bfc154..b253c3d 100644 --- a/notification/notifications.go +++ b/notification/notifications.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 ad23963..fc188af 100644 --- a/output/build.go +++ b/output/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 1e3db26..bfbaebb 100644 --- a/output/get.go +++ b/output/get.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 49ab9df..e88afaf 100644 --- a/output/install.go +++ b/output/install.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 61fc2df..7a86651 100644 --- a/output/namespace.go +++ b/output/namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 8b649e1..449b70e 100644 --- a/output/namespace_linux.go +++ b/output/namespace_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 9bcbd04..6300670 100644 --- a/output/outputs.go +++ b/output/outputs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 8d7815a..905a0f6 100644 --- a/output/processes.go +++ b/output/processes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 6db7d9b..0e6cc76 100644 --- a/output/run.go +++ b/output/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 4aa24e3..da5f9f4 100644 --- a/output/test.go +++ b/output/test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 dcaaaf0..dba29c7 100644 --- a/output/vet.go +++ b/output/vet.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 4775cae..3efa6f4 100644 --- a/session/sessions.go +++ b/session/sessions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 150ebc4..8fba632 100644 --- a/session/users.go +++ b/session/users.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 9fd3188..5938152 100644 --- a/shell/shells.go +++ b/shell/shells.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 e9b1d6e..091e5c6 100644 --- a/static/css/about.css +++ b/static/css/about.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 e7eb52e..9b7462d 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 d92e798..a6bb930 100644 --- a/static/css/dialog.css +++ b/static/css/dialog.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 444b305..cd346d0 100644 --- a/static/css/shell.css +++ b/static/css/shell.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 27a522f..ec4c1f2 100644 --- a/static/css/side.css +++ b/static/css/side.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 bf86d3c..dd58944 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 dd53a8b..ac182ad 100644 --- a/static/css/start.css +++ b/static/css/start.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 b36170d..0d3b053 100644 --- a/static/css/themes/dark.css +++ b/static/css/themes/dark.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 624261c..ebc09ec 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 9642439..93408ec 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 fcbf071..9815b4c 100644 --- a/static/js/bottomGroup.js +++ b/static/js/bottomGroup.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 e57ff3d..1fb3286 100644 --- a/static/js/dialog.js +++ b/static/js/dialog.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 35bbdeb..3755fac 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 bcafcf5..a749545 100644 --- a/static/js/hotkeys.js +++ b/static/js/hotkeys.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 610f164..d55ad11 100644 --- a/static/js/menu.js +++ b/static/js/menu.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 40e0f3b..df5fc43 100644 --- a/static/js/notification.js +++ b/static/js/notification.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 5c0de7b..7d25ba0 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.org + * Copyright (c) 2014-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 e6b1704..0cb9b41 100644 --- a/static/js/session.js +++ b/static/js/session.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 a0360e4..55ff8f4 100644 --- a/static/js/shell.js +++ b/static/js/shell.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 715a2f8..84b69aa 100644 --- a/static/js/tabs.js +++ b/static/js/tabs.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 7a2987c..43298ae 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 ecaf829..0498437 100644 --- a/static/js/wide.js +++ b/static/js/wide.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 42173ab..dc365b7 100644 --- a/static/js/windows.js +++ b/static/js/windows.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, b3log.org + * Copyright (c) 2014-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 be0ab0b..e4314bc 100644 --- a/util/file.go +++ b/util/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 36fe509..10b9d65 100644 --- a/util/file_test.go +++ b/util/file_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 15b23bd..9be9bbd 100644 --- a/util/go.go +++ b/util/go.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 84f7050..0b5c0db 100644 --- a/util/go_test.go +++ b/util/go_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 d6d8b30..577a9b4 100644 --- a/util/net.go +++ b/util/net.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 df440cb..9590321 100644 --- a/util/net_test.go +++ b/util/net_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 363d361..7c30519 100644 --- a/util/os.go +++ b/util/os.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 5d45712..660b35e 100644 --- a/util/os_test.go +++ b/util/os_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 6a13e7d..7d41ea7 100644 --- a/util/panic.go +++ b/util/panic.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 ac59043..874e17a 100644 --- a/util/panic_test.go +++ b/util/panic_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 2ddc28a..c5b8164 100644 --- a/util/rand.go +++ b/util/rand.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 276322c..fedf606 100644 --- a/util/rand_test.go +++ b/util/rand_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 d932620..84f69a4 100644 --- a/util/ret.go +++ b/util/ret.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 5defdf1..40ace1f 100755 --- a/util/string.go +++ b/util/string.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 1eafa6d..3247635 100644 --- a/util/string_test.go +++ b/util/string_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 5b4d1c1..5afaaf9 100644 --- a/util/websocket.go +++ b/util/websocket.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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 5173beb..c4c62d3 100644 --- a/util/zip.go +++ b/util/zip.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015, b3log.org +// Copyright (c) 2014-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.