From 0bd1066d20b3db9837927e0953e3dc1ae0af5043 Mon Sep 17 00:00:00 2001 From: Miciele Ghiorghis Date: Thu, 24 Jan 2013 16:23:51 +0100 Subject: [PATCH] Jira-integration: Copy right changed from Igalia, S.L. to St. Antoniusziekenhuis --- .../libreplan/business/common/entities/JiraConfiguration.java | 2 +- .../org/libreplan/importers/IJiraOrderElementSynchronizer.java | 2 +- .../org/libreplan/importers/IJiraTimesheetSynchronizer.java | 2 +- .../org/libreplan/importers/JiraOrderElementSynchronizer.java | 2 +- .../src/main/java/org/libreplan/importers/JiraRESTClient.java | 2 +- .../src/main/java/org/libreplan/importers/JiraSyncInfo.java | 2 +- .../java/org/libreplan/importers/JiraTimesheetSynchronizer.java | 2 +- .../src/main/java/org/libreplan/importers/jira/Field.java | 2 +- .../src/main/java/org/libreplan/importers/jira/Issue.java | 2 +- .../src/main/java/org/libreplan/importers/jira/LabelIssue.java | 2 +- .../main/java/org/libreplan/importers/jira/SearchResult.java | 2 +- .../src/main/java/org/libreplan/importers/jira/Status.java | 2 +- .../main/java/org/libreplan/importers/jira/TimeTracking.java | 2 +- .../src/main/java/org/libreplan/importers/jira/WorkLog.java | 2 +- .../main/java/org/libreplan/importers/jira/WorkLogAuthor.java | 2 +- .../src/main/java/org/libreplan/importers/jira/WorkLogItem.java | 2 +- libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul | 2 +- .../libreplan/importers/JiraOrderElementSynchronizerTest.java | 2 +- .../test/java/org/libreplan/importers/JiraRESTClientTest.java | 2 +- .../org/libreplan/importers/JiraTimesheetSynchronizerTest.java | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/libreplan-business/src/main/java/org/libreplan/business/common/entities/JiraConfiguration.java b/libreplan-business/src/main/java/org/libreplan/business/common/entities/JiraConfiguration.java index 5acdd6992..35ea5880d 100755 --- a/libreplan-business/src/main/java/org/libreplan/business/common/entities/JiraConfiguration.java +++ b/libreplan-business/src/main/java/org/libreplan/business/common/entities/JiraConfiguration.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraOrderElementSynchronizer.java b/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraOrderElementSynchronizer.java index 40d2deb0e..ca34593b3 100755 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraOrderElementSynchronizer.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraOrderElementSynchronizer.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraTimesheetSynchronizer.java b/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraTimesheetSynchronizer.java index 93d5a32b2..0a8f0f907 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraTimesheetSynchronizer.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/IJiraTimesheetSynchronizer.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraOrderElementSynchronizer.java b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraOrderElementSynchronizer.java index 31dad458a..142037ae6 100755 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraOrderElementSynchronizer.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraOrderElementSynchronizer.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraRESTClient.java b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraRESTClient.java index b47410320..384bc20fb 100755 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraRESTClient.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraRESTClient.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraSyncInfo.java b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraSyncInfo.java index 4ad510821..62cc6aa1d 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraSyncInfo.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraSyncInfo.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraTimesheetSynchronizer.java b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraTimesheetSynchronizer.java index 0d3f6ceab..ad08014dd 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/JiraTimesheetSynchronizer.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/JiraTimesheetSynchronizer.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Field.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Field.java index a7925549f..e709d77ea 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Field.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Field.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Issue.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Issue.java index 868da708a..74025f376 100755 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Issue.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Issue.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/LabelIssue.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/LabelIssue.java index d3fc1abdb..f9e9d8894 100755 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/LabelIssue.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/LabelIssue.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/SearchResult.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/SearchResult.java index 43e55347b..b547d610f 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/SearchResult.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/SearchResult.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Status.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Status.java index 8cd5c7635..0715e0793 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Status.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/Status.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/TimeTracking.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/TimeTracking.java index 8e1e42388..653ec7b35 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/TimeTracking.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/TimeTracking.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLog.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLog.java index f8988d8bd..ae0f87914 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLog.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLog.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogAuthor.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogAuthor.java index 6f0148084..c402eef3d 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogAuthor.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogAuthor.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogItem.java b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogItem.java index 2c14a5571..664addbfd 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogItem.java +++ b/libreplan-webapp/src/main/java/org/libreplan/importers/jira/WorkLogItem.java @@ -1,7 +1,7 @@ /* * This file is part of LibrePlan * - * Copyright (C) 2012 Igalia, S.L. + * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul b/libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul index 5767ed6bf..bfb9b6531 100644 --- a/libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul +++ b/libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul @@ -1,7 +1,7 @@