From 0e05e58c768b62e7f050562d8f17234c35dbd791 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 11 Aug 2011 15:26:41 +0100 Subject: [PATCH] changed copyright from Peter 'Pita' Martischka to Peter 'Pita' Martischka (Primary Technology Ltd) --- node/db/API.js | 2 +- node/db/AuthorManager.js | 2 +- node/db/DB.js | 2 +- node/db/GroupManager.js | 2 +- node/db/PadManager.js | 2 +- node/db/ReadOnlyManager.js | 2 +- node/db/SessionManager.js | 2 +- node/easysync_tests.js | 2 +- node/handler/APIHandler.js | 2 +- node/handler/ExportHandler.js | 2 +- node/handler/ImportHandler.js | 2 +- node/handler/PadMessageHandler.js | 2 +- node/handler/SocketIORouter.js | 2 +- node/handler/TimesliderMessageHandler.js | 2 +- node/server.js | 2 +- node/utils/Abiword.js | 2 +- node/utils/AttributePoolFactory.js | 2 +- node/utils/Changeset.js | 2 +- node/utils/Minify.js | 2 +- node/utils/Settings.js | 2 +- static/js/chat.js | 16 ++++++++++++++++ static/js/pad2.js | 2 +- 22 files changed, 37 insertions(+), 21 deletions(-) diff --git a/node/db/API.js b/node/db/API.js index c55385d8..1fd1bb7b 100644 --- a/node/db/API.js +++ b/node/db/API.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/db/AuthorManager.js b/node/db/AuthorManager.js index 8fa98189..958e2c16 100644 --- a/node/db/AuthorManager.js +++ b/node/db/AuthorManager.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/db/DB.js b/node/db/DB.js index aa1064ad..6340a8fb 100644 --- a/node/db/DB.js +++ b/node/db/DB.js @@ -4,7 +4,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/db/GroupManager.js b/node/db/GroupManager.js index 424d32de..995e6c93 100644 --- a/node/db/GroupManager.js +++ b/node/db/GroupManager.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/db/PadManager.js b/node/db/PadManager.js index f0ce8818..00128267 100644 --- a/node/db/PadManager.js +++ b/node/db/PadManager.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/db/ReadOnlyManager.js b/node/db/ReadOnlyManager.js index 741f9fd5..cd18a188 100644 --- a/node/db/ReadOnlyManager.js +++ b/node/db/ReadOnlyManager.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/db/SessionManager.js b/node/db/SessionManager.js index 797e6cde..fc6fe306 100644 --- a/node/db/SessionManager.js +++ b/node/db/SessionManager.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/easysync_tests.js b/node/easysync_tests.js index 9eb68ec1..e0d82c33 100644 --- a/node/easysync_tests.js +++ b/node/easysync_tests.js @@ -5,7 +5,7 @@ */ /* - * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka + * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/handler/APIHandler.js b/node/handler/APIHandler.js index fc457f80..5aa29a8a 100644 --- a/node/handler/APIHandler.js +++ b/node/handler/APIHandler.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/handler/ExportHandler.js b/node/handler/ExportHandler.js index 674950f4..8c8b775a 100644 --- a/node/handler/ExportHandler.js +++ b/node/handler/ExportHandler.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/handler/ImportHandler.js b/node/handler/ImportHandler.js index c02c9f50..07168e95 100644 --- a/node/handler/ImportHandler.js +++ b/node/handler/ImportHandler.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/handler/PadMessageHandler.js b/node/handler/PadMessageHandler.js index f4a4a869..55044088 100644 --- a/node/handler/PadMessageHandler.js +++ b/node/handler/PadMessageHandler.js @@ -3,7 +3,7 @@ */ /* - * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka + * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/handler/SocketIORouter.js b/node/handler/SocketIORouter.js index 9321cf8e..08448f7c 100644 --- a/node/handler/SocketIORouter.js +++ b/node/handler/SocketIORouter.js @@ -4,7 +4,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/handler/TimesliderMessageHandler.js b/node/handler/TimesliderMessageHandler.js index ec11a5e5..82eb7136 100644 --- a/node/handler/TimesliderMessageHandler.js +++ b/node/handler/TimesliderMessageHandler.js @@ -3,7 +3,7 @@ */ /* - * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka + * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/server.js b/node/server.js index 8764be8a..764d5c33 100644 --- a/node/server.js +++ b/node/server.js @@ -5,7 +5,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/utils/Abiword.js b/node/utils/Abiword.js index 3a99f56b..2122fd80 100644 --- a/node/utils/Abiword.js +++ b/node/utils/Abiword.js @@ -3,7 +3,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/utils/AttributePoolFactory.js b/node/utils/AttributePoolFactory.js index 55aecf61..807c2b39 100644 --- a/node/utils/AttributePoolFactory.js +++ b/node/utils/AttributePoolFactory.js @@ -7,7 +7,7 @@ */ /* - * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka + * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/utils/Changeset.js b/node/utils/Changeset.js index ea2ac678..2c9e0683 100644 --- a/node/utils/Changeset.js +++ b/node/utils/Changeset.js @@ -4,7 +4,7 @@ */ /* - * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka + * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/utils/Minify.js b/node/utils/Minify.js index a8146add..8d6a72ef 100644 --- a/node/utils/Minify.js +++ b/node/utils/Minify.js @@ -4,7 +4,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/node/utils/Settings.js b/node/utils/Settings.js index d78793b5..b6af5765 100644 --- a/node/utils/Settings.js +++ b/node/utils/Settings.js @@ -4,7 +4,7 @@ */ /* - * 2011 Peter 'Pita' Martischka + * 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * 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/chat.js b/static/js/chat.js index f617bdb3..c3eddacb 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -1,3 +1,19 @@ +/** + * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka (Primary Technology Ltd) + * + * 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 chat = (function() { var self = { diff --git a/static/js/pad2.js b/static/js/pad2.js index f442607d..2eb615c5 100644 --- a/static/js/pad2.js +++ b/static/js/pad2.js @@ -1,5 +1,5 @@ /** - * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka + * Copyright 2009 Google Inc., 2011 Peter 'Pita' Martischka (Primary Technology Ltd) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.