From 59be82ae9a2687ce24da2589214a55516a4639a8 Mon Sep 17 00:00:00 2001 From: Jeremy Wiebe Date: Tue, 31 Oct 2017 13:18:57 -0700 Subject: [PATCH 1/2] Add TypeScript support --- copyright/headers/copyright-header.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 copyright/headers/copyright-header.ts diff --git a/copyright/headers/copyright-header.ts b/copyright/headers/copyright-header.ts new file mode 100644 index 0000000..3d2ca61 --- /dev/null +++ b/copyright/headers/copyright-header.ts @@ -0,0 +1,3 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * */ +/* Copyright (c) year Mobify Research & Development Inc. All rights reserved. */ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * */ From ea5abbe4685397f58243f9b385c38d6ff3404bd2 Mon Sep 17 00:00:00 2001 From: Jeremy Wiebe Date: Tue, 31 Oct 2017 13:47:45 -0700 Subject: [PATCH 2/2] Don't forget about .tsx support! --- copyright/headers/copyright-header.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 copyright/headers/copyright-header.tsx diff --git a/copyright/headers/copyright-header.tsx b/copyright/headers/copyright-header.tsx new file mode 100644 index 0000000..3d2ca61 --- /dev/null +++ b/copyright/headers/copyright-header.tsx @@ -0,0 +1,3 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * */ +/* Copyright (c) year Mobify Research & Development Inc. All rights reserved. */ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * */