Browse Source

Apply consistent copyright headers in Kotlin source code

See gh-35070
pull/35086/head
Sam Brannen 6 months ago
parent
commit
74ee1b991a
  1. 2
      spring-context/src/main/kotlin/org/springframework/ui/ModelExtensions.kt
  2. 2
      spring-context/src/main/kotlin/org/springframework/ui/ModelMapExtensions.kt
  3. 2
      spring-context/src/test/kotlin/org/springframework/ui/ModelExtensionsTests.kt
  4. 2
      spring-context/src/test/kotlin/org/springframework/ui/ModelMapExtensionsTests.kt
  5. 28
      spring-core/src/test/kotlin/org/springframework/core/annotation/FilterWithAlias.kt
  6. 28
      spring-core/src/test/kotlin/org/springframework/core/annotation/FiltersWithoutAlias.kt
  7. 2
      spring-jdbc/src/main/kotlin/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceExtensions.kt
  8. 2
      spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/DataClassRowMapperKotlinTests.kt
  9. 2
      spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/JdbcOperationsExtensionsTests.kt
  10. 2
      spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceExtensionsTests.kt

2
spring-context/src/main/kotlin/org/springframework/ui/ModelExtensions.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

2
spring-context/src/main/kotlin/org/springframework/ui/ModelMapExtensions.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

2
spring-context/src/test/kotlin/org/springframework/ui/ModelExtensionsTests.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

2
spring-context/src/test/kotlin/org/springframework/ui/ModelMapExtensionsTests.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

28
spring-core/src/test/kotlin/org/springframework/core/annotation/FilterWithAlias.kt

@ -1,18 +1,18 @@
/* /*
* Copyright 2002-present the original author or authors. * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* https://www.apache.org/licenses/LICENSE-2.0 * https://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.core.annotation package org.springframework.core.annotation

28
spring-core/src/test/kotlin/org/springframework/core/annotation/FiltersWithoutAlias.kt

@ -1,18 +1,18 @@
/* /*
* Copyright 2002-present the original author or authors. * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* https://www.apache.org/licenses/LICENSE-2.0 * https://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.core.annotation package org.springframework.core.annotation

2
spring-jdbc/src/main/kotlin/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceExtensions.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

2
spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/DataClassRowMapperKotlinTests.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

2
spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/JdbcOperationsExtensionsTests.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

2
spring-jdbc/src/test/kotlin/org/springframework/jdbc/core/namedparam/MapSqlParameterSourceExtensionsTests.kt

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-present the original author or authors * Copyright 2002-present the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

Loading…
Cancel
Save