Skip to content

Commit

Permalink
Fix copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
iselo committed Sep 3, 2023
1 parent 71d3149 commit 3f90dcc
Show file tree
Hide file tree
Showing 22 changed files with 168 additions and 772 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle

import org.gradle.api.Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.checkstyle

import co.raccoons.local.gradle.Presets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.checkstyle

import org.gradle.api.plugins.quality.CheckstyleReports
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.jacoco

import org.gradle.api.Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.jacoco

import org.gradle.testing.jacoco.tasks.JacocoReportsContainer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.java

import org.gradle.api.Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.javadoc

import org.gradle.api.Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.javadoc

class JavadocTag(private val name: String, private val head: String) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.repository

import org.gradle.api.Plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2023, Raccoons. Developing simple way to change.
*
* @license MIT
*/

package co.raccoons.local.gradle.test

import co.raccoons.local.gradle.java.Dependency
Expand All @@ -20,7 +26,7 @@ class TestNgConfiguration private constructor(

private val dependencyScopeBuilder = DependencyScope.newBuilder()

fun c(dependency: Dependency): Builder {
fun addDependency(dependency: Dependency): Builder {
this.dependencyScopeBuilder.add(dependency)
return this
}
Expand Down
Loading

0 comments on commit 3f90dcc

Please sign in to comment.