From 347873b529e1cd63da5c67ee128d95e1f3e59419 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 16 Mar 2019 20:05:46 +0100 Subject: [PATCH] Update outdated metadata and add missing comment headings This includes copyright headers with outdated addresses and formats, unused configuration properties and up-to-date best config practices. GH-112 --- .circleci/config.yml | 4 ++-- .editorconfig | 31 +++++++++++++++++++------------ .gitattributes | 10 ++++++++++ .gitignore | 35 +++++++++++++++-------------------- .npmrc | 9 ++++++++- .stylelintrc.js | 10 +++++----- LICENSE.md | 4 ++-- 7 files changed, 61 insertions(+), 42 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c8418f9..85cec5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,5 @@ -# Copyright (c) 2016-present Arctic Ice Studio -# Copyright (c) 2016-present Sven Greb +# Copyright (C) 2016-present Arctic Ice Studio +# Copyright (C) 2016-present Sven Greb # Project: Nord # Repository: https://github.com/arcticicestudio/nord diff --git a/.editorconfig b/.editorconfig index 40a17f9..c27f0c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,10 @@ +# Copyright (C) 2016-present Arctic Ice Studio +# Copyright (C) 2016-present Sven Greb +# +# Project: Nord +# Repository: https://github.com/arcticicestudio/nord +# License: MIT + # +--------------------+ # + Base Configuration + # +--------------------+ @@ -7,20 +14,13 @@ end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true -max_line_length = 160 +max_line_length = 120 trim_trailing_whitespace = true -# +-----------+ -# + Languages + -# +-----------+ -# +--- Markdown ---+ -[*.{md,gfm}] -trim_trailing_whitespace = false - -# +-----------------------+ -# + Native Color Palettes + -# +-----------------------+ -[/src/native/*.{aco,ase,clr,gpa,gpl,mtl}] +# +----------------+ +# + Color Swatches + +# +----------------+ +[/src/swatches/*.{aco,ase,clr,gpa,gpl,mtl}] charset = none end_of_line = none indent_size = none @@ -28,3 +28,10 @@ indent_style = none insert_final_newline = false max_line_length = none trim_trailing_whitespace = false + +# +-----------+ +# + Languages + +# +-----------+ +# +--- Markdown ---+ +[*.{md}] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes index 87c4081..da30ce3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,13 @@ +# Copyright (C) 2016-present Arctic Ice Studio +# Copyright (C) 2016-present Sven Greb +# +# Project: Nord +# Repository: https://github.com/arcticicestudio/nord +# License: MIT +# References: +# https://git-scm.com/docs/gitattributes +# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion + # Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary # untouched. * text=auto diff --git a/.gitignore b/.gitignore index d25d368..c460db3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,19 @@ +# Copyright (C) 2016-present Arctic Ice Studio +# Copyright (C) 2016-present Sven Greb +# +# Project: Nord +# Repository: https://github.com/arcticicestudio/nord +# License: MIT + +# +------+ +# + Logs + +# +------+ +logs/ +**/*.log +npm-debug.log* + # +---------+ # + Node.js + # +---------+ -node_modules -npm-debug.log* +**/node_modules/ .npm/ -*.log -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# +-------------------+ -# + Project Structure + -# +-------------------+ -build/ -dist/ - -# +------+ -# + Sass + -# +------+ -.sass-cache -*.css.map diff --git a/.npmrc b/.npmrc index 0ca8d2a..11f4edd 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,9 @@ -package-lock=false +; Copyright (C) 2016-present Arctic Ice Studio +; Copyright (C) 2016-present Sven Greb +; +; Project: Nord +; Repository: https://github.com/arcticicestudio/nord +; License: MIT + +package-lock=true save-exact=true diff --git a/.stylelintrc.js b/.stylelintrc.js index f36d51f..fcdd32c 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2016-present Arctic Ice Studio - * Copyright (c) 2016-present Sven Greb + * Copyright (C) 2016-present Arctic Ice Studio + * Copyright (C) 2016-present Sven Greb * * Project: Nord * Repository: https://github.com/arcticicestudio/nord @@ -12,10 +12,10 @@ */ module.exports = { - "extends": "stylelint-config-standard", - "rules": { + extends: "stylelint-config-standard", + rules: { "color-hex-case": "lower", "comment-empty-line-before": null, "selector-pseudo-element-colon-notation": "single" } -} +}; diff --git a/LICENSE.md b/LICENSE.md index 34bd797..2c65975 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ MIT License (MIT) -Copyright (c) 2016-present Arctic Ice Studio (http://arcticicestudio.com) -Copyright (c) 2016-present Sven Greb (http://svengreb.de) +Copyright (c) 2016-present Arctic Ice Studio (https://www.arcticicestudio.com) +Copyright (c) 2016-present Sven Greb (https://www.svengreb.de) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal