Skip to content

Commit

Permalink
Copyright update
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Oct 20, 2020
1 parent e2eb7fa commit f3a0074
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Example/main.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Zhiyu Zhu/朱智语
Copyright (c) 2017-2020 Zhiyu Zhu/朱智语/ApolloZhu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 0 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,14 @@ import PackageDescription
let package = Package(
name: "swift_qrcodejs",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "swift_qrcodejs",
targets: ["swift_qrcodejs"]),
.executable(
name: "swift_qrcodejs-cli",
targets: ["swift_qrcodejs-cli"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "swift_qrcodejs",
dependencies: [],
Expand Down
2 changes: 1 addition & 1 deletion Sources/BCHUtil.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/QR8bitByte.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>
Copyright (c) 2017 EyreFree <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRBitBuffer.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRCode.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRCodeError.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRCodeModel.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>
Copyright (c) 2017 EyreFree <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRCodeType.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRErrorCorrectLevel.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRMaskPattern.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>
Copyright (c) 2017 EyreFree <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRMath.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>
Copyright (c) 2017 EyreFree <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRMode.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>
Copyright (c) 2017 EyreFree <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRPatternLocator.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRPolynomial.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>
Copyright (c) 2017 EyreFree <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion Sources/QRRSBlock.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2012 davidshimjs
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/swift_qrcodejs.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
MIT License
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Tests/swift_qrcodejsTests/swift_qrcodejsTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2017-2019 ApolloZhu <[email protected]>
Copyright (c) 2017-2020 ApolloZhu <[email protected]>

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

0 comments on commit f3a0074

Please sign in to comment.