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 c55385d85..1fd1bb7b4 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 8fa98189a..958e2c16c 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 aa1064ad0..6340a8fb8 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 424d32dea..995e6c93c 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 f0ce88183..00128267b 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 741f9fd51..cd18a1888 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 797e6cde4..fc6fe306d 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 9eb68ec17..e0d82c33f 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 fc457f808..5aa29a8a4 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 674950f40..8c8b775aa 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 c02c9f508..07168e95a 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 f4a4a869b..550440884 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 9321cf8e7..08448f7cc 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 ec11a5e52..82eb71369 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 8764be8a5..764d5c336 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 3a99f56be..2122fd80a 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 55aecf612..807c2b393 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 ea2ac678b..2c9e06838 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 a8146addd..8d6a72efd 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 d78793b57..b6af57657 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 f617bdb32..c3eddacb2 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 f442607d7..2eb615c54 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.