From 9adc7b23acbd6840b31f2e33f9ab88c3b7c945bf Mon Sep 17 00:00:00 2001 From: Kritika Singh Date: Thu, 3 Jan 2019 16:32:48 +0530 Subject: [PATCH] Updated copyrights --- .gitignore | 3 ++- .idea/copyright/Apache_2_0.xml | 7 +++++++ .idea/copyright/profiles_settings.xml | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .idea/copyright/Apache_2_0.xml create mode 100644 .idea/copyright/profiles_settings.xml diff --git a/.gitignore b/.gitignore index 8ed675ef..2d06dd79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Intellij files -.idea/ +.idea/* +!.idea/copyright # gradle's output dir build/ diff --git a/.idea/copyright/Apache_2_0.xml b/.idea/copyright/Apache_2_0.xml new file mode 100644 index 00000000..8275ae5c --- /dev/null +++ b/.idea/copyright/Apache_2_0.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 00000000..e8b7816e --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file