From a714e037c7a2d73231b586c09538d5211adf281a Mon Sep 17 00:00:00 2001 From: Kenny Shields Date: Tue, 14 Jan 2014 06:29:11 -0500 Subject: [PATCH] Update copyright notices --- init.lua | 2 +- libraries/debug.lua | 2 +- libraries/skins.lua | 2 +- libraries/templates.lua | 2 +- libraries/util.lua | 2 +- objects/base.lua | 2 +- objects/button.lua | 2 +- objects/checkbox.lua | 2 +- objects/collapsiblecategory.lua | 2 +- objects/columnlist.lua | 2 +- objects/form.lua | 2 +- objects/frame.lua | 2 +- objects/grid.lua | 2 +- objects/image.lua | 2 +- objects/imagebutton.lua | 2 +- objects/internal/closebutton.lua | 2 +- objects/internal/columnlist/columnlistarea.lua | 2 +- objects/internal/columnlist/columnlistheader.lua | 2 +- objects/internal/columnlist/columnlistrow.lua | 2 +- objects/internal/linenumberspanel.lua | 2 +- objects/internal/menuoption.lua | 2 +- objects/internal/modalbackground.lua | 2 +- objects/internal/multichoice/multichoicelist.lua | 2 +- objects/internal/multichoice/multichoicerow.lua | 2 +- objects/internal/scrollable/scrollarea.lua | 2 +- objects/internal/scrollable/scrollbar.lua | 2 +- objects/internal/scrollable/scrollbody.lua | 2 +- objects/internal/scrollable/scrollbutton.lua | 2 +- objects/internal/sliderbutton.lua | 2 +- objects/internal/tabbutton.lua | 2 +- objects/internal/tooltip.lua | 2 +- objects/list.lua | 2 +- objects/menu.lua | 2 +- objects/multichoice.lua | 2 +- objects/numberbox.lua | 2 +- objects/panel.lua | 2 +- objects/progressbar.lua | 2 +- objects/slider.lua | 2 +- objects/tabs.lua | 2 +- objects/text.lua | 2 +- objects/textinput.lua | 2 +- skins/Blue/skin.lua | 2 +- skins/Orange/skin.lua | 2 +- templates/base.lua | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/init.lua b/init.lua index 7e95f84..4b431e9 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ local path = ... diff --git a/libraries/debug.lua b/libraries/debug.lua index 86a4382..30220f3 100644 --- a/libraries/debug.lua +++ b/libraries/debug.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- debug library diff --git a/libraries/skins.lua b/libraries/skins.lua index 444da64..6fc6bff 100644 --- a/libraries/skins.lua +++ b/libraries/skins.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- skins library diff --git a/libraries/templates.lua b/libraries/templates.lua index eaeb631..bcf7a7b 100644 --- a/libraries/templates.lua +++ b/libraries/templates.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- templates library diff --git a/libraries/util.lua b/libraries/util.lua index fde2229..16622e5 100644 --- a/libraries/util.lua +++ b/libraries/util.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- util library diff --git a/objects/base.lua b/objects/base.lua index 496841c..def55ef 100644 --- a/objects/base.lua +++ b/objects/base.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- base object diff --git a/objects/button.lua b/objects/button.lua index 6b2bde7..25ab3e3 100644 --- a/objects/button.lua +++ b/objects/button.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- button object diff --git a/objects/checkbox.lua b/objects/checkbox.lua index 6481871..7b9f94e 100644 --- a/objects/checkbox.lua +++ b/objects/checkbox.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- checkbox object diff --git a/objects/collapsiblecategory.lua b/objects/collapsiblecategory.lua index d9ad0e0..8efb565 100644 --- a/objects/collapsiblecategory.lua +++ b/objects/collapsiblecategory.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- collapsiblecategory object diff --git a/objects/columnlist.lua b/objects/columnlist.lua index e27e250..dd828b1 100644 --- a/objects/columnlist.lua +++ b/objects/columnlist.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- columnlist object diff --git a/objects/form.lua b/objects/form.lua index ca9e839..fac7adc 100644 --- a/objects/form.lua +++ b/objects/form.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- form object diff --git a/objects/frame.lua b/objects/frame.lua index 3bc0df9..72a9c5a 100644 --- a/objects/frame.lua +++ b/objects/frame.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- frame object diff --git a/objects/grid.lua b/objects/grid.lua index c06c6a8..a805c54 100644 --- a/objects/grid.lua +++ b/objects/grid.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- grid object diff --git a/objects/image.lua b/objects/image.lua index c2587c4..31981fd 100644 --- a/objects/image.lua +++ b/objects/image.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- image object diff --git a/objects/imagebutton.lua b/objects/imagebutton.lua index d9c0eb1..a8fe630 100644 --- a/objects/imagebutton.lua +++ b/objects/imagebutton.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- imagebutton object diff --git a/objects/internal/closebutton.lua b/objects/internal/closebutton.lua index a33e103..d42685f 100644 --- a/objects/internal/closebutton.lua +++ b/objects/internal/closebutton.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- closebutton class diff --git a/objects/internal/columnlist/columnlistarea.lua b/objects/internal/columnlist/columnlistarea.lua index ceaa9a7..29994bf 100644 --- a/objects/internal/columnlist/columnlistarea.lua +++ b/objects/internal/columnlist/columnlistarea.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- columnlistarea class diff --git a/objects/internal/columnlist/columnlistheader.lua b/objects/internal/columnlist/columnlistheader.lua index 17e3c47..e960152 100644 --- a/objects/internal/columnlist/columnlistheader.lua +++ b/objects/internal/columnlist/columnlistheader.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- columnlistheader class diff --git a/objects/internal/columnlist/columnlistrow.lua b/objects/internal/columnlist/columnlistrow.lua index 17b180e..7fb5c88 100644 --- a/objects/internal/columnlist/columnlistrow.lua +++ b/objects/internal/columnlist/columnlistrow.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- columnlistrow class diff --git a/objects/internal/linenumberspanel.lua b/objects/internal/linenumberspanel.lua index 5477016..37b8bdb 100644 --- a/objects/internal/linenumberspanel.lua +++ b/objects/internal/linenumberspanel.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- linenumberspanel class diff --git a/objects/internal/menuoption.lua b/objects/internal/menuoption.lua index 1d383da..076804b 100644 --- a/objects/internal/menuoption.lua +++ b/objects/internal/menuoption.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- menuoption object diff --git a/objects/internal/modalbackground.lua b/objects/internal/modalbackground.lua index 683bc2e..a3abd60 100644 --- a/objects/internal/modalbackground.lua +++ b/objects/internal/modalbackground.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- modalbackground class diff --git a/objects/internal/multichoice/multichoicelist.lua b/objects/internal/multichoice/multichoicelist.lua index bfef048..35eb097 100644 --- a/objects/internal/multichoice/multichoicelist.lua +++ b/objects/internal/multichoice/multichoicelist.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- multichoicelist class diff --git a/objects/internal/multichoice/multichoicerow.lua b/objects/internal/multichoice/multichoicerow.lua index f96278c..3e03145 100644 --- a/objects/internal/multichoice/multichoicerow.lua +++ b/objects/internal/multichoice/multichoicerow.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- multichoicerow class diff --git a/objects/internal/scrollable/scrollarea.lua b/objects/internal/scrollable/scrollarea.lua index 5b5cfb5..d221d8c 100644 --- a/objects/internal/scrollable/scrollarea.lua +++ b/objects/internal/scrollable/scrollarea.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- scrollarea class diff --git a/objects/internal/scrollable/scrollbar.lua b/objects/internal/scrollable/scrollbar.lua index e14e1fa..c48a7bd 100644 --- a/objects/internal/scrollable/scrollbar.lua +++ b/objects/internal/scrollable/scrollbar.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- scrollbar class diff --git a/objects/internal/scrollable/scrollbody.lua b/objects/internal/scrollable/scrollbody.lua index d1104ab..7c3088b 100644 --- a/objects/internal/scrollable/scrollbody.lua +++ b/objects/internal/scrollable/scrollbody.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- scrollbar class diff --git a/objects/internal/scrollable/scrollbutton.lua b/objects/internal/scrollable/scrollbutton.lua index 57eeab3..8443e71 100644 --- a/objects/internal/scrollable/scrollbutton.lua +++ b/objects/internal/scrollable/scrollbutton.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- scrollbutton clas diff --git a/objects/internal/sliderbutton.lua b/objects/internal/sliderbutton.lua index 342b65f..4d3ed55 100644 --- a/objects/internal/sliderbutton.lua +++ b/objects/internal/sliderbutton.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- sliderbutton class diff --git a/objects/internal/tabbutton.lua b/objects/internal/tabbutton.lua index f852636..be67469 100644 --- a/objects/internal/tabbutton.lua +++ b/objects/internal/tabbutton.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- tabbutton class diff --git a/objects/internal/tooltip.lua b/objects/internal/tooltip.lua index 601367d..a7bf067 100644 --- a/objects/internal/tooltip.lua +++ b/objects/internal/tooltip.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- tooltip clas diff --git a/objects/list.lua b/objects/list.lua index 7a7d4f6..2f891d1 100644 --- a/objects/list.lua +++ b/objects/list.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- list object diff --git a/objects/menu.lua b/objects/menu.lua index 609b894..0b40513 100644 --- a/objects/menu.lua +++ b/objects/menu.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- menu object diff --git a/objects/multichoice.lua b/objects/multichoice.lua index 1b1ddc4..f1443dc 100644 --- a/objects/multichoice.lua +++ b/objects/multichoice.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- multichoice object diff --git a/objects/numberbox.lua b/objects/numberbox.lua index ff44051..9f2e78a 100644 --- a/objects/numberbox.lua +++ b/objects/numberbox.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- numberbox object diff --git a/objects/panel.lua b/objects/panel.lua index 712dfeb..824f793 100644 --- a/objects/panel.lua +++ b/objects/panel.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- panel object diff --git a/objects/progressbar.lua b/objects/progressbar.lua index a024687..dd38553 100644 --- a/objects/progressbar.lua +++ b/objects/progressbar.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- progressbar object diff --git a/objects/slider.lua b/objects/slider.lua index 66e8356..3b730f8 100644 --- a/objects/slider.lua +++ b/objects/slider.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- slider object diff --git a/objects/tabs.lua b/objects/tabs.lua index 498512c..9565995 100644 --- a/objects/tabs.lua +++ b/objects/tabs.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- tabs object diff --git a/objects/text.lua b/objects/text.lua index 131b88b..b6e4e07 100644 --- a/objects/text.lua +++ b/objects/text.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ --[[------------------------------------------------ diff --git a/objects/textinput.lua b/objects/textinput.lua index 39459d6..d4b7bd1 100644 --- a/objects/textinput.lua +++ b/objects/textinput.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- textinput object diff --git a/skins/Blue/skin.lua b/skins/Blue/skin.lua index 5897177..e8acb6a 100644 --- a/skins/Blue/skin.lua +++ b/skins/Blue/skin.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- skin table diff --git a/skins/Orange/skin.lua b/skins/Orange/skin.lua index 6b0043f..3162a6f 100644 --- a/skins/Orange/skin.lua +++ b/skins/Orange/skin.lua @@ -1,6 +1,6 @@ --[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- - -- Copyright (c) 2013 Kenny Shields -- + -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- skin table diff --git a/templates/base.lua b/templates/base.lua index c8a65ba..4b6a05c 100644 --- a/templates/base.lua +++ b/templates/base.lua @@ -1 +1 @@ ---[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- -- Copyright (c) 2013 Kenny Shields -- --]]------------------------------------------------ --[[------------------------------------------------ -- note: This is the base template for all Love Frames objects. You should not edit or delete this template unless you know what you are doing. --]]------------------------------------------------ -- template table local template = {} -- template name template.name = "Base" -- template properties template.properties = {} template.properties["*"] = { state = "none", x = 0, y = 0, width = 5, height = 5, staticx = 0, staticy = 0, draworder = 0, collide = true, internal = false, visible = true, hover = false, alwaysupdate = false, retainsize = false, calledmousefunc = false, skin = nil, clickbounds = nil, Draw = nil, Update = nil, OnMouseEnter = nil, OnMouseExit = nil } -- register the template loveframes.templates.Register(template) \ No newline at end of file +--[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ --[[------------------------------------------------ -- note: This is the base template for all Love Frames objects. You should not edit or delete this template unless you know what you are doing. --]]------------------------------------------------ -- template table local template = {} -- template name template.name = "Base" -- template properties template.properties = {} template.properties["*"] = { state = "none", x = 0, y = 0, width = 5, height = 5, staticx = 0, staticy = 0, draworder = 0, collide = true, internal = false, visible = true, hover = false, alwaysupdate = false, retainsize = false, calledmousefunc = false, skin = nil, clickbounds = nil, Draw = nil, Update = nil, OnMouseEnter = nil, OnMouseExit = nil } -- register the template loveframes.templates.Register(template) \ No newline at end of file