Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removed extra magic fields and changed year to 2024 #28

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions css/header.part.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Hive UX Framework
Copyright (c) 2008-2020 Hive Solutions Lda.
Copyright (c) 2008-2024 Hive Solutions Lda.

This file is part of Hive UX Framework.

Expand All @@ -22,9 +22,6 @@ Hive UX Framework. If not, see <http://www.apache.org/licenses/>.

/*
__author__ = Francisco Castro <[email protected]> & João Magalhães <[email protected]>
__version__ = 1.0.0
__revision__ = $LastChangedRevision$
__date__ = $LastChangedDate$
__copyright__ = Copyright (c) 2008-2020 Hive Solutions Lda.
__copyright__ = Copyright (c) 2008-2024 Hive Solutions Lda.
__license__ = Apache License, Version 2.0
*/
7 changes: 2 additions & 5 deletions js/header.part.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Hive UX Framework
// Copyright (c) 2008-2020 Hive Solutions Lda.
// Copyright (c) 2008-2024 Hive Solutions Lda.
//
// This file is part of Hive UX Framework.
//
Expand All @@ -17,8 +17,5 @@
// Hive UX Framework. If not, see <http://www.apache.org/licenses/>.

// __author__ = João Magalhães <[email protected]> & Luís Martinho <[email protected]>
// __version__ = 1.0.0
// __revision__ = $LastChangedRevision$
// __date__ = $LastChangedDate$
// __copyright__ = Copyright (c) 2008-2020 Hive Solutions Lda.
// __copyright__ = Copyright (c) 2008-2024 Hive Solutions Lda.
// __license__ = Apache License, Version 2.0
2 changes: 1 addition & 1 deletion js/layout/replacer.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/navigation/scroll_to.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
* @credits Ariel Flesler <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion js/ui/breadcrumbs.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/button.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/button_group.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/calendar.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/carousel.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/check_field.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/code.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/cross_list.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/drop_down.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/drop_field.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/drop_list.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/drop_tag.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/file_field.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]> & Luís Martinho <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/filter.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/header_notification.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/image.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/incremental_field.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/menu.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/menu_link.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/notification.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/overlay.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/overlay_panel.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/overlay_search.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/panel.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/panel_more.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/panel_stack.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/radio_field.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/scroll_list.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/select_field.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/select_list.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/slider.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/slider_bar.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/slideshow.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/source_list.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/stack.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/tab_panel.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/table.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]> & Luís Martinho <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
2 changes: 1 addition & 1 deletion js/ui/tag_field.part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (typeof require !== "undefined") {
* @author João Magalhães <[email protected]>
* @version 1.0
* @category jQuery plugin
* @copyright Copyright (c) 2008-2020 Hive Solutions Lda.
* @copyright Copyright (c) 2008-2024 Hive Solutions Lda.
* @license Apache License, Version 2.0 - http://www.apache.org/licenses/
*/
(function(jQuery) {
Expand Down
Loading