diff options
Diffstat (limited to 'src/psyc')
-rw-r--r-- | src/psyc/gnunet-service-psyc.c | 3 | ||||
-rw-r--r-- | src/psyc/psyc.h | 3 | ||||
-rw-r--r-- | src/psyc/psyc_api.c | 3 | ||||
-rw-r--r-- | src/psyc/psyc_test_lib.h | 3 | ||||
-rw-r--r-- | src/psyc/test_psyc.c | 3 | ||||
-rw-r--r-- | src/psyc/test_psyc2.c | 3 | ||||
-rw-r--r-- | src/psyc/test_psyc_api_join.c | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/src/psyc/gnunet-service-psyc.c b/src/psyc/gnunet-service-psyc.c index 93ad7516fc..2a335ca439 100644 --- a/src/psyc/gnunet-service-psyc.c +++ b/src/psyc/gnunet-service-psyc.c @@ -11,6 +11,9 @@ * 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/>. */ /** diff --git a/src/psyc/psyc.h b/src/psyc/psyc.h index e630ae57bb..1296cc67fe 100644 --- a/src/psyc/psyc.h +++ b/src/psyc/psyc.h @@ -11,6 +11,9 @@ * 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/>. */ /** diff --git a/src/psyc/psyc_api.c b/src/psyc/psyc_api.c index 9fd588a80a..c875031190 100644 --- a/src/psyc/psyc_api.c +++ b/src/psyc/psyc_api.c @@ -11,6 +11,9 @@ * 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/>. */ /** diff --git a/src/psyc/psyc_test_lib.h b/src/psyc/psyc_test_lib.h index 4f261e7388..22b638edcd 100644 --- a/src/psyc/psyc_test_lib.h +++ b/src/psyc/psyc_test_lib.h @@ -11,6 +11,9 @@ * 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/>. */ /** diff --git a/src/psyc/test_psyc.c b/src/psyc/test_psyc.c index 1765666b25..f3dbbea17d 100644 --- a/src/psyc/test_psyc.c +++ b/src/psyc/test_psyc.c @@ -11,6 +11,9 @@ * 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/>. */ /** diff --git a/src/psyc/test_psyc2.c b/src/psyc/test_psyc2.c index 598b60a569..4cfdab82aa 100644 --- a/src/psyc/test_psyc2.c +++ b/src/psyc/test_psyc2.c @@ -11,6 +11,9 @@ * 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/>. */ /** diff --git a/src/psyc/test_psyc_api_join.c b/src/psyc/test_psyc_api_join.c index 2c850e9b77..896f308c07 100644 --- a/src/psyc/test_psyc_api_join.c +++ b/src/psyc/test_psyc_api_join.c @@ -11,6 +11,9 @@ * 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/>. */ /** |