mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Copyright Besu (#7768)
* update copyright for new files only if not matching existing patterns * scripts too * scripts all use Besu copyright Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
2
.github/workflows/BesuContainerVerify.sh
vendored
2
.github/workflows/BesuContainerVerify.sh
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
2
.github/workflows/splitList.sh
vendored
2
.github/workflows/splitList.sh
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
2
.github/workflows/splitTestsByTime.sh
vendored
2
.github/workflows/splitTestsByTime.sh
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ allprojects {
|
|||||||
// apply appropriate license header files.
|
// apply appropriate license header files.
|
||||||
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.license").named("older").onlyIfContentMatches("^/\\*\\r?\\n.*Copyright ConsenSys AG\\.")
|
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.license").named("older").onlyIfContentMatches("^/\\*\\r?\\n.*Copyright ConsenSys AG\\.")
|
||||||
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.date.license").named("older.year").onlyIfContentMatches("^/\\*\\r?\\n.* Copyright \\d{4} ConsenSys AG\\.")
|
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.date.license").named("older.year").onlyIfContentMatches("^/\\*\\r?\\n.* Copyright \\d{4} ConsenSys AG\\.")
|
||||||
licenseHeaderFile("${rootDir}/gradle/spotless/java.current.license").named("current").onlyIfContentMatches("^(?!/\\*\\r?\\n \\*.*ConsenSys AG\\.)")
|
licenseHeaderFile("${rootDir}/gradle/spotless/java.current.license").named("current").onlyIfContentMatches("^(?!/\\*\\r?\\n \\*.*(ConsenSys AG|Hyperledger Besu)\\.)")
|
||||||
}
|
}
|
||||||
// spotless check applied to build.gradle (groovy) files
|
// spotless check applied to build.gradle (groovy) files
|
||||||
groovyGradle {
|
groovyGradle {
|
||||||
@@ -240,7 +240,7 @@ allprojects {
|
|||||||
|
|
||||||
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.license","^pragma solidity.+?").named("former").onlyIfContentMatches("^/\\*\\r?\\n.*Copyright ConsenSys AG\\.")
|
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.license","^pragma solidity.+?").named("former").onlyIfContentMatches("^/\\*\\r?\\n.*Copyright ConsenSys AG\\.")
|
||||||
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.date.license","^pragma solidity.+?").named("former.date").onlyIfContentMatches("^/\\*\\r?\\n.* Copyright \\d{4} ConsenSys AG\\.")
|
licenseHeaderFile("${rootDir}/gradle/spotless/java.former.date.license","^pragma solidity.+?").named("former.date").onlyIfContentMatches("^/\\*\\r?\\n.* Copyright \\d{4} ConsenSys AG\\.")
|
||||||
licenseHeaderFile("${rootDir}/gradle/spotless/java.current.license","^pragma solidity.+?").named("current").onlyIfContentMatches("^(?!/\\*\\r?\\n \\*.*ConsenSys AG\\.)")
|
licenseHeaderFile("${rootDir}/gradle/spotless/java.current.license","^pragma solidity.+?").named("current").onlyIfContentMatches("^(?!/\\*\\r?\\n \\*.*(ConsenSys AG|Hyperledger Besu)\\.)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright contributors to Hyperledger Besu.
|
* Copyright contributors to Besu.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
* the License. You may obtain a copy of the License at
|
* the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##
|
##
|
||||||
## Copyright contributors to Hyperledger Besu.
|
## Copyright contributors to Besu.
|
||||||
##
|
##
|
||||||
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
## Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||||
## the License. You may obtain a copy of the License at
|
## the License. You may obtain a copy of the License at
|
||||||
|
|||||||
Reference in New Issue
Block a user