Skip to content

Commit 59b89f4

Browse files
authored
Update license (#9)
1 parent 85fbdf0 commit 59b89f4

File tree

203 files changed

+203
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+203
-203
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
1+
Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
22

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

src/main/java/com/darksci/pardot/api/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/InvalidRequestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/LoginFailedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/PardotClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/ParserException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/parser/ErrorResponseParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/parser/JacksonFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

src/main/java/com/darksci/pardot/api/parser/PardotBooleanSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017 Stephen Powis https://github.com/Crim/pardot-java-client
2+
* Copyright 2017, 2018 Stephen Powis https://github.com/Crim/pardot-java-client
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

0 commit comments

Comments
 (0)