From 605b146dcff7be6105f249bc554e012811cbf8e3 Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 9 May 2018 06:53:00 -0400 Subject: [PATCH] add comment to helper.css --- helper.css | 16 ++++++++++++++++ plugin.js | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/helper.css b/helper.css index 27cca77..d1d93f0 100644 --- a/helper.css +++ b/helper.css @@ -1,3 +1,19 @@ +/* + + EndPwn3 System (style component) + + Copyright 2018 EndPwn Project + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + https://github.com/endpwn/ + +*/ + .profileBadgeEndPwn { background-image: url(https://dr1ft.xyz/sigma_solid.svg); background-position: center; diff --git a/plugin.js b/plugin.js index 8004d5f..445e40e 100644 --- a/plugin.js +++ b/plugin.js @@ -1,6 +1,6 @@ /* - EndPwn3 System Plugin + EndPwn3 System (script component) Copyright 2018 EndPwn Project