Skip to content

Commit 0b7f5dc

Browse files
Paul Boocockgreg-el
authored andcommitted
Bump Copyright to 2022 (close #1040)
1 parent 3b6e8ed commit 0b7f5dc

File tree

199 files changed

+454
-280
lines changed

Some content is hidden

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

199 files changed

+454
-280
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2021 Snowplow Analytics Ltd, 2010 Anthon Pang
3+
Copyright (c) 2022 Snowplow Analytics Ltd, 2010 Anthon Pang
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rushx test:e2e:local
9090

9191
Licensed and distributed under the [BSD 3-Clause License](LICENSE) ([An OSI Approved License][osi]).
9292

93-
Copyright (c) 2021 Snowplow Analytics Ltd, 2010 Anthon Pang.
93+
Copyright (c) 2022 Snowplow Analytics Ltd, 2010 Anthon Pang.
9494

9595
All rights reserved.
9696

banner.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Snowplow Analytics Ltd, 2010 Anthon Pang
2+
* Copyright (c) 2022 Snowplow Analytics Ltd, 2010 Anthon Pang
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -30,18 +30,18 @@
3030

3131
import license from 'rollup-plugin-license';
3232

33-
const mainCopyright = 'Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang';
34-
const altCopyright = 'Copyright 2021 Snowplow Analytics Ltd';
33+
const mainCopyright = 'Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang';
34+
const snowplowCopyright = 'Copyright 2022 Snowplow Analytics Ltd';
3535

36-
const bannerContent = (alt) => `<%= pkg.description %> v<%= pkg.version %> (<%= pkg.homepage %>)
37-
${alt ? altCopyright : mainCopyright}
36+
const bannerContent = (snowplowOnlyCopyright) => `<%= pkg.description %> v<%= pkg.version %> (<%= pkg.homepage %>)
37+
${snowplowOnlyCopyright ? snowplowCopyright : mainCopyright}
3838
Licensed under <%= pkg.license %>`;
3939

40-
export const banner = (alt = false) =>
40+
export const banner = (snowplowOnlyCopyright = false) =>
4141
license({
4242
sourcemap: true,
4343
banner: {
44-
content: bannerContent(alt),
44+
content: bannerContent(snowplowOnlyCopyright),
4545
commentStyle: 'ignored',
4646
},
4747
});
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump Copyright to 2022 (#1040)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-ad-tracking"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-ad-tracking",
10+
"email": "paul@snowplowanalytics.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump Copyright to 2022 (#1040)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-browser-features"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-browser-features",
10+
"email": "paul@snowplowanalytics.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump Copyright to 2022 (#1040)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-client-hints"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-client-hints",
10+
"email": "paul@snowplowanalytics.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump Copyright to 2022 (#1040)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-consent"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-consent",
10+
"email": "paul@snowplowanalytics.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump Copyright to 2022 (#1040)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-debugger"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-debugger",
10+
"email": "paul@snowplowanalytics.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump Copyright to 2022 (#1040)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-ecommerce"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-ecommerce",
10+
"email": "paul@snowplowanalytics.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump Copyright to 2022 (#1040)",
5+
"type": "none",
6+
"packageName": "@snowplow/browser-plugin-enhanced-ecommerce"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-enhanced-ecommerce",
10+
"email": "paul@snowplowanalytics.com"
11+
}

0 commit comments

Comments
 (0)