From 9a33c17b9e1c5f80e1c3d8b696d9970fce675765 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 12 Dec 2019 11:52:33 +0300 Subject: Update copyrights --- .../server/api/activity/model/activities/Accept.java | 17 +++++++++++++++++ .../server/api/activity/model/activities/Announce.java | 17 +++++++++++++++++ .../server/api/activity/model/activities/Block.java | 17 +++++++++++++++++ .../server/api/activity/model/activities/Create.java | 17 +++++++++++++++++ .../server/api/activity/model/activities/Delete.java | 17 +++++++++++++++++ .../server/api/activity/model/activities/Follow.java | 17 +++++++++++++++++ .../server/api/activity/model/activities/Like.java | 17 +++++++++++++++++ .../server/api/activity/model/activities/Undo.java | 17 +++++++++++++++++ 8 files changed, 136 insertions(+) (limited to 'src/main/java/com/juick/server/api/activity/model/activities') diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Accept.java b/src/main/java/com/juick/server/api/activity/model/activities/Accept.java index 1e0a9968..376f76fc 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Accept.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Accept.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Announce.java b/src/main/java/com/juick/server/api/activity/model/activities/Announce.java index f2859404..7d3298f9 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Announce.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Announce.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Block.java b/src/main/java/com/juick/server/api/activity/model/activities/Block.java index 0e5a02d4..54c8c485 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Block.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Block.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Create.java b/src/main/java/com/juick/server/api/activity/model/activities/Create.java index 52507373..6ac6ad23 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Create.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Create.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Delete.java b/src/main/java/com/juick/server/api/activity/model/activities/Delete.java index f4392020..253627c2 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Delete.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Delete.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Follow.java b/src/main/java/com/juick/server/api/activity/model/activities/Follow.java index 573ecc6e..9475b4a1 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Follow.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Follow.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Like.java b/src/main/java/com/juick/server/api/activity/model/activities/Like.java index 3670293d..efd25e24 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Like.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Like.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; diff --git a/src/main/java/com/juick/server/api/activity/model/activities/Undo.java b/src/main/java/com/juick/server/api/activity/model/activities/Undo.java index 4e87e9d0..bfaddaee 100644 --- a/src/main/java/com/juick/server/api/activity/model/activities/Undo.java +++ b/src/main/java/com/juick/server/api/activity/model/activities/Undo.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, Juick + * + * 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 the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 . + */ + package com.juick.server.api.activity.model.activities; import com.juick.server.api.activity.model.Activity; -- cgit v1.2.3