Add the script name at the top, with a one-line description

It should help ensuring that you have the right script contents when saving. It also provides a short description, to get a rough idea of what it's about.

The only code change is the product name in [AV]xcite! to add a TM symbol to Xcite!
This commit is contained in:
Sei Lisa 2017-11-13 14:08:37 +01:00 committed by Sei-Lisa
parent 91e10390fc
commit aa9cba13a5
27 changed files with 62 additions and 8 deletions

View file

@ -1,4 +1,6 @@
/*
/*
* [AV]LockGuard-object - Allows props to be used as chain targets.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.

View file

@ -1,4 +1,6 @@
/*
/*
* [AV]LockGuard - Attach LockGuard V2 chains
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.

View file

@ -1,4 +1,6 @@
/*
* [AV]Xcite! - Allows working with Xcite!™ and Sensations products
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
@ -12,7 +14,7 @@
* instructions can be found at http://avsitter.github.io
*/
string product = "AVsitter™ Xcite!";
string product = "AVsitter™ Xcite!";
string version = "1.02";
string notecard_name = "[AV]Xcite_settings";
key notecard_key;

View file

@ -1,4 +1,6 @@
/*
* [AV]root-RLV-extra - Additional features for the RLV plugin
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.

View file

@ -1,4 +1,6 @@
/*
* [AV]root-RLV - RLV plugin for AVsitter
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.

View file

@ -1,4 +1,6 @@
/*
* [AV]root-control - Allow others to control the menu
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.