Skip to content
Snippets Groups Projects
Commit 5f9d98a0 authored by cruxfilm's avatar cruxfilm
Browse files

Added GNU license.

parent d6fd49cb
Branches main
No related tags found
1 merge request!81Resolve "Add Pull to Refresh to MailListView" & Redesign ContactView
Showing
with 174 additions and 15 deletions
...@@ -3,7 +3,19 @@ ...@@ -3,7 +3,19 @@
// enzevalos_iphone // enzevalos_iphone
// //
// Created by Chris Offner & Claire Bräuer on 23.03.21. // Created by Chris Offner & Claire Bräuer on 23.03.21.
// Copyright © 2021 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import SwiftUI import SwiftUI
......
...@@ -4,7 +4,19 @@ ...@@ -4,7 +4,19 @@
// //
// Created by Oliver Wiese on 12.11.20. // Created by Oliver Wiese on 12.11.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import Foundation import Foundation
......
// //
// ComposeView.swift // ComposeView.swift
// letterbox_prototyping // enzevalos_iphone
// //
// Created by Chris Offner & Claire Bräuer on 03.03.21. // Created by Chris Offner & Claire Bräuer on 03.03.21.
// //
// 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 https://www.gnu.org/licenses/.
//
import SwiftUI import SwiftUI
......
// //
// TokenFieldModel.swift // RecipientFieldModel.swift
// enzevalos_iphone // enzevalos_iphone
// //
// Created by Oliver Wiese on 31.10.20. // Created by Oliver Wiese on 31.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import Combine import Combine
......
...@@ -4,6 +4,19 @@ ...@@ -4,6 +4,19 @@
// //
// Created by Chris Offner & Claire Bräuer on 11.03.21. // Created by Chris Offner & Claire Bräuer on 11.03.21.
// //
// 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 https://www.gnu.org/licenses/.
//
import SwiftUI import SwiftUI
......
// //
// recipientRowView.swift // RecipientRowView.swift
// letterbox_prototyping // letterbox_prototyping
// //
// Created by Chris Offner & Claire Bräuer on 11.03.21. // Created by Chris Offner & Claire Bräuer on 11.03.21.
// //
// 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 https://www.gnu.org/licenses/.
//
import SwiftUI import SwiftUI
......
// //
// SelectReceiverModel.swift // RecipientsModel.swift
// enzevalos_iphone // enzevalos_iphone
// //
// Created by Oliver Wiese on 09.11.20. // Created by Oliver Wiese on 09.11.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import Foundation import Foundation
......
...@@ -4,7 +4,19 @@ ...@@ -4,7 +4,19 @@
// //
// Created by Oliver Wiese on 30.10.20. // Created by Oliver Wiese on 30.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import SwiftUI import SwiftUI
......
...@@ -3,7 +3,19 @@ ...@@ -3,7 +3,19 @@
// enzevalos_iphone // enzevalos_iphone
// //
// Created by Chris Offner on 29.03.21. // Created by Chris Offner on 29.03.21.
// Copyright © 2021 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import Foundation import Foundation
......
// //
// InboView.swift // InboxView.swift
// enzevalos_iphone // enzevalos_iphone
// //
// Created by Oliver Wiese on 16.10.20. // Created by Oliver Wiese on 16.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import SwiftUI import SwiftUI
......
...@@ -4,7 +4,19 @@ ...@@ -4,7 +4,19 @@
// //
// Created by Oliver Wiese on 16.10.20. // Created by Oliver Wiese on 16.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import SwiftUI import SwiftUI
......
...@@ -4,7 +4,19 @@ ...@@ -4,7 +4,19 @@
// //
// Created by Oliver Wiese on 27.10.20. // Created by Oliver Wiese on 27.10.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import SwiftUI import SwiftUI
......
...@@ -4,7 +4,19 @@ ...@@ -4,7 +4,19 @@
// //
// Created by Oliver Wiese on 09.04.20. // Created by Oliver Wiese on 09.04.20.
// Modified by Chris Offner & Claire Bräuer in March 2021. // Modified by Chris Offner & Claire Bräuer in March 2021.
// Copyright © 2020 fu-berlin. All rights reserved. //
// 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 https://www.gnu.org/licenses/.
// //
import SwiftUI import SwiftUI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment