Skip to content

Commit cc2eba2

Browse files
committed
Remove year from all copyright notices.
1 parent b8dbf2a commit cc2eba2

File tree

18 files changed

+19
-21
lines changed

18 files changed

+19
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
# Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
# Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// swift-tools-version:5.5
22

3-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
3+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

Sources/ReleaseNotesCore/App.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

Sources/ReleaseNotesCore/Dictionary+ext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

Sources/ReleaseNotesCore/PackageResolved.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

Sources/ReleaseNotesCore/ParsableCommand+async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

Sources/ReleaseNotesCore/Parser.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ enum Parser {
2222
Int.parser()
2323
Skip { " dependenc" }
2424
}
25-
25+
2626
static let progressLine = Parse {
2727
Not { dependencyStart }
2828
Skip { PrefixThrough("\n") }

Sources/ReleaseNotesCore/ReleaseNotes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

Sources/ReleaseNotesCore/Revision.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Dave Verwer, Sven A. Schmidt, and other contributors.
1+
// Copyright Dave Verwer, Sven A. Schmidt, and other contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)