Skip to content

Commit

Permalink
Add headers to gradle build source files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Aug 7, 2023
1 parent 9438c17 commit 5febaaf
Show file tree
Hide file tree
Showing 15 changed files with 173 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

plugins {
id 'groovy'
id 'java-gradle-plugin'
Expand Down
2 changes: 2 additions & 0 deletions gradle-plugin/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

#Wed Feb 28 11:38:51 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
Expand Down
2 changes: 2 additions & 0 deletions gradle-plugin/gradlew.properties
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-License-Identifier: Apache-2.0

org.gradle.jvmargs="-Xms512m -Xmx2048m"
13 changes: 13 additions & 0 deletions gradle-plugin/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

rootProject.name = "pekko-grpc-gradle-plugin"
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package org.apache.pekko.grpc.gradle

import com.google.protobuf.gradle.ProtobufPlugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package org.apache.pekko.grpc.gradle


Expand Down
13 changes: 13 additions & 0 deletions gradle-plugin/src/test/groovy/func/GradleCompatibilitySpec.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package func

import helper.BaseSpec
Expand Down
13 changes: 13 additions & 0 deletions gradle-plugin/src/test/groovy/helper/BaseSpec.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package helper

import org.apache.pekko.grpc.gradle.PekkoGrpcPluginExtension
Expand Down
13 changes: 13 additions & 0 deletions gradle-plugin/src/test/groovy/helper/ScalaWrapperPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package helper

import org.gradle.api.Plugin
Expand Down
13 changes: 13 additions & 0 deletions gradle-plugin/src/test/groovy/unit/ApplySpec.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package unit

import org.apache.pekko.grpc.gradle.PekkoGrpcPluginExtension
Expand Down
13 changes: 13 additions & 0 deletions gradle-plugin/src/test/groovy/unit/DependenciesSpec.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package unit

import org.apache.pekko.grpc.gradle.PekkoGrpcPluginExtension
Expand Down
13 changes: 13 additions & 0 deletions plugin-tester-java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

plugins {
id 'scala'
id 'org.apache.pekko.grpc.gradle'
Expand Down
13 changes: 13 additions & 0 deletions plugin-tester-java/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

pluginManagement {
repositories {
mavenLocal()
Expand Down
13 changes: 13 additions & 0 deletions plugin-tester-scala/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

plugins {
id 'org.apache.pekko.grpc.gradle'
}
Expand Down
13 changes: 13 additions & 0 deletions plugin-tester-scala/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
*/

pluginManagement {
repositories {
mavenLocal()
Expand Down

0 comments on commit 5febaaf

Please sign in to comment.