[PC-BSD Commits] r21627 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 21 08:25:49 PST 2013
Author: kenmoore
Date: 2013-02-21 16:25:49 +0000 (Thu, 21 Feb 2013)
New Revision: 21627
Added:
pcbsd-projects/PCDM/LICENSE
Modified:
pcbsd-projects/PCDM/dialogKeyboard.cpp
pcbsd-projects/PCDM/dialogKeyboard.h
pcbsd-projects/PCDM/dialogLocale.cpp
pcbsd-projects/PCDM/dialogLocale.h
pcbsd-projects/PCDM/fancySwitcher.cpp
pcbsd-projects/PCDM/fancySwitcher.h
pcbsd-projects/PCDM/loginWidget.cpp
pcbsd-projects/PCDM/loginWidget.h
pcbsd-projects/PCDM/main.cpp
pcbsd-projects/PCDM/pcdm-backend.cpp
pcbsd-projects/PCDM/pcdm-backend.h
pcbsd-projects/PCDM/pcdm-config.cpp
pcbsd-projects/PCDM/pcdm-config.h
pcbsd-projects/PCDM/pcdm-gui.cpp
pcbsd-projects/PCDM/pcdm-gui.h
pcbsd-projects/PCDM/pcdm-xprocess.cpp
pcbsd-projects/PCDM/pcdm-xprocess.h
pcbsd-projects/PCDM/themeItem.h
pcbsd-projects/PCDM/themeStruct.cpp
pcbsd-projects/PCDM/themeStruct.h
Log:
Add all the licensing information for PCDM, (3-clause BSD, copyright 2013 PC-BSD Project)
Modified: pcbsd-projects/PCDM/dialogKeyboard.cpp
===================================================================
--- pcbsd-projects/PCDM/dialogKeyboard.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/dialogKeyboard.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,14 +1,11 @@
-/****************************************************************************
-** ui.h extension file, included from the uic-generated form implementation.
-**
-** If you want to add, delete, or rename functions or slots, use
-** Qt Designer to update this file, preserving your code.
-**
-** You should not define a constructor or destructor in this file.
-** Instead, write your code in functions called init() and destroy().
-** These will automatically be called by the form's constructor and
-** destructor.
-*****************************************************************************/
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*
+* Note: This file initially copied from the graphical PC-BSD installer
+*/
+
#include "pcdm-backend.h"
#include "dialogKeyboard.h"
#include "ui_dialogKeyboard.h"
Modified: pcbsd-projects/PCDM/dialogKeyboard.h
===================================================================
--- pcbsd-projects/PCDM/dialogKeyboard.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/dialogKeyboard.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,10 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*
+* Note: This file initially copied from the graphical PC-BSD installer
+*/
#ifndef DIALOGKEY_H
#define DIALOGKEY_H
Modified: pcbsd-projects/PCDM/dialogLocale.cpp
===================================================================
--- pcbsd-projects/PCDM/dialogLocale.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/dialogLocale.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,14 +1,11 @@
-/****************************************************************************
-** ui.h extension file, included from the uic-generated form implementation.
-**
-** If you want to add, delete, or rename functions or slots, use
-** Qt Designer to update this file, preserving your code.
-**
-** You should not define a constructor or destructor in this file.
-** Instead, write your code in functions called init() and destroy().
-** These will automatically be called by the form's constructor and
-** destructor.
-*****************************************************************************/
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*
+* Note: This file initially copied from the graphical PC-BSD installer
+*/
+
#include <QDebug>
#include <QFile>
#include "dialogLocale.h"
Modified: pcbsd-projects/PCDM/dialogLocale.h
===================================================================
--- pcbsd-projects/PCDM/dialogLocale.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/dialogLocale.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,10 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*
+* Note: This file initially copied from the graphical PC-BSD installer
+*/
#ifndef DIALOGLOC_H
#define DIALOGLOC_H
Modified: pcbsd-projects/PCDM/fancySwitcher.cpp
===================================================================
--- pcbsd-projects/PCDM/fancySwitcher.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/fancySwitcher.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
/*
Sub-classed fancy widget for selecting a desktop environment
*/
Modified: pcbsd-projects/PCDM/fancySwitcher.h
===================================================================
--- pcbsd-projects/PCDM/fancySwitcher.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/fancySwitcher.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
/*
Sub-classed widget for a fancy item selector
*/
Modified: pcbsd-projects/PCDM/loginWidget.cpp
===================================================================
--- pcbsd-projects/PCDM/loginWidget.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/loginWidget.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,5 +1,11 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
/*
-Sub-classed login widget for selecting a desktop environment
+Sub-classed widget for inputting login information
*/
#include "loginWidget.h"
Modified: pcbsd-projects/PCDM/loginWidget.h
===================================================================
--- pcbsd-projects/PCDM/loginWidget.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/loginWidget.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,5 +1,11 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
/*
- Sub-classed widget for a fancy item selector
+ Sub-classed widget for a login entry box
*/
#ifndef LOGIN_WIDGET_H
Modified: pcbsd-projects/PCDM/main.cpp
===================================================================
--- pcbsd-projects/PCDM/main.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/main.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#include <QtGui/QApplication>
#include <QTranslator>
#include <QLocale>
Modified: pcbsd-projects/PCDM/pcdm-backend.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-backend.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-backend.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#include <sys/types.h>
#include <security/pam_appl.h>
#include <QProcess>
Modified: pcbsd-projects/PCDM/pcdm-backend.h
===================================================================
--- pcbsd-projects/PCDM/pcdm-backend.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-backend.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#ifndef PCDM_BACKEND_H
#define PCDM_BACKEND_H
Modified: pcbsd-projects/PCDM/pcdm-config.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-config.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-config.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#include "pcdm-config.h"
#include "pcdm-backend.h"
Modified: pcbsd-projects/PCDM/pcdm-config.h
===================================================================
--- pcbsd-projects/PCDM/pcdm-config.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-config.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#ifndef PCDM_CONFIG_H
#define PCDM_CONFIG_H
Modified: pcbsd-projects/PCDM/pcdm-gui.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#include <QProcess>
#include <QTimer>
#include <QGraphicsPixmapItem>
Modified: pcbsd-projects/PCDM/pcdm-gui.h
===================================================================
--- pcbsd-projects/PCDM/pcdm-gui.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-gui.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#ifndef PCDMGUI_H
#define PCDMGUI_H
Modified: pcbsd-projects/PCDM/pcdm-xprocess.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-xprocess.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-xprocess.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,5 +1,11 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
/*
-Sub-classed fancy widget for selecting a desktop environment
+Sub-classed QProcess for starting an XSession Process
*/
#include "pcdm-xprocess.h"
Modified: pcbsd-projects/PCDM/pcdm-xprocess.h
===================================================================
--- pcbsd-projects/PCDM/pcdm-xprocess.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/pcdm-xprocess.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,5 +1,11 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
/*
- Sub-classed widget for a fancy item selector
+ Sub-classed widget for starting an XSession process
*/
#ifndef PCDM_XPROCESS_H
Modified: pcbsd-projects/PCDM/themeItem.h
===================================================================
--- pcbsd-projects/PCDM/themeItem.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/themeItem.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#ifndef _PCDM_THEME_ITEM_H
#define _PCDM_THEME_ITEM_H
Modified: pcbsd-projects/PCDM/themeStruct.cpp
===================================================================
--- pcbsd-projects/PCDM/themeStruct.cpp 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/themeStruct.cpp 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#include "themeStruct.h"
Modified: pcbsd-projects/PCDM/themeStruct.h
===================================================================
--- pcbsd-projects/PCDM/themeStruct.h 2013-02-21 15:58:37 UTC (rev 21626)
+++ pcbsd-projects/PCDM/themeStruct.h 2013-02-21 16:25:49 UTC (rev 21627)
@@ -1,3 +1,9 @@
+/* PCDM Login Manager:
+* Written by Ken Moore (ken at pcbsd.org) 2012/2013
+* Copyright(c) 2013 by the PC-BSD Project
+* Available under the 3-clause BSD license
+*/
+
#ifndef _PCDM_THEME_STRUCT_H
#define _PCDM_THEME_STRUCT_H
More information about the Commits
mailing list