Skip to content

Commit

Permalink
chore: add open source headers (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmspzz committed Feb 28, 2022
1 parent 156247e commit af9c5be
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/kotlin/com/wire/carthage/models/Carthage.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Wire
// Copyright (C) 2022 Wire Swiss GmbH
//
// 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/.

package com.wire.carthage.models

import java.io.File
Expand Down
16 changes: 16 additions & 0 deletions src/main/kotlin/com/wire/plugin/CarthagePlugin.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Wire
// Copyright (C) 2022 Wire Swiss GmbH
//
// 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/.

package com.wire.plugin

import com.wire.carthage.models.Carthage
Expand Down
16 changes: 16 additions & 0 deletions src/main/kotlin/com/wire/plugin/CarthagePluginExtension.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Wire
// Copyright (C) 2022 Wire Swiss GmbH
//
// 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/.

package com.wire.plugin
import org.gradle.api.Project
import javax.inject.Inject
Expand Down
16 changes: 16 additions & 0 deletions src/main/kotlin/com/wire/tasks/CarthageTask.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Wire
// Copyright (C) 2022 Wire Swiss GmbH
//
// 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/.

package com.wire.tasks
import com.wire.carthage.models.Carthage
import com.wire.plugin.CarthageCommand
Expand Down
16 changes: 16 additions & 0 deletions src/main/kotlin/com/wire/tasks/GenerateDefTask.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Wire
// Copyright (C) 2022 Wire Swiss GmbH
//
// 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/.

package com.wire.tasks

import org.gradle.api.DefaultTask
Expand Down
16 changes: 16 additions & 0 deletions src/test/kotlin/com/wire/carthage/models/CarthageTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Wire
// Copyright (C) 2022 Wire Swiss GmbH
//
// 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/.

package com.wire.carthage.models

import org.junit.jupiter.api.Test
Expand Down

0 comments on commit af9c5be

Please sign in to comment.