Skip to content

Commit 3bd5b6b

Browse files
committed
copyright messages
1 parent 8056e60 commit 3bd5b6b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

interceptors/SecurityHeaders.cfc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright since 2016 by Ortus Solutions, Corp
3+
* www.ortussolutions.com
4+
* ---
25
* Security Headers interceptor
36
* This interceptor provides security headers according to the configuration used by the config
47
* This applies globally to all responses in an application.

models/auth/BasicAuthUserService.cfc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/**
2-
* This is the basic auth user service that relies on the config's basicAuth.users configuration.
2+
* Copyright since 2016 by Ortus Solutions, Corp
3+
* www.ortussolutions.com
4+
* ---
5+
* This user service is based off a basic auth configuration of users in the application's security configuration.
6+
* A single ColdBox application can have a main dictionary of users and modules can collaborate users as well.
37
*/
48
component accessors="true" singleton {
59

models/auth/User.cfc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/**
2+
* Copyright since 2016 by Ortus Solutions, Corp
3+
* www.ortussolutions.com
4+
* ---
25
* This is a basic user object that can be used with CBSecurity.
36
*
47
* It implements the following interfaces via it's delegates

0 commit comments

Comments
 (0)