Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
1.0.8.0: Update (c) headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
woachk committed Apr 11, 2017
1 parent d0c3130 commit 940758d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MastodonAPI/NotificationClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
/* Copyright (C) 2017 my123 (@never_released)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace MastodonAPI
{
public class NotificationClass_new
Expand Down
15 changes: 15 additions & 0 deletions MastodonAPI/StatusClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
/* Copyright (C) 2017 my123 (@never_released)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

namespace MastodonAPI
{
Expand Down
14 changes: 14 additions & 0 deletions MastodonUWA/ShowImage_Toot.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@
using Windows.UI.Xaml.Navigation;

// Pour plus d'informations sur le modèle d'élément Boîte de dialogue de contenu, consultez la page https://go.microsoft.com/fwlink/?LinkId=234238
/* Copyright (C) 2017 my123 (@never_released)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace MastodonUWA
{
public sealed partial class ShowImage_Toot : ContentDialog
Expand Down

0 comments on commit 940758d

Please sign in to comment.