Skip to content

Commit 639c633

Browse files
committed
Standardize copyright statement
1 parent 114ed09 commit 639c633

File tree

7 files changed

+14
-19
lines changed

7 files changed

+14
-19
lines changed

Example/Sources/ContentView.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
//
2-
// ContentView.swift
3-
// iOS Example
4-
//
5-
// Created by William Entriken on Mar 27, 2024.
2+
// Copyright (c) William Entriken and the FDWaveformView contributors
63
//
74

85
import FDWaveformView

Example/Sources/ExampleApp.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
//
2-
// ExampleApp.swift
3-
// Example
4-
//
5-
// Created by William Entriken on Mar 27, 2024.
2+
// Copyright (c) William Entriken and the FDWaveformView contributors
63
//
74

85
import SwiftUI

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013–2024 William Entriken <[email protected]>
1+
Copyright (c) William Entriken and the FDWaveformView contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Sources/FDWaveformView/FDAudioContext.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import AVFoundation
21
//
3-
// Copyright 2013 - 2017, William Entriken and the FDWaveformView contributors.
2+
// Copyright (c) William Entriken and the FDWaveformView contributors
43
//
5-
import UIKit
4+
import AVFoundation
65

76
/// Holds audio information used for building waveforms
87
final class FDAudioContext {

Sources/FDWaveformView/FDWaveformRenderOperation.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import AVFoundation
2-
import Accelerate
31
//
4-
// Copyright 2013 - 2017, William Entriken and the FDWaveformView contributors.
2+
// Copyright (c) William Entriken and the FDWaveformView contributors
53
//
4+
import AVFoundation
5+
import Accelerate
66
import UIKit
77

88
/// Format options for FDWaveformRenderOperation

Sources/FDWaveformView/FDWaveformView.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import AVFoundation
2-
import Accelerate
3-
import MediaPlayer
41
//
5-
// Copyright 2013 - 2017, William Entriken and the FDWaveformView contributors.
2+
// Copyright (c) William Entriken and the FDWaveformView contributors
63
//
4+
import AVFoundation
5+
import Accelerate
76
import UIKit
87

98
// FROM http://stackoverflow.com/questions/5032775/drawing-waveform-with-avassetreader

Tests/FDWaveformViewTests/FDWaveformViewTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//
2+
// Copyright (c) William Entriken and the FDWaveformView contributors
3+
//
14
import XCTest
25

36
@testable import FDWaveformView

0 commit comments

Comments
 (0)