From 0e05e58c768b62e7f050562d8f17234c35dbd791 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 11 Aug 2011 15:26:41 +0100 Subject: 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 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'node') 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. -- cgit v1.2.3