Skip to content

Commit b8a1321

Browse files
committed
Add standard license files/headers
1 parent 667570d commit b8a1321

File tree

128 files changed

+1922
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+1922
-44
lines changed

agpl-3.0.exception.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
CiviCRM Licensing Exception
2+
3+
Copyright (c) 2010 CiviCRM LLC, http://civicrm.org/
4+
5+
Everyone is permitted to copy and distribute verbatim copies
6+
of this license document, but changing it is not allowed.
7+
8+
This CiviCRM Licensing Exception is an additional permission under section 7
9+
of the GNU Affero General Public License, version 3. It applies to a given file
10+
that bears a notice stating that the file is governed by that license along
11+
with this exception.
12+
13+
Permission is hereby granted to combine the Program with works
14+
licensed under the PHP License versions 2.01, 2.02, 3.0 and 3.01.
15+
16+
Permission is hereby granted to license modified versions of the
17+
Program to CiviCRM LLC under the Academic Free License version 3.

agpl-3.0.txt

Lines changed: 662 additions & 0 deletions
Large diffs are not rendered by default.

hrbank/CRM/HRBank/Upgrader.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
/**
429
* Collection of upgrade steps

hrbank/hrbank.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
require_once 'hrbank.civix.php';
429

hrcareer/CRM/HRCareer/Upgrader.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
/**
429
* Collection of upgrade steps

hrcareer/hrcareer.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
require_once 'hrcareer.civix.php';
429

hrdemog/CRM/HRDemog/Upgrader.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
/**
429
* Collection of upgrade steps

hrdemog/hrdemog.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
require_once 'hrdemog.civix.php';
429

hremerg/CRM/HREmerg/Upgrader.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
/**
429
* Collection of upgrade steps

hremerg/hremerg.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
require_once __DIR__ . DIRECTORY_SEPARATOR . 'hremerg.civix.php';
429

hrident/CRM/HRIdent/Upgrader.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
/**
429
* Collection of upgrade steps

hrident/hrident.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
require_once __DIR__ . DIRECTORY_SEPARATOR . 'hrident.civix.php';
429

hrjob/CRM/HRJob/BAO/HRJob.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/*
3+
+--------------------------------------------------------------------+
4+
| CiviHR version 1.0 |
5+
+--------------------------------------------------------------------+
6+
| Copyright CiviCRM LLC (c) 2004-2013 |
7+
+--------------------------------------------------------------------+
8+
| This file is a part of CiviCRM. |
9+
| |
10+
| CiviCRM is free software; you can copy, modify, and distribute it |
11+
| under the terms of the GNU Affero General Public License |
12+
| Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
13+
| |
14+
| CiviCRM is distributed in the hope that it will be useful, but |
15+
| WITHOUT ANY WARRANTY; without even the implied warranty of |
16+
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17+
| See the GNU Affero General Public License for more details. |
18+
| |
19+
| You should have received a copy of the GNU Affero General Public |
20+
| License and the CiviCRM Licensing Exception along |
21+
| with this program; if not, contact CiviCRM LLC |
22+
| at info[AT]civicrm[DOT]org. If you have questions about the |
23+
| GNU Affero General Public License or the licensing of CiviCRM, |
24+
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
25+
+--------------------------------------------------------------------+
26+
*/
227

328
class CRM_HRJob_BAO_HRJob extends CRM_HRJob_DAO_HRJob {
429

0 commit comments

Comments
 (0)