Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Carey <lcarey@rodete-desktop-gce-imager2.corp.google.com>2018-10-10 02:04:28 +0300
committerLisa Carey <lcarey@rodete-desktop-gce-imager2.corp.google.com>2018-10-10 02:04:28 +0300
commit7705227600380709c4136891855b7f9412a3ab15 (patch)
tree324782ae0d96c30fb6b997db733165a71319ad1e /postcss.config.js
parentd334be115a2684129d9a3f8403140ed225129e2b (diff)
Add license boilerplate
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js18
1 files changed, 17 insertions, 1 deletions
diff --git a/postcss.config.js b/postcss.config.js
index 3b18218..13d64ec 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,3 +1,19 @@
+/*
+Copyright 2018 Google LLC
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
module.exports = {
plugins: {
autoprefixer: {
@@ -13,4 +29,4 @@ module.exports = {
]
}
},
-} \ No newline at end of file
+}