generated from ow2-proactive/yamt
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from fviale/master
Apply MPL 2.0 in source code
- Loading branch information
Showing
153 changed files
with
463 additions
and
3,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
*.java eol=lf | ||
*.gradle eol=lf | ||
*.sh eol=lf | ||
*.md eol=lf | ||
|
||
*.bat eol=crlf | ||
|
||
*.png binary | ||
*.jpg binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/AbstractInstallation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/AbstractNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/AbstractPortDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/Api.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/AttributeRequirement.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/ByonDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/ByonNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/Cloud.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/CloudConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/CloudCredential.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/CloudDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
26 changes: 3 additions & 23 deletions
26
sal-common/src/main/java/org/ow2/proactive/sal/model/CloudType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
/* | ||
* ProActive Parallel Suite(TM): | ||
* The Open Source library for parallel and distributed | ||
* Workflows & Scheduling, Orchestration, Cloud Automation | ||
* and Big Data Analysis on Enterprise Grids & Clouds. | ||
* | ||
* Copyright (c) 2007 - 2017 ActiveEon | ||
* Contact: [email protected] | ||
* | ||
* This library is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU Affero General Public License | ||
* as published by the Free Software Foundation: version 3 of | ||
* the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* If needed, contact us to obtain a release under GPL Version 2 or 3 | ||
* or a different license than the AGPL. | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
*/ | ||
package org.ow2.proactive.sal.model; | ||
|
||
|
Oops, something went wrong.